Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] Python 3.9
@ 2020-10-07 14:09 ahesford
  2020-10-07 14:22 ` [PR PATCH] [Updated] " ahesford
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 827805 bytes --]

From 589bd0f4023274534ea0ff63986613c5b474109d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 36efd174d6b..79461e8f481 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From 2764d5f315173a04434c8985fa3073c22e29c650 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 61a9570b48e3969ef3f8765652010b5bff77df10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 556dcfb9cdef472b81196989bb3fd1463b1fbe29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 0cfe885415c6273d5a22c76f24032f39bf74d6ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 8b58853d95362624a41ada67335ccb3bc85fc279 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 2385856a08eb697c14590fe5f98c943ae51c1597 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 148da569209e93c814010f323c09d1f663b81675 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 0141fe9a0fa98226f1f6d5508c2cd4a1dda93bf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From c3066d3c6fd8a93bc3ca3a62512d0c705fdd6a68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 023a39a5ef42e6485cf38bdc51a1b06ea9eaee05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 91d502fe409088822289c109e459e8d8095af006 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 2a69eabd462294d9728380537d832ff5afb613ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 1be766784e0c185b6224d8492ddb8581e8ef6892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 1d40c78fe89679eaeea85a1f6aa1b539486058ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b17b64d49ca4ecab7c3b031ea337bd6db19b3d93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5df229c5b4fd51d9a87b373d048fcef81fb023b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 02fdcadb2596a44aefc6b6d6ab2ad3361665fb0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 15c3058ed2ab16cde0f6e68f98b2db806d9a0af8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 3d3935b87a139208330029488d998db8b3037d59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From c61d1028b1996be52435d22a752ea2d02de1d3e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From aeb8b1ef9690becc12b6a2660fdebd0c68519b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 31ae4b7c781da8d5d3b337666fbe9a40ca01f855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 424ed23b5d98dbdf4abeade8accf8708520dbbc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 151e26b7993259e105b98ddef6d7e4c797d7a380 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From cc4c3370f42ac6f8fb21080e4f4c93869a8fd6a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From f89a06fc450e1283e79e54a85837b0bfad3248d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 5600c84beb7ac1af59acb63b28e5907cec672464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 7f7cb3be0f7c9890a4eae13a2ce5dc00217a80d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 84fa4f6db132534862729a8fcd2d4dbbac126b5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From b673e7f175dc7efc69ed93d5778391d8430c9308 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 84f67199d544f4db39384ef3f408e18f5188b8cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 77b53f23032b1755a0615545e2d9ce8fcc9c2666 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 7ce3e8bee29ccdaab76c27e5cfe7c45722cca028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 4c1accc4917d5055265917f0bbdb352f01a312a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From d4f38798107e9dfb374206f51a6e69284c65fc56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 2e0b6a25e21b0b9056a6f0ad0a71e180752a851b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From 14ec02fb089502fadc599741e0f7268c0d559d4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 1114e0d2d5d183877ca6496ab4b549beb8e17f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From d07f28e41de202853a099344927b0243dc2bcc4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From fba424f54cb1830ba9f6bba234a7d7b655df58ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 2e8189305586f5d0ab8764f0eb5ed09a8cdee1a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From ed674df709a55be591c81dfebbd45be12674c291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 60b7e963aefa237000220895aa6b7b31609e1f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From 38364fedfec02c18b5fddbdf2c2577b0dac5340f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 53fdc26ccc824d5b7b8528c239ef6821c667a160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 8e5f628b1a40d9b8faa45e42a59daf58d67120ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From 038bd7367574c89e9a809d2aa602793a96698ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From 4fa9f38cdefa2996503236be6eed19f052ca4805 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 1b6579c5d6ae3cfe78015f36aeb521fd2952f9e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From a61e7b921232f05344c0ee625d4ae44ab38e4670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From 061766206146afd86f94ff643438a797ee2fef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From c6700f99aab51d8c43b4b780b8025273cf7abdee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 09b4137814458a9fd0fcc1a10cde5b127c7688e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From b07d57ef6e9ca77942e0c9c6b27212bfb74e00ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 284b2e2983f3662888195f7f5c43de8e593bb159 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 5ad9ccf6797c5063da54e9d0e8c3348e938103e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 4c74816af8df849530a4afc63d69f31692371812 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From d17e1d2f1dd58883e42ebf85dcf52f3e6945a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From b02837319ac3c3cca03c95373b476f391071f559 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From fb2b1b2c2ed59c81c3b5d4c8903c974053fd01b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e8aada9106c31e2a3268a6230b7c39483c5458b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 67802ce4d6e62da325fbfc18a4f234f359e53d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 9c08eb08ca4c8e7de9444a6025b6cabd13c2ea3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From ba91896a14f21230e84356239d1f0ec65f23e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 43e6ffa2048eea87f75cbbbce5867eab972efde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From f721f996b0d2a87179e3000738caeecb8f4819af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From f9904847b7e11a042801ef15f9b19ddc495bb983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From f6fe574c53083655a5b235913393a22133b2d685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From e97380fafe0f4a8c02a1a75962a6de08f0bbdfd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 77c185dc65b0e23eba18ed962ce79e15655c1829 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 6847da25b2c27f37cf4203ac287f8ba91f04db4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 23227a9d3cfbda4c435a5dbcb2459a30ba3340fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From b690291d9bda68b9bb41bebf902d7b995ba2e851 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 36281606ec24964d08c36ff68ccefe48d15f0804 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 312493a8477e706649ff4fa57c98314f5cd1f753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From b12e23b845af6899033cc06383f26418419cd245 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 24ea3ef89832582c5f9b5dd48935c2a76b134695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 2c1379469999435c79f6818e27f0e96c38af3b57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 57cdb80a600dac0ef842b22152540979e634e552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From d1bde1fb0054c689ef0eec762480336a3d565af7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 908b87188f7f62ca927af17a88af38f06076aa71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From a66e9d3fa8bf5ae807f70a47a3950acc7660ab65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 38ebb070acb3256a875dc3d34ef9df4c46f1b60d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 41328abaae33e77f1613a50019f23d18fd4bf2ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 9eaf71b86760c15d4b4afcbb3ec5328d6483563c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f76dcf4c0ea3cc2bdf54a684b9f6667726e6ab04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8d45d75afc53e4682aaf61200e0460eb5e9aacd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b464b77402c0b596b07644008c213d06480e4646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From e7b5d7fee0532a197623dfc37bcc33ee91b91628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ff7a15c1937f6a046c6c3c61135c4a3b5118ec62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 00bf9e559f8f9307f3b247130549920e9949324d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 8a2b04417e3fd5589632087db65430946e5f4bd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 44c133195c0dacdbd80a0e22e9214cd4f3e2afee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From 69af9594abcdd7f29e0e4be3a44415e060467f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 82579c6c31827adab47c3109c4ebf6c501e27243 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 249887bfbe839f5b4debc7e975446e24496c78db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From ed342815dd3ce4857f3ff8070baea0798aa919ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 4095d08df6679140ba49285feae03597b6826a50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From c9e2189b112aec909d770f726bc09b34899db284 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From e637f013b3433e751709f8c440e1e0e93e4e9279 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From fe62ecd68203b787fad6d8d7c3418771ae87e504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1111] persepolis: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From 5e97f6c70370ce051c6166a22fa0dc6ef2c3c126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] peru: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 7e3775ba1e7e5048491e574c2da80ccc842a2aa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] pex: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 8420450a8928ce76bf63b330788455cdcdd9ed02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pgcli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 83f087f3978807685e47ca11999346a2ab5be755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1111] picard: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From 86b7cd4adc5a37f86c6fa95256c18652908e6b2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] piper: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From fd9cb2ea86df0be6bd8af1e5bbcb623ca2bc06f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] playitslowly: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From f9902c4e3527ed7676e887e61988946350f2e5b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] pockyt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From fc6791316328e62a3c64fdb97756a6e9d2dc0520 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] podman-compose: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 9f833a5996dcea3875a0ceeb8d9a177c389eda81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a60e8528bf438cb078da3829c010bcd03d04245 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] pychess: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From a43b121ff34e314ba3067fd5d48537f5198e7f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1111] pycp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 4aec95f2ae227b406de1d6cac78570e6e19aaf81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pyradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From e70e225a2376df63a569156eeb0f412d38426a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pysolfc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 20aa8a99da80948a837b0347f026c33f3b51fbc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1111] python3-3to2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 7693b15de4a65625eb91519d65dcbb4b76758dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8711a01ad8697cb5acf3a77a2369aa6bae786356 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-Django: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1fcce5db62d342c85a5d5ffc44a3c8fd96c661c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acad2afbcd0d16d83f4f50f2583c7c789a6dce2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef75bda1c5993dd7bbab064633d8a00ed86f9965 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c47200602d32277133015e1730e3277f50a35556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c61a5b297777b761fcb5bebb093c56fabfc7d9b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88cd04e717dd2e920c90c9b6b7692ce25efce0a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc55301c1e10259f75b054e4545dc16d0d69cd0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92357349974396352c9397bfc42f886aa1f89857 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 2691807cb3b3503ba1e1bca80c5d422620f71cbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b051dce1f9afa3e30126bd78f81caff79e3e8789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From 4f93ad307bf6e20da4e1e353730650c419f351cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9933a4963bc462f5ce4f1857c160e63c714244ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b78ea4bdaad5e3cc3705dd80a1fc736f5dde9ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08944c0ffc9dc1b6613b274e8ec56c8614695bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 7e027aab47610e4ba38afe9ba066c27c60baecaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcad1931132d9ead4c2be0e6545a2ff88109321e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 48c30e897b1a059624e60ec63252e93db33382a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f809db6c534dc3163aa854b9e0193436663cb565 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 342c65c29b7b1c64bbb1f7be023b74924c86b5f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 7c2ec50e490739fe6fe6cc605d297524c41495e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From eccca836523e0a3752d7cfd51001a7a30e763ef1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 3b32494e0de8233f97443d900b2c85e5a72d92bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86c803fbd1111b53e8925859064ae1ce42f8c750 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 893c0c051c17a8a35caa19ee905c5e1266c8dc65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e94520a70654feb1c85802a2876ee8a9014dd0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From e7b844e4f800fed083549eb50c33faa8f16e25c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8dcc2d7b777d7c0d6105dba7adc4630c96ad093c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3d1cb2d199dfc779d82b27b3673aa94b83be88f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From fe81a9b0a20c9eff7c906c5c63eb02ec3eefe208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d34e183ce6afd86d3f1d1a4f7390e3ebeaab1e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d48a3c8117d413a9747905e4dcf394731bcea667 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4fab4d12ed4c8174fe04e2bf1aea33d8bb8b45b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From 6ee85a3c70ea6cf1f20ca87afb624f0637a4ca20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 11d76a5b145aac6a1068d8b2e737a6d2fbbc8212 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 14e38a7a8544c3cbc65b1c3cbb4adcbfa3dee056 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From 339550a7ea66ddc8ce4c519ef29690e5c1503863 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e465a780968cbf9788a2a6dda0ef0e0f180bef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1111] python3-applib: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 870cee98df56665b6b54688c6bcdca7ac27089bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-astral: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 9adeb406b450659ca6a5010755cae66b5fe4034c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8516522d9f49ebe4bc4e64904551b127fd9e6497 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 6bf68abcb06a7947cb8ec4e1ea5d5126b3eda266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From e37b2d10c8d971755cc79fe9b9a6d773c16ceac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From af5c2037d4c9e5741b8baacc32dc9d09ec2712a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 0a3e2ba09c13a05e5aa3932405d9a8342592644c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8161d665edcec956a5073be506959aed60c4071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From c241cd6f1c566b7aedae6c3865b70cfb9b066cd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74d6aa95a5d86a54e808972be7fce0eeaf42b4bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 75103b4654c1f687546630905f5f149226ca5fcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f71d5f43637faff67256df16277a6031ba57ed11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 416ae7b03ebec44282f3bd2e04f7fa1609f7016f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-chess: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7777675f6bc4797d68657705c954ffaf62c1aad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From 0abe0983369e2f399cb962ba8c9dc066c47e90d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From a163560b7f44e84a80cc9680540ca0500d1be7d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 548d799c7014928b4e006b178c35573987c5e38f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From a367236997b3b327d237429f2ee3cfc7fda7e987 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 2e48700868306f971006115da952bc4c828b0b84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05d43c521328317b7a0a2d33a3d38ee27c483cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14bd52ba44b1a4e831e6cacf9b5e5d65539d283a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 060cd3f98854cfa9f89248b37bda0f23c2d316aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 37fec38f5f0a2ca3a94c4d52d95452946a3631c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d399663580027156e8e1e8c8fdd9545ecafcb99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e459fb42560900b3d8b4729eb7c876581616a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f3626fb3e5c38bc3e5de23d78cdb38e10696f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1111] python3-discid: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From b4d9171bb049624095bf24557c5baf46fdc37dd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b36d44d38523d288eb23b170b3f988a4fb62b46d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-doi: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91a2f43dc46175e428e614a5a6ca0de3e5c2718 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 417dfaaad49744d8792e4d9a6692f81f2eef4e89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32066e837061b4103aa57485b10c146182e1782a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From eabc5e2e7aa776c4c326fb0d4f1f9ad5d79b51e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1111] python3-eliot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 318560e00ab8b6511c7da2bbfc04d6c0388d0162 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 7409ca1c023631b9cc69b24470924f6532e9a95a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424a9a3c9715462dd840d4952d66b81124dce342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-fido2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2356447449673cc4069499fd114479d281a812 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67718b6b6f85501997e47cbe026c90ff2bdf15a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 43884a4fce7b698bfa1b8cdd72e1567244b7318e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 41d2cb067b19646ed654ef20fdaa1133f8155b2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a43e08bc33ef5d4877c4871c1d99e701af8963a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 28411fe09ab2cef92af310c1565596383b7b15c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-furl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4c2c1a6373a8b90b410ea4affe8055d08929b9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From e0c4d86be42b4407019e3f106b722d82034cd720 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From fa27f2fa6a2063ffd14fcd674b73d463751e4619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e472d084dfb60304b835f0e91fa6fc8bb7330a92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 4680cc7f08eb4a57afb0fff623925bbecb64d1c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-hjson: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5088fd344517d084d34bfde0e415e0acd7335ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From c15481917bb95e5e1e30528b60db94df8e78b324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 62e59c64c615bc76e92bcdc6ebd7c448fe3f7865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7667b25c9aa6f8dbcdcff3ef734852cd06854534 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e0a455682c9f1d1b8594cd27d525a896bd8b7fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 12a6178b2bf9f306cda1d093debe10bf85d85a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a353b49d98dbf64ad26e6e46b4eb47715c403c07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From bbfb51c80c69627e4a908eb2097cf80602179734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9a29e56c5ab9ab9e61cbcae344c83d6c9d68ec0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6213b97206758807c7e4c2bc4320c43746c46c28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From 2cb6396f6fabb0523726cc1ca8c6ad3d11e2658b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-irc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 748ab1559bd827ee70cdb5556c1117b2cd278649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a48a57651fab2733bdf2c2a8c680c1d4e1e58df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1111] python3-janus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5382f718ea5681277939d69439a1a122fc60cbae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 612bd9e2aa21a7f93223b512c4ae2d533ac66f94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b3529399c161422f6052c25ebc3619736c6de75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 917acd06de1d4480415a5b5504826eef7704df1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cced3cbbde35ea6a0703124fc643726e57c51cde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ae0b032fd42963080b2faf5240a1e58945ac3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From dcc25797b7a1ae6a3050b465f652c759dc0b6005 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1aac57f3b29c7c30ac1b196806d3a59c650e1368 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fa7d22859c8c8cec7007eb7fee965479a21b0f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea2fbe77d4246bdedec8278a114c09bdf4e17e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..94bce70a563 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 
 python3-jupyter_package() {
 	build_style=meta
-	archs=noarch
 	depends="python3-jupyter_notebook python3-jupyter_console
 	 python3-jupyter_ipywidgets"
 	short_desc="Jupyter metapackage for Void Linux"

From eab3a753c8f6a59babc8f0e469e4299a13819f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From c5b02730030ad7e7f82734bd66072611ecee01a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fd7e001ad0d85b3b0ea609c589c9b08a335972d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d59c0104b11514580f8365a185ab91eb1440b8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2421055fcb5998dca40e5b1d210007043b622499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 209b1925f844811e47fda668bc53f0af17afc211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61088c7fe4f4b5a3c3777086f0e63d27366c928d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aecf45dc0a7ab28856da52ece9fd1fba9976b30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c918fbaf3266950cf93d5ff04b9dc03d89d65330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d68854c0c9385189b7f2ee347a5adce978df18b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40a25e986e2b0ed9bd478702714570eab6c43ada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a54650c8cd46b9adcff8b8fe537f64959c902a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From feedb20b62364bcdd8a4ddfa22d539b5964f9692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc8ff7a8f8a68b73d8f21b186e6ea141c367392b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-minidb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 9c8def59544763026057284976a1ebbfdd68b930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-mock: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b885e8ac7501050f18214bb0120628fae203e5c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-mpv: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b2a8659652fe4566e1f6600dec3233232806eba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 875d660657f4f48b3c274b5b6467f12cb9114693 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

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

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

From c3f74661c3707e96dfc4bdc709279fedd1423e9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-mypy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 6ef0f678265103ee2014b71ec4ac5c53cbd2b551 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From d4be66d37fc1535bd076364f9c498f7d1727c09b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-neovim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 34b0c5b46fc5bb955fd560cd0e172c1b39e527e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 0d69d6e302e9c273e6cf5148059dcb4c0f04c13d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15041771c2f5cf5b692fdfdd527fe70c59adc9e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 68a14274ad2..61526c7b801 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.55
-revision=2
-archs=noarch
+revision=3
 wrksrc="oletools-${version}"
 build_style=python3-module
 pycompile_module="oletools"

From 7536ae2dae8c97a318518178163023c0c4a23d18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 931e6ff994331e3c2c8f262d9ee4a4194d56a934 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3cd78980545cb5cb018c00f9d5abafbb0bad33b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 161e90f74b836e4b3cc11ee3e5114b532b7c2f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 646621f97325631839ea16c849f7089d07f73585 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 47ee8fea823f6ec19c6b344fefecd39dafbcbc77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-pefile: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From e88fd5f1f2855d03144ee0a58e34f36635acd8ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pem: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 42c9108af0cb3f57b9e69ccd1b8b152a2243f573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-perf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From c52bb3c2b8198132a84b9c879c58d3bec3abb7fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From d3b27593eb120d3ac15c136ec2f213e33d464d48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 7d9d5e521e9e5817643d7514ff1d4d9304e6c1bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03c0b5dbb8c61af0e39e60d58fff809cdcb0b9f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From 703c024f7c4432378e5dfeb5cb9b8891f895cc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-plotly: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5020137f6aa02bb1cc21dfb63439d72021e17e84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1111] python3-pmw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 8e8274079fefda1b9d0020e4c3591fe306865663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 4879aae7e11a17d3268254c1eb5483d9082f01a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2c7ead9f372404835f11037a5259b04cfcd07f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4597c4651f35a4d809358b9b96dfa4cf3c1a54d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From adc9ef0e23be9c8885e73a60c8316e50428deaf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 528c8f17b1ed63ed52b287dddf11296e52318872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From b00cf7d8e6f73fa6542ce6d66a970cb848e1d097 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a34891fba8358d533f0b190f78f2c88386003253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 230a0cf5c0f759d4cd16465a5bed3a4f8db69dbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36694e7e6817b8a05776addab8dbd8f24d6c83d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 41d49e6b1d7bd571c2e79f297ddedabe2e3db285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba34196703e9b15bdd2f175d37db090bda9226f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9863cf8eb160bea3fecf91f2b022826b8225dc81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c8df18cf38b1e5820509efc137199aef2af6985 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pylru: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8dabfe44206bfdab25de1f2b1038637cf9e599 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 88f1374107c4f84b02cf283585a192c2e74f766c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 56387206cebc35853183fb367d086c5a263e7af3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From ff320fd90c30c916036c52251c53259595ccba5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From c121b3c3eaa31c01248b7ab8422e6dc08f08b7e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 6e9bd6c95bdd55d9bdc3a5e3312a1fe87724dcf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2010327277d51539ff2df0518427611f5c48439 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f70feacfc43f251c1b5c5c1637a1ae084aedc28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4517e96ca59df77b3bcb659c65eb42bcd43a81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea01f8cf206b97a838fd46c4e6697b9e3b382125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf8c2205a8fbb6596009703f68de1295af948e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pyx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a73fcb9d46b2612cb92055b8ebbac0296a045a45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 2da09dc12fec919e39fe50a153034681942c3f43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65fea1c1902ad23656ecf50f735fba0f017331e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14edcda3ccf9188a50415a34d983ea1b7da1bf66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00f04861d7741d8a976cf4ad1d7b1ce2bc57c36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From c96c9841bae794dca62b9baff0e5b49defb3c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 5e5c6335dbab6ad8e8e1983ab97f84b1f372c59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-rtree: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 4a89d08cb35d75439a4b51f998bb470fe210baed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62fb6796f2bb8e410fc0f405c8c4c65556f9fc58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1111] python3-saml2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3b129f45ab80634b455485619536e8fb4d340e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 096f2aa993bb6fbf42a8962183c8500e72245a81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b606c04a96d92ff95a96efc97964752ac6fb8358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-sentry: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 2ae6aae45b8ed12af5e4772bd379003aa127771d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51133d92f7fe2cea7eb98a4355730135db1da6b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1111] python3-shodan: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76a8f6da74e62c99599ca6365e43492891bd785e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16b15b02e9d8f43372694daf4c65c71b8d6eaa52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From d06cc964a82abbe92ef953d5376a3fdbb088c6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From 6c9066c301421d177ec978abba638a713b4a2be5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-spake2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From c5c8e41c901b714aeabe74d1c709e619c182ccad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed4c366cc719a45aa03e46ea8ac4ae24590ebcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From fdd4cf501fae88d84cc49333d0cf5b0f9eea4b4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 206394d8f149d553ddd8000e62b02e87ae61655a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f4ee9ed4c519ef7a023dbbd240b450a32b258f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ce6e4fda7ee7f0da9681a3357cef487be6ec7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae2d41fb5eaa6aab0b7936df7d25f5aac70e61fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a8d34269469b6cf8af1f805a0371f284bfde26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From afbd71098c22de016ac2d0f23f12db5dc9094cf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 82bf8fa2ee796ef5747d2d068eb5adc45c118c56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf111ef6325858ebea0c2f5d269612199713632f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89dc3da4a19b6b4b52d68b94ad210574a77f0b4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1111] python3-sympy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88ccf3a8052c67b22ab226e0e3df51cc717a9b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 9428d83051e1e243ae4a5ee6e868f65751605fb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 677b914c02219536d1e2eaaa2a144160c9aff566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From a46c8752aa866c8672ad71e1944a405303b0de0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 51e0c3572bf12cf20eb85e8ef1f3f267e067ea67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a499a0cfef39750354c65a6adee003affebaf97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From bbb56636c38d53513d218eac099e518b40f34859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1111] python3-treq: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09baeffea167d79ded5177d4a934e79bbb7b49fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-txacme: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a56872b12ec5c95e82d31f36be4f96ce2dbd4705 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-txaio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 40b8a1c23b25a627c013eed6e8663bc260ede71e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 45af40d46e0d9df536d76a3e28b3e8bb03d6e68f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3065f11313f0931aebc12948844e894cbbabd179 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d10dfee89bc323bb9f9916cacc4ebc51c108ef5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 4a62284d34c82ddc331bda8870d92955f27dfc15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 98ca6c7b604909ae838d5d73ad924c1953033ff2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From ebd6934ff224e8cee0dc8a8de65c1577920a3352 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca64cf1fa6d738caa4963fdef7444af87c39c53f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ba19381169252d41fdeab9ec644e0bfe8a5d7ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From faa551434df4e191a23187c6b392679a97c2fa86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 18e012968dabaa74e9525b986b2911570fef4636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-xapp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From e774d49e2832d9eecdb74d7dc113e7b1bfba8080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6252da78c22ae286b5d1ec6ce09152e62592fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e641b40f8e673c9dfbde11552e34611be1a81e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1111] python3-yapf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98818fbca67a3e9b2806a3d9623e67bf5b645e86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From a5ddd6da92190bd99356356d6be39568c50a7c40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fd657502f57bb928d6d24f90fa0f764f5eb3154 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 697821de25ea3443f08616e440f79f29f4e44b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 3865f23a5ec2e1518ffd082b38e9b40308ad5e62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2512e3b726fb8d3e0d2258ecb78f9422f4b6c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13c3221b140ae82a3c94316fc2dbcfa62e8e94d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de1415288f45824a90b59509c3bafc04f5329c8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 96fbfa9a7713f713d7573a2f0626f49db0a12801 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80357bbf10c1998d1f2d23504b47d6373bcd283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 62c67375ad483d91d35b9e277483c89f2ab89c37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ce6fc6cd6d28e7f8f2544d71941eb30e3c807c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e4f2c7827047a8961894f90ef39d30520f8f3f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From d5b840c163c1f7830fdb1921b8b73dbca5e18eec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] pywal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 9fee68ae4639ed5a02b8caf5108eead9c0b3c88b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1111] qmk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 51ccfcdd0cb2e326b3e75580966f944e26dbf036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1111] qomui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From 8631e1aec0628ae59f13519f6f79bfd994ed91e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] quodlibet: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 3d13b709aa85e16b66cb2a3bfcdc64e42e03962a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] ranger: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From a6874617dfe0959f6d60421106fdd8e36d597a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] rednotebook: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 0dbf85f395348ce1d96b489a876645c2c8b86cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] remhind: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 060be118822e880ae0f9434ed83d75c47ac6fbf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 2ef6700e422761f6351a061dbf16d0d8b599cbb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1111] rubber: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From cf0a8dbe47614924d309474af33454adcb15112d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] s3cmd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From afc7b42e32305e0b35db0515589cdfa58e7df508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] safeeyes: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 74e6ec73cc03209e0eab8b49496a5cd9668cbb79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] salt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From aaa90837f813e3cf6ce5fb32140d45bf6d631e2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1111] scapy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From aada1909e876adcab41a949ed7456aaa59b38f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1111] screenplain: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From efd3e66d27efe8ae4747dd4c23caa0a9f7e7a23e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From bcb0df4748463e242e3c4232e4710aa6f22cce9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] setconf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 99f343d88e925dc3cf9e4054d8a91b747a8a0b8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] shiboken2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From bafa7fa5e67080269567bb96044fa18965515e19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1111] sonata: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From dc5da5be3d770f06009795be5a355967d2b8ad69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 8b89085be4fa90a5b4b1a34b00930aa94559c2ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sshuttle: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From 74abb9edb2b7040682b5c663ae589edc89b84cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] stcgal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1f8cf4a4b69b5c73229e9acb35c263c7b0997354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] stig: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 49afd01fb1f47be66645bce65e599dc5bdc46a1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From d10addb33ba5358ef45197d08783372a1bc9b8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1111] tekaim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From ed08aa182f49ec9967802b55bc91fb26779d9f01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1111] termdown: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 4cf7ad9ca754daf778dd0be6e276dee5aa890ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From f01ddcb7b5096ad8f9c9f7dfbf16b961c095f289 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] terminator: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index bc95ee7924b..696e3fbda49 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,8 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.91
-revision=2
-archs=noarch
+revision=3
 build_style=python2-module
 pycompile_module="terminatorlib"
 hostmakedepends="intltool python"

From 6dc133cd86fdf2436ada4f6c110dd51d5804addc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] termtosvg: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From f462e237191f2019700bc904332b9d3afb575d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1111] thefuck: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 24ba8138c8818c08ba2de6a160a6f02fc68032e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From e8dc6be78eec5e6c774d280553c74fb5bb978e0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] todoman: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 674d0c4678985ff604e792ee52b3cd0294a95550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] toot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 258869b39ecce1e4add754550791c1a961899797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] trackma: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 0f54e4dec67ce4aef258a2d18d90764afbe8bd39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] tryton: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 3c03c28521ded3055ec130337b6a5e1cdd4fdaaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1111] tuimoji: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From df41ce21a6423db95cc2d11f446b797b9b425130 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1111] tuir: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From a17a51a5f74f56d6da2cb47e65e82fe08d434a42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tzupdate: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 177604203a0ee6b6126a43ac191d8503555525a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] udiskie: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From f93c7102332cccfbf60b71e5e081a35fb37f68fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] ufw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From ddeffb8f987e4ca58a6a001418fb5eda40ca39fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From efca3d1c1ffae9dbbd439967e5a7d14f8ea9a824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1111] urlwatch: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From dd36cfaeff9c860baeb3570ca3cf76c4b4e30271 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] variety: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 658bf71126f27f717c49f436eeb1489f83e0e39f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From bca15cb153d634b30779670531864b2ddb8b70f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] vidcutter: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From c37a5b995df9c38c6c2ca105af9ac2c281fd9ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] virtme: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From dc0a05a2eb3f9faa99aa6e8eaeccb85d3f280b24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 4bb5594cef45049708b93f4d108c1c8010c27a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1111] visidata: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From be1a40c3802363ebf55c30173266f9bf16355961 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] voltron: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From b206a24736b3c4e99dd30acd4ac28e257f83caca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] weather: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From baf9a8c69259f65577866c398cb0e90fdc6ab45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] wfuzz: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From ea7c2a5da95821b95bd81fd02d405d76f6a4f920 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1111] wpgtk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 6e46400934a3f7ac85550c98a1c476a283f5f2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1111] wpull: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 33edd434a9aa028004c3e8f9db29aeb700d4a429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] xcb-proto: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 3dd01396f74261998f5946bbff2185f1f7b4da51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] xdot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 4f21441a3b7065ad7dde696e0533c195a7fc9672 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xkcdpass: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7aa7d572ecbf5227511bc04d762d5ff45340b67d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1111] you-get: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From a47f2347d6eb4e558acbdab8b0cf73b35795d494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1111] ytcc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From cbaafdc38aebef3096025663506c2d2a70a942c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] ytmdl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 2e16278f31ba97cdfc2091133f089e00887e6656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] yturl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From d54450856d4415dc34a157af64a2735418f6e70f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] zim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 5100679bba6bb0a936b7fa7b4770e1101ea9b795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 182327373167f2187ce1c5a00d0e313fa036ca02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From cf1cbd68135c454f5da275c821284085b12f75ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 65f905b60792100e22ffc5a6a21f2cf6879e00f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 65388cc2840524e63b8a2adac37365c65022a897 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ccf3e7d60ce5d7cac59afa24809561595ce5bcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From cab04f244656637284633475c09f4acfaf2b4af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 583783f37d714f2c78842654020cdf97d65d99f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3b471994c919a46a86d88c6e7e16cd38977303da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 91bb00fcbb0a5fe899cb178474300e2d3d7030af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From a87ed9fb00deaf424d165ba89f4551891b61cb41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From c70b2623a92a2b16acd5578dc6ecf8541eaa2e99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From f9f955610d1accb3c9c39f6eeca595b0bc6ee589 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From ae31ec69be6379f560e52960717fd2e662131ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From fabedfa2ed0e216a309d61443a2fcaa820f4266d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 64e0bd2502abfb0a351bfa4d3f879896280bb305 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 21cad0eafafc0e0bb02cfc069ccd831cfb14ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b121fed498cdd8bce8654dde6c5824b40c7e9cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 7850a4a780bee63e8fa3c2c518daae08ae051e7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 8770d28451a0133a6276570ab404004842f6e8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 870aa1b2f93ed79f21d3eb3d1afdc9c4909e4eb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 2c3325b5768641fd0b64139090fb0229b2d3ddac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From b4aa1f4341e950e51c62b117f3eb82e5aaadccca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 0aabbf1da288beea4dd7ac698de010526b935db4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 6e6f146197ac445cfd63d59684b63fa72e4f75b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 9c9169fcd6be1df41884216aa41d65cf046bad1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From b87388c68b702dc6a57ca3843241f62e99f288e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 473f1fbba8387b6ceccf446e64ba8f7e4c8eaef1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From f805dee0b8417408592c299810e5a41517909c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 5f5e3a125655fabe477d06483b5ac57e4c46ad38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From df9c57a9d0d9cac8651e6d74c002a9e4a1102b7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 50a83f855d82848d9081e9072dbfda1b45f82b8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 213cf145940a35ce5a8b5d9791524aeec86652d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From 84b011f0005128886e956b95c9e6d9026f6e6ed3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 341a31a02f95776731ad92e940b17d4da7696744 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 4f3aec215101686946a99450997ff3de7f31581a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From ca7abd71b6f33c1fff6c393898bcd234f27701a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 32ad930c68bdf0e954138b4a17fab146e52f6fa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From 23ceba4f02376e5255e42d479242231c0f98cabe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 7af583cf382e2e0da89eab330e74fb61426d0acf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From cffdb7aa10e9a879d7c395c66596e4490da69178 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04b7b7b6c1bb51f5bd9fabf92769eb9c26f3b5bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From e7afdc6019c01854fd9f1694465db5c1c060eaf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 2ce2eeadc1d4ad06b192e4edfb303e5c4c2488a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From a4a746c98b202c650824d0fe2ed53e09bc31a16d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From a0e43e649c61166bfa2d66b232bcfcda80c76d49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 73326b59bc9885ac924c2d1a03375bbef99fe00a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From bca1e34014caa4d329d234537fb6a6f7fc058d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fonttools: rebuild for Python 3.9

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

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From c5fc7e71ac0f3d627bf6ee6ed4609f0abe362e1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 3034fdbd6813161a427dd5c239553d52bc4fe077 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 71638eaf3741599ff430dfaa9d06f4591f9cbe96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From 9c01e886b7aa8ff0b5d531a44fa71b09bdb75bc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 20eead9b9afe6275e3f65348cbf800f7cb929933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 384e2fec93160ac49d104ef3c37f3a519e4b298b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 48d456430c52e95cc52b8b1f5c7840f707922334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From aff4dc11f618568cabeed7c6d858390bba132e02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9157569498001160b57553862a90db0c992a19fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 39c849f25332370e8bf604f703505bc18d0e8e3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 0156bf8f9288b058b01d19eb7de395e7ffaa1180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 33c46c8bc85f25dad14a01ffaf7d0558505425c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1111] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 718e82cbb941438dfc909e11a61219a317a05b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From ca35bd9f40ab32e6a2e5911977d20e2777f7085e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 0a6920bef02b78dd13488ab8bbb7685e4e12536c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 60820e4262fec1c7d18a1db6f3fb0c5976d82456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From b2bc0b13a0a61486d6e5fdcd3878aa8a089c862e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From bd321eda7b32608bd94f02a153f2529f3b08a910 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From f6b0b1909c926816582d07fcf18703e50807fdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 6e5bc9e98ced0fd0b778311cd9bdb9360fd2bd45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 69a497e616e5aebf97f27bee90c365845e6e7341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 2422a4ef69fc3becd6a55afadc81e13f31bb40bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 2eb17afebb7afbd016a328aba5591623f746b020 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From b71eee0405951e7a62f7bbb4103e5b18d22e1cd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 5c31212d9515f082d4913e58c024e438aae5d604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 47d6145c4279feae98af9126f2c694efd1231a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From b04030ad40bb0b20b850438c837d21a4ea17b094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 1d7d4a231093cc749edd0a18e9bdc8699c7444a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 1bd73599b8988855d872e7b5a5809db4f5ba2236 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 4cd4cfaba1250599383ecc819b4a5eb8a189c684 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From e3c112f848806da3b122d173b93efb1885320847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 8cb9e6640ded5e04dba1747d55f08048dc0c0fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 0278c122c24b9c2de3c8c0683ba340621446ca48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 5a6a05e20ae0c5c623b638e16101e25ea99cd7df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 40b21947868ae8b6af55c97b2698061b9d42668f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 7e3c2820af4e681bc48eb535a9fad282bf60481d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 79f66cfbeb25d1b63391f8ffed05474ec4c34261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 440348f0ec366cdbcead0c9857f5d84ce4d15127 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From ab531734ff86d708aef678177786687692050310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From 6a920c95e2832583e1b7de9fd6508cbbc5dabef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From f2a1417fb03939484950a482a705cd3652c1eb6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 5605b92e6449cbf42577b9c7e6546768f06399c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 4f6578bd95d81c66f2f617fa383f11d6e996daad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 7438e05e34eefa8f726bb5ab61e4491d2ae1146c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 07f6f3640c53d4edb4defd8c4304863daf069aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 2646e22d1d71a4dffa341493f4d61556ec75dc60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From dacf1e74773565d13123f45501b01e4ddd2ea77a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From e554789e6c20821700e3139c63eca7df0e1ab02b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 2d35490801024ee73f7ee385b245242ca7b43752 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 46d85511860121dd50a7ebafb9a6819326cbf88f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1242216f7e9055477a7b7f64e5cb0d5c95c9ac7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 083287b937e79a761879b3a3bf4dc373aa30e8e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 58788862e84b125d0a76ad44ba9fdc42623e6d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 16f45738d603570dcb73f867f00af1935605182a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 83e587a4bef3a50794b7b3214a89d7e012edee30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From 27ad19bc089931f375257bd6295eee84f04d5bce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 2391509ffbba12e4cfcba33acdc248d7ab06db28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 6fbdadf0dca5965428188d5b1ca57e54ce08f850 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 147cc3bf5a703feb5e6f15fce0a2a300300b82d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 208469a579ddf06424e7a969079ad9f2b6a0010c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 749842fc468d792152de99f49d3dd708911a9b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 9d053f5769958a9f76c4eb93d20232ebe23e9d30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 9af6e259693f33c1fe1730f415d3270907fb3ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 48255118d1405cc93f3ff2621217778e8587d120 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From ff4a81ba1b97105764c635357a0a6d62628ce71a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 4f1a2723d79297573365a335a5d1414a2576ae2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From dc1fe0e0795d117501ea81b1a2ebeb772f3bce02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From ecac8e43fdbe6a08f37052d3077406e7279869b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 9ef455a388f90b7f87d2ef5cf0f6972dc7e55c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 7200acfdd4f6cc4801d6059674a578267f43dd28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From ec5140a7716c5b9e9de7f8f2d944eb0b0e2e2cd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From e8f23031f91f274f1cde4cc32b3457078e75fd86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From ddb445701d7f0d9f273e971832e79e2a4434f149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 882214f7f8411dd4ebed037e40dbbc76f3c687ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2e0372ed10f6b41c70d1d1b2938835894b3d71d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From deacaa4a1e4c942d6beaaaad5b0b0be7330012e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 8392a91ea49754e2cea92dc82d8b720fc3a05b63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3787b23758d8aa3bf1d222e83d46979e546fe341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 561f43f05bacdb572c6f1bb6ad6a7c4aad63918b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 340f44e067c6fcfcee68f35976990de85a11b7c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 2ddde567850ce1296071edee1c329e9d1c84128f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 42a3d1679446e99103c1e2163557c818855129c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 9befaca56e92bc7511dd142946444c351c58225f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 3180884aa92f0cb0eef629e98664b2edb44a1b1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 4e5e20d152022a5aea193c5c7aaf828d34df3e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 9df1c1755f0263392b1bc048c1d7d775d0320658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 38098061083ea3f98fae0a41e6f9c26ca59342d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 10bd3d260d2da8ccb3dd1445f767c9c95151b2d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 9e77e720fe4726c1c99ec37fb0d9180b707d6c6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 30f8c17fd719f0dd254df71f7ae778a120f73543 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 48ef56f493a2cdcd4d4e827e0c90578f12b09155 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From f61316112d3b2a43ba54263391d943cae773c62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 33b16c2b5d4ee2da723b90258c304db05263dda1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From b1c55adacce92223a24c7df0bcebcdae0be63d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From 619459e625adb358becd41e5f8d182173d29829d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 77db866a28086ee1f59e73773e5a2c8a23510064 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 124df94eae8bc3ef7fcaa2560869aa006cd6dfde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 80549c76151222ee1469f40c9b827e641d497094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From ef08b50e1fff1207e7ff0287aad482a12b9eb04b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From e7ce8f5f5e4d4594f7b92fad0628c01ac37e3114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From d4790437d4c6c1d0219bba3c9cd9abd9b07240e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From e2427f1b82a350fda19b8eb9c5982ff02f4caf62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 8780ac6db21cdc14e7351848def7e9dd50fac78d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 10866fb885c75b2d9aabde6df88a586a64800e8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 6b06efeb847b210da90154fc231b2a07e5074f76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From b520443f8413dbc8ed2f563976a447bffa135825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 94d17430848dedfcb1baf66ef50095c43f333d65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01e0b052839687fa18b81ed55010429d6382d506 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 19d1437b4aeba25247db9a73e42b5be0dcd30c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac33b8ff05ab25b3239b1b7119fbbdfcf65f7550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 194c5d47967a7399f3ff238614b3246ca72ca838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 84cc3e1cfb96ebf4da2fc906c5357c3cf0a89a74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 7ef7a6e71fb200b53131d14890f6f27c2d2b6dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 29cb00c12bd050814c1ce7932770625cca641c4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 507817652eb2b7b364bb6538402157a18cd20f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 42e43ec943163c433a642ad668f01e95275f8c25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 42a66bd5000353cddcd7546ce465c4486ffa37b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 7202e85421eb926da2d899d3360363ac28df5eec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 2625908a0dc658913a0abc5f86e1b4e34511a5c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ee899a42b7fdb4e3463de654dc127dfe0511201 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddecc57e981824c73f696aeb43d185f7ec023ca2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1111] python-b2sdk: rebuild for Python 3.9

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

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 463d16448bfe108a21ca2b97f7e5a95b063f6d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From 495f53a79f64d82c1dafb6bdc9f51a326ee3ed13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From ad6a0d4b36aee69285feaa8885e7c38c50863880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From b240db6550179b6c4b42a5bb5165b1c30a156eb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9f2df5efb6b6bb2b378d818ce5bab343b61500dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 71155c2350274d7d361390e3f3f8bd41881d8233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From dab7034642da58fbc524dd1c44f5b1be5abc5453 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 292ad155a9a07eabd62e8e709ba08f9dad0eb9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From ee13ef05313b51449a41704dd3a4a6c3d8081ad8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 98ffbbc0b9a0088db92d9e86ccc2b65487db5a3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 150645c11b3260d08e8043b9d13dea6039f99f5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 0bb09718924c8fc18a5df5d54fc4adcdd2cf3d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From a827e827ca2e54f9717978e9a99ea5307b4d89d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From d5397345db39eef2570cb333d815fe60cf554748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ee66cff2ceb3e20fcf3ff532bdf3b99fabc22a4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From b5475b4fab80d56cefe3eb047b46c609f296cde9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From bbc14fe0d2631032f1e0ff210ad39a5eab32a2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 2408a7f3fb4e10da3dea38c5c1a07252afe57f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From f1d08c25c81bf007cc764f99a8d6b0cf900248af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 3e522f7a0fc495c5998333f0fc8e81ce9c55324d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f611e3c7a3afa91929c5cfc1e263158426cbd54e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From e80ebcab0e50a0aeed11e22518de7b051d375f17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f6ad25be5031c3d6dedc09358bf2054e911ef4bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From e920c4d0d082f366823b304921d74ef6edb52fe0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From f8f5d9e604ea63c55ce6b6682fb14bea56f78203 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From e2726639d443a747dd9a7241a6f27de62bd69c8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1e0aff17a10162c4cd283bd8f6d2416c71c72bbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 2fa9664f4e9f79159bca458b9120281a4bac3c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64f7ef3f9d63c43c030a0a68bf083fab5f2ece46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From bb2d1ba497b7a63e94bddbe7290bbfb769501bb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64a46abc694cc10d130dc85cc32f13fac9c36a04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From e5d2c3c703d5b2e8f4c3b649b592f89ae13c12a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From a8b9f9c4ad2f51617e6b8cf0dd6c081ddf04a8e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From bb26f725b9ae51643e1389496384528ca180cf27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c8b041f63ec56375f069b5d1c6bba3f9ac9d3dbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 325c4bf1f3349b9463aec0dbd0a2ad4dc2e4b051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-psutil: rebuild for Python 3.9

---
 srcpkgs/python-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template
index 50a07660278..ffae107ea43 100644
--- a/srcpkgs/python-psutil/template
+++ b/srcpkgs/python-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-psutil'
 pkgname=python-psutil
 version=5.7.0
-revision=2
+revision=3
 wrksrc="psutil-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bbf2cb8c64ad6d1aa61a4c41fab8aae8ed065fbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c2bfd1b760ddc55fe2a0229d6ba501665dc168c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 38d684fd2a7fa23d4ec5f3357ab1b0a9da857c44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 980eb7148a9c07b0b359cee552a17db214e48386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From e9473d4f12a21baaae3272eb3da745820efd0ef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 08bb264899fe974c466086a011bc037032f123bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From e9de2ae3edb1ae085bfe9de1c965e523ffed2a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5c061ad8261fe733b69e784df01ee3cc798adf8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 93dd4de8985b6ec3b8e7d248259dfeb436ef39b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51455aa8f0f7a273b0fb92f9d1ff213288d9cf36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2df03666b78ab94d6200043473d1e61df14b6a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 64c4b946564668f115f54ecacf80b039562cf0b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From feb5cdfbc8dbd21c9851d0c0fd073d1b9da98e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 68b1e4dc541d7b5d74ad5c023d3521d158431db2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From fb3f50f0c83904b7d6fcf120710d70f5324a7afe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1c28659543d19575eb2b88cb43569f2522dd1043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1e846254914566932ec13c404c4a8ac92acc50cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 51f663739df35e9ded03ab5fa1ae87b5d6049ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b19540444ddac72b684cb1dfec367b1762e499a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 749dba91b71578a5b61fd4a1bf00f21a9ea5890f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b19ed6e41ffdfba35b4e8034927fbae6a89783b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 97e427ec8dbafe57f27b124047040936d8b4a91a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 61cd48045b0ff0d2208627f9bbc17294dfcd6cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 3175bceabea2139607de702df03ddc355e158a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From c56525c08eaf2765e94dc046959dff8be35604ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 074cbdae20db7ce14b6743cad81b5f2ccd2e11b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python3: rebuild for Python 3.9

---
 srcpkgs/python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 299e64ba76f..0186a36b4dc 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -4,7 +4,7 @@
 #
 pkgname=python3
 version=3.9.0
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
 hostmakedepends="pkgconf"

From f7d71265add4f7e548d87958f7fe95c890cc0f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff76b9eba1e4151216dda0d4c570b5709d97a7ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8dbdec657e915acc12604f8ee2c2284d3349e9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 31cfef6c34d27ddf5c9efc2e4e0acfed9b2525f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fb0ad7d631460363ece154af8a315a27944c428 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 669ecebb90aa895b324eceea3e2ea2cb53269d90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fc60596cdd7a5f47eff114c06c5a07eb98bb2d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2aed5ecc703ddf7f6423c99e2d3f42ed30df206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c1819599b13667aff94f4b75278a3e64403fa79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08913b82078b2ef510915c8ffb7c74665886ae8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3478a8a9218940e3e23edfc78471cfe51c9d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b8cd3847a2813fb81aac7dd4e5e08682855f0bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af140b5a8d638d44d1d0394a2f7cea17b287ef77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b89cfe0a5a674d05204152c18629ca5923030a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3f19ab07d0b00c167ef611520120f40ba5e41ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ab8a44901c78e179648954f2e184ce670c00e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 438bde193270fb0a97ed4c8b4673b6dd6951b0dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57b979d15502de0f672519fc90ca5c3a46f5179 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c3bebeea25d9c6920239a98671ea957914b66ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b321dd44b2120a6e1e856e7f52d217191283c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36b4555456c6e16b4bef0bf99d26f89aaea55189 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410eaa9da1a43b51ad8da22e6ab36902e476bd80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a766249afe89de563985f04c1ad6f937d3e149a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c6309cde854b408b54776318f34b60b4b59b38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 83360a701959bba894bfbea3cee2cdf4fe5bc218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ea713eebc6a6acee541a525e8a50465ad3dbd1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 0f8c3134f48fd7f7ecf914e7fd9f395cd3779442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f5e5b95ca0f4080ea4e8134f5afdf3c9bbd1903 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fc050c85ee5dc6a3b3ee22e9e56ec6aea6652c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From f53de66302874f6ea4f4fbddb4ec92cf7a2a7ff8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 02760c1c945ad782903ba10e8e952144f5b6be17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954f3d3ebc5a3ce5a561741c6d637ada7ef08756 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732c69408da2c6389ef04987aa0479ef4a773c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7405e6bf097ebbfe942ee2fdd97823b600bc7e42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 790de62872513352d507d503c4b0166b539f73e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2e7b7233da57fb876f8ca38e8152ac4f4a70427 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 384b812ce2b6d2e1d93a1d0cfa9de028bc5af5ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 8c8541e9c8ed9cd4b1b3e7cf328e3992a562b821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa3a63cb7c28b7ec705b470c8ef980b322d72ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82c99da4a2247cd4a27bb6a28129de29d8e9e4e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb5acdfd622a9316e3998e2e3758c0bda323ca64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From f584ef93ab412c45dcf6bc8b8ad6709c1b29aec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 304063e6d5447909a3d44bb3b5018c5881db365c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 383bd8c8fb7e3157dc9f04e7379ce063c3e24930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64d0d54f5b953fbebe6c687b8182f5de0643604f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f235b9abecc1772c9990ce9372e7df11d6a89f32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1709df96d2a9094a1f892feee0f89699a4bab79b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99164be80bc940f8ae140943bc7fe47bae0fe133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From eba217d787c96cc5b3561b3b0d501d0525e66b7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 5ed6b64877dd5d13c1987ece4149383e31170a87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6654d49f86c5e10563430e46e7bc00e5d4574709 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From d6a677ac4a7dac68c0ac22a1becc5cabebf5d469 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b1dde06cbcf607357f3db68305c39719daea760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25ab2fde546c3bc2c561be6ec1e22fadb8916233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From e1faed40d6d6071e060b426aaca83db1ba6db9d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97b64ef3a266d97ea6aae5556cdc10c596b18ede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f50a59e457a3cbe765809a9b92024befc10d81e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3784b30fefeac6d41f25aef4f2146f18c3db34bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a3c13d17c9538c033e195ff7a155932e43c7f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b606a6649e32ed6f95e8d3995aff417575484b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3bb90419a3d94aed795cb8776a598674c6fdfd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ebf76f5ae07834715380f6af4fabdf2fa820464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d18a37dedde4444ebcd7b6d2f3096c51de64ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 388f28e6d841cbba1a25bac4e9562fd0e7da4d1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2f436483c1295a1aca5d4ded91af169890cc414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bcf0c67563c5017107c6e1128e9ae1062c3ab3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From d8248ea9291081cde70995cd6993f200837dc7db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 32263084f71560b2c145bbc928a1ba364f326e7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7da540b5ffdbe25b5abe41e16a11f2a2549d3820 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039265fb6f90a6a9aa66be82787ab9901a1c8f33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88d9b08c67f37e055e86bc4154469aeb04ab2149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From bb958d818429603cd0de427b208340c15113dcf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 539faf8444c4e3acb3644ea82b4af9f2ca9cf0cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eae368c1a3c80e31a497736cc05cb9ffe1f7e2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e71d3d2d184ed759aa8e772af5a4b8268e0a14b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From f28f5b2aa063e39b67f5bc403a60f6d0552de7e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 434d26b37315cc1b074adfb56ea0b2f4c88a27ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32013039363622f59cddf96085b70c7d8ad78727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From c77a445ecd620fde2c72b8e503cb5c0f0d0f0663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fe9a5d1aefe6bf907c7b534cfc432b3b460a074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 9ccdd94cb2d60b11537b1af074af54f9623b2125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From ce1384ff58054eaf5a4e72faca2e3c7c562f0722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From bcb016356f157ca6c66551c59e457deee095ac40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64ad04d550e145e35155b197d4492cb12c80a75c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 96f31c7f91c1d1efb800eb1b00c72716bbc1f083 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95ee835c771a583eea90d2c80502a8751a68781a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb653d8634e6f61d9b2c9e4bf4986309927680b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4735082a6a0412d604d82398befdb68ed808568d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 83a6d4e6cc68446b6d599b4f744704a617265fa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c76efabe59e19503576aa5151f5d5e677d895c71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21e1717b5378568464be68b8b12658d65fc59d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69c1fdb12aebea5827fc6f8b840772d6ce8c303d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b9c6418d65a6c499fa428fd862c6dfe30a954d0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 64da47e182287d9551cd00fccaae521d5a881f2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0aa9185540f2cb202014964269dbe8a595e71c28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 144400f99eec544aaa9f9b8af9b6ff3d1e1bc5c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a7cf42f982ee7ddb082a24f15e5909b161e5d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49c3e1dfc35780e2c2b14fbd68f1d891ee6281e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92a52dacdefc4056bc3a6d9c156c8f013bb65f95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb86e3feda249bbf7c687fb6d1edfd8e071e60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40f2126681509b3523e9fb620d5a387b99f242eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e56a13ac0907d29c8d85c819bacc795add7deb24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From a44c4bab5e1c37a44ebcc364d89e3cb127da6293 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From beb4dbd064261ec53d2741dde9fa83b29ae27788 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce206515e0f2ecf0e8dea0e22d7aeda2ab3218a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c76129ffa0c4da4921c6cc1346f97da1ded0b5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a164098bb6d8a0eb9a5cf0e44414e8cad801647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c85600b1a79227e8070b156f97c1ac851898d7cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ff8fab09a8db0f86100e08a7081eb606802984d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38d4b2c38a5193415737eda09d449e0a640493a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 992ffec0e157166390e3db51b0b27881b7dcac1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From d284bd63b760a3eef603fd52595a657c13c06d2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad52389fe8eaf59485552c3d52db16d459f72909 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11614dd2c0fa388800955dedc3afedd39f012110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94eff705de653f4e78b68a00c6797a163d8a543b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b906ee43c49c0b9dc0c0f4d6f8d7ec8a0788171 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77ba642f138df6f1648e59aff786fdce92a8f310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From ef033f40c048dc57fe8c834899a48fa5a517c605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 561a1534c33dc9093ddc9293ef414a924937bfb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9fcf5558f0b028a2fd06c9b06970f308c58204a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4ef7294948d7553abe7dc23745298781054169bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86f1a2355635ce04bc76ddcb9f6e8f1ec6d42e08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6154faba66fa5f463827a9b0a6180fc956bc75bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From a991313299172d047237d5a35bec37544d70483c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0302036bd5461b25f2881101ec7890fe65910c0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a6ae4050d93bb71f54bc0021a053cc160f1927f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 5e78febff9df7abc357fed2dce3e703245ed1dd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 21304065b98fcaf286a4cfdb9b3784380c782a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edc19d1c82ffad15d9957343ab94434084165da9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 34cf31fd7f720bd7e6d7183fc9e5c2142b030ff5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10fae16cb6ad270ddd824556ff0876a2a3134a2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4202ee59c7f158f3eb8951de13ee1fb80a2956af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70577e445f979cabb7e88523d511279bd4c3805d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From b003fbd57f9fa6f59062aa5c3b64c5cf30ad64bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7e69b72d62ad82b19cd3d3588416375d1aaf5ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 32a4b9318c86dc01a6da38ecbeab074e7a2168c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c13b3baec8d20aab5307f9be97341693afe3a2ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8b199fee5cee7d6ca797193db4228dbc2062ea0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01a8c63f976289c81cb384576f81ae57e99cab62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From b99a9840ebe6bad26389e8fcbc542cc81bddd7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 212435c337360453b200b491b25f7011fc99cb67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f869501d6d7843d1ae9665c90186a3ffaae8ea1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From e14cb7b1c69d0311ccc24e6ae04585e764c03b5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2ca04914237f74ca20c918cafc719f6455e61645 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-greenlet: rebuild for Python 3.9

---
 srcpkgs/python3-greenlet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..2a642b2ee71 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
 version=0.4.15
-revision=4
+revision=5
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 700a29deb94fcd85d3991c3246ff28d858c9c57c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0789/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 4df49026367e34a3b5fadd50cbecf8832be63099 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27aff0609b98e4e8d7783857b7ae75616b3b5b9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f000ae6887f60a0c5b929b572ffe5b6422a0cc0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 742d26220ab5542fd628e3bd52e1eeaf94b74f66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e368cf3cb6921932ed8443f8e65889ec1103bd39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0ded1acfb7596aa0cfda0a42f5efa43a686918b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df7369e0a41ad6b45e9c39dccf65fa79d7f5d8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaddfab690d9c763795473b68209d9339bd2f8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 189d9cdfe6147372ed1840e49ee3a26c032b7f0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7740a03b049ad5a12ff256497ae89f73a1aa152 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ac8b745cb797bfda3f6ff7d5c14c2288eb085ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 24dd898885b16da639d9bebad920b2904c60ab1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e973b35e9bc10dfb75e6a58c376998b51aea867 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9479bbc470e960f7e858c10fbe166663919c3067 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67f4dc81bce032bba3fde25fe2f40b5a605da7e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef97d8f6681228a8e5b401557309a8120dba51cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 592ee448d9a94e2e40361e95832d0e902a16ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74bc8ad3a20025321a39128e297ef560af8c6dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 511a7f883dc214fc18c5fa83c3b6a01432551999 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6ac09c1fb986d77ed05f8e9f2a3bd48980bd943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 493d85a6f74f018856e8e16e4819d9af3dc16910 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4633dca71c1ea8fbfa45974d0db4ef21db1d91f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e1ce7935424cba22d147e34d3675a0796663ac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cebfb79cde3a95d4614718bb9f7b58a31e8035c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 6902873e68af50a0c5c3d872aaabc4625d8b59d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9895d67c612235393713efc6e7eb59941b4c7a32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From cb6ae0e69a05ea02b9ae88fa6e0f8b721b2b5816 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 258e760a20ccab8a4a8368aeb5e3bc077f68d7d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b405343636b72266136ea72a6a44bd3c70e81d00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e628ce40825876ff50a320ed2a76374a5b32a93d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8939fa60937dac9f56dde905dd9f5c781dcb49f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 833e79a4432a9cfb71c723213d86059231d64c19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a44f8fa76798d5afda01036a6e99fb0a14a62d86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80473547f0586cbae74c6e7dd5549c68dfb10f22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d5358a413e1f593ee00b137b767e8db136a7741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59defcfeae0f21f617bcf3dcabca0c8a4a19f8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bebef8665d45bc52f5d23b0e3e6b67e5e0aacbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 725c648532bdae464e83ee05ab1bac665ec76e7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2835fba28a7a7b86f12ad5fdfea965e16b579711 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27c9225eb8e0b74b8b173f2257e6c6d0d22ad313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8f34b626ab80ab8dbe3e4b51bf856229fb86628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3bd8c681e585c09fa1b053c38728a18d0c9d909a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6cbb33fdd3da6b3c8cef58d5d6d9dc4323eb301b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From d654011e835465481f3729ac929cff9fe7e206c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c56e10ae61f1fb6753dc17d45e1baa684c6e2a34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 5b19f31489b826a3d889841d1299843939df9ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 1d52dd87d7c9e979fc0fd0986dd4b6797af927a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bcd018059da8a00ffa2e262d98828d825afe5a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From e266c6cafcf84e632d9c377f1861b20b1694170c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e847602adf9333e2eb54dfd0189bd1a2d54cd733 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e60f3a316d5c859cc4c22a01d8fe26eb95bca78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b721021eca578ad2169527dffa076749823bf265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 88726fd0d4252d60c11ba05efac9763166dbd815 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e10f6599dd8ea423c2b52755c75fef345aad643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb1f4e4f22c1c54b23ea1f9302bf18c4cb9abeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d09235bde1fa7e81462980ec789ea52634a517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b94c0a7a7314216f24920774f9e2754eb5ede168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 878794ce4e08cba72cc6b74c97ac68a70727e994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f40f25e490620df01abed7224e23e96d933dcc31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26c6526d7b3813be80e17a5687483231cf74ec14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be3e52aad4ba720257028a18cde323148fcf9e08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From eb2ba56931eef4822f5d01ff4f76397ece476868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From 2f8971bf4e100f8aa97809444aeade7479e04d9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91bef62fa82fccd036f808be73bcae052e630ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efc2b9fbd63b1c0c3fa371c9c7ffb6a1cae034d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 631ac1e321b9774fd735f14aaf44125b8a17d9e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6fd35b036f20bd61326cb74e013a0878804179c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 68cac3369fee15d9549a297122244cdd0fea8395 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 836da30b282f03b06664ec48cf4f1424acc60f18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 9a428feae4aee234d2ce9b23973cf2762d45b3f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae9b5fe5d09a0bc17780c143ebb658b8ec296451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6568ac9cfa54c137014539d0ca240960b3810137 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fde4cae5588807d74902efa61a0ea3ebea1bd32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d3be1d67bc9ba091e66daab42e0af7c78f81f0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45e4ae1e6685182318b7aa213e3b9264371c3295 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9724f5c7e54ed55d0bba0dcb9ceb150424724f14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From f3f9de8b4418bf138a8d05e39e7bb848e955c9f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 271bb900d11bacc4c6db415abc280e0bc7a03b09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 815c70713d41e40353396d09c84b7b8207df0471 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee8ce2e6ffa3cf72ec4a1786eb1b290168b7a5e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f96b3a7707959c0dde28dad91a3e17c46055872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 972d887a5c93309704c4fee027731e43a8679da0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 37afed7f6e0a8c8290c3df65b035ec2f85c827f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 70b2e8221bc65bf61597f24b38bae7fa51646b23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af7fbe4b56d11abd3fba51fe07cb26c0355c914a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd1bbca079533899cf20451ccde51d532bc9c360 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 945e275a7f00c859534bc93a813faeed6c7bd82d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 1ab4ec26fa293b38367b38f286654741d4100ee1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cd4804bd05246b12d41efa07b8c54a206ab49b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From b6b1b0f8c7034ce6a7b2d4134e075f4b96d9afd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 012188f75a7c8a1dc6350c798264f29e05b2c300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 666323d8bf7470b285400ce10f490352fdc3d28f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac7e83234f61db9a1a75ba31ff94b89723ab28ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 3f620dc66e95d3a52b839832345b26a361715f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e8f8225afd92c427d4fcebe1727e666f9d0d5168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c3c6302718a9548fa925e44b15618cdb1f509a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67b1d059935c5443d066d306ed58243a60d84a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccc8f2bad0b25f6c5cec2bc43970f7f431967ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3864b9aa214826ea6a08c47aaf9c194e4765d6cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b83d8b7c33e64fb9407af34b22964f4c90bd8bb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c40760739351f598e791e7a01bd122aedbaca60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9362e2498002bc138e635eef90364a81f8f6f800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47590762847642a979b131df4b155b7d52c44283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa0e6da4d520d756c86c95dbec818942dd8e138b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e187fd55a71ddef324ea623b358151220e37f816 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b31bb85dc6e71f52132d2c2148eb857a42ba57a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6955a3a9a6456ad6d1ae8c309fd5d5238d1cd527 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 415431a5b5223333152d30e9fea6fa66467c153f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3f5140646ee336dabf7d9b63250b206c346dd1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ad68758726ece46a07841e64029397f757d1ad3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81b748addc693ae2ae29ad1ffe8e250170676f20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bc11f6f2b6adbeacf881b4ffb6a7d55859617bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590c32789f16e614d77c3226e48b20c7a8d9b6d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 985616337f6c5af795eac7dec98146f135feb7ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1695d756c265f674add31f96e522c0ab793313b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae1dcf5f5b79345f571273664dfd81ca76395bb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5ba558acbc8f851fa5e0fc707f1a7d9578e9e70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26453284bf5d6f78377d54963bcb1016fbb11f8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9605746dbe74ffa5ea5b7f95f9bcd7e58d78da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 0238af7d9eb3e97b1b8e83364b94c3576f7738f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 939ca5c6b0574a390bac0cb6db7fef70b28776a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b49dec5b4a8737791ad5c97517e63405efda74d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 465b31d1af99d888dfdde58d70834d532140318e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 11620d4b83fd8ffda4d3f051b23b492e6039bbba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 65e0f00544522fd60edd83cfa824b0d16739a758 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13ff7d2d2de15e9c2e4bb7be50b28f54caf6f7fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 607b31fc19e6d9068a1a115de915e22c3f6096e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59d424a183c972bee1ce6151b5f677368ca9a23e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 69071f132ea305bcdaf7f6d367b2edf1b90e1af8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a280abf9f7f8ffe4109ec54d2112d26dd32265d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b436519af36f5bd6ddc45aa3dc76d5bdf0cabeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a3705ed455895b066805c3119d22876ab41ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From b9c11a37c6ad91302d7104c2e5be10632be99934 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 81468634244de43dd8b7c0eb32fd7975d10d5c34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c72b90fef400589846d144d7e840ce7cef1c7566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 380c22c15c10808dca4fffd06d46450cab86a0f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b21c722e7baac6ec77e10896f6a37f5e40d85283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f20e159f03b5561ff233453d0993365566e76c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From 989adebf76e07f863b5d71b2fcdc93db728f903a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2edd3fcfdc519c83d94c1f28a4fe1be4380680e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bf393c88686f03ae1e7fdb555c61d1b80230fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 1d4d068bc23f08cd04aaf9f72eb4bab88a13b8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From dc60b55d4a43bf4d4f0f48fdc4b2ea5323dea217 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 0bf452039e34bbb8e6ecb30603b6b164c2b64179 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e84627ccdf0ec363559b21d055d7463dd6e30a56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 25c997f0c98e2d67a5aeca0df97bb5ee73eadc6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 5d1803acf856083323140eeafddb7138fac6ab46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d85e94459cd012f0fd5f49003bca1629b10d30b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 0cd36d025e11d50a8c5f36637e435f24e6a7033d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 8f6d2dd108071911e4c0c573cc2dd729683518fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a25e71814971a90566be70ef14be79177264b9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead06007a81e01f5512ba8dd59d3b860f0191208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9371d4ecdc9f20ffe3c8c737a696a7ac4664e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b784b43529644e0d9fa83c6166f6516e0d351ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c96156bad823466f881dc6640902fdcdaf68cc47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08cab9cfca7a7e3e87bd6dfc40df636750a46728 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02f1e22f42dd6f867fc5b49d3a56f68cacb9f0ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 812b9bd25df1367dbe7f85d917cdc221f480fdf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8137f43bdffb4621b78d695f251f6a21e0ab57b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..7176a1e1ae4 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a80914b90d7fd42bcee91cb3de96e84c1417fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From ae01e1107b039c053fafa8c23cbe949142ac1c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe33561bfa15dc6e844c51230ac2121ffe8fe294 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb767a78461c285ffd20b16b01f0c72915937f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From b8aea9e3707def7074e5e8b53a04475e79a166cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99eac4f65330ef092a8f46910fc5c309c5aeda8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 268b94b1121e922f0eacbb353773602c53fbe78b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 170875d30a5ef3e08d6d717acec78056599014be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4624c8b58acc6d54722b28b365fb1698871a92da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8547d0a61b649cfd2749a585ac9e176e22019d05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 960f1c61788fb9d6910e3dbf70daf675103e5923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fca7f025acbe83cb68816dbec6e9212c17c24653 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c832d5b8961c8724825176c38a33fe690d36d36a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From a9bcda49d47c7d6a9ba585b52f3466d1ef3f5c09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 7ffc9b15b74e47f5dec0527ac9d0558cb790388f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 1bbf37d7bb27ea543481b7c870363dae3605fdcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 618c64271d8ff68fe24f15853457fc4e5b3a49af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72c72f7ea2e9ffd6affeea1387632d24e997bab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3e2ee341e31a458d0f094c3d0142a72c0552cc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6af93001ac92f47f7da3e81a1015a5ef65120db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bb41dabd4366ee7a1fcd9d82af32b76085fb425 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7bbc99ed54e6c5b722f0653c53ea7472384cec0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a606c418e5900d2ac07d4c6b8b99b6a74e188791 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46c5b82f10875c9ea11f0393885da03ba2060bd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e6afd9fa0cf76d989150a45b5723ba09321ce67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4027f65e4db9215d3179ca02e4b8d7e1e2b9f31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 08cdf9941e210f50724d44545cddfc06c8df65c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From ba178bb80bd558f34a01bd3ef34c4e3ec06f33bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 58a06b4b3a23d403c96a4816265e8d60d90848ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 51ce600a2fe78afdd25f1caf8de688600baed47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6639ebc496239cfad85c94494d3895d05625a314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41394edcd4a99fba4f1155bb893cd4643499eaf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4419a2d2b773e5f169158758b2d9b7fb5405d86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0300395b95c43e7c78f289d5b181c05e7da71dea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 52f68e8a4bb0f6854d1ca121dc6d54dc0271c90d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 906f01f8a48f48d4d4244dd6301c551f7008321c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From f135e9180e29fb882c1303e95d57a99e452e26a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0ebb7c96041650bae1ac71b6d3c2cdd2e49cec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 8ba8e08be27fede6b453502250f20c2c674e86c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5aa66a0d1554d9fdf613c91d171fcf5bc8b7f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From b6bf155c4d4f38fbb940157cc263dad31e84ede9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From bc9903bc4980107397f686fc7eeaf096dffe1256 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From c410ed8e96b03abeacbb985c7dc5757afa2f6b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c98c1bca5d86bcb6ea2553b0850ecaec53e5a865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36605760f1a4a04f17959e03d7196dcb7507d191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c76b3701a8cbfe059c862154590cd041318452b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b7925318bce1bc618c2fb3e6145da3bed98eff3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e8ccf505f4381577401158b93927e718b78b11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23f07566423d64bc74c0930011d17a7f7f77be94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 83f7c84a796f11d61dd31f9e71ac266289155991 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb39bd41fad390808b8b42faf946bfe0cb05a275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From e2a3549b86584257944bcaf9fb75987e3570434f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86c17a9c9de4b5cc55e04df607becc2de0512394 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 119fb464675d2828e4035c7b73628a1a910bb0cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc17856cedb59fd049c38610afef8a4efa96810 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1098f5b7933f3d60874d497b3a6ccb7a207b6123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc4a8490d380f2d22da61f886c6a3df27151cb05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 004ab3e89a50d55fc03a1fe68ccff046657a8cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 617e6adfd9210d6c0fc4c341746cba6a2cae8e0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tkinter: rebuild for Python 3.9

---
 srcpkgs/python3-tkinter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index b27d2cacd2d..cc85ba736c3 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -8,7 +8,7 @@ _desc="Python programming language"
 
 pkgname=python3-tkinter
 version=3.9.0
-revision=1
+revision=2
 wrksrc="Python-${version}"
 pycompile_dirs="
  usr/lib/python${version%.*}/tkinter

From 80f819d4d79ec130ff96ce2d27bf36672f4fb20f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d46fde2e16cef1c9066cb880d31086c96adac94f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bb43319e1663e3d50db1ac5f821203621ba43f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6df692065dbd2908f404adb9cedaa63547fa0d73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6076b2b9b5f3a42c59eb695067895e05dfaeee11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4428fbd75c4669f83069dfc0d5938fa118239ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b2f1d0290c93d6f95ff1dabdc52429572c6dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60b81bda9b105901691a5dd76409f38542cc0a5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40216fe82daa5e06b5c25cd8bb54208e35f38f1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af2d7aec4fb98d00895474dc3771d94e124ef1a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38832f92281dd52ac2aeeab42d8a6cc62cf53e0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b85f4f12a1f4d53de6529c50ef133f7a0a3eb1d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a630ef9b58f70d183ee46ba3eab83da0042611f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b7031bef8a86e0933dcc3644af0e6c71bf156cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9d766b44aaec397f010a82712d103b25a8dcf92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69a88afbeec6356e0409165affa15e0777ab282b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From d42f900692eebb9f3bf6302e6fc71e8f4dc344fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ea6689d345b6c15f9eab9b923302e550afd92f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14e98c40fe878986a1ca6a4c2fa7650ac67745dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 01426b7fad950f4274cd7a41dd21ac8b7e032de5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a139f72b17f8180d9e22abb1572050a73a5ca33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31f0404f14b5504586d1b2fffaf125d3495ba0d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From af4622b29cd36ff4bd1893431d993409406437f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 585a04ce642358146fa1e0dad999b3e099878b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7460eb6df1bfa52375b66eca2ebbfa3ff3ca0ce1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61d8da9bf71f6f6882adfcb78fed71301386836 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 72208ea2d79e094866c7ebc76f805f0f53d21c3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c80dc0c5b8aceed617a281aa74849aae85bcf99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0357d9a86dc887824ac8dd6c2dcae91bcaa2353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26ba7dce9ef417094dc178ef44138d58f6a183e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 050ebc4ad70b0fa8a367984ffb8dce543d3808bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1785002d1913fe642604700d5719370b57992242 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e9ffe4abc42b372ce56eb3fb2bb9362d789723f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f36d58c9de7eae5e84ceaf8fa26ee03470827d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From f106c6164e5f79060c8a5e1e6e306853fd8f809f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2e4224ad7051d6b28af38aedeb89ec0a69e0589 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5eebb07fc176c06835288127411d2095292a0bd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 608c88a1816906843aee16ee967b77c1482da03b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d2dbac7f72e10b3e8d2f1512a80f98e96742b0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 361979dd26d2348fdd4e508fabeb4994c29f7b16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 3d3217368f9d3e736b3cccefe03f2c84c7e90be5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f59ebb1d0091c298038263623e20f1a98150604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43f893afe1c6e021c70bc4ad72e6a1418895716d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2bbbba46c71bd8bd5a1033341984e3986d8f2f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49366b2577da34f9fb1d93a3a4b6dba6565f79c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From a7bfe5b6af7c173d8965a3fff27e87c3cf9a23a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 646786552a2ef15af92ce9f08d6e562bf65738ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From af93e201188ef515b761f6306c257c90bcd9baee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From a572ba417844aa1703f3c7240ec36d4121a79912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 900f47de2e406490886b871cb8678ae8a52616b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 910556e3b7478482739d733aba0f032fe2d1364e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9de22a36083ccf9e23f34f4d8431460c33c5e47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 7da33e5d030e8e904795865b69660c71b69d29ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f438eae0182a0d3504b0a3e9b7898111089d5e5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From edeead02156c8705295b9509beed9a6b3b6f0452 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 2f0db287d91885dab08f5ba02841a5a718398cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From bac9219d60db34a3b4da3d2a028d71725fd87027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d4bec9969a428f63592d6695c7fb3546330d7030 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..f554df90ee7 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-pyudev libudev"

From f3193474cef526b8e297fa840f361fd23580cff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 1c61328e244705adc14080b8d28ab408d6798b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 498d9088d967801fa10b0b76179a63cf07ac19a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From e858a74565e42b1e27c93e437bf93a1f7aca2c3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 8ccd356de4db7f2c221ef278ed615ebc1c0943be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 6eedde9aee610f878f7057993edb6ce2ce6efe12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 7d9354eb28edd05ad58d398e0120b7e39ce80b00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0ca278df641590acc0a630e789bb842e94b376df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3c1645d133efc7ac8544b967a1ca2b4b7233abac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 0615fc4e86f56523ace3f079c61a07a2ea99f756 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2189627b33bed301ba588ae2de61fbfdc2ff438b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 535c15c2e04bdb2fd517fb5a2abfe743f69cab68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 3c0cdc8a900caf07c004886aaa1715da54bc84cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From d3efdd1760cf18dce65c55a49d1fe5ea0a7765d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 0d6dbbe2ffe156e9a95aca45ba104c7c6e65490f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From f821b1def3a05b3cf069df8759a6e314b5714dd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From bbdab2525258d8a5cfd878e79210a949f36e9ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 81d2bc95d304ae31ac8df0eb0ca364fee08b5fde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From cc1b28fec87598aafbe6ab4ffc703d18454f9796 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From ce69dc28b7a769250d5870659f7034ee8abf9e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From b9d80b78dccd753042468c20cc240aa7cca98fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 95a7893410ac3c862aaee48ee8628a86752cdce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 664358d2ef421c330abd2a23ab3ca1c27afeeb69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From f05435513a310c756f00df0eb99ee102d7037573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From d8a5cab051d85d0c81faf596dd27e86e0d9dea6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From aa38fddee007c257fbf90ff6409d1e71d6f454fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 6024dcbd56555330746e592a1cfaf177ff763e74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 11a41460e96d52ecddeaaf1fbb62dc66dc91ee09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 97b2c7d439a395ce4bef38bae1de67d3a71bb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 9e3b393de5745ff3486a2bf3c821b4456a7def60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 82b0d7735a9a465cd88b63e5900640a5e562f8a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From f222822d654950c5fc04bb17fcbe168293718ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 6f0d8650aa58ebd49a294fb266bd0bc043992fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From e5a0beeb2266d9bb6c7504764a7b91b8f9d900d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 6aa60a4450bb6d9dde4e8fa4cd3eb25f7d8ae620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 40b6252bf83e070752eae0f4558f0f200fac4d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From ee2cbfb7c835aaee2a3336715c601ac37f05cb81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 6af10592f439d2fc8beb459f53cbc5c40cefeaa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 289b9dc1903dc790b2ac5dba2a2c31bd49c89ae8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74cfbad127de64c152fc6c9bb6be004e5aa304e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 6caa9d656e7341fc8e18c070760fc7680f4196c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 62922f82fc40e24c0b2dcd2787eb98dc419eb6b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ba4e4f33d1dd657210b468df57c712a8e5e24e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 495706b9fb3386d1156e7bbe141c593c7d2a3081 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 604bb2b4e041539cd178080e20a9bdd622e1c11f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 28e184ea10248527b0dd85e964ea9e99f823fb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
@ 2020-10-07 14:22 ` ahesford
  2020-10-07 17:17 ` ahesford
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 14:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 825759 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1108] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1108] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1108] Grammalecte: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1108] PhotoCollage: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1108] Solaar: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1108] TwitchNotifier: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1108] alienfx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1108] ansible: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1108] apparmor: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1108] arandr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1108] asciinema: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1108] audit: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1108] autorandr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1108] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1108] avideo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1108] aws-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1108] azote: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1108] bCNC: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1108] bandit: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1108] beets: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1108] binwalk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1108] black: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1108] borgmatic: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1108] btrfs-backup: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1108] bum: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1108] caffeine-ng: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1108] canto-next: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1108] castero: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1108] catfish: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1108] ccsm: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1108] coccigrep: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1108] coursera-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1108] cpuset: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1108] ctop: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1108] curseradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1108] d-feet: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1108] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1108] devedeng: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1108] downloader-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1108] duiadns: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1108] edx-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1108] electrum: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1108] electrum-ltc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1108] eyeD3: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1108] fail2ban: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1108] fava: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1108] fierce: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1108] flake8: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1108] flinks: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1108] gallery-dl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1108] gandi-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1108] gcovr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1108] git-cola: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1108] git-filter-repo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1108] git-review: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1108] git-revise: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1108] glances: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1108] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1108] gnome-tweaks: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1108] gns3-gui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1108] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1108] gnuradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1108] gpodder: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1108] gramps: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1108] greg: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1108] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1108] gscreenshot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1108] guake: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1108] gufw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1108] icdiff: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1108] jrnl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1108] khal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1108] khard: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1108] libsearpc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1108] llvm10: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1108] lutris: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1108] magic-wormhole: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1108] med: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1108] menulibre: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1108] meson: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1108] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1108] mimeo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1108] minigalaxy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1108] mopidy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1108] mopidy-local: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1108] mopidy-mpd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1108] mozo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1108] mpd-sima: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1108] mps-youtube: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1108] mugshot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1108] multibootusb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1108] mutagen: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1108] mymcplus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1108] nagstamon: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1108] neovim-remote: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1108] nicotine+: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1108] nyx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1108] onionshare: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1108] pass-import: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1108] peframe: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1108] pelican: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1108] persepolis: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1108] peru: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1108] pex: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1108] pgcli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1108] picard: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1108] piper: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1108] playitslowly: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1108] pockyt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1108] podman-compose: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1108] protonvpn-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1108] pychess: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1108] pycp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1108] pyradio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1108] pysolfc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1108] python3-3to2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1108] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1108] python3-Django: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1108] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1108] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1108] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1108] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1108] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1108] python3-Inflector: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1108] python3-Markdown: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1108] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1108] python3-Pebble: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1108] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1108] python3-PyFxA: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1108] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1108] python3-QtPy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1108] python3-ReParser: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1108] python3-Ropper: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1108] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1108] python3-SoCo: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1108] python3-Telethon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1108] python3-TxSNI: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1108] python3-WebOb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1108] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1108] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1108] python3-aiodns: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1108] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1108] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1108] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1108] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1108] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1108] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1108] python3-aionotify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1108] python3-aioredis: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1108] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1108] python3-altgraph: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1108] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1108] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1108] python3-anytree: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1108] python3-applib: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1108] python3-astral: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1108] python3-astroid: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1108] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1108] python3-async_generator: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1108] python3-authres: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1108] python3-autobahn: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1108] python3-blessed: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1108] python3-boltons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1108] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1108] python3-casttube: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1108] python3-certifi: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1108] python3-changelogs: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1108] python3-chess: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1108] python3-chromecast: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1108] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1108] python3-cli-ui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1108] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1108] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1108] python3-click-repl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1108] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1108] python3-cmdln: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1108] python3-colorclass: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1108] python3-dateparser: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1108] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1108] python3-deprecation: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1108] python3-discid: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1108] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1108] python3-doi: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1108] python3-dotenv: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1108] python3-dpkt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1108] python3-easygui: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1108] python3-eliot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1108] python3-enchant: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1108] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1108] python3-fido2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1108] python3-filebytes: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1108] python3-fishnet: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1108] python3-flexmock: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1108] python3-freezegun: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1108] python3-frozendict: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1108] python3-furl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1108] python3-geojson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1108] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1108] python3-graphviz: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1108] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1108] python3-hjson: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1108] python3-hkdf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1108] python3-html2text: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1108] python3-humanize: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1108] python3-i3ipc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1108] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1108] python3-ifaddr: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1108] python3-influxdb: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1108] python3-ipython: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1108] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1108] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1108] python3-irc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1108] python3-itunespy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1108] python3-janus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1108] python3-jaraco: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1108] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1108] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1108] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1108] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1108] python3-jeepney: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1108] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From beaaf1235f4643c59f056fa0324bd1519e5edf3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1108] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 441f87130e394f78957193a9882582c1aad740cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1108] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d805f937777579686f123f6f974f96977b40f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1108] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..94bce70a563 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 
 python3-jupyter_package() {
 	build_style=meta
-	archs=noarch
 	depends="python3-jupyter_notebook python3-jupyter_console
 	 python3-jupyter_ipywidgets"
 	short_desc="Jupyter metapackage for Void Linux"

From 7360bd8a86847edf1650fa385c8b6d7b70280c0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1108] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From d78678c77ba7048b1f42baa120c2e44f6b739be8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1108] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f86f0d5cde261af63f7035facccfdfc228e620b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1108] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f50a4274ffb731fa29290fa201f50644e7758c79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1108] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62f301ebfb2454286ed837f4fadc78adcdbbbaf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1108] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f2bcbc3d7bd5462cf211eab6fa7357db9457fd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1108] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90ec34b1a380d7a278d177427c5e10f0a7431430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1108] python3-keyring: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae2be443aeaf12142d6ec54d6408f44de5d879e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1108] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bba630d01aec84a11e4b6c3e5b8861e8f41bc26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1108] python3-language-server: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fe2601b54749752e7e6322774c04ec3a4c183fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1108] python3-macaroons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae2f7ac3dc0275d6db0d2fbec4a3df1a07f03de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1108] python3-macholib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 347f86bd57055e9e0aa705f39964c363f295ff3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1108] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 868cec0fa995432f84a43e0bc57c88550861eaae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1108] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2deeb3c667e3fe9db08adffab4e94f7ac695adb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1108] python3-minidb: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From b56a933146488880f12994cf49006dc8854a2afe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1108] python3-mock: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f1abdb12b1de222d19d7efc44e028b1ed1f1e1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1108] python3-mpv: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba44ac4549c4dc269540ae0a5fb3ea8fa659fcd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1108] python3-munkres: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From d161f4986406dd8cb8c4c0e0fec02e2857e8412e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1108] python3-musicpd: rebuild for Python 3.9, drop
 noarch

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

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

From fa2bb0cca6eadd7bcb4d962e3b64f24cadf89386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1108] python3-mypy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 2e6681629b8c5fff8cd5157ad86a5af927df158a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1108] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From d020e16f2cfa32574010e94e4138c2441ca1535e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1108] python3-neovim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 3cc26d1f2099dde21bf7eeb2165e0b02d1655575 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1108] python3-notify2: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 529a4a639e60bb63e53edf6fd513e45ec294a578 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1108] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ddcaacbf74094d21ead97f0a4019aab194e9557 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1108] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87a25f2d57764fdcb102479ac62a8254b3b5ee59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1108] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4ab1ca4b4002efac97daf7613d1eb8d51ffb785 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1108] python3-pamqp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a6a271dca31cef89ff21e0b99288748507776e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1108] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 837d607900bd860917ee6c73177b06bb8bbbc944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1108] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 785070e0d790930c1ecdb29dafa2ee4225bbaa2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1108] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8dfb1afb381940d2e013255f7d052633ec6ed70b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1108] python3-pefile: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From ece76a3e1fe3eaee139c3172c7c8c5fe514ff55c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1108] python3-pem: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From a21f585baa1730b9b9ae7f9b357477964800ea8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1108] python3-perf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ea54fab842f0b7482ef1bb6adeaedfeb0289bcc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1108] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 70d72597c547a66517ceea2e21fc5a02256b52d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1108] python3-pgzero: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 1c004a939a63a480949cb1d5cffa294112b2155f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1108] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6437092439fa25f25a0596358c620576ca9c252a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1108] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From 8745094e527ff551d084d8a05851eeb1db8563a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1108] python3-plotly: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dca0f3d6cd985765ab2956b49457a72efe4b9f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1108] python3-pmw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 23ba14b3b72b6385e713a6788b5e722b224ff94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1108] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 52e16caabe55a449bbc3556bf6bdaaf998a37ff5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1108] python3-priority: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78ca6e5b294770a49e78f65d290dd74bd1ff7465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1108] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b4e93a83f7e7c596e322650cfe7548bcc31228c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1108] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From db25a70fe52f365c65c65fc2a9255d08276e1f8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1108] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 0e478872a40729aed50af470829d8009d4469c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1108] python3-pybind11: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 922654269b688fc55a915ec30dc116b72166b30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1108] python3-pycollada: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 436c22e9ac073cfd0f0f3fc643789fc1f4076160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1108] python3-pydbus: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From add1f0d9d41c78d8d0a7a759454963df119cbfb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1108] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b51b895db12ab4b5104a2dd7d80a21e72c3fd712 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1108] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From ba918b0067e10b5aac71db1757ec55fdf8c74e9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1108] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5586ebd3374987762f143657f12c57d86f350e50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1108] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8254b4d2b21ee9da96e3fa3ee1d0d664ef0d1bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1108] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 477f50cfa807b64cf39125df409c792ef94c24ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1108] python3-pylru: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a581d0206043b7c8d565aea8f565ce99b0385d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1108] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From fd057c84306e6d2cae97e3d911dc7abe0fd3c852 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1108] python3-pysdl2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 78835c8c5f8d0541c41ae7b6b08d9cba089f9b7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1108] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 2e0f102dd5cbe6b0d8eb46bfcefc4f4f665b6fca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1108] python3-pysigset: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 6f5cbc38a50a89a64c2ee42f063dbc15f6202e5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1108] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99bc9200f43e1752b20b82fb5c2f507d21b721c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1108] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45f39e286904f851c57e255ea9dcd9876d6f609b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1108] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c3e15a3240a88d26c7c9fb9a263fe887324ffb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1108] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2feab6a2ddaa9584829b30dfd18923a398697740 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1108] python3-pytools: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bdf73357ca23d33b279dbc4bc3607c50ad18146b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1108] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6071a929c3c874f1cfc296d786610755c053179d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1108] python3-pyx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4713bb14a119975239c42839b69ccac35a1b35f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1108] python3-readlike: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From f0d4e7dd05bfedd96a54e028a1bfa66c5bca74f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1108] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47e123180243efbeaa97c3fe1c771cf9d65d2e00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1108] python3-requests-file: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efef1c4ea2f39d389a2b88dcdce54e954f3d9d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1108] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87fd1aa1541c0ca79276e38afaa39df0439da053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1108] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 83f9378c8a7118dc6353947f7c78409809d11187 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1108] python3-rss2email: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 6aac7785816c9faed74d73b3ff6015f2b71138ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1108] python3-rtree: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From e9c494cdd6c617a4deac96f21d5714307fad7cd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1108] python3-s-tui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cb0d4d23b8e52aed50c8230069802c1e236db4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1108] python3-saml2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9904a25d8c2ffc1169dcb7d53b006a42c07143da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1108] python3-scruffy: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 8436f5f11f28c9195eeda2e7fa03b104a0e20ed9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1108] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca3d58e72a77c8370cccc3187c57dfce0463d6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1108] python3-sentry: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 102515fee851c162a1fb9d0bf36dd18163190a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1108] python3-serpent: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2f2cc735d550409538f85f78bf4ea181b60982c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1108] python3-shodan: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd55838c69f53869169771966c6499cd28e0903a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1108] python3-signedjson: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7782e6bb18e7dabe30880926e100e3ed4926f296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1108] python3-slugify: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 1726a4ca56635cf385e6ff7324eef35924d411fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1108] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From 0fe3b0b4b4cbc69e8aacee1e6d4503d2a35d8c40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1108] python3-spake2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 93da1d826821607939b130b72a6918fdf2c1713c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1108] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From abd14bd608ff7788541892cfc6b60e93690825dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1108] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 9c3bd6083a8c21885bbc3afa271ff9f335478de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1108] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1af24b0af92c79bb5036f49cca2cb83bfc3c0ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1108] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fd9e827ecc5e5f7e3e03d29cf2389f86e874642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1108] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64a94b0163e30180648ef989f020ab42b91be24c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1108] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3462eb55e1c494e71ee79d980486b5458a7b62fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1108] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9d4eb03d57d3d1795c8baf6c2385cac5fd32b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1108] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 630c4dc9049a92dd17868757c2219d203309c65c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1108] python3-stevedore: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From fe8484fe3c09400301b8775a3a3130cda9229133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1108] python3-subunit: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30c30c6875aefd6262a1a092b986fac2944c06f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1108] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70c57f21eac605afc50620d89f17f5d6e99f8625 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1108] python3-sympy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c4b4cce4a2723a2fa46b1be608db4f97e7a3180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1108] python3-tabulate: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From b027669c54c68e1afb40079763b0f7f178384747 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1108] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 01532503ce3c428153b542f67408bedd2183a72b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1108] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From c55711ba34a04364d892bf218aca279f22ba7e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1108] python3-tinycss: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From add12a5359641b4bf0ade241923d8aa2bcb9302b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1108] python3-tldextract: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efccca9ed135d596cc2f1a8eeae7bc7f2980fd93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1108] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From 72337588b2370155b07f0d1c32ef68e50b48efcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1108] python3-treq: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc2abeb91897f2cdd62319b1748849cfa2b66626 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1108] python3-txacme: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98bb76aa41c6ec4143c1c51d1b771b710c4619e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1108] python3-txaio: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 926b80d99b283a2f25e0bf395001682bba726bfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1108] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b4a736dbbfe10a0161c4eee0ee9019d60053d2cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1108] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84ab31faadea09d8fcd175e014b1ec4ddd5fca06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1108] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01c3095c84b0c1758a94433a29a65874c973c055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1108] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 8fce47081fdedfc3b4ab0fe94803a99aa746ec65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1108] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From c7a083c6c48e60803020495cac99535e527fc73c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1108] python3-userpath: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From faa1a5b37f0ef0474ce4f8da0af64a3ff8d22ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1108] python3-validators: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8215db1add34bd04d2d729b3fb1f2386d3fd76ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1108] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587fc6f4bf94cb4d71420ef6d5d9f7e4bd366543 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1108] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fffba7cab9cc711cf8f3c8c55932a59a72b6b644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1108] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 647d673ce9f2aa9c8faaf5499e557559f1cea256 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1108] python3-xapp: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From a979b22fc592daae65c33e15d5792d5f287b0e2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1108] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f3019d72bd95946a7dba621be3de5663c89776d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1108] python3-xlrd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32b7eabaa5bd9cdbd24f50ec72dbd01290c49233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1108] python3-yapf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 121015874ac831facd8a3b820d3c08d9abfb0a68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1108] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From c3ade82ac38baf4c4d4ed62884890613e982374c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1108] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9fb3ae66f7f9ef37265df05e582692a0309c26d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1108] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 4d667926990c9f3a299ff16bee6a4b788978b0f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1108] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 265b29ab14c705ebd94db501e96757aaba6e050f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1108] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b15c9a6ec8397f5da05eb936144aed6aba331fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1108] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e70f2f2117f0b166e6f7adc6e190b89f32e21825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1108] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e64649f73155102885b0ea5ca7bc607c025e204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1108] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 60c772b3f35ce101065b2b20e12b6693be6f95bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1108] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20e19d4286eae3d63a50d26e2656e18d7808ace4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1108] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From fc69d8c75d8a29c5a230b2a93b7a4ea41dbad9b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1108] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fda33409e2e6f7b322231996bc38289940122961 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1108] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 803732aed60b4a5182bd6831db6809084bbe7eb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1108] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 9be73a6fa27142d9636592540797fe4e4b515a25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1108] pywal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 8a6b9603ed21e50214ba9a4bf183c1dfd20a51fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1108] qmk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From a5d02c62818e09baa023e1881b6cdd6fc80a5d76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1108] qomui: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From d13310747ebc435cfc551c085b656c49afd7db4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1108] quodlibet: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 66a7191209b89a517df3475a4e97e2f9d7f66cc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1108] ranger: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 3dd221d5e761c41c36927a9ad6699754fea657e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1108] rednotebook: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 5f778f457706518b9b829fea2e6deeb556c7d8ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1108] remhind: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From c20974c695dc95c7c1d747dedd462ac48e3743a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1108] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From e980854989f3d6c5306ec2ec1364d28de9f7dd99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1108] rubber: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 34a8e95df71ebff7bbcf5d46420b9dfd6b5537c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1108] s3cmd: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From 783d0dbf5bdcd83515d7238b19a19c45bc3e3390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1108] safeeyes: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From f7b31088e10d68abfdecd376ef236ec54c39931f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1108] salt: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 37404ac7d218cfafb291b47f247f6f7eb3950eb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1108] scapy: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 01d7f82f943c1f199e95eb7e21fa714b387a70b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1108] screenplain: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From aa8c1fe3154eda0f179bc7cfdb9e4a074bd881a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1108] seafile-libclient: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From ed563f38ea90b2c6f6135c0ef35a05f5814349c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1108] setconf: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 745be04be714b6e3e8ca865b3bef423325e76732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1108] shiboken2: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 70c91e4bef2e68779050cb8c7a6c6b3b36a20f4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1108] sonata: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 5e3afbc7e636813c6c6f53b0f15612707364db7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1108] speedtest-cli: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 3fef0a38d6e4c151732c14edb5a6af044cd34f09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1108] sshuttle: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From b375c16fba811437f9b949eec7e5713dbca9b9ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1108] stcgal: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 9b77f9fb0f5be93dea34bc2d0c028fa35767c67b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1108] stig: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From c8b472cc2787c4a24b1a1b2037a32b8de2664048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1108] system-config-printer: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From edcf3234937863e0fd67ced331605edb06385773 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1108] tekaim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 3c83a8038472040caa322e37da643d4f711296e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1108] termdown: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From ebf0ede7468dc30be7f2c557f91f0c99d06bffba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1108] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

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

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 006623c6a42a90396b2b748a6d45bb75f2fb310e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1108] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 3b69237a4dee1e123a15eb0589913cb600fd0bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1108] termtosvg: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 3a3b6327c286ef0d8537d9ad06475296e87c3cb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1108] thefuck: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 383d9dc80e806711703549ce5ecca38773b57973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1108] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 068cb509f3ff84fd63594b6b5b16647be2575df7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1108] todoman: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From e8db94a0f061e42a5ead9a632c5d215b805da151 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1108] toot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 838c50a2ef020cff2f517f3fc5af90eed4b54fd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1108] trackma: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From e850799f21fce830037474ef24c2c6aa3433a23f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1108] tryton: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 8bec0192b2e4f38bfc5e5bc7ee828e670fde6ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1108] tuimoji: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From b796cbc9f50ad51259e6711350b23670bb888ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1108] tuir: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 3054db39545daa68cb4fc2f72e1a51554c2b9ab4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1108] tzupdate: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From b64f93143f4440ae2ebd631732c6b0972d990c2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1108] udiskie: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From 35bb88a6389cfbcfc01597f6e989bfd711a9989f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1108] ufw: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 4e9e9a608cf2f569c52cfae710dd765376c8aafb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1108] unknown-horizons: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From d0532502e5339545501e5e68fcc96dce3f430319 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1108] urlwatch: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 04e1aeb5e7d47188dda5089d99c7b96cec7e1d33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1108] variety: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From f5d0a0e9bba8764a6339386af7bc8892569f7620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1108] vdirsyncer: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From c9116ceadf10bd903bfe32b541d44c47d6115fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1108] vidcutter: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From bc5ef674a97eb9126e7c4c9c1d16e6353880250b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1108] virtme: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 380874b3b7cd40d27d363048b050c240b17621f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1108] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

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

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From bf4ae03f45283e96dd61d899679ac4d767290fba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1108] visidata: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 5b24a2f6d6b59a53cc44c88d039108cdbb302c3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1108] voltron: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From b9b06a48bee81d4df39f98799ced237c99d535e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1108] weather: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 9f533d7ce80e6d8a0242070a2f8da78291f7d437 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1108] wfuzz: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From f5b2def87d440759cf78356d0d82ee9a67f2c45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1108] wpgtk: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From d1aeb70af6c09604845ac004fb52e042b4e2b4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1108] wpull: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 3dd87458bf973eb85c26f892005509f8546968bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1108] xcb-proto: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 39b25d0f48f64a819be887b5f6f0d5fed70ae01f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1108] xdot: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 3f134e44b990c2a61c41456e929349f400635143 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1108] xkcdpass: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7b38ba4a5e84c1e9bce09fb3ffd16a80f18f6553 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1108] you-get: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 9dd5ed9f8275d08074245a2d40e64ab608428bb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1108] ytcc: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 29b97e1e434b8a4ebbaba03bef42ebf52c19bf5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1108] ytmdl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 6b30d90e3259d9f750ca0f030cf338ff2f186b77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1108] yturl: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 3c4a65a6f0b56bef68c4764da7118328bc039035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1108] zim: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From c1bf1fe23fc87ce70d81f6dcaeb51105ee20de11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1108] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 1080a8f3debebeaa7d53bf46c7e27fa72ae50272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1108] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 7c563f821b5e2f16bbf599ad45c41c63dad75723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1108] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From c1a69c99cdf86eb4eeeb4766c66e02aa20e2e1db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1108] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 2c8a167c28f058532564438ab9d86567725e1176 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1108] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e39d465ad905ac74a85145dedd216afe1abdb4ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1108] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From a371e0f5a85e62e71afaacf302d89031349e4df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1108] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 6da2b101afa5d8f67cbaf75fe9fe462f324081dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1108] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From f1512731355163c0ccc0d044c0a42bac5ab8fb14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1108] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 23358b479323ed22ebd7f3f27f917aff88368a3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1108] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From f02db78122ed8b45a9ff21258707f6d7a5824006 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1108] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 361f5f3cee2480cd7999cb655602ae674ea17914 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1108] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 0ad1cba61ca6bca22791b742c28c77e78db2c265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1108] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From f9cd896759659849c8ff2ff41f21e6ef9051f29f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1108] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 8ce710c7ecb5610d2255a0ca71a909b238b8c68b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1108] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 13e6aea208b1f6af1f925d047e8bba28b7b72aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1108] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From c5e76bb46095a8240865c32dd94148a7f1eeb1e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1108] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 232918521d1263ef3393fc4d4546a7317c60c2a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1108] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From d946df818ad47bb4baf6c843476eee8c0ff70516 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1108] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 23f916419badbe8b2e2c7176a7266aeb2e08c9c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1108] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From e587b8dcbcbbb8f884969c813361bd2a4a7d9f58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1108] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 0e75693ad7a459ca581c5422ffd625a031417f0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1108] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 3c7a804c58e0c98fd7df3e923611d89b7e77bebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1108] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From b2fdad59c4035b2755762cd533fe627de0f8c191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1108] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From aa85a24bd9a1e576f685e74fc6dc2828add08943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1108] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 14ff4bf413f57a6205ccb9c90c68ea7a3ff0836a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1108] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 6315d143317b031aefe817d382f8bd4a4a759182 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1108] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From d96a567d91e27cdf08c3175798bba1da579f5971 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1108] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From c6378f0d29e3a623c57c20a7f109b1386028521b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1108] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 042a49f1ed0d9154f579903986ce3313ab82ac00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1108] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From ce68ceb3bf55dd482826ec66e10b907f5d2d2e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1108] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From d59c06d8e84c904b0ea60d819d42e95613481391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1108] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From da397998d5cbdf9de39d576f7d47829990e8636e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1108] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ccc7bb9a9fda74b629460555472db7ebb9777c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1108] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 947d2b947f21c6dd8f1825e257d1b657d7146313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1108] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From fd04220edb7caaddd0e931dc43d9068cd6695e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1108] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 7737392e0571399c5870fe0a1264834bc567aa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1108] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 09b388d59cd31bd5fd34342c4fda1c92e03ede65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1108] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From e1f83eaced563760c59675a7878c89667e53f2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1108] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From cd1021a4ea5a8e21fde585de51442e9bca144dc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1108] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 238c157ae81aabddc71b32ee7ef86a578cf9a5c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1108] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17b121a2560e8b2b8b1fcfed96a84628717e2367 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1108] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 499918495eba2e77f24f6d2056cb14653a645933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1108] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b57318906c3c11803fa3b8a9e5ae80936400bd87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1108] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From 41dd812c4b18be3b389b15feada7bc22bd82d960 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1108] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 4e6c4f1531f93be55a597dc47d9ff4d682ba0499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1108] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From dddd974241f78b7ddea1c823b488e894af7876e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1108] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From a670c083cb67791e9cc0758214d179aebc1f47b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1108] fonttools: rebuild for Python 3.9

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

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2f6df37526694d09da9af2952be02c5b162edf6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1108] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 2ae420932ef7187fdaf7dcb6cbdeb371109b0716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1108] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 7908d77355cac7fef3a07f5bbc75333c0cbc8040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1108] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From 8bf15f7cb7e370134f1a7be35bf22282c129b87f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1108] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 8034ffc1239cd36253000b27943867cc023debb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1108] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 384313eb940ac103035b8426d1ee94ce1df8a5ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1108] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From b925c27c6be688c57ae23e1ced0a50c445d02b3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1108] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 05bd74ebf1765c3c600819340f96140ce45d9e0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1108] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 81e4653cf59b2959c5de20c6a6cce752ba4234c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1108] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 8fad052b8ba77d4769f42eb5264fe1fe3e5eb4b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1108] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 1d49ea71b1d58ec3cb479f614248c3e04505f84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1108] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From e43f8072bb524b13ccedb45f54c98b2e6cc20398 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1108] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From b1558b10949aebdffce2c88c6272814cefdd35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1108] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 93d55effa9fbcfff0bad0ec10217b033825a86e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1108] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From e717e5cdd8d769b8ccaa32283af7d9462690f585 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1108] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From bf4bdd26759759633e6effd69c46068bcfdf867e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1108] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5d55dda2232216f72314f5408b6c38fda25d7b3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1108] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From b50aeca9cc7d6065e82aad0a078f78075f9a5470 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1108] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From e1389ff3d9a66735e5de70eb35e069f4386dc508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1108] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 0c90d6df5557036f0270baf06cd201e5264142b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1108] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 49547d242f98b71c9a1f69d224a2631aaf857301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1108] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 14e72e27d5802a5993f5a9497e61880f36be9cda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1108] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 77d52cc0e38c062b6a037f20553f6e356c4c2840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1108] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 69c2d41c05153f43e3924266ec317b56aef046d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1108] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 28ed44f447abadb195c54ac08672244f56caec09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1108] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 57d776c6b7f2feb0abc766457e2c7ae30c9b2142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1108] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 95fe37e58e14eacfb5460151071361b4dc8ebec9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1108] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From cea0a60b83f3723f46e2f8bec72ef26c8fe21a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1108] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6dd60bb7ccb6f1d1c4f44e8a055386256426ec6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1108] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 5040704bc3e03a7207151141b55e4820cd692c47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1108] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From eb8b8c6eff72011a1bdae7e81e91095e12befbc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1108] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 8ae634509c784b0bd65c3f6ee2458eac7215bd15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1108] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 3d1febe021cf97a97a77bafd3c5614e827a0755b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1108] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 9c6053fdec895d3f436208b7d79c8d8355dd00f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1108] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 84fa7b896306f03fb66e217373fe9761d8f75c9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1108] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 09de05bb2e795fbdb89c8b38d11e64cb8365fcda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1108] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 4a6ae9f34661eeabfd8d7324e5d422370db3fc23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1108] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 7fa307e83fc4f4679c50eebce38e18edd2d9c74c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1108] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 59c878e8491c31b31972f198223d1b2c9d1cbfb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1108] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From 6f559a964de3fe28c2fed43809ec07ae1bfea04d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1108] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 6d1c6b00439062680590f1c9237d5da46bf22012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1108] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 346301b114a5b53a8c7f4f43dcd0203405c05bcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1108] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 536ea7281350d4a306e0cb8e3d3dec00ee6b418a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1108] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From c20ee3f3bed04c06223b4bc61cffa22cdcbc15ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1108] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 3b5a84a524bff3d1219701098ee342608b6e1506 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1108] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 6645dfdbd2352f267cf3ba6a6d7b9de3466ab37a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1108] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From c30f61f9a3005c9d5da7b0ba7c254f482f2e9360 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1108] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From 45f20c461d49e3b9e493c6b952fd1321e0f20d75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1108] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 5b166fe0af3fc4d4c65819273e7aabb3bbaa38c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1108] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 42cd902b5dc4450d3306c67cb8d56107463ecb0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1108] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From e3564a8ab476a71bdf6d908fda558a73168ddd98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1108] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 982235b7cf19e78b56d1c2c69b957878c320a65f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1108] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From a6da5ab7c086970efeef15b139432fe1923d62d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1108] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From fcb907b5196b3d9630d5662d9d972303ae07b5e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1108] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 6872f3b4228404a90a0e2dca459b9d9620f42a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1108] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From 8fbf68c05b1bb025893cb0d8ab43cbe3b1a10b7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1108] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 4f71a79ec9989f9ddea4e1ea4e37bd9372048c5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1108] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ecdb5fdc4efb74034a433e7e886ec9c7ec1966e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1108] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 75ef64d08294306f4964df30136c5612437ca414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1108] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 16da7f633ad142e38326f44879c7af6b6d04826f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1108] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c02ce074b4e9e48830a875cab625936359c46608 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1108] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 8bd2ab9024e68b0ad2ff7d7bf0dfacb2831fdc92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1108] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 49c0dd9bad6def6efee88385d80db8c80e28a33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1108] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 043150232f4f74c0f46ed3e24a1abf575e879ae7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1108] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 16034123b50dc2505491e4fdc71f2df6fef11d16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1108] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 8e33edda856250c3ebfa0a732ffb218de15812fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1108] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 46cacf6ef17efb5518c39d67679e0ae3cf42443c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1108] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 5315e562b24fc2a3837e29e970863a31dc5621a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1108] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 95cebab2ed7ce3f4d8472e02baa1cee8a04bd233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1108] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 8ac93042b3a2315f080ea0d9904343f25bd904ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1108] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 035c018b96d39034adba8423e2e55106ff3827e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1108] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From b9d41aeca5ffde1ec4bab30fa72f083093ccaf44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1108] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 6feb0ca0314ede7cb7413a686ffa14bdb0b5b3b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1108] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 70a82f85f6a386ac9d05cb08b1995ac72d86740e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1108] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From f810c247e8b256b53114f285127435e4e385cc9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1108] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb62d9b4fb29832c5fa60278de4071b534efd30e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1108] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From ea6a1796256072b3bd3064fcfe5a03ad9bdced20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1108] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf448cee61d6c9e89fffa550980f69ed57dea286 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1108] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 70593df1be311a268139aac1d3df185bd831ce2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1108] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 3cfebfd66062dcdcc650ee85908be5b5676cc702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1108] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From bc06e06a4ffa044bfa40ce98fcc03d6b0d828bdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1108] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 25306dd7a0003d93997d38cdcdb2f0ad7c43d3c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1108] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 7135e5e880fb3c71fc133e0154bbeb7bb6f60e5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1108] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From f21649fdd5c0db95e4467f45a15518b3b61aae98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1108] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 009d9487512c03ce8e66a4a2fd3fc7f9d781275d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1108] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 85a30ba1798db54e772dd43b86fc6c6752f5a6e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1108] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From a5e2ca009a3a1a627511df91c12daa39786aa2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1108] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From ce497fa752659bf9885bbcde075d7b5cb6f8b813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1108] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 28c3e301685f4b7a519611a0b7cef763f18bead6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1108] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 255ecde379047c8323ee89b67a7dea3105f5a326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1108] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 55ad4bfb600abe8b8bbb3222f9db4e5e8e22f9a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1108] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 2a1dae7531410af5dee0a8cd60c8e40daa00fd70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1108] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 83e9e809395fea9a0e85718e9e7d64461f78f2c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1108] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From c36dc60688b141cda7ea180eb50e588fac38de94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1108] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From 93692ed49e4d1477c6f377822709698d3f0cf69c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1108] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 5a03be0deeb90d1d8d8bf28851c4c8b5547e74b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1108] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d61e6b8252ffb1b30545f124a6bcb15171261280 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1108] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From b41fdbe36568e52c67cf3d457cee57f458042372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1108] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 2433b7b1f80f11a90c1725b8031aa944bad48772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1108] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From bd8ee0044f11df2d2657788232f486a08978204b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1108] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From c67785635e90adcbaeb1c6126a7b6960f4a1b3e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1108] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From bde4329f078bc6553233105f44aeb652f8cf46f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1108] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From bc7a34c8b96e19dab2bfd6de4199b82fb46eceeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1108] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From bae185992d93f4e17360c216702bc2838d3a2d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1108] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From a49084c19be1e8c8454638acc20b36556a89d8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1108] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 8a33b160b89d1288880c8e7354c0dd54515d82ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1108] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From c84171a1468a585f0766f748576e9847b0da15b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1108] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3235b2e5fcf1ebb1eed1b77fb94c6986bda9b164 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1108] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 67ba8e295ae46ec92e663e339921be6987dc97fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1108] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f079e155635ee7ecf261a25eb25f6f91b88f1774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1108] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 61b6f7848adfcfe04617d704b2a43480b0613a81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1108] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c9fe5c50d2ed16b48c60616b65bddcea624a499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1108] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 50ce9de85b60ba60004871182d5800fadf4b831f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1108] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 37424b42bdc02e51c4ef328def1d49ed84c7c98a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1108] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 392f9f0479035df8485f38a95bb1580fe7fcaf6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1108] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 255ebe6777fa44b483d4043857bee113e7b82a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1108] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e45b3832aa3ef129f8cb618507846d38e13f41d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1108] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 1630f1308cd7d836302abdfa206e0254db8f6437 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1108] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 24478c9d9412217cf07fe4e3b15773ec3070e2f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1108] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From be5ab69f66c20832927bec2c507e1cfa7bbe50c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1108] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a2342c903c02e08fcbfa5e6da7409e76c438c7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1108] python-b2sdk: rebuild for Python 3.9

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

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d96cfd46c05b908cc3de9475e6ef0f0bd5f564d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1108] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From b5932d7617c15531ab07c757d83581e98601cb48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1108] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 55a04ef9399a403f5025c6e44885492d1120e065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1108] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 14f4e76529e0e40c7cfef4ce1a355167e734e9f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1108] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 94b49f8c225b048b32d58f9219f0f0de722398d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1108] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 5b052c8444da37f2a0d319899e010cbde2eda88f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1108] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From 704c1526b951b0bf4941e294a3e50042cc5b76df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1108] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 924050fd87dbdfaddbadc307765cc6e364141638 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1108] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 47076711a8a4d5abb44063e8b04f7b26a96fa266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1108] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c7e72e4dae88318991b8eb9f26804f8472869484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1108] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 3ea830eada9de8df9f09c6a0ce2a73812ef4bfbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1108] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From bb4a47de68e3c71a65d3c25786c3a6ddd613fb0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1108] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 55e731f9ea67bbbb55abf6e5142ebd634e8c2a91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1108] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From ce563d9aa9161c6915e21e189f069055e61808ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1108] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9fa19eb112b80397f3d7021ca4b6cac2d53a6615 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1108] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 41c00d1e68cc5082f5c91e21f6fe109fce0adc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1108] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 78e1045eb60892a227d0ed139dbc9e250cc632b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1108] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 3931b632ced418e112ae31b0d312319ef7f6d57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1108] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From f02fe4931046edd0bf22e325ac93f7c712e357b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1108] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db665f5cfc47712b57884d8a655925c0a572c7a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1108] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e6ee8abbea75a73df14d9a0bd10a61eddcec4ff6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1108] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 247f70ca8198bc692268dfb1eab29e9238d1e0d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1108] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 702efab147845c39c0b01a6456e8d4c4f3f69d96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1108] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From a2fbc549e858a75dfc0dde06d6fe7a6b068272dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1108] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From c50f67c056045ad39c4762617ac7b522fb856322 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1108] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 9f240b41480e81e5e8502a44327df489f8fe3d00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1108] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 95f314c841d83f3c59171da9265d493a3abffc1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1108] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 086f47ed388f1a7237d92d98a12f307aaf631af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1108] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d03b027a4ff5ce8a775b884d4c5c07c58db3c189 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1108] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 308432fc949efa281ab46bb4b1cee285acc1987c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1108] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c7f39a497a82a21f4847aa3ea5376baebb63d7ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1108] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From ab103ca8b87615f5822603da39e421bf2a4871a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1108] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From bd2cfdfa88419428fb77c889ee0027162c1ea0eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1108] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From f2b17f5fb9cdb867299aff990c04468d1ec5e296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1108] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d5f38231644bc6bd27f1dab27359ab86886692fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1108] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c5bf8b47476bf8aa53d08e9289e9a7e42493ca19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1108] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9984e3717328c071b70a635dd813c18587b2cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1108] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 14c84a9d4316eb1dad602277153d15a402bf2334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1108] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8e0cde09d7daf68108a8dabda689e3f7887931ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1108] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 47f037e5babb58238bc26ef4f19a0a140f0e497e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1108] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d0578c20f0148cdcbb9781655c8a7f4a9fa1ba03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1108] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From bb7b634ec7cc6419b436bd743be6edb0176e0f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1108] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc53c8b77cf65a14834d596f248798198f01decb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1108] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 4597eebfd888fad3c0cff90da64cc988fd6f26c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1108] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c06b9fae2160f9bb93768949d8260f36af73b881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1108] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad97ffe8fa95b529d3945be59b10cadc045a20c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1108] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3d149623029b4d350e659eba8d48e22661dd77d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1108] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4cf496ae493c44ef4bfb76805adf2909f5a39a51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1108] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 8dcfbd2e82a7f7b43264dfdd974db837bfadf4b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1108] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 3789b6f891086803a7d65dab4194fb337a9d7053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1108] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 4f40c538c3b1373167f5411d1f9b64e09c26c78e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1108] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 36e7eb85836e0e58489a276fa4432821e4c0dc1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1108] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From c723807d079f9f19db680f9d60c0e23e796a7a2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1108] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From e79c82206322f5c572c0ad09490c39520cd77a81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1108] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 65f83045a6c75e74fdca42be741cf7a5aa44cd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1108] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e61408616b67e9e3f6244a0eb416516497b22b72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1108] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 6b374063fb771cef1c591840d6f6bef1d87af7ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1108] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d5f4791737755880228358a372992aa3e9b6b514 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1108] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 45f1203a0b945a73ff0d3523cea3a9d15855c15a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1108] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e264f753375b55dafcc61294fef0ad9ec18f83b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1108] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d43f3fa015037818d73445bdb26b5534e18cbfcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1108] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f696ffb079c4b17a20a789c84f4f5e483e7a49d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1108] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3a503b3be519f50c5c44950f869cb4b0361aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1108] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 95db5766c9fdeae42a4da145f116ddb86156a255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1108] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8f43b304a3de6efb078152c074dc391da7f37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1108] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c1a4c3fb123b783254b2c8be4595d5013a2253b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1108] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10de8583224ec91db241adb0c46c8277003a2f94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1108] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eeed7a2e02444268fc77383b52c40f210ada6a3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1108] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 281657a5d79d6db13edeef812d8caa723dabc20f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1108] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ea4bca5114b92ea7ceed50c4e9679c71ed7af6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1108] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2a574e1dac4ed243f5f3f5197695266c39075d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1108] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23f907dc3f8258542b12a4284bc1b0c221c09705 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1108] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecaccee46f932b508908782e32624b8e02e673c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1108] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e235b01c328fd91871105b38b151ce09c778ccf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1108] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6634135b9b0d878c9f7b29da0ee2987d630b57a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1108] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9b93841590808243d627921be902731db98d689 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1108] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 6080d5dfe55e225e1dc8348083c7d874a436bee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1108] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25f1b535fa02a5dcdfcf6bf82a06cfa4f69692e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1108] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1980651ea67c26fe26239453455faad0f0c89536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1108] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d3269777d68be01d1f17637002ec73b331e5bc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1108] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 684952ea3b88629a40ad69547eb462ba5ba26d59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1108] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 369fa3152f9a81f79814655be1e6ff57018d3af6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1108] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9addd767cb5c7e2c07c551f4984bcb4a7c61c568 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1108] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 934e4b8aa6ae45ef013d42c856c2fae12cfce618 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1108] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From ee78a26b0120d05a09694f7d572f1b1d26250a10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1108] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04a8efc1815a72e66c0ad8d479f5a54d6676622b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1108] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From dfe23b405ebc9f24a129331b67335af6eba7a1f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1108] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e100c5f8872c475c5e1a44b2304a97a56811d3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1108] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdf543ea125857ebc7a4ad9162a8ae79c98b4053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1108] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From eb09c2797ff755e1ea5f22d4266eea85feb7e39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1108] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 9a2945194e539df7fba637927ac334d7a0c7312a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1108] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3314a284a6f2d698f79247c29015a7276245168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1108] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2e61e6b7a7253aa66c0a8f0ef91ff05d9a77879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1108] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a50c6ff5d6c05f4b2c4c72d1a001a4072f2dd528 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1108] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77d71f4e72eeb516dbe581cd9b0bfbc3634e501d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1108] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf4b52d4c44bbb8ee2f5136266c35b2edc5cf919 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1108] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad898470e13913a91492dd51accaff44f45fc237 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1108] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From c79a7b392458de812fa2819dd3cfa38c53d650d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1108] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b82bbfb4bf95316f18d8810a58bd4a402b1e0e9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1108] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18eda04f4092a657b128ee7b05f768983669ec3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1108] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b59ca972500c8799b92e392aff7f40bf30c0f02f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1108] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 10c10119cdf12c821fa81c965fb397e1c55b8416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1108] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 1f053d5a4b624bb06316faa435f2d70fdc0c015d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1108] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03f70b9e5c52b638801efb8c2ad871b4dee38a9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1108] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 521da3b9a1c884bda9510d3b2f14950b6ea59025 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1108] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dc573e2013811b0a031954c3058d1171c794c90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1108] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87f8e84f828a1dd15876d2b6c94a59c724df1279 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1108] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e90cb6dfc6755d308753447d4003027ac745c6c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1108] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 48038666db73da48389f6fecb52f6b7d70b4bb6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1108] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 4803974966c208eb6f483a0319f3d44077c44750 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1108] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78f5d3eaa538984d2174257d5d13b7767fef6c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1108] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 68247773daca2784ffec79a41ca8bd559c761be0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1108] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f51f3ced9bb12264b9817a32b9abd9567f188b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1108] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10a22300b9273109c7923cea2ae7258f7c12fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1108] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From d579d842e393d2489eddfa6466fc52432b853489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1108] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db2a954e02f6529153d9e10f49d67188f2e736d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1108] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10f767bb5436a5c5fce8f3fe18637515d0cc0c7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1108] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 924877ad00cb499bae893979c9d1884f99ce2a82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1108] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 441b658c35049f6b0f9c863a3c2442f8c3e784ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1108] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc945b91667a2167b26729e8d6e4573e3cb8aefb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1108] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce915b7b826c8441832f028cdadf6dc1ac74c766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1108] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8175b102a3d7ab8b9e1c97c51f8b6079e9b5a9a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1108] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 353543b1cfe4bf6a58b8b93299970cd55a370f4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1108] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56a9db9269d794cc53765df705e1e293e90c249f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1108] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 805368535d4853eb9f53c0ffe3464091ee6f1458 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1108] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 795ff5570f9fca4e166026ebfac16ac6f967a9a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1108] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 1ab35ab83241be6154a2c4308538206de0d9bcdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1108] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From fab8d3784efdf7960332f50f6656dedebb7a233e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1108] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56e2c922b73028b3e1a7cc7e467b44dde681d735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1108] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 085e3798548c0efc7d5c8a9782d2a78f4ac417fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1108] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7f4eb8826476f8b7f6560c7076cfdda0d288466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1108] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 0bea20cb0dc5498f58cc7c37b520be88ef5cfa75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1108] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From cdd60d9602eb1a2da8189f220c26071070eee574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1108] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af93dd4f4cc7f1f7b88edfafba9b4297c23b6a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1108] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1560d3ee85bd8832806c9fb3eea8616d1318f6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1108] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 52880d78a9941f523231023c2136c9fbb9931eaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1108] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 31c4f3138160728569d2fdcf8e3ddfd1728344a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1108] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42bdf39247688179e9e5f99db8c219657c01853e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1108] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 0076a0f655915ef299d91cd0b2af667816b70473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1108] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc7d276cd7bb1f38c0d8a74d26a16c63bae3911 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1108] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 8c8a7e3903a52a34a51e1278cc3958a7e36b6f4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1108] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 735b8009c26c56c5a585b6e8f69b2acc5618afe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1108] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 61d7feb7641f1db546a2b176d17dc93494226c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1108] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 525508ccf832c1bfd0134ac3bafdbf473ede1bec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1108] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9b27080846ac6a1e713185f1424138e502a10a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1108] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27242ea47eb59af183e3a8bb70f140e40ba6d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1108] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a378258e5243e5f28ab3dd3ef61a590d1a76ab77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1108] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24e8a696d988a35167bbc39e278e5b556e180c3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1108] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 0a874bedaf2f70ec8088b3b03116a320668c6355 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1108] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbc07e003b4aff4bfcacabfccfe7208088a6581e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1108] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18f49642e4f8e8c6d414287932d9e973bbbf9367 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1108] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 331d419596cb0e7394be5b14be048aa9551ff330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1108] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4d75557f2acd4d6421e5d7afa8c11200dadee08c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1108] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 1e61ab98b384b5e26d768607d32c3f65c23a1249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1108] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df7483c8eef5b76269df41e55cebfb0ed275ce06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1108] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d9cc4b83ccf49cdce9411258ed7293d276cccbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1108] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee181c869f241b77e73967ec20f2aa7d9caae900 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1108] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f73639209982a8cfa51bf93d213fcf03e3a6e56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1108] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 185244cc087e72b6dc8bc45c21b0d5f6e2a2b490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1108] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a72c35318403f253fc725c0717fd72409555ef5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1108] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2addc056766baed1a043fa88542c43fcb101049e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1108] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a31207fd4f26ae915e5b16b68b7716b9f9911b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1108] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 4562a8350b993bc86d7aa6fd0cc7735cf620bd3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1108] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90bc8df521c68032e1014df1c6731f2cf924b3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1108] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56be4f0ced910ab1deb88c6ab62c7e0e94cf4511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1108] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba4a68398098351ed700f7bed988fef785751f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1108] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11c68dc253ea79dbdd440a51c8775879488e39b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1108] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89b23f9a7a722d099dd3d1d041f635f1a648664c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1108] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b3b2349c30c00e141446cb5bcfad6c40a312fec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1108] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 124edb20d6c8c189ee13943ed497ee4212f825c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1108] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e464bb568880986fca4360aacc6e02b54595bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1108] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 718e16367e901952b61e14adfd6fdb50aa2f950f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1108] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec755a792573a0b3abc0ced10a55f367164edfd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1108] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efb76a75cd4290806015b88f131d64b522e3c8fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1108] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4486baea49d5e6e4d6300da747bd9b06e47f5b31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1108] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8e41998e718dbd5dee40126ae24d7a84df8ad38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1108] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f57b70a649e920ff810c208846d92b6c29f1e666 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1108] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 17f12816446116be34e9b53a7bfdcf46cbffa4ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1108] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d228fba54741292f5c36db140ed6a74fa178f345 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1108] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f4528689a59650d8cf8f29b2e510daf8081ed3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1108] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 1afb1d2926e272b0e5ac2e3d083fbdd051ae9cdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1108] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2acd35ecb20c3b60c97dfa0885d4cbaf1b17153 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1108] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 318dbed226cbd613297109b9b105fd2ca99d0bf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1108] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From f19e626e7725aa8ad920b1ca9de98834b76fce49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1108] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96a337e7c66e3acf22c478f4e2340c095d15b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1108] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4cb57c12f7eacebf0981525b28db96458b68e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1108] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From ca4b57cda9faa93748bff0af575582e594b95442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1108] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12227114994e322948b7821507a1b30d6c12748a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1108] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7392726f8b29309cb6de57d54c16d1251e43943c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1108] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From b9df3e7c3462e8a192397bbd7c7d3a76494551b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1108] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdbf6c7779c2a255699773177116824896e2a4ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1108] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86280c111c449e7ede96267cb0712a87406b163c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1108] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d6dbf44143a60113eef721d76fe2ca2306802a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1108] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 85652d4eca453ae35accc8ee96b745a8934759d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1108] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa766ab802733bdb141a2f7c8eeb4f784f4bd69c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1108] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a83a6326c78538665175f2ffc184529a98d4dd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1108] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c45bcca782f851c6ac87337cfc16c128f3dbd1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1108] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc695ceda4832b6f629253a48f0d13373053fab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1108] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a8d374a8b91f08c69f096d62ecafbfca20a823b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1108] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From c5ef72737a8136b1bc64d7672f9b46d5998fec86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1108] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 9fccf97e2ad91d5ef67de9976d57a46e7b56b990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1108] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6521e306d995bef9ed64d6aef86a4e4afefaeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1108] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 2dca7232d8b620fa4e0df520deb4901869119f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1108] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 5bfe7e1efde771d649b14fab7084122a2e7fe367 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1108] python3-greenlet: rebuild for Python 3.9

---
 srcpkgs/python3-greenlet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..2a642b2ee71 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
 version=0.4.15
-revision=4
+revision=5
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f8e5b60064a9220216ec27129da6b72bbbcd456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1108] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From c76370deac28c057e889696e56fb7a62ac6ce2d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1108] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9874a10c2ea9c4ad2df77e2d922f585febf4638 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1108] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce58cf3aff91006a4f360e7f79fa33d9ac0c1565 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1108] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cddc65382549831cdb8f097e7fa969ae9b96027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1108] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 206063432c5a2b5316765d294f9c046009f5d5bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1108] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7092a55d65f0b1a51b7530ef2e9751bbb8037d7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1108] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9aa17e599c705824eb3845f0d90ceb506f30a8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1108] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5aebaef2f69cd2d30faa5cf44edc3aa6aa0bd1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1108] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From fdbad0228c83ec54f08bc7c978ae1b414619e0b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1108] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33a5f59a634e4f50aec95559c5da84a356ea7741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1108] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 37521b75d88342c9a4b2a489a19d97246feae02d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1108] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From b49dc0de9e53880e657f3f33c2b6a7573e5c9af3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1108] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0dd4805fdb6a4e70eef90d562c0507dff156c9ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1108] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5988b4aae4133b3f5ae519b878e7409e4e8f170 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1108] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 933451bb9f8a4423e39f4c977470d12d051c3531 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1108] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f66df6783977a8a9dcdbef9fdf12e671d412e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1108] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a45682c68a2f74f0a85c3da90254e29284373a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1108] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74377d691bf8a742d15a7dcd7804ad4de2fda730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1108] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7076f31822a9680d50670d93aa2304ce2554dbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1108] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a09726761d7cc069188740c84d8c12be5b99c78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1108] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77ab0bd4276e9370eea50adb742789b498e0c9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1108] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 443fd0c3859c1636f5d197ad1fe97dbef24bf9d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1108] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4501a7942b74136afede47a7d66dc6fdf6d38f99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1108] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 484d13cbf4e752d8de3e9ba8ab313460b4d0e3f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1108] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 7044c54f79dd33bd511375c95a4ba236f773db58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1108] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c281b085d1c5a413a1635663283430c81dc1d95b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1108] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From bbe6a2a374936b7cc9018f07cd05c918cc991cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1108] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5292f559c14a93aa64b5151d7102a64abf4d1354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1108] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7793f76f78b2f78daf277dbdcc212b010156c1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1108] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f41070902f1724b6b7465ce178a389f9cb4b8118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1108] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 022f11666d0a10f4262402a9d2e42d092a33fac1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1108] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddb9bc95732e3ed6a856b73d244b8df7cd6d7552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1108] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53359b0ac3dc6970e32a95e4c9af9e0ea362461e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1108] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40913955e34ef02164023d6ed062ead5d4f8e0e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1108] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a910fbd2e2b824f0abf58680b1651258281599 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1108] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ae8fbf4bd6ead327c72d36cc133e5335b3de8ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1108] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a6728e2f2630ec1d95b1fefae565c940d922b3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1108] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d09a7d0a1dcd26959aecf954aba1aad0fd6db1ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1108] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 846106c55b5b779c9aaa2014e664f77b2ba694ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1108] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 826f32344fca09e6c62ca851e946f2a56d848a23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1108] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3416956efdab2b87abcd4a751fd4414b5cc07b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1108] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3f115859606c14f3723213937bc6c01a35e3e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1108] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b2d25a45c8db26520386cba1240970ff04bf2fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1108] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From f38c492c0aabec16b6ebb56d2eebd3cb20925cc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1108] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 311aabd93feb6808a7d9da6d65ec3fb7de1f3a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1108] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 2359b5569bf1e1b0b7297095354e5b32790ac75f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1108] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From e7944b083440b025234fa08d39f9cb12d0527649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1108] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce714fc46ba4155bbbe90dd1b15e75e2039fe7f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1108] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 09333d8784facb0dc701d8198022c06bae4792aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1108] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3ae2e2db6755d4c62f9457e497e050786dc83cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1108] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e48fb10eca006179dfce69b618d12ada5d509ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1108] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 415e4b11b7ea8d607d9a78f8bed3aad29544d487 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1108] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From abdaabbc46832da89d431810036c57a5e7170b91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1108] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9eff4cd9c0d5030623271a84f448033f0797cebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1108] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 293294b9e6de2a4095a4ccc7b4b56547524b2458 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1108] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77bf908831206f1277cda0be8ef9a0260c137bb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1108] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b7060ba336c0c2933ecf7e278b406f3ccbda76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1108] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 67370a7d95816ceaea536a5af474ae3e02c51830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1108] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be3b9e724dcfb7654928c0f58e72c07ff0601b63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1108] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06c157aab4ace628b737ac47b807ee9df981007a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1108] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a86fa69cd5256ec82e940596066049313d3e0734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1108] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 2b810de886f74d0d2e17059f7940cd28eb7899fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1108] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From 894546dbc3b51a1d2b8395b2509954e879e806fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1108] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5dc3103ba6406a5994679bf843d5dcec2776e06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1108] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e6639bb5381e14f5117355463a89cb172a21574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1108] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fd5b50fb9b3f19c1219b78aa1284aaef6187dbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1108] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 811c30c1d9e9410bffd3a2b14a251eb182880d50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1108] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 8ea29fe0f40fcc9fe4189c60b1c25ca7d10c2282 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1108] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 77f604029d9293a6630a3ae99ec80e3fcb48a8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1108] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 62fc0d7bbbddeff52204a100404f86e397c09649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1108] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 628a543de003c5af29c18982ba8e65b2e3b85606 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1108] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f6e80bbe383a07dadcc95cfff790c35e9cb2ef9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1108] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c06e3bd006feb06d4628e20acc965d8f0c45d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1108] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af7b7ca5a7ab9e2f56d1968be02dd937bf8ce969 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1108] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee6f0d3887577fcd63256bed6de0abe8047b4b9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1108] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 223c0658059e925d37c6f8c24d2e3a2d47a774ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1108] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From d1546d3409ee917ccc4e4b1c3c2686846e59086c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1108] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3430714365d6c7b500c87ef3edbb50fe4ef2047a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1108] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68af3be899d521aecdfae3414ace344b8b44b05b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1108] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fdd03105055eec2569572ed5e12fdba32d29f4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1108] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f2ac27a6749a77b941a401db5a3e428a7af4c0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1108] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7bb479825b86076f86e721abaa4ea687288cc5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1108] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 7f87994a624df8c487cbfa003bfc1e37a45a85bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1108] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4ecfbde781d8c7f19f34075561c08ca1cf141fd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1108] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85ae3a34b374317f1118cb6956a72100c0b03d4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1108] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 284ac37ddfb6f65a457a9d0d8a1f8a53ee46b358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1108] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 9501ec4414f0b4b5f5e1c96ead06b5b74da7c5ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1108] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 8446500d72be694adec0f8bff7eccd3da00fb615 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1108] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19e8c60795a60e03e52407cf1614682f1f06e4c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1108] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From ba5b23e0f7cc931fdadce4d427de99400e7ce2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1108] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 23b2c03837d5458c183d92fc1b120c61fee999d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1108] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From d219c07ff9b3a590f49dddbc6eff88f25d338455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1108] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ef5e7bc69c8faa5b82aa5c5f3399bb2ca828d90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1108] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 0fcc153dc444e04a0de940650d5763bf11ef21f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1108] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From ea108e9b87de2d4a14447bc2def26e763de0440e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1108] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 042e41ea83e841b7dd6e48e45886c081115841a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1108] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f47c128f144c95fcde9a1a17d973684f836bfcc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1108] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54d9b55c43f3b19daf5d75bf921e838a06e2049e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1108] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 780de272c4a1ba36a00c4d2c1455e832738a73d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1108] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79dfd3c40360f537edb7e08bb541187939bb3dd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1108] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f70af8d687b33018866abdb4461e1d02cb4b504f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1108] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85e1afbace89c654affd6023bf38ea88ff30d2ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1108] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d9a3b33ac23083b25581848e9662a7755e56d97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1108] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eda67c9724fcb63701e134cbbd547f7b1b4b49f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1108] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4be279fbd449037d5d24d22777047ec22098c3ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1108] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911bdedb73c70604e6dff83e8b4d93b4600d9737 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1108] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8622e0f360cc1760c809ec35b62a5f9bf8afcd2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1108] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e45eb7e2b625fc11a7d25b5c8adda04388a886d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1108] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62b0113f24806121f3ed54ba98d454f5fff32511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1108] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 40be882572010582efb9c1cbc75bb327787463b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1108] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7621959f33be394b983623cf93631fd0fe9b09c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1108] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d25572305198370ba7c01903b0ee27e38d43a4c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1108] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb3b938b1bc55232b1dc6b17bba94cb23a64f753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1108] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From afcf0f131c4855d98cf634ce21602eff3359d506 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1108] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c2c9e3c90a9a10ec4a64bc5593e7d45331c9979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1108] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ceda59fe6d6c80f0ef6465ce87de6d0d699599ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1108] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From fb83166322bbd48ac3316a7adde7c8c029cd13d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1108] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01f51136ee40f8fa702db084ba85e3164fd8565e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1108] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58cdd0dd97a9ade3e1a28a86c877268ad4383a0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1108] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From abc2afd9890b5af9fdd1fc6e42346d4fdd3c7872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1108] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89776944bf86f654e964d18c76aa9e44a35bb8b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1108] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9acb461f81d88d7d0841d7f932efbf7de0d78b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1108] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead20728215aaf7e3c785b8bd77630ec2941ff3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1108] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 87abe5d45df9376119c72f84c9bc378cd80e2b4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1108] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 78ed44348cf458e272882a4fa0264fa1a260e1ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1108] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 329500146c62918e139554d1dae6f9aad86ad7f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1108] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4653a1847cce272e622821e3dde35f7099992d27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1108] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c172e5f5b38f36c201567a462b90b7fc587b58e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1108] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 54df2fb9570815e48ac941c66220d8d18822c5ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1108] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0e6215767040a6f741ee81444b182d20efd9244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1108] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c729e65ed0781b498a139e163a5115acf0866c8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1108] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ed859e1191f6661e7de4fbc1c796d2147d855c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1108] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 706dd2d108122f9f9996223a058d693c69b4b26f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1108] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 6c147e6a0554cd6a53167350a607825d70854f12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1108] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 964959aa601de58c0af1554de1ca74e7e195d28b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1108] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32c1029fcb0397ce0ef440f4931c7ddf89f8d84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1108] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b1956f99dec07c5ee83ee252b5c0d9169f5f166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1108] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38c7d0700efa71ad7e86cc1c9fda8f41a6f9d840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1108] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From b7e2cd38e61c170a1e0a6bcc76c01a51342b444f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1108] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad983fe88bc1e75ea2e86450e7707b892eeee1a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1108] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c34e1995f407ceba73f21169171d6d6ce6ce2f22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1108] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From fcd110bd8a2677821575051562cdefdf7d002728 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1108] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 4dcafaa0df492869033c55a8c823d40f926f6343 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1108] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 140cf5d9e7fdc41e939bc93b995a3fc01e29f71e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1108] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f8fac8ae313275075e0a50e18e58422a9d4f2f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1108] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 11fe2d0aa6bbb4eb88efb5e789975f01b0512c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1108] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From b5dedc9eac17d7008e9e259ed027e4947f11cd49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1108] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf92e4b54213cdbca2e2d263bcf931506992fee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1108] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From b102b016bffab6aab926eb3916667cb71e50fdec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1108] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 88799a6851a8272d00e04a65b1e5012a08d7454e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1108] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd48fceb401f916908a592f859325cbab82ce1c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1108] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e71f4d2c32408d684e62281fd810f009754d3a1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1108] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f61ba29edbd8adb43dd41304915fb2f464071a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1108] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 643c81442f434ad90a1af7ed2d05df4944dadadd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1108] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94d0415d15d3723bcd0c0769d3149b063091d67e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1108] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d06d1ae155d16cf5669715a16e8d34e89a389260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1108] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 276ac0e01a36ea5735103de86495e4bfc84bbf55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1108] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da64cd493f0284f471f818f3f4fc8596655372d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1108] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa8d7df4b967b2718bd94576dafa108c81c5378f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1108] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..7176a1e1ae4 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fecef63c1166294fe80e462caf4b8796340eaec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1108] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 3d26ac29c3bf5a122d86e89ab2bae41c910a2db2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1108] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4940f020fde8cba664e7a37e0e83b34b45457daa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1108] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e9a5b581164acb5f27d7051f218933695e5b4ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1108] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 102efd39b27a6882e04910d373a9a6b8c675d064 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1108] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85bc04ff654cb700f42e7d3a3d2d84f7ba7d7ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1108] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bb13abccbedc0aea644ce68de0ff50fbf8865f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1108] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From e354b140973250fd8e7f45c3a6d2a55760fbf496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1108] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e912e06e9d2cf966d4c542c01eeb80946f803afa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1108] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e20142577ec128563cace3469e82d4a838cc6af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1108] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad9f7bf227c2f23b582f54d9ef6b633f69e2a587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1108] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3de8e723b0b3e5b7ec524c1bcfafd49cf580ee7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1108] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 185896573d2acab22d9aac867b2584e3c5d2bc2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1108] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From ffdc7e8c36e23eca8528af86a1fc48dbe6a4d316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1108] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 90b9955840177f33f8100340451fd9366adb0de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1108] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From c686b74151bd6600bb892dc191219d487820b13c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1108] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23dd5aa0fac0d4b9ad6a3c71dd25bb50b3fe60db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1108] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee3c3c09255bbdfa627a5f30c1812b09226725e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1108] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b5d0907e2385006615b6f3bb30253860fed0628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1108] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60712d38166e097364cc6a645a635c681053a337 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1108] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d262a75f12d43a5dd563eca86b11d353be63b4e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1108] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c792c13a6d3820c35a079d55c926c8484949bfa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1108] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c92c8fe45b9746dedc59c880a350ec2dfe951881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1108] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c0aa2efa3b8deb2ddd3520b3d864d038a2befe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1108] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7f6d6d5fb86538918edfb8c2f5549b099b40fc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1108] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a617d97f08f33dcf885f7bf38972879b89cadaac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1108] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 9ea676f3a3cad3ab4073c60d32a22ed47f13449f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1108] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 525dcf04f7bfb24f4721936a006142173eb487cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1108] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 144e3e22ba588704eb405d0a7539e9c5119f8af2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1108] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 1d71d6f9a8625652399843e9bd27d5dd0065ecb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1108] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96ba2b4ad4c4aaefa9a421ebf134da1de6b6b524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1108] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9c0b1587b1d624df4585882401724f9dde88a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1108] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 619b3bc3e329270174608a2a8f09569526289ba0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1108] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 804e68207b2470691b523c0c21284a1e97a9662b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1108] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0458055e1d9ab80913a461c632324b79e88f55f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1108] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e7123471d319016ab53edb28e0d38ed2c147364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1108] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From e74d4edc7d71052ee115cda84619e10e5287e073 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1108] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25ae6b3be4d77de78818ef37fb5b2f0f9d43c78e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1108] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 19c82484e6d43fc121036d9a67450ed5f80e0e08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1108] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edc1926dd0095879f68a594cfe6f2b8ab22f30ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1108] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From d389db0aa4faa301b99b5bc3b490c7093dee59e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1108] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 9dd4bc40d3a0e7c8b8a90a8fdeebb4ed73744b5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1108] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 8658338422416aa2dc7e1505c14fa379d3c9ee13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1108] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e48b2978c0829fb2f5a6e8cbd9f30b0a18a8b72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1108] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e1e6136eaed331ba8a457f06742521b77a0748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1108] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91ef8188430d281225aac00964cfaa2e6437dc0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1108] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0805c972b684c5888e0d86869b4cd2c112c72db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1108] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e838f729ff255effc43f1ccb3ed5137344aa1b2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1108] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4955bb6d8df09efb3638d5ef143f915a0c3d4ce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1108] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 70ebd3c904a82e9cf0b574dbff504745633969f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1108] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dda6549b4f2c0afc85eb2c34543ad549088fe076 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1108] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 945d625c23ecf2336fc9e8906d2b9dfcc52db296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1108] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e35a8edf25a9b1695f311102842749af46e4aef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1108] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 62f73d7ded4f16f7f11342d46d75fa6f2936e212 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1108] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b429af5308ee40d8eef5454e7ef4b96e444d6b89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1108] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1ba98f7f57e1b3a64ea2e0e212d676886594c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1108] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8df8f55d45dd3357dca38eacb1b203f412a90af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1108] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ccea408b5c18a2f4376b159d8631a9c3f0fd53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1108] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 422e355f3863b3690337eb173840a626afc90051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1108] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 215c667ca852be4f5dfc7cc637a1bcc2f3296120 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1108] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 376ce5ed90ea9390f2843d61eb4260e34fd178c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1108] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f0e9c09be895bffca47cd2d05c70d7b40c8bc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1108] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0d113ed299f7c5b26721bb74e38b1088ccfa577 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1108] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4027b1c9234af840541f9e337d88a45e323ea227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1108] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d400b047dbc63cd5a95a06285c55b5144375be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1108] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e289c984de338d8b0864a78ecfe7d2425e7741f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1108] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85ed8ec6458c51dcd4887aa14a837ac9f5bf0588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1108] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3bbf6fbcb8ac28bc01b853e27934b27f3b7dff11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1108] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b87881acbb87d2171b1be0b2b71502565127b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1108] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b54479f937af295a8f4290f8c4c12dcb7f6fc55d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1108] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63c5bcecc515104a326e0d34b2683854fbce84e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1108] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 670dfabf6b270660812d7f65587b2e33677565f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1108] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e8f314c3f999e7cb91258ea83ffe6b4d1870f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1108] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41f0e5da85ff6b7cba1fc0954c3864e039c5cfb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1108] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 992ad38fb1325ffc34c774113de16fb5828b2c3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1108] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cacc6771c9fe5a73d6b1b54714c843acb488ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1108] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8f436ec530b311cbf05c5abcf19da962f8db0c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1108] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 94ed67294d53ec86ea7678720155065907187e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1108] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb5328a9872ea4d78941e82265967520879ce564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1108] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aeda901b2029cfc31d214a9dd422364ec31e8086 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1108] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From dcfefd0e0e872faf5b3dd5e2011a6fb8c764b33b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1108] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a857a4872a3d718b431d08b9bfdf98e0b55d4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1108] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fb3ec0d6e0d4ba65da59e43072701f5f33a5f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1108] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba06596563537ec3e76c19f14b5ebd531c746397 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1108] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From cd31e5749fb9146964e067fcef76ce9fee98b9b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1108] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b259de32b26393119c9b472d79b27df494caf161 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1108] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3acc1f434bab685ba300584fdbd3d012f94ff1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1108] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53638cf0462beee85a389cb7336b0bb0ed220308 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1108] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 500d3df0f702abee99d9d7017d18258fdf267e6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1108] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc784c9293b7fa476ab182572a49852bec24b7a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1108] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ae5a56dfe69d109d2f6cc987f080798a2c68fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1108] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc6cba30b4a2aa2508ef8a0af49730a4ddf007a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1108] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 6e028fc47f735a08c337bc8b098496210f157fa3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1108] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb5f99a47700b307d35b82e400a33ee582b8c37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1108] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b02a754a96d5d7b44f70b1e6f1d69126983fc45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1108] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72323a6cfea8b08b698e10616bb3e9905ac487e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1108] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4ddeeb7fe9fd09afc53b4d402aee72b6891607a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1108] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6921d714dc18508e8652990c3ffd54169f31a2ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1108] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 5add6121217df72e6158a331b3401bb807e0f7c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1108] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56b261eb0eaa8b8ebd8ac9360ddb359971bf9f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1108] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b33677558f58a6d8a30505272f988cb2b86e8b59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1108] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30b092cdc44ff70a09dab882e136e316c866771f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1108] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39f4cea5dbac5c36382b36858b9bf60777952012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1108] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 5a8924e71815af57dd6fb8c51f83d8108fe3f595 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1108] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From bd041ff0e7ea7e8f4c3d202ff91126a5b561e164 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1108] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 4fc40a997c5e9f5b3b5d209185ca9c87cd763cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1108] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 65f93585353c405d4aba472631461141adbf8435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1108] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From b90b06deb43890835e3cc4304b63bebad444f966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1108] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 0db25f783da726a273350d19f603e7f5af3aad08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1108] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23052d8af708ab35a00317452bedea390c6c24a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1108] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 45404807f00a4f5836ac8e87e47ee89a1f8d7b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1108] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From db8b6c07935c640be3857d58d699c5548559b921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1108] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 44d36b4567e1af5a823348525de74225350e829e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1108] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From e5769a29c7b11c0cf04c5c150a09a41f4588a6ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1108] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 83b49ac5785681c119650df32234b903b922e305 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1108] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From feb2f8ce8b7cc38db3768141d5bbbef513f99aa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1108] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..f554df90ee7 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-pyudev libudev"

From ce512c64ac24f5a24db616195a4c94c3c1c85242 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1108] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 2720cee33796699ea0592d787ff20610041fa4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1108] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 2324495b660516ab73071562556f0f6a82260df0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1108] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 5e97752ed02527699d11603da08b07bd7503ce22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1108] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From e5d3984cba1a126e847aa2754f19846334485244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1108] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 193b8302ffca0ec2074abd0fcd53079e5a39daac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1108] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 5bb2b9d8279fd27a50bdae10d74f02b2d2822b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1108] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 3be88df8cf924c701a6116ea8e3411f2dfd4a11e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1108] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From dcec981e36cae1e117a81405b83e0bc6333ff05f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1108] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 7fcd7f72364b4fbe1b02a0ace9f71b6b990c491d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1108] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f15e48d98b7eb52cf475b36d93a557ddbbc176b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1108] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 6a49e8a6bb794c14611e3041d1cfebae2f475c10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1108] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From d7a4364be4baad6674fab77b105ceded3081625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1108] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 7c84ea631c7cacdff5703800ec111f7d934cfb6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1108] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From b8f0e70d5676074d7a8d9a9dac5f568b80ffa182 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1108] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 86598922a75a613bec377415f96cba0c4d901f80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1108] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From 2751c33af122853cb9150db945e4e9a4b463eb43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1108] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 90cf5a99aeb0c9181b9c4d7adb2c709c124c1ff7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1108] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 0e62272f54355dd3ddb0c8cf2e0f63b783bc085d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1108] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From becd217b54776ff7366bb0696d3e80a73647938b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1108] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From eb0f85891d150566bf701990d7ac69f69815ce42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1108] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From e43cca887bbada1d075a59c7df72772e1435e4e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1108] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From e4b1675f65e79e2143a054d3bffbc8a33f3a3bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1108] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 85c4926c40be2b51ca02f55ae58274405041d422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1108] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 3219215b24aa1d05507412ec32d523220fb27726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1108] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From f1d76eb649806ddc4e7744a8e2ab60cd3659f512 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1108] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 6cbe7509e63b567156d72b27363776494968f154 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1108] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From eeec70326e36cbdcc225d630746fe345ced48d47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1108] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 3bb2aa23cf0de513ca2bc48d33bd19997eb0708a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1108] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From c9fdf16ee3968458dcf1e031fe5c1dbc7e5bc3be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1108] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From b2c083772a50caba917b29ea846464d90f0b94dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1108] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From e6dbfdc55475a9b958f13dc97d1394a12ed1ed14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1108] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 7f3b17eeae94ff5dd4092d82acd628dda0242776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1108] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From 9ee4a218332ae846f86845c9da3d78195cc197fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1108] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 4adb426024ffd8edf69a139e5b973eb949d3a002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1108] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 1d99a573ee35d037e5a13fdaf088aa2c83a3317f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1108] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From aff441b6c3485ed84bbfbb70375e6418ff454c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1108] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From a29ccc68c374de0445592990d16a0bedf7c76a74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1108] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 6725616c8b03577f4b7e19ee3a2b0dc6bc62b846 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1108] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb003dcde36cc96fcb04abed0ecf0d53e0dd121 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1108] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 67266cac22577ce95acd9a322a95288bc5c22b5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1108] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 423380a8935c01b604a40fc08f7a4246dddea87e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1108] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec35728974b703e36260a5676f7405ab03fa0d92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1108] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 5c7d2cd9ac4268b65b0259ba1c37b878d9c6f2a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1108] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 4d2034fa18421db41a81b5e1d5b2771a96274df5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1108] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From c691ea1773845c2e88a4c7dd9fd91b07c8c5930d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1108] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
  2020-10-07 14:22 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-07 17:17 ` ahesford
  2020-10-07 18:02 ` ahesford
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 17:17 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 833696 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1113] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1113] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1113] Grammalecte: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1113] PhotoCollage: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1113] Solaar: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1113] TwitchNotifier: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1113] alienfx: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1113] ansible: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1113] apparmor: rebuild for Python 3.9, drop noarch

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

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1113] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1113] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1113] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1113] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1113] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1113] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1113] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1113] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1113] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1113] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1113] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1113] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1113] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1113] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1113] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1113] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1113] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1113] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1113] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1113] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1113] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1113] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1113] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1113] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1113] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1113] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1113] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1113] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1113] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1113] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1113] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1113] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1113] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1113] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1113] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1113] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1113] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1113] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1113] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1113] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1113] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1113] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1113] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1113] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1113] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1113] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1113] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1113] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1113] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1113] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1113] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1113] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1113] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1113] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1113] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1113] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1113] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1113] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1113] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1113] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1113] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1113] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1113] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1113] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1113] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1113] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1113] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1113] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1113] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1113] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1113] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1113] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1113] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1113] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1113] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1113] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1113] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1113] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1113] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1113] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1113] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1113] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1113] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1113] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1113] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1113] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1113] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1113] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1113] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1113] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1113] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1113] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1113] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1113] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1113] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1113] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1113] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1113] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1113] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1113] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1113] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1113] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1113] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1113] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1113] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1113] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1113] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1113] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1113] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1113] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1113] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1113] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1113] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1113] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1113] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1113] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1113] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1113] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1113] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1113] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1113] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1113] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1113] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1113] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1113] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1113] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1113] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1113] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1113] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1113] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1113] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1113] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1113] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1113] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1113] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1113] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1113] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1113] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1113] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1113] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1113] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1113] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1113] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1113] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1113] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1113] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1113] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1113] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1113] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1113] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1113] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1113] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1113] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1113] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1113] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1113] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1113] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1113] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1113] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1113] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1113] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1113] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1113] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1113] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1113] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1113] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1113] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1113] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1113] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1113] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1113] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1113] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1113] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1113] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1113] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1113] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1113] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1113] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1113] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1113] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1113] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1113] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1113] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1113] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1113] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1113] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1113] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1113] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1113] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1113] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1113] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1113] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1113] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1113] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1113] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1113] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1113] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1113] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1113] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1113] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1113] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1113] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1113] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1113] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1113] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1113] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1113] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1113] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1113] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1113] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1113] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1113] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1113] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1113] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1113] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1113] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1113] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1113] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1113] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1113] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1113] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1113] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1113] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1113] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1113] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1113] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1113] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1113] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1113] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1113] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1113] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1113] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1113] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1113] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1113] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1113] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1113] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1113] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1113] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1113] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1113] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1113] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1113] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1113] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1113] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1113] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1113] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1113] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1113] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1113] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1113] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1113] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1113] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1113] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1113] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1113] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1113] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1113] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1113] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1113] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1113] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1113] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1113] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1113] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1113] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1113] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1113] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1113] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1113] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1113] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1113] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1113] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1113] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1113] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1113] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1113] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1113] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1113] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1113] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1113] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1113] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1113] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1113] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1113] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1113] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1113] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1113] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1113] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1113] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1113] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1113] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1113] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1113] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1113] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1113] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1113] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1113] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1113] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1113] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1113] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1113] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1113] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1113] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1113] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1113] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1113] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1113] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1113] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1113] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1113] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1113] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1113] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1113] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1113] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1113] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1113] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1113] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1113] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1113] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1113] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1113] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1113] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1113] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1113] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1113] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1113] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1113] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1113] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1113] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1113] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1113] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1113] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1113] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1113] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1113] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1113] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1113] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1113] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1113] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1113] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1113] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1113] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1113] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1113] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1113] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1113] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1113] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1113] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1113] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1113] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1113] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1113] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1113] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1113] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1113] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1113] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1113] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1113] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1113] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1113] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1113] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1113] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1113] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1113] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1113] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1113] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1113] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1113] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1113] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1113] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1113] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1113] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1113] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1113] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1113] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1113] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1113] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1113] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1113] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1113] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1113] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1113] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1113] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1113] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1113] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1113] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1113] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1113] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1113] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1113] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1113] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1113] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1113] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1113] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1113] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1113] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1113] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1113] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1113] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1113] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1113] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1113] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1113] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1113] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1113] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1113] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1113] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1113] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1113] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1113] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1113] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1113] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1113] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1113] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1113] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1113] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1113] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1113] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1113] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1113] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1113] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1113] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1113] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1113] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1113] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1113] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1113] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1113] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1113] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1113] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1113] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1113] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1113] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1113] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1113] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1113] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1113] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1113] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1113] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1113] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1113] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1113] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1113] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1113] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1113] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1113] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1113] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1113] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1113] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1113] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1113] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1113] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1113] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1113] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1113] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1113] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1113] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1113] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1113] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1113] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1113] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1113] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1113] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1113] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1113] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1113] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1113] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1113] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1113] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1113] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1113] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1113] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1113] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1113] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1113] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1113] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1113] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1113] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1113] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1113] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1113] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1113] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1113] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1113] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1113] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1113] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1113] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1113] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1113] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1113] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1113] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1113] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1113] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1113] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1113] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1113] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1113] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1113] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1113] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1113] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1113] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1113] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1113] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1113] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1113] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1113] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1113] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1113] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1113] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1113] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1113] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1113] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1113] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1113] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1113] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1113] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1113] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1113] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1113] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1113] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1113] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1113] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1113] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1113] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1113] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1113] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1113] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1113] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1113] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1113] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1113] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1113] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1113] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1113] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1113] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1113] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1113] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1113] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1113] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1113] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1113] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1113] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1113] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1113] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1113] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1113] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1113] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1113] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1113] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1113] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1113] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1113] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1113] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1113] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1113] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1113] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1113] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1113] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1113] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1113] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1113] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1113] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1113] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1113] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1113] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1113] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1113] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1113] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1113] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1113] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1113] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1113] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1113] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1113] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1113] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1113] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1113] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1113] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1113] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1113] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1113] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1113] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1113] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1113] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1113] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1113] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1113] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1113] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1113] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1113] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1113] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1113] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1113] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1113] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1113] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1113] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1113] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1113] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1113] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1113] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1113] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1113] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1113] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1113] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1113] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1113] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1113] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1113] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1113] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1113] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1113] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1113] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1113] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1113] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1113] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1113] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1113] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1113] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1113] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1113] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1113] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1113] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1113] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1113] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1113] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1113] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1113] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1113] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1113] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1113] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1113] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1113] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1113] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1113] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1113] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1113] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1113] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1113] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1113] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1113] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1113] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1113] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1113] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1113] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1113] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1113] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1113] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1113] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1113] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1113] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1113] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1113] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1113] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1113] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1113] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1113] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1113] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1113] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1113] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1113] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1113] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1113] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1113] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1113] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1113] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1113] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1113] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1113] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1113] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1113] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1113] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1113] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1113] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1113] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1113] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1113] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1113] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1113] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1113] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1113] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1113] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1113] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1113] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1113] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1113] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1113] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1113] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1113] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1113] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1113] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1113] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1113] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1113] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1113] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1113] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1113] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1113] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1113] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1113] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1113] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1113] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1113] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1113] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1113] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1113] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1113] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1113] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1113] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1113] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1113] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1113] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1113] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1113] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1113] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1113] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1113] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1113] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1113] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1113] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1113] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1113] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1113] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1113] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1113] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1113] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1113] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1113] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1113] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1113] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1113] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1113] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1113] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1113] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1113] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1113] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1113] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1113] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1113] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1113] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1113] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1113] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1113] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1113] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1113] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1113] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1113] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1113] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1113] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1113] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1113] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1113] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1113] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1113] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1113] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1113] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1113] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1113] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1113] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1113] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1113] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1113] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1113] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1113] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1113] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1113] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1113] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1113] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1113] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1113] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1113] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1113] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1113] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1113] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1113] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1113] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1113] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1113] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1113] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1113] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1113] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1113] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1113] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1113] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1113] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1113] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1113] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1113] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1113] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1113] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1113] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1113] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1113] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1113] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1113] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1113] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1113] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1113] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1113] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1113] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1113] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1113] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1113] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1113] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1113] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1113] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1113] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1113] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1113] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1113] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1113] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1113] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1113] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1113] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1113] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1113] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1113] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1113] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1113] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1113] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1113] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1113] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1113] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1113] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1113] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1113] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1113] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1113] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1113] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1113] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1113] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1113] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1113] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1113] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1113] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1113] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1113] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1113] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1113] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1113] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1113] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1113] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1113] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1113] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1113] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1113] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1113] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1113] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1113] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1113] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1113] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1113] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1113] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1113] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1113] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1113] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1113] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1113] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1113] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1113] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1113] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1113] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1113] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1113] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1113] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1113] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1113] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1113] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1113] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1113] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1113] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1113] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1113] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1113] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1113] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1113] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1113] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1113] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1113] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1113] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1113] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1113] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1113] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1113] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1113] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1113] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1113] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1113] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1113] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1113] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1113] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1113] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1113] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1113] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1113] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1113] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1113] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1113] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1113] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1113] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1113] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1113] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1113] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1113] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1113] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1113] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1113] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1113] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1113] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1113] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1113] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1113] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1113] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1113] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1113] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1113] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1113] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1113] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1113] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1113] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1113] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1113] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1113] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1113] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1113] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1113] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1113] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1113] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1113] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1113] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1113] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1113] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1113] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1113] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1113] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1113] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1113] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1113] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1113] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1113] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1113] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1113] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1113] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1113] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1113] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1113] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1113] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1113] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1113] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1113] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1113] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1113] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1113] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1113] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1113] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1113] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1113] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1113] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1113] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1113] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1113] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1113] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1113] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1113] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1113] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1113] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1113] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1113] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1113] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1113] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1113] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1113] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1113] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1113] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1113] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1113] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1113] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1113] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1113] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1113] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1113] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1113] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1113] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1113] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1113] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1113] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1113] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1113] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1113] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1113] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1113] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1113] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1113] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1113] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1113] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1113] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1113] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1113] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1113] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1113] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1113] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1113] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1113] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1113] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1113] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1113] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1113] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1113] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1113] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1113] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1113] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1113] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1113] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1113] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1113] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1113] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1113] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1113] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1113] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1113] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1113] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1113] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1113] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1113] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1113] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1113] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1113] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1113] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1113] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1113] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1113] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1113] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1113] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1113] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1113] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1113] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1113] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1113] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1113] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1113] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1113] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1113] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1113] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1113] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1113] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1113] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1113] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1113] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1113] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1113] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1113] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1113] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1113] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1113] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1113] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1113] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1113] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1113] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1113] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1113] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1113] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1113] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1113] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1113] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1113] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1113] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1113] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1113] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1113] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1113] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1113] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1113] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1113] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1113] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1113] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1113] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1113] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1113] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1113] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1113] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1113] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1113] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1113] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1113] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1113] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1113] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1113] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1113] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1113] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1113] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1113] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1113] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1113] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1113] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1113] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1113] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1113] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1113] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1113] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1113] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1113] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1113] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1113] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1113] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1113] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
  2020-10-07 14:22 ` [PR PATCH] [Updated] " ahesford
  2020-10-07 17:17 ` ahesford
@ 2020-10-07 18:02 ` ahesford
  2020-10-07 18:50 ` ahesford
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 839983 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1117] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1117] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1117] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1117] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1117] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1117] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1117] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1117] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1117] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1117] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1117] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1117] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1117] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1117] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1117] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1117] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1117] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1117] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1117] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1117] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1117] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1117] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1117] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1117] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1117] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1117] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1117] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1117] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1117] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1117] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1117] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1117] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1117] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1117] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1117] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1117] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1117] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1117] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1117] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1117] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1117] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1117] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1117] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1117] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1117] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1117] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1117] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1117] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1117] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1117] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1117] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1117] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1117] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1117] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1117] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1117] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1117] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1117] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1117] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1117] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1117] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1117] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1117] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1117] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1117] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1117] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1117] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1117] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1117] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1117] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1117] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1117] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1117] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1117] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1117] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1117] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1117] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1117] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1117] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1117] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1117] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1117] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1117] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1117] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1117] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1117] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1117] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1117] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1117] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1117] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1117] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1117] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1117] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1117] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1117] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1117] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1117] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1117] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1117] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1117] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1117] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1117] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1117] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1117] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1117] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1117] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1117] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1117] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1117] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1117] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1117] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1117] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1117] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1117] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1117] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1117] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1117] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1117] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1117] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1117] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1117] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1117] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1117] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1117] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1117] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1117] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1117] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1117] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1117] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1117] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1117] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1117] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1117] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1117] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1117] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1117] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1117] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1117] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1117] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1117] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1117] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1117] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1117] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1117] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1117] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1117] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1117] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1117] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1117] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1117] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1117] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1117] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1117] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1117] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1117] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1117] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1117] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1117] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1117] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1117] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1117] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1117] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1117] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1117] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1117] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1117] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1117] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1117] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1117] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1117] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1117] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1117] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1117] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1117] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1117] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1117] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1117] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1117] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1117] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1117] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1117] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1117] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1117] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1117] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1117] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1117] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1117] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1117] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1117] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1117] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1117] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1117] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1117] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1117] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1117] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1117] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1117] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1117] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1117] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1117] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1117] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1117] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1117] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1117] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1117] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1117] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1117] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1117] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1117] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1117] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1117] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1117] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1117] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1117] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1117] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1117] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1117] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1117] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1117] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1117] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1117] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1117] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1117] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1117] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1117] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1117] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1117] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1117] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1117] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1117] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1117] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1117] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1117] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1117] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1117] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1117] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1117] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1117] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1117] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1117] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1117] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1117] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1117] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1117] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1117] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1117] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1117] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1117] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1117] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1117] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1117] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1117] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1117] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1117] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1117] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1117] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1117] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1117] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1117] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1117] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1117] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1117] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1117] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1117] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1117] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1117] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1117] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1117] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1117] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1117] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1117] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1117] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1117] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1117] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1117] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1117] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1117] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1117] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1117] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1117] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1117] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1117] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1117] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1117] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1117] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1117] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1117] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1117] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1117] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1117] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1117] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1117] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1117] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1117] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1117] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1117] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1117] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1117] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1117] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1117] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1117] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1117] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1117] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1117] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1117] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1117] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1117] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1117] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1117] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1117] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1117] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1117] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1117] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1117] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1117] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1117] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1117] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1117] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1117] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1117] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1117] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1117] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1117] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1117] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1117] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1117] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1117] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1117] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1117] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1117] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1117] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1117] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1117] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1117] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1117] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1117] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1117] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1117] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1117] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1117] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1117] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1117] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1117] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1117] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1117] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1117] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1117] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1117] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1117] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1117] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1117] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1117] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1117] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1117] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1117] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1117] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1117] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1117] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1117] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1117] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1117] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1117] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1117] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1117] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1117] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1117] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1117] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1117] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1117] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1117] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1117] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1117] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1117] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1117] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1117] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1117] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1117] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1117] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1117] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1117] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1117] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1117] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1117] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1117] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1117] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1117] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1117] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1117] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1117] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1117] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1117] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1117] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1117] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1117] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1117] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1117] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1117] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1117] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1117] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1117] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1117] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1117] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1117] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1117] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1117] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1117] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1117] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1117] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1117] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1117] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1117] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1117] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1117] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1117] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1117] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1117] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1117] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1117] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1117] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1117] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1117] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1117] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1117] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1117] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1117] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1117] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1117] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1117] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1117] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1117] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1117] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1117] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1117] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1117] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1117] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1117] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1117] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1117] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1117] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1117] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1117] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1117] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1117] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1117] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1117] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1117] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1117] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1117] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1117] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1117] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1117] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1117] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1117] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1117] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1117] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1117] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1117] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1117] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1117] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1117] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1117] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1117] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1117] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1117] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1117] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1117] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1117] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1117] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1117] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1117] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1117] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1117] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1117] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1117] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1117] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1117] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1117] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1117] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1117] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1117] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1117] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1117] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1117] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1117] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1117] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1117] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1117] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1117] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1117] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1117] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1117] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1117] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1117] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1117] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1117] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1117] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1117] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1117] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1117] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1117] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1117] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1117] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1117] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1117] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1117] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1117] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1117] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1117] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1117] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1117] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1117] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1117] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1117] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1117] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1117] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1117] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1117] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1117] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1117] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1117] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1117] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1117] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1117] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1117] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1117] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1117] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1117] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1117] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1117] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1117] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1117] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1117] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1117] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1117] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1117] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1117] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1117] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1117] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1117] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1117] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1117] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1117] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1117] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1117] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1117] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1117] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1117] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1117] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1117] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1117] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1117] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1117] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1117] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1117] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1117] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1117] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1117] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1117] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1117] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1117] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1117] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1117] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1117] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1117] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1117] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1117] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1117] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1117] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1117] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1117] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1117] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1117] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1117] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1117] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1117] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1117] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1117] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1117] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1117] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1117] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1117] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1117] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1117] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1117] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1117] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1117] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1117] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1117] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1117] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1117] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1117] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1117] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1117] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1117] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1117] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1117] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1117] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1117] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1117] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1117] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1117] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1117] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1117] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1117] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1117] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1117] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1117] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1117] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1117] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1117] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1117] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1117] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1117] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1117] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1117] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1117] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1117] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1117] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1117] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1117] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1117] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1117] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1117] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1117] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1117] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1117] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1117] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1117] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1117] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1117] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1117] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1117] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1117] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1117] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1117] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1117] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1117] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1117] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1117] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1117] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1117] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1117] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1117] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1117] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1117] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1117] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1117] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1117] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1117] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1117] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1117] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1117] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1117] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1117] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1117] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1117] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1117] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1117] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1117] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1117] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1117] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1117] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1117] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1117] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1117] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1117] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1117] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1117] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1117] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1117] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1117] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1117] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1117] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1117] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1117] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1117] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1117] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1117] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1117] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1117] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1117] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1117] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1117] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1117] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1117] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1117] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1117] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1117] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1117] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1117] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1117] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1117] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1117] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1117] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1117] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1117] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1117] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1117] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1117] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1117] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1117] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1117] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1117] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1117] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1117] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1117] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1117] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1117] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1117] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1117] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1117] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1117] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1117] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1117] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1117] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1117] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1117] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1117] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1117] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1117] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1117] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1117] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1117] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1117] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1117] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1117] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1117] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1117] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1117] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1117] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1117] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1117] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1117] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1117] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1117] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1117] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1117] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1117] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1117] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1117] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1117] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1117] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1117] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1117] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1117] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1117] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1117] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1117] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1117] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1117] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1117] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1117] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1117] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1117] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1117] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1117] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1117] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1117] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1117] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1117] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1117] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1117] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1117] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1117] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1117] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1117] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1117] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1117] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1117] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1117] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1117] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1117] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1117] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1117] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1117] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1117] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1117] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1117] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1117] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1117] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1117] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1117] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1117] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1117] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1117] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1117] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1117] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1117] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1117] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1117] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1117] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1117] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1117] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1117] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1117] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1117] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1117] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1117] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1117] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1117] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1117] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1117] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1117] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1117] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1117] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1117] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1117] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1117] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1117] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1117] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1117] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1117] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1117] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1117] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1117] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1117] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1117] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1117] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1117] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1117] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1117] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1117] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1117] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1117] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1117] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1117] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1117] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1117] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1117] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1117] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1117] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1117] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1117] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1117] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1117] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1117] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1117] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1117] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1117] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1117] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1117] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1117] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1117] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1117] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1117] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1117] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1117] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1117] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1117] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1117] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1117] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1117] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1117] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1117] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1117] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1117] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1117] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1117] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1117] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1117] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1117] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1117] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1117] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1117] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1117] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1117] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1117] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1117] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1117] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1117] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1117] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1117] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1117] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1117] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1117] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1117] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1117] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1117] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1117] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1117] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1117] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1117] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1117] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1117] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1117] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1117] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1117] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1117] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1117] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1117] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1117] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1117] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1117] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1117] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1117] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1117] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1117] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1117] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1117] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1117] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1117] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1117] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1117] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1117] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1117] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1117] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1117] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1117] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1117] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1117] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1117] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1117] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1117] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1117] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1117] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1117] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1117] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1117] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1117] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1117] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1117] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1117] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1117] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1117] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1117] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1117] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1117] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1117] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1117] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1117] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1117] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1117] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1117] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1117] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1117] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1117] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1117] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1117] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1117] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1117] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1117] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1117] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1117] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1117] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1117] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1117] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1117] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1117] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1117] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1117] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1117] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1117] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1117] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1117] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1117] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1117] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1117] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1117] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1117] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1117] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1117] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1117] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1117] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1117] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1117] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1117] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1117] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1117] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1117] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1117] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1117] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1117] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1117] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1117] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1117] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1117] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1117] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1117] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1117] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1117] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1117] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1117] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1117] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1117] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1117] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1117] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1117] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1117] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1117] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1117] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1117] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1117] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1117] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1117] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1117] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1117] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1117] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1117] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1117] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1117] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1117] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1117] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1117] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1117] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1117] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1117] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1117] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1117] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1117] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1117] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1117] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1117] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1117] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1117] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1117] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1117] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1117] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1117] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1117] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1117] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1117] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1117] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1117] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1117] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1117] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1117] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1117] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1117] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1117] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1117] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1117] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1117] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1117] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1117] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1117] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1117] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1117] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1117] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1117] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1117] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1117] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1117] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1117] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1117] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1117] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1117] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1117] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1117] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1117] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1117] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1117] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1117] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1117] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1117] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1117] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1117] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1117] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1117] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1117] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1117] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1117] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1117] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1117] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1117] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1117] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1117] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1117] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1117] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1117] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1117] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1117] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1117] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1117] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1117] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1117] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1117] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1117] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1117] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1117] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1117] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1117] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1117] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1117] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1117] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1117] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1117] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1117] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1117] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1117] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1117] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1117] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1117] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1117] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1117] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1117] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1117] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1117] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1117] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1117] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1117] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1117] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1117] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1117] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1117] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1117] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1117] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1117] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1117] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1117] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1117] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1117] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1117] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1117] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

From f24a96dcf59e134bb97748b275afaa596a945a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:48:19 -0400
Subject: [PATCH 1114/1117] squash! pockyt: rebuild for Python 3.9, drop noarch

pocky: update to 1.4.2
---
 srcpkgs/pockyt/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index 5c6b4dbbbea..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,7 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=3
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -11,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 222fcbdcbf7ecec06578e24475f0815d88ceac89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:51:16 -0400
Subject: [PATCH 1115/1117] squash! python3-snakeoil: rebuild for Python 3.9

python3-snakeoil: update to 0.8.8
---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 735bd1112da..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=5
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From cc74603c7303c6a4e46fd367ad4e6c70e9cc8aac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:58:45 -0400
Subject: [PATCH 1116/1117] squash! python3-pivy: rebuild for Python 3.9

python3-pivy: update to 0.6.5
---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index a6088dfe9b2..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=3
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From f61c83103504e0dbeedfb6e14d251b3b3c1ec8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:59:37 -0400
Subject: [PATCH 1117/1117] fixup! libsearpc: rebuild for Python 3.9, drop
 noarch

[ci skip]
---
 srcpkgs/libsearpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 93705d6eb47..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (2 preceding siblings ...)
  2020-10-07 18:02 ` ahesford
@ 2020-10-07 18:50 ` ahesford
  2020-10-07 19:27 ` ahesford
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 18:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 844734 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1119] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1119] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1119] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1119] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1119] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1119] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1119] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1119] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1119] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1119] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1119] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1119] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1119] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1119] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1119] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1119] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1119] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1119] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1119] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1119] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1119] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1119] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1119] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1119] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1119] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1119] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1119] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1119] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1119] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1119] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1119] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1119] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1119] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1119] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1119] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1119] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1119] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1119] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1119] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1119] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1119] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1119] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1119] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1119] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1119] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1119] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1119] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1119] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1119] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1119] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1119] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1119] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1119] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1119] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1119] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1119] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1119] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1119] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1119] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1119] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1119] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1119] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1119] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1119] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1119] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1119] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1119] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1119] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1119] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1119] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1119] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1119] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1119] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1119] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1119] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1119] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1119] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1119] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1119] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1119] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1119] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1119] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1119] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1119] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1119] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1119] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1119] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1119] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1119] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1119] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1119] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1119] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1119] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1119] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1119] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1119] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1119] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1119] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1119] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1119] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1119] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1119] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1119] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1119] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1119] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1119] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1119] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1119] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1119] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1119] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1119] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1119] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1119] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1119] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1119] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1119] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1119] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1119] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1119] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1119] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1119] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1119] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1119] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1119] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1119] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1119] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1119] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1119] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1119] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1119] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1119] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1119] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1119] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1119] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1119] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1119] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1119] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1119] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1119] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1119] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1119] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1119] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1119] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1119] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1119] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1119] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1119] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1119] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1119] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1119] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1119] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1119] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1119] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1119] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1119] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1119] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1119] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1119] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1119] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1119] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1119] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1119] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1119] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1119] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1119] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1119] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1119] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1119] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1119] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1119] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1119] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1119] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1119] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1119] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1119] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1119] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1119] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1119] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1119] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1119] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1119] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1119] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1119] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1119] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1119] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1119] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1119] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1119] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1119] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1119] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1119] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1119] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1119] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1119] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1119] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1119] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1119] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1119] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1119] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1119] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1119] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1119] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1119] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1119] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1119] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1119] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1119] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1119] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1119] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1119] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1119] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1119] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1119] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1119] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1119] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1119] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1119] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1119] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1119] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1119] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1119] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1119] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1119] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1119] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1119] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1119] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1119] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1119] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1119] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1119] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1119] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1119] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1119] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1119] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1119] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1119] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1119] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1119] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1119] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1119] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1119] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1119] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1119] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1119] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1119] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1119] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1119] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1119] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1119] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1119] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1119] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1119] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1119] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1119] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1119] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1119] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1119] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1119] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1119] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1119] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1119] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1119] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1119] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1119] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1119] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1119] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1119] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1119] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1119] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1119] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1119] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1119] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1119] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1119] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1119] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1119] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1119] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1119] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1119] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1119] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1119] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1119] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1119] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1119] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1119] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1119] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1119] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1119] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1119] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1119] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1119] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1119] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1119] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1119] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1119] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1119] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1119] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1119] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1119] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1119] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1119] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1119] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1119] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1119] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1119] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1119] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1119] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1119] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1119] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1119] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1119] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1119] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1119] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1119] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1119] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1119] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1119] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1119] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1119] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1119] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1119] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1119] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1119] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1119] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1119] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1119] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1119] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1119] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1119] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1119] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1119] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1119] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1119] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1119] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1119] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1119] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1119] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1119] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1119] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1119] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1119] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1119] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1119] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1119] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1119] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1119] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1119] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1119] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1119] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1119] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1119] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1119] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1119] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1119] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1119] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1119] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1119] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1119] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1119] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1119] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1119] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1119] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1119] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1119] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1119] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1119] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1119] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1119] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1119] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1119] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1119] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1119] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1119] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1119] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1119] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1119] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1119] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1119] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1119] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1119] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1119] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1119] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1119] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1119] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1119] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1119] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1119] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1119] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1119] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1119] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1119] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1119] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1119] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1119] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1119] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1119] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1119] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1119] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1119] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1119] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1119] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1119] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1119] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1119] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1119] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1119] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1119] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1119] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1119] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1119] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1119] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1119] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1119] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1119] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1119] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1119] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1119] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1119] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1119] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1119] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1119] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1119] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1119] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1119] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1119] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1119] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1119] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1119] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1119] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1119] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1119] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1119] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1119] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1119] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1119] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1119] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1119] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1119] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1119] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1119] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1119] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1119] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1119] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1119] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1119] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1119] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1119] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1119] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1119] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1119] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1119] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1119] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1119] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1119] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1119] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1119] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1119] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1119] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1119] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1119] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1119] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1119] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1119] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1119] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1119] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1119] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1119] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1119] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1119] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1119] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1119] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1119] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1119] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1119] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1119] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1119] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1119] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1119] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1119] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1119] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1119] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1119] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1119] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1119] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1119] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1119] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1119] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1119] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1119] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1119] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1119] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1119] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1119] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1119] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1119] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1119] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1119] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1119] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1119] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1119] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1119] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1119] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1119] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1119] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1119] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1119] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1119] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1119] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1119] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1119] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1119] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1119] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1119] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1119] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1119] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1119] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1119] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1119] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1119] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1119] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1119] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1119] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1119] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1119] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1119] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1119] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1119] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1119] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1119] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1119] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1119] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1119] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1119] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1119] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1119] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1119] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1119] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1119] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1119] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1119] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1119] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1119] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1119] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1119] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1119] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1119] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1119] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1119] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1119] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1119] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1119] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1119] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1119] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1119] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1119] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1119] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1119] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1119] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1119] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1119] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1119] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1119] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1119] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1119] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1119] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1119] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1119] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1119] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1119] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1119] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1119] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1119] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1119] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1119] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1119] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1119] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1119] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1119] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1119] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1119] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1119] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1119] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1119] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1119] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1119] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1119] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1119] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1119] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1119] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1119] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1119] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1119] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1119] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1119] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1119] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1119] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1119] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1119] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1119] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1119] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1119] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1119] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1119] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1119] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1119] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1119] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1119] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1119] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1119] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1119] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1119] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1119] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1119] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1119] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1119] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1119] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1119] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1119] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1119] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1119] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1119] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1119] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1119] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1119] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1119] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1119] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1119] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1119] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1119] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1119] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1119] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1119] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1119] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1119] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1119] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1119] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1119] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1119] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1119] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1119] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1119] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1119] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1119] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1119] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1119] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1119] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1119] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1119] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1119] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1119] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1119] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1119] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1119] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1119] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1119] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1119] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1119] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1119] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1119] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1119] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1119] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1119] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1119] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1119] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1119] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1119] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1119] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1119] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1119] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1119] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1119] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1119] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1119] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1119] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1119] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1119] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1119] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1119] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1119] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1119] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1119] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1119] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1119] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1119] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1119] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1119] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1119] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1119] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1119] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1119] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1119] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1119] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1119] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1119] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1119] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1119] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1119] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1119] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1119] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1119] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1119] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1119] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1119] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1119] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1119] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1119] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1119] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1119] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1119] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1119] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1119] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1119] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1119] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1119] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1119] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1119] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1119] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1119] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1119] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1119] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1119] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1119] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1119] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1119] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1119] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1119] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1119] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1119] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1119] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1119] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1119] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1119] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1119] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1119] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1119] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1119] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1119] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1119] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1119] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1119] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1119] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1119] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1119] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1119] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1119] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1119] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1119] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1119] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1119] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1119] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1119] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1119] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1119] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1119] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1119] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1119] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1119] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1119] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1119] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1119] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1119] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1119] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1119] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1119] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1119] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1119] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1119] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1119] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1119] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1119] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1119] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1119] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1119] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1119] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1119] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1119] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1119] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1119] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1119] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1119] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1119] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1119] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1119] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1119] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1119] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1119] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1119] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1119] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1119] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1119] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1119] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1119] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1119] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1119] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1119] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1119] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1119] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1119] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1119] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1119] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1119] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1119] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1119] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1119] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1119] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1119] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1119] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1119] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1119] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1119] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1119] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1119] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1119] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1119] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1119] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1119] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1119] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1119] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1119] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1119] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1119] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1119] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1119] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1119] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1119] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1119] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1119] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1119] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1119] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1119] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1119] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1119] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1119] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1119] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1119] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1119] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1119] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1119] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1119] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1119] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1119] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1119] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1119] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1119] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1119] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1119] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1119] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1119] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1119] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1119] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1119] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1119] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1119] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1119] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1119] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1119] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1119] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1119] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1119] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1119] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1119] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1119] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1119] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1119] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1119] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1119] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1119] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1119] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1119] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1119] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1119] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1119] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1119] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1119] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1119] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1119] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1119] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1119] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1119] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1119] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1119] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1119] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1119] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1119] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1119] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1119] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1119] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1119] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1119] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1119] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1119] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1119] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1119] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1119] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1119] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1119] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1119] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1119] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1119] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1119] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1119] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1119] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1119] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1119] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1119] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1119] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1119] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1119] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1119] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1119] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1119] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1119] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1119] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1119] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1119] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1119] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1119] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1119] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1119] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1119] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1119] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1119] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1119] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1119] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1119] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1119] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1119] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1119] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1119] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1119] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1119] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1119] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1119] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1119] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1119] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1119] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1119] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1119] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1119] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1119] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1119] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1119] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1119] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1119] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1119] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1119] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1119] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1119] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1119] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1119] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1119] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1119] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1119] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1119] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1119] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1119] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1119] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1119] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1119] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1119] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1119] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1119] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1119] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1119] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1119] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1119] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1119] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1119] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1119] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1119] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1119] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1119] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1119] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1119] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1119] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1119] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1119] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1119] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1119] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1119] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1119] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1119] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1119] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1119] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1119] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1119] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1119] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1119] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1119] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1119] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1119] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1119] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1119] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1119] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1119] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1119] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1119] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1119] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1119] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1119] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1119] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1119] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1119] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1119] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1119] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1119] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1119] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1119] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1119] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1119] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1119] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1119] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1119] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1119] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1119] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1119] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1119] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1119] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1119] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1119] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1119] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1119] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1119] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1119] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1119] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1119] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1119] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1119] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1119] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1119] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1119] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1119] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1119] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1119] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1119] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1119] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1119] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1119] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1119] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1119] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1119] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1119] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1119] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1119] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1119] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1119] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1119] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1119] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1119] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1119] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1119] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1119] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1119] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1119] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1119] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1119] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1119] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1119] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1119] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1119] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1119] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1119] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1119] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1119] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1119] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1119] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1119] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1119] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1119] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1119] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1119] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1119] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1119] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1119] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1119] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1119] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1119] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1119] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1119] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1119] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1119] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1119] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1119] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1119] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1119] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1119] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1119] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1119] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1119] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1119] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1119] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1119] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1119] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1119] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1119] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1119] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1119] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1119] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1119] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1119] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1119] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1119] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1119] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1119] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1119] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1119] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1119] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1119] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1119] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1119] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1119] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1119] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1119] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

From f24a96dcf59e134bb97748b275afaa596a945a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:48:19 -0400
Subject: [PATCH 1114/1119] squash! pockyt: rebuild for Python 3.9, drop noarch

pocky: update to 1.4.2
---
 srcpkgs/pockyt/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index 5c6b4dbbbea..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,7 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=3
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -11,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 222fcbdcbf7ecec06578e24475f0815d88ceac89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:51:16 -0400
Subject: [PATCH 1115/1119] squash! python3-snakeoil: rebuild for Python 3.9

python3-snakeoil: update to 0.8.8
---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 735bd1112da..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=5
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From cc74603c7303c6a4e46fd367ad4e6c70e9cc8aac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:58:45 -0400
Subject: [PATCH 1116/1119] squash! python3-pivy: rebuild for Python 3.9

python3-pivy: update to 0.6.5
---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index a6088dfe9b2..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=3
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From f61c83103504e0dbeedfb6e14d251b3b3c1ec8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:59:37 -0400
Subject: [PATCH 1117/1119] fixup! libsearpc: rebuild for Python 3.9, drop
 noarch

[ci skip]
---
 srcpkgs/libsearpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 93705d6eb47..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {

From 0df93a9e7129f9130d00b509f1081b178904a748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:45:29 -0400
Subject: [PATCH 1118/1119] fixup! libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  6 +-
 2 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index 425c8bcb170..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From bcaa5a6ee24045bab397ecb4926a03dba359b184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:50:07 -0400
Subject: [PATCH 1119/1119] squash! python3-chroot: rebuild for Python 3.9

python3-chroot: update to 0.10.1

[ci skip]
---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index 0f89b06909f..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=4
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (3 preceding siblings ...)
  2020-10-07 18:50 ` ahesford
@ 2020-10-07 19:27 ` ahesford
  2020-10-07 20:04 ` ahesford
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 848886 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1122] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1122] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1122] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1122] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1122] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1122] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1122] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1122] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1122] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1122] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1122] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1122] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1122] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1122] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1122] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1122] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1122] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1122] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1122] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1122] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1122] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1122] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1122] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1122] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1122] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1122] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1122] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1122] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1122] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1122] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1122] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1122] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1122] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1122] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1122] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1122] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1122] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1122] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1122] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1122] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1122] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1122] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1122] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1122] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1122] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1122] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1122] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1122] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1122] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1122] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1122] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1122] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1122] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1122] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1122] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1122] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1122] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1122] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1122] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1122] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1122] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1122] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1122] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1122] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1122] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1122] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1122] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1122] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1122] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1122] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1122] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1122] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1122] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1122] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1122] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1122] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1122] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1122] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1122] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1122] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1122] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1122] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1122] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1122] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1122] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1122] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1122] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1122] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1122] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1122] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1122] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1122] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1122] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1122] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1122] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1122] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1122] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1122] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1122] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1122] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1122] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1122] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1122] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1122] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1122] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1122] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1122] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1122] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1122] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1122] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1122] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1122] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1122] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1122] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1122] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1122] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1122] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1122] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1122] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1122] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1122] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1122] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1122] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1122] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1122] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1122] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1122] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1122] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1122] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1122] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1122] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1122] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1122] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1122] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1122] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1122] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1122] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1122] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1122] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1122] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1122] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1122] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1122] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1122] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1122] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1122] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1122] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1122] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1122] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1122] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1122] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1122] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1122] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1122] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1122] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1122] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1122] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1122] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1122] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1122] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1122] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1122] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1122] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1122] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1122] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1122] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1122] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1122] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1122] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1122] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1122] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1122] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1122] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1122] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1122] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1122] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1122] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1122] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1122] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1122] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1122] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1122] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1122] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1122] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1122] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1122] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1122] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1122] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1122] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1122] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1122] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1122] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1122] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1122] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1122] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1122] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1122] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1122] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1122] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1122] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1122] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1122] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1122] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1122] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1122] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1122] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1122] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1122] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1122] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1122] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1122] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1122] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1122] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1122] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1122] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1122] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1122] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1122] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1122] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1122] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1122] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1122] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1122] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1122] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1122] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1122] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1122] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1122] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1122] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1122] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1122] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1122] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1122] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1122] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1122] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1122] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1122] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1122] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1122] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1122] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1122] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1122] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1122] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1122] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1122] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1122] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1122] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1122] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1122] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1122] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1122] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1122] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1122] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1122] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1122] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1122] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1122] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1122] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1122] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1122] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1122] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1122] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1122] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1122] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1122] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1122] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1122] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1122] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1122] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1122] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1122] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1122] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1122] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1122] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1122] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1122] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1122] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1122] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1122] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1122] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1122] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1122] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1122] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1122] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1122] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1122] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1122] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1122] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1122] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1122] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1122] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1122] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1122] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1122] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1122] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1122] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1122] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1122] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1122] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1122] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1122] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1122] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1122] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1122] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1122] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1122] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1122] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1122] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1122] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1122] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1122] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1122] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1122] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1122] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1122] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1122] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1122] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1122] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1122] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1122] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1122] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1122] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1122] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1122] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1122] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1122] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1122] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1122] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1122] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1122] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1122] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1122] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1122] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1122] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1122] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1122] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1122] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1122] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1122] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1122] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1122] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1122] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1122] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1122] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1122] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1122] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1122] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1122] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1122] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1122] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1122] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1122] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1122] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1122] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1122] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1122] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1122] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1122] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1122] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1122] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1122] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1122] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1122] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1122] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1122] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1122] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1122] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1122] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1122] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1122] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1122] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1122] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1122] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1122] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1122] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1122] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1122] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1122] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1122] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1122] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1122] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1122] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1122] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1122] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1122] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1122] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1122] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1122] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1122] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1122] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1122] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1122] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1122] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1122] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1122] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1122] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1122] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1122] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1122] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1122] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1122] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1122] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1122] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1122] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1122] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1122] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1122] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1122] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1122] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1122] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1122] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1122] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1122] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1122] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1122] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1122] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1122] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1122] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1122] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1122] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1122] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1122] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1122] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1122] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1122] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1122] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1122] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1122] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1122] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1122] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1122] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1122] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1122] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1122] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1122] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1122] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1122] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1122] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1122] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1122] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1122] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1122] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1122] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1122] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1122] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1122] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1122] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1122] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1122] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1122] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1122] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1122] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1122] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1122] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1122] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1122] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1122] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1122] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1122] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1122] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1122] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1122] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1122] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1122] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1122] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1122] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1122] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1122] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1122] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1122] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1122] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1122] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1122] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1122] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1122] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1122] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1122] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1122] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1122] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1122] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1122] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1122] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1122] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1122] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1122] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1122] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1122] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1122] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1122] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1122] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1122] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1122] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1122] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1122] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1122] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1122] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1122] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1122] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1122] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1122] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1122] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1122] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1122] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1122] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1122] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1122] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1122] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1122] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1122] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1122] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1122] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1122] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1122] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1122] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1122] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1122] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1122] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1122] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1122] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1122] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1122] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1122] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1122] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1122] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1122] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1122] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1122] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1122] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1122] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1122] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1122] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1122] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1122] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1122] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1122] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1122] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1122] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1122] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1122] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1122] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1122] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1122] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1122] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1122] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1122] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1122] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1122] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1122] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1122] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1122] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1122] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1122] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1122] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1122] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1122] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1122] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1122] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1122] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1122] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1122] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1122] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1122] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1122] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1122] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1122] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1122] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1122] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1122] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1122] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1122] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1122] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1122] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1122] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1122] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1122] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1122] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1122] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1122] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1122] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1122] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1122] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1122] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1122] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1122] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1122] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1122] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1122] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1122] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1122] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1122] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1122] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1122] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1122] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1122] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1122] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1122] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1122] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1122] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1122] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1122] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1122] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1122] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1122] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1122] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1122] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1122] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1122] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1122] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1122] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1122] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1122] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1122] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1122] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1122] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1122] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1122] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1122] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1122] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1122] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1122] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1122] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1122] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1122] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1122] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1122] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1122] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1122] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1122] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1122] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1122] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1122] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1122] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1122] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1122] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1122] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1122] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1122] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1122] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1122] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1122] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1122] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1122] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1122] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1122] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1122] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1122] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1122] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1122] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1122] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1122] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1122] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1122] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1122] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1122] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1122] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1122] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1122] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1122] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1122] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1122] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1122] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1122] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1122] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1122] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1122] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1122] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1122] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1122] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1122] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1122] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1122] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1122] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1122] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1122] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1122] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1122] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1122] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1122] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1122] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1122] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1122] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1122] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1122] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1122] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1122] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1122] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1122] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1122] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1122] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1122] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1122] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1122] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1122] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1122] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1122] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1122] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1122] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1122] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1122] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1122] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1122] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1122] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1122] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1122] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1122] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1122] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1122] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1122] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1122] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1122] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1122] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1122] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1122] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1122] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1122] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1122] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1122] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1122] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1122] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1122] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1122] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1122] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1122] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1122] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1122] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1122] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1122] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1122] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1122] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1122] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1122] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1122] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1122] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1122] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1122] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1122] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1122] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1122] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1122] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1122] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1122] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1122] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1122] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1122] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1122] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1122] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1122] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1122] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1122] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1122] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1122] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1122] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1122] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1122] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1122] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1122] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1122] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1122] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1122] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1122] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1122] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1122] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1122] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1122] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1122] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1122] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1122] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1122] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1122] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1122] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1122] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1122] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1122] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1122] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1122] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1122] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1122] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1122] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1122] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1122] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1122] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1122] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1122] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1122] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1122] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1122] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1122] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1122] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1122] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1122] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1122] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1122] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1122] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1122] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1122] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1122] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1122] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1122] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1122] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1122] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1122] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1122] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1122] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1122] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1122] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1122] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1122] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1122] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1122] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1122] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1122] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1122] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1122] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1122] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1122] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1122] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1122] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1122] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1122] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1122] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1122] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1122] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1122] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1122] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1122] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1122] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1122] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1122] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1122] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1122] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1122] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1122] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1122] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1122] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1122] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1122] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1122] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1122] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1122] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1122] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1122] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1122] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1122] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1122] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1122] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1122] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1122] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1122] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1122] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1122] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1122] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1122] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1122] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1122] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1122] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1122] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1122] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1122] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1122] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1122] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1122] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1122] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1122] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1122] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1122] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1122] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1122] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1122] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1122] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1122] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1122] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1122] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1122] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1122] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1122] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1122] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1122] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1122] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1122] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1122] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1122] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1122] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1122] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1122] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1122] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1122] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1122] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1122] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1122] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1122] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1122] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1122] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1122] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1122] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1122] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1122] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1122] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1122] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1122] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1122] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1122] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1122] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1122] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1122] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1122] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1122] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1122] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1122] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1122] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1122] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1122] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1122] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1122] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1122] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1122] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1122] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1122] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1122] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1122] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1122] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1122] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1122] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1122] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1122] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1122] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1122] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1122] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1122] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1122] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1122] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1122] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1122] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1122] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1122] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1122] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1122] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1122] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1122] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1122] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1122] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1122] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1122] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1122] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1122] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1122] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1122] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1122] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1122] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1122] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1122] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1122] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1122] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1122] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1122] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1122] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1122] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1122] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1122] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1122] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1122] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1122] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1122] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1122] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1122] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1122] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1122] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1122] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1122] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1122] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1122] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1122] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1122] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1122] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1122] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1122] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1122] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1122] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1122] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1122] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1122] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1122] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1122] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1122] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1122] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1122] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1122] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1122] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1122] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1122] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1122] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1122] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1122] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1122] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1122] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1122] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1122] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1122] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1122] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1122] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1122] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1122] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1122] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1122] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1122] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1122] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1122] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1122] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1122] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1122] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1122] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1122] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1122] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1122] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1122] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1122] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1122] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1122] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1122] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1122] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1122] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1122] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1122] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1122] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1122] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1122] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1122] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1122] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1122] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1122] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1122] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1122] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1122] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1122] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1122] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1122] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1122] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1122] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1122] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1122] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1122] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1122] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1122] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1122] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1122] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1122] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1122] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1122] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1122] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1122] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1122] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1122] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1122] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1122] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1122] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1122] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1122] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1122] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1122] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1122] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1122] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1122] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1122] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1122] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1122] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1122] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1122] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1122] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1122] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1122] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1122] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1122] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1122] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1122] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1122] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1122] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1122] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1122] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1122] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1122] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1122] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1122] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1122] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1122] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1122] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1122] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1122] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1122] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1122] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1122] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1122] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1122] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1122] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1122] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1122] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1122] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1122] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1122] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1122] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1122] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1122] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1122] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1122] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1122] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1122] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1122] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1122] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1122] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1122] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1122] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1122] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1122] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1122] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1122] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

From f24a96dcf59e134bb97748b275afaa596a945a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:48:19 -0400
Subject: [PATCH 1114/1122] squash! pockyt: rebuild for Python 3.9, drop noarch

pocky: update to 1.4.2
---
 srcpkgs/pockyt/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index 5c6b4dbbbea..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,7 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=3
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -11,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 222fcbdcbf7ecec06578e24475f0815d88ceac89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:51:16 -0400
Subject: [PATCH 1115/1122] squash! python3-snakeoil: rebuild for Python 3.9

python3-snakeoil: update to 0.8.8
---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 735bd1112da..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=5
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From cc74603c7303c6a4e46fd367ad4e6c70e9cc8aac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:58:45 -0400
Subject: [PATCH 1116/1122] squash! python3-pivy: rebuild for Python 3.9

python3-pivy: update to 0.6.5
---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index a6088dfe9b2..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=3
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From f61c83103504e0dbeedfb6e14d251b3b3c1ec8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:59:37 -0400
Subject: [PATCH 1117/1122] fixup! libsearpc: rebuild for Python 3.9, drop
 noarch

[ci skip]
---
 srcpkgs/libsearpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 93705d6eb47..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {

From 0df93a9e7129f9130d00b509f1081b178904a748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:45:29 -0400
Subject: [PATCH 1118/1122] fixup! libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  6 +-
 2 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index 425c8bcb170..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From bcaa5a6ee24045bab397ecb4926a03dba359b184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:50:07 -0400
Subject: [PATCH 1119/1122] squash! python3-chroot: rebuild for Python 3.9

python3-chroot: update to 0.10.1

[ci skip]
---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index 0f89b06909f..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=4
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 8d474d659bf139d9327025556381f03fd4429327 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:56:50 -0400
Subject: [PATCH 1120/1122] fixup! python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index c62dbfd55b8..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -4,7 +4,7 @@ version=0.3.0
 revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 739b759db6a9e8273577eae3bdf3d82778c9177f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:11:28 -0400
Subject: [PATCH 1121/1122] fixup! python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index d7a6236e71d..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -4,7 +4,7 @@ version=0.7.5
 revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From e848b38429b5204dc70a87f37dd4781a3b0b15f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:24:44 -0400
Subject: [PATCH 1122/1122] fixup! python3-efl: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/python3-efl/template | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 8cc9623dfe2..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -5,7 +5,7 @@ revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (4 preceding siblings ...)
  2020-10-07 19:27 ` ahesford
@ 2020-10-07 20:04 ` ahesford
  2020-10-08  0:15 ` [PR REVIEW] " sgn
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-07 20:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 851672 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1123] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1123] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1123] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1123] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1123] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1123] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1123] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1123] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1123] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1123] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1123] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1123] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1123] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1123] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1123] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1123] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1123] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1123] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1123] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1123] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1123] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1123] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1123] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1123] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1123] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1123] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1123] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1123] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1123] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1123] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1123] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1123] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1123] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1123] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1123] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1123] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1123] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1123] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1123] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1123] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1123] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1123] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1123] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1123] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1123] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1123] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1123] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1123] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1123] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1123] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1123] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1123] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1123] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1123] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1123] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1123] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1123] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1123] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1123] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1123] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1123] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1123] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1123] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1123] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1123] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1123] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1123] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1123] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1123] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1123] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1123] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1123] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1123] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1123] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1123] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1123] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1123] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1123] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1123] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1123] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1123] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1123] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1123] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1123] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1123] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1123] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1123] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1123] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1123] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1123] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1123] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1123] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1123] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1123] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1123] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1123] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1123] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1123] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1123] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1123] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1123] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1123] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1123] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1123] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1123] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1123] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1123] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1123] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1123] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1123] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1123] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1123] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1123] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1123] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1123] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1123] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1123] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1123] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1123] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1123] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1123] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1123] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1123] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1123] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1123] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1123] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1123] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1123] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1123] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1123] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1123] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1123] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1123] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1123] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1123] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1123] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1123] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1123] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1123] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1123] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1123] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1123] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1123] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1123] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1123] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1123] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1123] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1123] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1123] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1123] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1123] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1123] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1123] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1123] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1123] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1123] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1123] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1123] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1123] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1123] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1123] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1123] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1123] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1123] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1123] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1123] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1123] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1123] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1123] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1123] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1123] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1123] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1123] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1123] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1123] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1123] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1123] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1123] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1123] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1123] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1123] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1123] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1123] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1123] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1123] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1123] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1123] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1123] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1123] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1123] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1123] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1123] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1123] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1123] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1123] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1123] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1123] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1123] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1123] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1123] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1123] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1123] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1123] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1123] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1123] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1123] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1123] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1123] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1123] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1123] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1123] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1123] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1123] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1123] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1123] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1123] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1123] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1123] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1123] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1123] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1123] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1123] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1123] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1123] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1123] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1123] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1123] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1123] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1123] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1123] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1123] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1123] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1123] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1123] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1123] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1123] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1123] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1123] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1123] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1123] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1123] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1123] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1123] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1123] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1123] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1123] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1123] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1123] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1123] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1123] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1123] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1123] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1123] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1123] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1123] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1123] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1123] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1123] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1123] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1123] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1123] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1123] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1123] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1123] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1123] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1123] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1123] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1123] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1123] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1123] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1123] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1123] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1123] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1123] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1123] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1123] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1123] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1123] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1123] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1123] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1123] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1123] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1123] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1123] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1123] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1123] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1123] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1123] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1123] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1123] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1123] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1123] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1123] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1123] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1123] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1123] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1123] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1123] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1123] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1123] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1123] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1123] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1123] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1123] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1123] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1123] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1123] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1123] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1123] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1123] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1123] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1123] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1123] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1123] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1123] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1123] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1123] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1123] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1123] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1123] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1123] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1123] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1123] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1123] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1123] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1123] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1123] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1123] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1123] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1123] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1123] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1123] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1123] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1123] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1123] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1123] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1123] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1123] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1123] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1123] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1123] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1123] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1123] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1123] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1123] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1123] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1123] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1123] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1123] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1123] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1123] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1123] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1123] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1123] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1123] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1123] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1123] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1123] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1123] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1123] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1123] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1123] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1123] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1123] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1123] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1123] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1123] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1123] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1123] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1123] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1123] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1123] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1123] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1123] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1123] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1123] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1123] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1123] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1123] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1123] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1123] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1123] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1123] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1123] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1123] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1123] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1123] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1123] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1123] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1123] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1123] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1123] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1123] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1123] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1123] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1123] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1123] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1123] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1123] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1123] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1123] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1123] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1123] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1123] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1123] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1123] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1123] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1123] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1123] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1123] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1123] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1123] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1123] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1123] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1123] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1123] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1123] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1123] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1123] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1123] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1123] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1123] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1123] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1123] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1123] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1123] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1123] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1123] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1123] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1123] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1123] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1123] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1123] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1123] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1123] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1123] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1123] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1123] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1123] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1123] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1123] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1123] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1123] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1123] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1123] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1123] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1123] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1123] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1123] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1123] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1123] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1123] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1123] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1123] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1123] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1123] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1123] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1123] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1123] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1123] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1123] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1123] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1123] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1123] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1123] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1123] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1123] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1123] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1123] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1123] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1123] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1123] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1123] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1123] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1123] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1123] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1123] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1123] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1123] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1123] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1123] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1123] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1123] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1123] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1123] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1123] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1123] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1123] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1123] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1123] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1123] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1123] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1123] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1123] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1123] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1123] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1123] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1123] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1123] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1123] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1123] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1123] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1123] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1123] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1123] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1123] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1123] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1123] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1123] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1123] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1123] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1123] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1123] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1123] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1123] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1123] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1123] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1123] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1123] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1123] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1123] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1123] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1123] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1123] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1123] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1123] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1123] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1123] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1123] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1123] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1123] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1123] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1123] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1123] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1123] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1123] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1123] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1123] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1123] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1123] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1123] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1123] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1123] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1123] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1123] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1123] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1123] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1123] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1123] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1123] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1123] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1123] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1123] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1123] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1123] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1123] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1123] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1123] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1123] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1123] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1123] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1123] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1123] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1123] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1123] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1123] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1123] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1123] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1123] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1123] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1123] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1123] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1123] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1123] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1123] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1123] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1123] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1123] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1123] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1123] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1123] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1123] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1123] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1123] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1123] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1123] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1123] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1123] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1123] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1123] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1123] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1123] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1123] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1123] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1123] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1123] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1123] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1123] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1123] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1123] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1123] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1123] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1123] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1123] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1123] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1123] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1123] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1123] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1123] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1123] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1123] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1123] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1123] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1123] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1123] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1123] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1123] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1123] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1123] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1123] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1123] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1123] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1123] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1123] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1123] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1123] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1123] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1123] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1123] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1123] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1123] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1123] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1123] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1123] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1123] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1123] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1123] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1123] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1123] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1123] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1123] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1123] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1123] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1123] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1123] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1123] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1123] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1123] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1123] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1123] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1123] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1123] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1123] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1123] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1123] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1123] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1123] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1123] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1123] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1123] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1123] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1123] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1123] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1123] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1123] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1123] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1123] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1123] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1123] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1123] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1123] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1123] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1123] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1123] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1123] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1123] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1123] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1123] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1123] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1123] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1123] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1123] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1123] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1123] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1123] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1123] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1123] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1123] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1123] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1123] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1123] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1123] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1123] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1123] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1123] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1123] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1123] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1123] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1123] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1123] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1123] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1123] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1123] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1123] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1123] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1123] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1123] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1123] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1123] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1123] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1123] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1123] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1123] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1123] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1123] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1123] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1123] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1123] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1123] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1123] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1123] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1123] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1123] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1123] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1123] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1123] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1123] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1123] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1123] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1123] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1123] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1123] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1123] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1123] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1123] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1123] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1123] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1123] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1123] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1123] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1123] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1123] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1123] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1123] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1123] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1123] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1123] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1123] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1123] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1123] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1123] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1123] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1123] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1123] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1123] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1123] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1123] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1123] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1123] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1123] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1123] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1123] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1123] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1123] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1123] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1123] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1123] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1123] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1123] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1123] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1123] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1123] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1123] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1123] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1123] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1123] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1123] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1123] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1123] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1123] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1123] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1123] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1123] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1123] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1123] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1123] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1123] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1123] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1123] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1123] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1123] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1123] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1123] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1123] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1123] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1123] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1123] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1123] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1123] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1123] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1123] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1123] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1123] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1123] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1123] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1123] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1123] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1123] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1123] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1123] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1123] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1123] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1123] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1123] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1123] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1123] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1123] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1123] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1123] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1123] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1123] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1123] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1123] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1123] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1123] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1123] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1123] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1123] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1123] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1123] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1123] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1123] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1123] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1123] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1123] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1123] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1123] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1123] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1123] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1123] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1123] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1123] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1123] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1123] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1123] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1123] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1123] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1123] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1123] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1123] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1123] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1123] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1123] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1123] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1123] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1123] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1123] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1123] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1123] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1123] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1123] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1123] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1123] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1123] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1123] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1123] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1123] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1123] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1123] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1123] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1123] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1123] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1123] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1123] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1123] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1123] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1123] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1123] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1123] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1123] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1123] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1123] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1123] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1123] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1123] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1123] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1123] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1123] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1123] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1123] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1123] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1123] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1123] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1123] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1123] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1123] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1123] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1123] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1123] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1123] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1123] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1123] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1123] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1123] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1123] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1123] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1123] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1123] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1123] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1123] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1123] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1123] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1123] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1123] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1123] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1123] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1123] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1123] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1123] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1123] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1123] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1123] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1123] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1123] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1123] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1123] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1123] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1123] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1123] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1123] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1123] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1123] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1123] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1123] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1123] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1123] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1123] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1123] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1123] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1123] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1123] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1123] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1123] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1123] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1123] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1123] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1123] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1123] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1123] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1123] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1123] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1123] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1123] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1123] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1123] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1123] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1123] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1123] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1123] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1123] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1123] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1123] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1123] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1123] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1123] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1123] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1123] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1123] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1123] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1123] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1123] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1123] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1123] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1123] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1123] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1123] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1123] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1123] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1123] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1123] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1123] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1123] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1123] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1123] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1123] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1123] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1123] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1123] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1123] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1123] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1123] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1123] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1123] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1123] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1123] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1123] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1123] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1123] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1123] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1123] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1123] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1123] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1123] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1123] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1123] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1123] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1123] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1123] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1123] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1123] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1123] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1123] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1123] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1123] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1123] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1123] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1123] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1123] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1123] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1123] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1123] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1123] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1123] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1123] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1123] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1123] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1123] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1123] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1123] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1123] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1123] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1123] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1123] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1123] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1123] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1123] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1123] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1123] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1123] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1123] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1123] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1123] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1123] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1123] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1123] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1123] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1123] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1123] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1123] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1123] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1123] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1123] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1123] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1123] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1123] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1123] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1123] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1123] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1123] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1123] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1123] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1123] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1123] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1123] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1123] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1123] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1123] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1123] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1123] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1123] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1123] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1123] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1123] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1123] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1123] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1123] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1123] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1123] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1123] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1123] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1123] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1123] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1123] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1123] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1123] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1123] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1123] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1123] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1123] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1123] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1123] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1123] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1123] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1123] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1123] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1123] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1123] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1123] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1123] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1123] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1123] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1123] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1123] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1123] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1123] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1123] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1123] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1123] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1123] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1123] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1123] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1123] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1123] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

From f24a96dcf59e134bb97748b275afaa596a945a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:48:19 -0400
Subject: [PATCH 1114/1123] squash! pockyt: rebuild for Python 3.9, drop noarch

pocky: update to 1.4.2
---
 srcpkgs/pockyt/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index 5c6b4dbbbea..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,7 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=3
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -11,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 222fcbdcbf7ecec06578e24475f0815d88ceac89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:51:16 -0400
Subject: [PATCH 1115/1123] squash! python3-snakeoil: rebuild for Python 3.9

python3-snakeoil: update to 0.8.8
---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 735bd1112da..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=5
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From cc74603c7303c6a4e46fd367ad4e6c70e9cc8aac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:58:45 -0400
Subject: [PATCH 1116/1123] squash! python3-pivy: rebuild for Python 3.9

python3-pivy: update to 0.6.5
---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index a6088dfe9b2..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=3
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From f61c83103504e0dbeedfb6e14d251b3b3c1ec8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:59:37 -0400
Subject: [PATCH 1117/1123] fixup! libsearpc: rebuild for Python 3.9, drop
 noarch

[ci skip]
---
 srcpkgs/libsearpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 93705d6eb47..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {

From 0df93a9e7129f9130d00b509f1081b178904a748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:45:29 -0400
Subject: [PATCH 1118/1123] fixup! libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  6 +-
 2 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index 425c8bcb170..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From bcaa5a6ee24045bab397ecb4926a03dba359b184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:50:07 -0400
Subject: [PATCH 1119/1123] squash! python3-chroot: rebuild for Python 3.9

python3-chroot: update to 0.10.1

[ci skip]
---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index 0f89b06909f..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=4
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 8d474d659bf139d9327025556381f03fd4429327 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:56:50 -0400
Subject: [PATCH 1120/1123] fixup! python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index c62dbfd55b8..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -4,7 +4,7 @@ version=0.3.0
 revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 739b759db6a9e8273577eae3bdf3d82778c9177f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:11:28 -0400
Subject: [PATCH 1121/1123] fixup! python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index d7a6236e71d..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -4,7 +4,7 @@ version=0.7.5
 revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From e848b38429b5204dc70a87f37dd4781a3b0b15f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:24:44 -0400
Subject: [PATCH 1122/1123] fixup! python3-efl: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/python3-efl/template | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 8cc9623dfe2..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -5,7 +5,7 @@ revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From dc8d2dfc1110ae5b62779c0de536c06fdbfa5778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 16:03:32 -0400
Subject: [PATCH 1123/1123] fixup! squash! python3-llfuse: rebuild for Python
 3.9

[ci skip]
---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               |  7 +++-
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 653752e1969..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -4,7 +4,7 @@ version=1.3.7
 revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
@@ -13,3 +13,8 @@ license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
 distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
 checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR REVIEW] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (5 preceding siblings ...)
  2020-10-07 20:04 ` ahesford
@ 2020-10-08  0:15 ` sgn
  2020-10-08  0:18 ` sgn
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: sgn @ 2020-10-08  0:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#discussion_r501380329

Comment:
vmove $py3_sitelib

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR REVIEW] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (6 preceding siblings ...)
  2020-10-08  0:15 ` [PR REVIEW] " sgn
@ 2020-10-08  0:18 ` sgn
  2020-10-08  0:30 ` [PR PATCH] [Updated] " ahesford
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: sgn @ 2020-10-08  0:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#discussion_r501381009

Comment:
And I think it's time to just drop `avahi-python`, keep `avahi-python3` only.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (7 preceding siblings ...)
  2020-10-08  0:18 ` sgn
@ 2020-10-08  0:30 ` ahesford
  2020-10-08  0:31 ` [PR REVIEW] " ahesford
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08  0:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 853950 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1125] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1125] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1125] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1125] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1125] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1125] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1125] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1125] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1125] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1125] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1125] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1125] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1125] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 575258595899f0d5d72baf5cf4e3fd6ac706ff08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1125] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..d779afc6776 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -103,7 +103,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,14 +113,12 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
 avahi-python_package() {
 	depends="python-dbus"
 	short_desc="Python utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py2_sitelib}/avahi
 	}
@@ -130,7 +127,6 @@ avahi-python_package() {
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
 		vmove ${py3_sitelib}/avahi
 	}

From 897d89df6ca303e747ee332848d62c04d778ec78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1125] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b65ee0a0eeeaff05143ed10f2e9d56c51119a2cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1125] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b9764533b291cd7dd47adb5d2140aeaf6f65ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1125] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 686354f7f53de30349db4fc71447aba41faa9e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1125] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 854cd7301d827bd36af915159733e8fabbb65150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1125] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 9dd914aed2e1c6bae556a648bfc6a6cd25d8625d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1125] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 10884f3a18f342fff0f220c8fb07b7f9b93bfcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1125] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b8f69602c0e773da1055f1ae9f5fad823afaf3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1125] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 00897fab5dac6cdfed492d6fcacac4f87890b438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1125] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6cbf9c426f3230f087c42a75b0b9f29417be0b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1125] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 1217e6d195be974639042da9c4cd97a0c1bba2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1125] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From af53bf97ed6527594890433425a105fa7bb2237b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1125] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 607f5392b4bd5cd53becf5094c98a1e1407a41de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1125] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 78115eaad307dfdae7806083924f6625502ea110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1125] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From db5d4505b2c4870442f48bd1602d73049aa15301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1125] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 19627f6ba5fd5bf7eca9c4505d015d3ae34b6722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1125] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From f58515754bff9cea7df87256c079f597edc0126c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1125] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 337292e4f76c2295cc5c2168583e9db97e54d434 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1125] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 7d4c6f5734250fc18b08bd4583e88a5a4c739921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1125] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 2428f5d43be07264ba390f943ef8a2e1b7819eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1125] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 711b89dbaf28d1bc973a946282e11f486519fde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1125] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From c6ecd8fe37ab049afe269cb07cd1c6c076ae4306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1125] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From fe93361e47b08ed43f71924046e808f32e03d22b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1125] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From a3ba199e87671d534ec34db5fc6d64805e00d21a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1125] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 67367a51f1768268d845ddfc41ac9360ad66ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1125] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From a7edf8ce0ee4a628aa251a881f6edd0bc9224c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1125] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From a9fda7716128c7af8e1e55554877efb3532bc0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1125] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From c08ba9b82db0c892274f9bead23a22d8fb046a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1125] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 6e3c94fd4cdf4b8b07e7a78c5f4a60736fa2762c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1125] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 3b43aa603c0b5ea06c3f0aa8acb2f03ec08e4b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1125] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From a9f5083caf4185d68bc65af087bfe745fde88eb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1125] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From b743a187693acbcdf27efa98600d3dffc0c1c8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1125] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 91bf1c56fa99bdf87f1c3020ff327ce3217d6da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1125] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From e42fd2a673f32f6cb69e89b326b6a041f0c03f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1125] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From f5e95a1c55b93b6de7d6690a462032c032edde83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1125] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 640b392e719c605bc3b8c8ed1d97ae6bdf5ca459 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1125] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 747fbff05123cc97dd1cfe22af4c3dfaed963ab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1125] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d5bf735db46b32b16d27c8f20ff76ed0351df0b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1125] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 4c0f27f39c3386236f1467f590edaa2557d6ba05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1125] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 497320565713affbc870c18f1f751c9c6fb9d3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1125] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From c4b311df57fdb8573bf13996bf0e85269741815e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1125] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 8a9d543217ffa79166377b126b510dd8a0fc9f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1125] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 2849358cbf558735f3bb56d9fe7c1776637562a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1125] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 40ca885516afbb73285010e69564608fc3c42921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1125] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c63d1bbd6c0aee0a08a0de4d5ae6d2591100517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1125] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From abad1cab809be0f03090c795748a6707f6d6afa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1125] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 4cd6a1b7aaeb7e356c352aeeaa11f1c803187501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1125] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0738aa899baf347378a080509a080aacc6d9fe49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1125] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 9c773f79362a6ac63bbe408ed5f2dc62b7ca1dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1125] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 7827f3f8d04daa879222295591339b8949ab47ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1125] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From dc8c50b64cb44f1a323032b4ada27c7a0998517c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1125] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9b22493925cd44951a359f7e4f05652c49971a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1125] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From e3e3342ac3fdd5e71570486d19ba89a3d67930c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1125] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 99ba30432b3de5772759102a61b963a04ca53e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1125] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 6e9dd8a9f3bf7e7603fc1e191da094721a7c5768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1125] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 632aee74ad9dd3c3e3b348539672a554fd1d00b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1125] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 1e82afda7016341fc9c5ac732214f4fc51b64313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1125] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From ce9e8f56b5fccd55fef76709a43dddfdf214aaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1125] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 079009ee2d73afc6d6b129d688091bdf477cbd75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1125] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From e71d5dfc5544c4bb1ccd47537b3dc37fe9a42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1125] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..93705d6eb47 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c06e324c9bb77e738ffde789a9db48189af2ee4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1125] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7b59df4092faba5d709f18830c7b74d51ddb8be4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1125] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a9fa4a8b156e871c8b00b046b1e6bd8fc7d35632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1125] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 67fd98b60113bec30b381424beeea94b29b5b1f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1125] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 8a64fa892986f74e675a2bf0befcf81533ecb18a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1125] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1dc2aa9786ed0b6046fe34244a8f1059be056cf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1125] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b2001819db8d84d92c8644e37f3e25c1e2ff8de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1125] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2475584f7f5eb2c5e695ef20d337eeaa6d1fc2cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1125] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 15728ff89f2f921233b5e9833f3e1994fa767f84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1125] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 631ea0caed7fdd409393aede5906cf2ceb9c1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1125] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From f42d24bce737df251332c5fd13b3e69b664e546d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1125] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From e2aa6e6df290a795d27564045d29a2c3ea3851b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1125] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a213e1b249e2513e4a5b3f7ee4e63d466086a775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1125] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 8f89fc013d2b7ed51268dcc777028a8d1ef9f9c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1125] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From ab50b4f358de5de0bfc9f1ce7eaf1ba320e17b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1125] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 6efdd5bc225050dcbf398c6d16b505d347ca4346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1125] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 7bd13e3f0dbc6cbfcd3d10c64456178079416646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1125] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From b7d596eb39293765bd0fca12f1940f3c9c088a2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1125] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 7f317761c9fd641b2718dda02870c487db9efbf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1125] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 04966e98bb25a639b4dd0031e9ef884b8f08dac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1125] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From db10cae0685d79ffc8c7301f0e455f46dbc3f9d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1125] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From c874dbcd50a11d907bde90d3d75f17284b275fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1125] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3093e147427092edf7799c2cbd014d90f599985b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1125] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fb90d4e1f3ac8d575668ef8691738eb0a005fa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1125] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2d6c18308c6ba27e56104ef7b62794c364ac91fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1125] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 67311e84a190271a94ee65be45ee7e460cbf21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1125] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 454faf7696e4f41dbf35175b3559999d3a2bdebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1125] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From e047046fe54a4c611fe1861d308ff2f607dff9dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1125] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From b0749f718207a318d47b37268165ae270c184139 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1125] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 405d5817349a195bb39e1264e046bc3d054606a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1125] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e8cacd39d0776923c70826c642b79fe60689f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1125] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 7716a9ffd4afbe2b8c91ec2d5eaabaaccee5ec43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1125] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From c936c8bdf63a4ff10e1806ae332daf03f4c56f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1125] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 91d1a29bda393adcfb611832522fd4fc1903e19a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1125] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4064b6e250f6592c48c1f234e75dd2212fe18fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1125] pockyt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pockyt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..5c6b4dbbbea 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
 version=1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"

From 3976254dbcb54cc7aada808108d1a6feda594692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1125] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 26247894d91d0b8b8b0e483ff8626369d5e5651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1125] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0ddf1a33ef3b1ec55881c5120211d37b4d9100b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1125] pychess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pychess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..1e26cbd6be3 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,10 +1,9 @@
 # Template file for 'pychess'
 pkgname=pychess
 version=0.12.4
-revision=3
+revision=4
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
 hostmakedepends="python3-setuptools"
 depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
 short_desc="A GTK chess client written in Python"

From 81d94ef341f914c3891ce783ff576205ec085e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1125] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From d4359be28e126894bcc8da9fae1e7acf98769c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1125] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 01f5c37840db693de9af712d0c910b1fb5a17a6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1125] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8b4e60314983730f3b9370559a53cc05afe9a6e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0116/1125] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2985e7e5e24eb65a2f1b76ee8b3f735b580e1ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1125] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bd7bd9b157cd056eb2e6ec788f357fd368b7bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1125] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cbf8a1b9be910b7246a2d81bc15085277ee4196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1125] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22cc95f50b51fd85af2af0e964e2482d0238bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1125] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31c14b613d3e4730be13d897a1b53ca2cf9edbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0121/1125] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4707f42ad0987b46445a2963bea2c38be37ebb0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1125] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96107e7bc25416e308a2fa9049d98dc7ec3a16e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1125] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34d725b0a4c0a7382693ee34a23425839952b6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1125] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4931949e4440ffd1c87549be79fcefba812626c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1125] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73ca41ac4d32e305c8e4e49323a1ac28937c585e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1125] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From b69d251f473f2ca102d02fa41c722e8693c968f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1125] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 624d0712734907ef09550ef30f8297cb3f27ae7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1125] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From d268ffa99d112dd9f143752b54e89de3d3825859 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1125] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 9bdc45307fd7a216c9bb0c00124d94c5b0612422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1125] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 024c44069ebd1d1e6636eabd1ecdb781510c35b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1125] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c18f2ac04b69ba51c52064f01b7a0497e1cb235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0132/1125] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From c9001ffc4461fe7498f1f62565712876331f4eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1125] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd725e27f4444975bc6844d311c558ca9c0eca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1125] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From dc8875d2a3f2f38c6b9cc8e8938904c0a731896b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1125] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f37fa6edfcf47de38ebe59cc1ddbbdfb201da6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1125] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3014cd3b0cef40770825f4e80c14e9a37b4374c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1125] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 884e79030f64c68c1c54325c2d47b574c1123993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1125] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 3ffd0bc8f6317b4578317e35bba01ab047ded8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1125] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 89e74a2e3e238201afa73d842b5a8345c480b7f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1125] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f1378f0f557bec74db169f50c63a26a70444b6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1125] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8301cd27a633e2a1982d7b6c51928321b0b29ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1125] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f68bd1de289d9a4acaa463155bb5981724e6835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0143/1125] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From b23dc89ab0864dbccdbe39ee69be2a9b1f38b766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1125] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 9b4a787e4556305f71990670f5dbdb94a5d3c74f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1125] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b4153464274a684b365afbaf83bb8a449259a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1125] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 81545d6dfba02b3d88b05349fc4c8d3ef806775d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1125] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f1a38186189009bd4769547d8f5c8cfde26f9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1125] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcb9bb02d0bce70016dc08f775cca17a3ae83c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1125] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1a5ecfb034c820786d03a1ae0a5aa4651af0aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1125] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bfde37e5a8a43c2e8eb9b3bc44061ccc20ad3f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1125] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From a70b0eccaa75fde4b5d5a6ca8959435443ff3633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1125] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 08f18a2afe523977828050a884362fc88fa449f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1125] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From a8a0b79ae113a19bac38a71068968270e7ba3827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0154/1125] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f87cfe06a904ee9072c32dca425406b267ea41c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1125] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From e874b91722ae130f31a475cc9c084b49e29bfd9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1125] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70e4776a70c5fb0f679fd2427e2922209adbd0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1125] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf77f5931ac91e89853ae9d9b8defcad631a7024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1125] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 8e9e1cd8963fd22defd8ddc827451a39b49bfeac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0159/1125] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0534c62468bdc15cacf9504d6b68d91b9fa53ecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1125] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 2be7c356bab0b376d1a2a53296b8ebddb6c84ecd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1125] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 1b66cdff34895b8704f45826e0c40edab7dda62a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1125] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 362c3ee5a5489383744129b44665a37f3008ae2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1125] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From e80e77d2baaa56bea6f3583c7d009521601e9cdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1125] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d6ed37e7fa34918998137f01cb950d7668561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1125] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 12c31c5418b1edd1f2696efc8a9a8c6e685a35e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1125] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b60b70ffde583e5b3eaca134838877b00b8fa7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1125] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 5a1ae4ecef999c8e83b3e9e1a3cd5b3b0d5ebdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1125] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e4278c8823fee7f154efe64ae7481dc7bc681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1125] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From a818cff969087292fce51c9e76cbeb1c148284e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0170/1125] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 8a09cc5993264d48f53f4eaa1c9b0e06af4b7057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1125] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From e32547a12760c0da0dac92b09f665a6f148fc283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1125] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 5201268651425920143622adccfbe8259738cf7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1125] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9819804d0e1cc731872f439924a97c02ffe715ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1125] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48fe7af645eba657548e398cd4f9c9cd1aac2b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1125] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da336acadbfe5ab2acbf52e062569cc9f622a8ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1125] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 59b9ab93b363560e3e62dc0361944f9b72334954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1125] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 13a880da064106b16d284edec41b34217f963373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1125] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39962616e8c1260bb7a980ce80cf39fc7b2a85da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1125] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f0327d4a05bade095811b3d7d64edf94f4f814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1125] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb0a164585b47421e491f311f4d6ee42771e2f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0181/1125] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 2a9435c15992f400795b5ecf0f1e81f20978da1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1125] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 153517e441abab29a912d6d923afc68ee61a202f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1125] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a647cb5058f112c7266370d0cc136d4bbb39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1125] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41c2b3d1ff9bd6117b2e4e764e2dd48ce62be715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1125] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adb113cf4426fa0079ec9113442d8e597411af80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1125] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From e5bd9ffaa557c426d0679ab1f7045c66473f8fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1125] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32cada400d5b84010c61a5f4ad9a6234c93d2e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1125] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 8cf31fdc8858e0e4ff22e0f5c811d08be80663dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1125] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879da0aa13a79c04e720669f7d2ef89e550a8ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1125] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2429c8b8fecf8446f4a2ef7aef42baf68fb5e7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1125] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f6fe967552f978aad431b49c2aec0f7c7734f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0192/1125] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d6dd2704c29e5c1bf2a373181e5732d05cbf1cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1125] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 7e02a4f51c924b1e7592cf291a0820f750ea54cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1125] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2549029ad033df6ea98537be9f1f92083ece1136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1125] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 786246db74fa187cbf179dd435a9fd76d5654ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1125] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e81c8e115eb179812dc14909ed724a4436a4877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0197/1125] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 9a513944df05824c39eb3e07c9b92822145a5866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1125] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 87a6547a82f362e9117f6f35b18d6254a79dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1125] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From e82c0f56b3fa06e0eff24a0805a034cdaa7e7d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1125] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7fadfb57414ce3de176b18a6bc73e66e1c1deaad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1125] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29fd651073e10457c0584c1ced523c0a443f48a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1125] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 2ccd217a84696c4836b9b92479e9526ccd210d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1125] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2974c57da2e4820fed0adfc64b492fbbfd20d1a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1125] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed754c609baf946c8c603fa4bfa85c32f564234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1125] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d59defdbe24f922a4f7ec082b2e5472ef39ed28d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1125] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 85d665d70dd3e983d4c4cdd7ef39afcfb07315db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1125] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5203a80364dbc18ca1318a945950f8e3583e7c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0208/1125] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 6040826560f441cbe8facc733ae4b9d330a2a717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1125] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0f97dd01e599799ef676ddc119a465cac9aaa5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1125] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3a357841198fbe81884201333d16c2777c174e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1125] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From a27b0257d6308243ba3f9147ebe73dd50fd7f3e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1125] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From d5a52dffb7e1a72717215f7e4eec14f11e56966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1125] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1ba410d1ac254fdafe74d62df081fdc1adcbb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1125] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff99557ffe8f87519dbb3c355f8b5922cda9a142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1125] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b2a8a7c2eafe1872051c8015a2048099d7d792c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1125] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d39b14306d217bd1b1c8c402ab02ce28797fbbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1125] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d057bfda85e7cae98a3dc005c1c71be9b31340bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1125] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c976cb0124d1ef31d07378e79964ee1de9d1e0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1125] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b65a80793e589deff3f603bece9c308af324fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1125] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4f2479e51e728e8ae698e964bbaa1b524f96e6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1125] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6cc4513d1bc7a381ae442762dee63850c6c47b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1125] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 30d16d6a6e090a049c9fce15c649529406ced663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1125] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872c770bcacdbe59350dfdae15c6937a301d01ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1125] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcd8c36b454c0082ad34f35ef6d0fa516c4a3ebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0225/1125] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 71df6a38c7cb7c11eff0e158923fa904aee6008b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1125] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72ffeeab307761a74d66b836c13db33d5b823a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1125] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773bd4e47a1a7780ee73a4a13b22c9e35ab96c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1125] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656aef2fb3201509d61e0778e260a1fb044edbf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1125] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d9eaec015a24cc801f0fedbd78d2c56044e657e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0230/1125] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d259e9d1f8ae9f3577b966a39fc31431c8f26c96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1125] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a8d70ab2b5a213b3b29bb9e2cf81984abcfe7a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1125] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651e0ea3b7582527ad0e308d98bde51f4c934845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1125] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d09a4380c924f016246ee9d52b91cfae4ed5c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1125] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8ac6bc6b1a1ded4ebbe1f8d6d9181adf58c8b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1125] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd376d739527a2e1b60e26b016d67c474f1ce231 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1125] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 637d8eeca88ca5ca597dd795d27ea9c26e9fc2fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1125] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee72873bcbd0237786250bf795ca2ead89dfb6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1125] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 8920bc0a4356d4b2d2be30f33b50e0d8b75ef39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1125] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bddadf2d074e69f28c7b6b7cbf07213d5ff60af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1125] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c543bf38f46497b2da5a7418720a06910572e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0241/1125] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From ad524c3be09daded10a37c13a881eb9fea13ec41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1125] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 971e46f4f5581ecd3e587c1152bebe6158e50a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1125] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 34f882a74fb01ea82567d8f88bfdd498f5fd3821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1125] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 52180782a17244e90d165fa12434858b62b6117e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1125] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c0eb0e44a2adedf5f83d6d074658ca9cb3f212a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1125] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From ed5fa5f8ff0bbd1e1fb260c03ffd47ec2d326996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1125] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ee25b1f726a7ebf66489f64dcaaa2e4838c2307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1125] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c31b81a5d24ef744ccf70b4c1a439ed6fd105b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1125] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e700e4e933eb6d08557783ac82af7c26d910a4bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1125] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0afddefab64d49813170cf2f8c83484627703fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1125] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07fe088bb716433328849e8be2066dd546e7bd68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0252/1125] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a7d95aa7f42b6a75497a8e0fa311c29000924b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1125] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 45023ede3c22b6fd6a9d68dfe93f09b5a7f9f6ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1125] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 13ab49048483a491a6410f64f9f667945fc396d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1125] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 711469240766dd3fe8b2c4de33f721cf1d732e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1125] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 68f87dac40aea7806bd9753de8491a3e3d8272a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0257/1125] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 40c1b1f23bc3618675d4cd1c1569fa544f565b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1125] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From ddf2809c822bd9e788577db9969ea368b9e856c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1125] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c127485bf3d1be2a0242b58f63c3c392cf3fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1125] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a16ce952acda7661176cb266dd4155dd544501ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1125] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d20dbfbf3a03066b4f1407eb4a6b7e9545a5496b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1125] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From c3fa999b3c3f6bba1a98fc67aca6332853fbcb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1125] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbdfce53acf72b5bebb57214dda4512b671cc5d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1125] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ecc3d52728de08acf13fb8997af151222d3a9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1125] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 068a2d0438eefcddf50a77c2929340bcc29c3814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1125] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 253dec9b3598c3369095442fd0e569a88f45da81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1125] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 500526e52a560c7ebeb218917ded116fb040cb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0268/1125] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3f7f030f60b65ae72d3e35d4fd7b920d06104d04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1125] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dd672641e22e09ec5c2bfce659871d69512964b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1125] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41d0246d091fa748632258e3e64f6ab977d5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1125] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3523732ed7ab32d0116e40e023254de666a50a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1125] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 5a5cf1d09eecbbe9ce8a5bee047c238aa5a73ea3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0273/1125] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79893f36d0a55d0f408cdf4f45bbf2d507825c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1125] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bb69bd5cd0a9e1e7ff0ca3562d55f6b6e41efb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1125] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7f6c507afdb85994ebfe83f32849c7c0e55694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1125] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82e54c6b2699a55796e834839d49afade29402d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1125] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 09d5948156b4c16bb2aa9b33e676e26e53c8f955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1125] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From ea3cf5c8e243ecb182c4a83eb459859eff2872b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1125] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From b7605df00d4a567ef178ae159c12035df046eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1125] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1dabf81842d342d6c96caff673d0ed505954bfe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1125] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 99cbe62566f12589fb6e6819ba7ae598e0a15a5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1125] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3b1fd949687f27cb533c943c7f9420cb4778ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1125] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78d422d06d48a0d69de09e8f3f024b8791f469ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0284/1125] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26da8b6aae61e999768d57b67c03283c9bf7a663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1125] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0522dacee05cabe0165490da851a6cdeb7c010b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1125] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be2bb365ebc5aea1da231b1f84e5f1bc4dab5d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1125] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa0728f7f4155757ad1fe7276f62af51f9e5efa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1125] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4dad86c0b97470dafb69c0cee5ca98f15f31d9ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1125] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac8e7ea500610ddf58beca8c77f74cbc4e6f93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1125] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007759bb9bcef8a9f983e6844f411aec9e185530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1125] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39c3443def4b98778b436b64a4633f817c968600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1125] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From f25b811d5b4d99b8f5c162b15777e6201576e62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1125] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From ed41e57e15307dccd92868f92b3c28f4cb0bc103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1125] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7ee32b09808b8184ef6759988004bec4655f034b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0295/1125] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cf72db529737b336a669e5b3e425783b28746d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1125] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b6d53d271da3c294251066ca9a1f694a7af1b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1125] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From ec01ae5962d2fb07568e195948d95ecab54a0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1125] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a712ee38acc41a2d6abff55e79f2035c788e2634 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1125] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b96a2e2725142e61f5c266e7450010e44bf4a84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1125] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af47685cb1cfbb1b306eaea05a5fa9a5dab0b254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1125] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f198deba72b7355e4b6961ffbfd045dc1df145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1125] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5a64490edcc3d1d4e8a69c8bb0a5fe15a63ab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1125] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From e129f4d518720535e3bb537243fd5b516cc14ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1125] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b10daaf0a907e5bafa1e569d2ab3399da0fc3123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1125] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 7f6e4c5695b21cfb094ddf14d7fc72dcb4fd5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0306/1125] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a10c99a90126813285150aaf9f068c860944cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1125] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From a91e024cb951ec636a2773e7630cdff5d2b3ce33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1125] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05caa8e32c44aa419c99803fcf37d6786e33f43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1125] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91e641d7ba2f620d9484b17b986094fd4005bea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1125] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a1b3c55d0c6fe776f31260414946369f22e28d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1125] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2693da780ce0cb82a6fdd6ab6977c6e979039687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1125] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652bc85ffbbf8a43871db375073ffd816251e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1125] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acc72f8fa8b843dddf9e9276b60fe4fc0887cd19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1125] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 25e063cac549b91e239d24942f99613213df57d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1125] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92ae4ecf5be7beba5f9610731e42532e4adff4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1125] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74350bb8d69ca09d5a4752d522c4eb62e330019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1125] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45800f7aac2a10411744963e0160e8efdc36a5ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1125] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 868887db183490b020714845bc5595d9409360be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1125] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 9176dbf316e9b704857f59e331a1f0ca01dac39d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1125] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 1f86d5f549a75bb4e5b8142dbe5f1af66871dc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1125] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 77fcd785057c9a1b999389c47e004ee80c0658d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1125] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06e75949a2b69498dc3b78babf45bdd14235e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0323/1125] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From c104f21a84da306531d369db85fd6c8dc5291114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1125] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911998279512e313323edde0f3519d88b216a670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1125] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2119c570e91e9395f9827b101bc87f5390924542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1125] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7ae2ae96b64ea0478302da1a15421c64d7bbe54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1125] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ab7712766edbcd49cba611d8e79f7ed30e8e8494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1125] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186be6b7d1352c9bef5eeb07cbb62b3b2c0c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1125] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 959566213ccd9cd2b428438dedb96e8d5d19fb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1125] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 224df9941b33739eb912236afebccc8800e70983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1125] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 60602ce7cb6855067474205039746f365fa94364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1125] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From fc0617ad13ad93989b50ab7ab46633112ee95382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1125] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ea57bcda9ef2cb63a8a6d83586fe87c76a93ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0334/1125] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f78dbf33e36f8101f9826bcf461056be22f0d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1125] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fc5a32030f88fef5cf41cdf79bf16b36c9d09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1125] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 4e0bfa6aed67180a7550388473cc36df74113e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1125] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 95041f5a62f1b3df17a027b3b389cb9dd8c280e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1125] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4461b7b9d3633feb39e2b4ceb3717219b4023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0339/1125] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c6b8861d33375e0c4fe95bf2f7c3cce4eafe150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1125] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30813f169639fb850e6add683c56cf3816d940d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1125] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 1f70d1cfd929778f3989a968cf42a719a784ddce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1125] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20fd7b4212049c4995d1c5aba9e9523926ddd6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1125] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From a52b080d7c7665c18db795cc88b0698b916ce0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1125] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 487efd2883be5b91f8f5b37384e21941bf139639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1125] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 400b85d75cdaed31173b4e46a358a8283091eedf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1125] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1aa8c27281438b2370c52b2dba48e7b78ec1f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1125] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3832ccbf03e4e75016107524568448ce4d7caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1125] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From b5536375c4fafdb5d6b727c0d91209804f7fb185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1125] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651b6d39223093e0d0617cdf1714cbeb4c34b021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0350/1125] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 9d6be358d431005aed349376a5073d601ce7cf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1125] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22dabeb154821301665ad3d661e4d3d31423cfce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1125] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 979cc1ea37ee6ffe4b64ce4214dde8d63c76113b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1125] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 334c85956ed656b2eaff0f1ea947aaf625565951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1125] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 34ba0308f95f155f6dd0e2f98d759743966ce148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1125] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 29f827c40e8c4be57c0aba895261aac98efd2550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1125] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bd95b5da93ff4a8eae8f2219d171858f205b626c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1125] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b4acba672804029f4da085100ac56cf85450ef5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1125] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f3c7361f6d93ebcc137e86705dd63adb1d304353 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1125] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 08c830da80b8822d9b0b1f836853269f76c616f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1125] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 715dec0a83bc2cdcfc60b368bccc742b2ef652ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0361/1125] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 68935255a3d8ed93c0d03e2ef057e0bbdf12ea49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1125] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5329cad2ba4ecc8970698cd18e51e6a76654d83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1125] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From ab69d7ff11d1a2da4a92a7cb31e1d2b507b69ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1125] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 206584915972990eea457ae95dc83b2c20f5fe20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1125] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8dc790ed0ee4e7b59aa68f0858f61254b1870c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0366/1125] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From c91ec5a43fa57495b8865203a8b3de49df1fa402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1125] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 43581c093a7af049344f0490fb9ffca44d868bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1125] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 188343c89513ef7f8e81db3ce2a0e4bdf2e9addd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1125] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 627cc78ca8597a61a7a54f6f0f99d545b2d0fcef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1125] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2adf4965509f711f02283a7a035f0a48d1fa8624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1125] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From c13ada5bfa24e699bd5f55bcc62b63df3c8b529c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1125] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 660d0bf2767bc18e9669c7e9d1550424f35a55f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1125] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From c7d8ef77842f9629badfe43c5873372c96ac5cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1125] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 5920470b011dcb070b2968928b950880cd2f3c52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1125] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 5c3351fa3ab0f6e03970ec1bd165db28f07920ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1125] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 58aeba6f872a07426586caebce81ccf60615cb63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0377/1125] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 34dcb297ac18aba306c4d5787885a668ea8ce9ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1125] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 667b1e99abffe9aa6a3a1cc690b13f7f5811e9fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1125] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 666c7ed00afadc92444a2d54d355792c64597d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1125] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 6a70703609c2b9c06e2782a56f3d42c2af6905df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1125] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 620b7fbca9009de2463963ed0f9f4aeb97e8367b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1125] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 8c8c2ad2feffd48e3a50ed023b0df0371802a3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1125] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 84e01de008dd13a99e3dbeaba471fbaea6d51eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1125] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From aca8ec1c897640d8752fb3357d71e8206632cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1125] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From e36a859b7fd1182f39fa86a499ac82cbfb16c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1125] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 96d20bd73cbf848f7288e57069cf19b6bce96d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1125] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From aed5eac2a0f009e079b493b481f60011a916c1fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0388/1125] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 72a4aa65652d77f86938d287839a2ec506e665fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1125] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 83baf28233fb2ee504f13010c28a35e94879797d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1125] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 128289fb4e1f21d6085017dec1f905cc64f36d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1125] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From a8360b41a1da160ba97f9c70f8c08d79ae7c739b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1125] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9ea52cb4b53c6aa980c4d9aa59cc1c219b036762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0393/1125] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 23d50fbd0bbb8d4566776f31d55073cd1a6c74c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1125] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 48fc03ec9f5d2e0405af44e75cad7a8606329160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1125] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 8c5eb98410f746f71fd93803530c895a0e7f1310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1125] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 4fb9a3bdb6407b91791fe5c466177017e963afd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1125] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 93fc036ac9999b6c13532f399443fb13c7bb1f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1125] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From f86198c34a7304ca9515408a32a370c33a6c729a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0399/1125] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 85d84c09dddf83d4fb437166e07eee87c2b797a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1125] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 67010baa72d4f73d18b8279ee60e04867b49cd72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1125] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 740536983278173335d36b03ce4b4064cccd928b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1125] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From a97b9e7f5bde43f62075b6e89e30dd5a24781489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1125] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 81f8501224a8bc6fa1e6b1d29847ec2f794121ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0404/1125] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From aa86b23cd39f4bda01c18b302b2cb576a6552499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1125] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a844b4b1cc2927b91280ed4a5164b1ab3cae4d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1125] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5e1357dcbe64f7ee5a955ccadab8dfadd568d04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1125] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 253b7db96224931589357afea0a47f77b813de59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1125] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 2eebb9732e4d28e3535905ba4d3a00842eee073c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0409/1125] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 96ef4738cf7ed4b051521fa751e469866d5cce3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1125] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 0e934dccae1771bdd8bb97a6265bf24a4d1e51b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1125] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 49877c46e5d87fbc73c869c46ffc1f0bf1ba2b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1125] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 6cd66f95a16b0119bc5df1aa2b158c76dbd28ee6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1125] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 233f9403aac1877e8bc70c4cbf2afcae08bbc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0414/1125] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 2937b09ac2babb4abb43a5a0b0c6a5acd0b00174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1125] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From da3be2e910280e5be9a764a0e81e630186f20894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1125] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 15fb342c5ad42b98d11ccaa69febfd903beb5ab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1125] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 550d023adb189e020fc2edfd8d68053228862de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1125] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 680f17a935f4f320b308c4fd3195780601a2a3e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1125] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 5417e6a34b669a95ff2481f0588a4bbc015d1d71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1125] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 71bd5f1fd770457f47b71738cc37be16cf7f7f61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1125] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 25cf453ab46d48bb054dba20577c8554e45df0d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1125] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From aab52e322a139d24f4c37d3adf11b18a1b02b3fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1125] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From b38e4f77f6f8eb5e179ab6d9ea0c711f274895d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1125] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 401add0841954f0bc666f30224a5aa00ed33cb19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1125] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 944d194b313cfa917bba90fe4247e97008c9ec6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1125] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4db8a97078812fc83a11d9ddfdad67e7d9b1d921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1125] attic: rebuild for Python 3.9

---
 srcpkgs/attic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..187109a2a23 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,7 +1,7 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
 pycompile_module="attic"

From 08118370899a15d53c0dd496402211e14b070588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1125] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 7b2f4766beabf1eebf044122076db0d26336d854 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1125] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 77f0909cbed2b0aa204d39707bf775433b1b11dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1125] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e37fd57cc265cac3f404e419dccef45d79edc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1125] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 19df4cccd3c56370a2b521d29cb29015e204c214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1125] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From beb83576dfa5f8dfea806cb1ff99e2d5eb235c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1125] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 9961d205a00eae076d50216002567b77ef68a467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1125] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From ccd3a3cbf667aff593e943365c717336f6c13390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1125] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 527f411e4d85b6a15ab2b301a38a14598237ce2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1125] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 70a11061b37dae9fcdedfbaa4ff7c530aa335940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1125] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From a44d096364e6ec7665afb99062e3650596dc5441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1125] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7f24f65a5400dda75c74944f6e0728694a11d253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1125] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ed92fcca5ae56c119cdf9bfab44b342b364762f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1125] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 468bcda156b2b46b2234978e6393e474b48545fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1125] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 3e317d516a78107815043abf5cac63b730180e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1125] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 933cdb30fef0d2ba608be78b8c384bdc63a6df6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1125] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 81a10d9175c3afc15477b09cd75d42763c5ccf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1125] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From ab5564558d1c243436564298af7626e80f05967b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1125] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 5c1d6189bd5bd3d3c7d56d55e3494ac007dabd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1125] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f9bef478925d971adb7df31d560539a88131c354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1125] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From a6f543202e606ab8ae635e3681b875395391023a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1125] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dbcaf00f1e9e1edac3f0f8f637259d2207838af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1125] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6022571af4da638a0f68ca66fe687082f523bb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1125] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5de2d509bf1be68e1fe89164d992de3aa33a9a27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1125] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From dfcb312ccc7fb07575a6e0cf899da47252f52e92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1125] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From e915b1fd8d0095890dcf90ec3d0bde248fdf1843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1125] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From f16524d531157f5b41e44776f5c4573c2291ce8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1125] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0d07dd88845a5fc2f6a5a1b19c5ce83e7c0ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1125] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 54b1985e82aae3da8b68386810f34a1e84079060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0456/1125] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From b3a469510fb7063a41baf8d7ee9d8d278660b011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1125] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From fb62ce1680e8e666c087aaa93a51338bb577d71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1125] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 43000beae219b62c2500ef6deae31a0f4e5dba08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1125] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 983d2e982f00fd4115ca2b9af8513d0aadbc57e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1125] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 1b93e4384162cfd69b8f8bc45de5e716aeef76aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1125] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b7ffa691f5622dfc8392a0f75098d2714a980f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1125] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 9c8ef233ade1425a87003235a1102c9f64fbfd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1125] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 3b4f6ec3bafd67650afafdb130efb504fb34266a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1125] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From ae0be1bd67ad79b53c3d5e736c7ed663f4478cb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1125] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From a62e01be95b678ca0e3f8a76d527a7f530469b93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1125] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From dbdc4c72306c1c42c32f68b99fbde825d6cfe0f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1125] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From f9a3a3da8fcb21448dd9f395ba58591af7ccb611 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1125] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 0eeb8fb4835d9a4a95b1a898abd37f4c7cf24687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1125] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9ffbd6de339748592b33e35bc2cf0c0a2406b7da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1125] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From af93ede3f93c39c21af5558b1fbc2cec8dda0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1125] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8b99c1af6320ff4a8a6d19ca729c82a40e59d603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1125] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 3db63cffd3e198a37a8e857cada0c734be1e3101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1125] glade3: rebuild for Python 3.9

---
 srcpkgs/glade3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..3c95b39646f 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,7 +1,7 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.38.0
-revision=1
+revision=2
 wrksrc="glade-${version}"
 build_style=meson
 build_helper="gir"

From 9d4fdfa62d6d50485b8e8b904fb64bfd981b3dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1125] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 41c332405d91380b2aa8d0cf104ce7ad2411ccf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1125] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 7aed2234677b9ff194b8e4d454fdc95cad7cdf17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1125] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 7578d161dc7dcf4a20372d49d6bbcdd2b2cc53b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1125] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5e74c8fe186ca6bc80849370fe496925d65bebed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1125] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 5c387255b82b69e4f93fdda8f24e11fec2546edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1125] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 111c35d154269b0911052344067f85240b5e8461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1125] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 8eb436da43802bb37c9715be2f3d964124284865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1125] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From c0946c10f7b5acb30be612edb7bccc355daffd7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1125] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4e6946ba593e7c718c3667f5e605475351265bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1125] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From e1463fc67ac02b094619c016b713412f04cf9ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1125] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From d144a1316faa3e8172886d0aca17e40fd3af9ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1125] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From af9d19ff436fb6fd7e73d6b2e973bf69abf3283c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1125] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 7287e436159d2bc3f6de7bb7cad3ecb2e64b19d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1125] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From de15cf795e7b0ee402eb3aaf5e72894b65a15fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1125] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From f9f405a4c4d026a90d79503e395ba55840d288f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1125] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e234c7b5fe82c88281cea9eda5a07e6092305334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1125] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a04a9bf77fd1d6470bac225d0636172a315965b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1125] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From cb830791b26710fa7097718959e1f171f6c19734 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1125] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 79f67631466e20093806c4a8298231763e9b73d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1125] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 14f3a8a2129dc85ddcfe0cec615b0d4986379d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1125] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From d81cf4e5fb2823b3c1a506955e41b5397e5f311f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1125] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b0a799c4c2a87286a21e8760bfaa504aa76b1ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1125] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6e9bc100629aa126926e8cc066185793575bf0b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1125] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From d50424fed1d0f4cc30b68eec0e10d04a3bf48156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1125] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 0f9bb724e9de9166bcaa84f03776e4a793d60416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1125] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From d5184205a95df6edf62e757611284c10f5f2d16a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1125] kig: rebuild for Python 3.9

---
 srcpkgs/kig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8d120d34077c7a34da147898381ce8c34c577d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1125] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 948ae39eec5785added293980302fdcdc6f1dc42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1125] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ecaad39b534998ab8b87df8692d3efa821f2b8f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1125] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From fd1a1763c4a2ce6609282fff32f0533c999a6370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1125] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 5fdee6e0621706f066a8cbcffd791e0ca862a536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1125] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 58b850a671bd5fd17195b7ce67a9ee4672633335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1125] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 19f5b1ffd5f833d9232d20d01e598a7a5e9be952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1125] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From adf42adcb387ba9270f5c3bc1163e7c205ba9779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1125] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From b09f1c44b6087ce831a84e449aedfb13bf058825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1125] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 1b8d84dfe052e3d8f98134fd8a9181e4e05eb47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1125] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 5c7a2e7cab449ea89e3051b59639fed347059466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1125] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 1529e68764892332cbb4ef1fcde563a7587e3569 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1125] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 4539cafeb9f7924dea0e33f53c51b5082635e3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1125] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 185c06478bc6f6ecc2cf09bbd3e350f0ffe483e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1125] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 1036f49c67d678d638979899f1bb93c2b302130e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1125] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 56cd3786b5a670a501335dcb856dd99b9bab105b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1125] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From f54dec1ef1c431daa898d5b9c82a69b6365b1f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1125] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 002fa743a8e1351e51417e5deef71ac61bd904ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1125] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From ff42b870f0cd7042a0c3c1b42d23554c00e7f9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1125] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 42b78f23767edecc2946602ad33909dee40da76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1125] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From d0225a9a10a4343446b7bfbabf1b784a7ee27d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1125] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 76dfd1171bd025c6bdb01a954af23a864501743e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1125] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a845c68c4da338f842430ec069a0066efcd2e316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1125] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From bba3715c7e46a765e7e623db69cd1bdb7a60ee5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1125] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From b2401aab09c2426bb95145b1703e3990920bd579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1125] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From bb6bc0f1df624f10fb9174651682bcf8aee4903d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1125] libxml2-python: rebuild for Python 3.9

---
 srcpkgs/libxml2-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..425c8bcb170 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module

From 63675e322017108b2404b57a91a87b983eedf17a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1125] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 219f5955401f5076cff93f0f55cd047d960c7aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1125] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 4924e2f4ae0264d3d82e652bcb119eafb207a8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1125] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 13e1117294a43045e9a00a22d79b26a959f56c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1125] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 5ce1f58bdee5c8db78c3a341374d0dd8c0dfe92f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1125] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 7e4b93978b4e27ca4476bf14464d8e93e12d6b67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1125] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From f975519f73cbb186c01f183c87a0f71838b8a2e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1125] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0c38bb555778b1d8a0cfed26c6184c1c7051d4ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1125] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From df66b0f735d8a0346c2a5ec3ba90047a4d5596a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1125] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From c9af90965111a5896fb216de8e49bb162726e656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1125] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf04bcf1d39feb88dafe5ff8ddfa2c885a4d582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1125] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 578f89ca3422be6c1a31d8a9f237269f02175c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1125] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 856accaa69452a4458086cb112134ce35c80e658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1125] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From f6b9f96077500ed25a7ba4600abc69213c221da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1125] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c625dc9b1268efcf022ece4d935956c3c438d795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1125] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 1b53253097f9174b6c8e8cfd76ca175b3a8bd94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1125] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 8071e931ab9f32d1f47548c70817b1f825fc05ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1125] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From bc101246b29e595617a9d52b99d198e2cd6e0eb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1125] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From a6f5ea0ae2ec3b4df28a5cc3c4392be00def1c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1125] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From a666522366b8e9606da9f069690c7394571ebf4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1125] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From b06376fa44bb13cacee7566e83f4264bf12f5c01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1125] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From be4eaf7d57773f206554a94fd5972e2b07eaef37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1125] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From b485552aeaf889117b4423ba7d249fc56fd3b473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1125] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6e56d875049de57868167edc6c3720d2cedf498b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1125] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 466843934139cd12ad57291b63837bedb86d2588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1125] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From ad20a7d002e3d2c89cce905afec54020e8655268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1125] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From b2127df603286c1cc04424ba61355f5682c53c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1125] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From b30d6cc1ac7dafe9e51a7b4e0803039c4d69d051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1125] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 419ce6ed32f823171cc3da32fdade0c45c5a3142 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1125] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From a7e78eb6012f17eb413379305e4c99e0d94f7f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1125] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 865e964791ee774873b65c986ede5a1202c43f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1125] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eca9aff22288739a68037174432a52865de67244 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1125] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 89cda3a93aad36bba7475764eaef21f1b77c8ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1125] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8ad9eaa509b0483e6ac28df7843c736a3aabe13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1125] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From dae4f558669677ca62f82f01c0541ebc37c181c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1125] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 5673719ec390ba2694f7eb9fbc33f5b5df162f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1125] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From f4c8cdd6d4b78ea7ef77e7856ec945f75bb74e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1125] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9f892650e6481c156ca29ff7fd2b58379ac29c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1125] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From c81ff750caa16a178ba42e65481eff69c071c84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1125] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From b650db2acd87ee64ddc0a8f5d774497362e11939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1125] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 3dae8e424104f52858101414c19d976f1f6a232d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1125] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f35eb787ed248409e69adf78b05937296e667a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1125] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edd13d5809a3e1a8312fc51dc9aca8de61152b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1125] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From a449428532aeee4d7e459a0642bf925fc64b724f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1125] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9eafbeeecd1865d5ffaa834091cfe065d41af2b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1125] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3717ca41315c21fa261dee0273fb3d4ea05ac348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1125] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58ca8b2c235ee71c0e594e95a943c316dc03da4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1125] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 937e00a4bfe063b834466c20602603b436e41d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1125] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 4ebfda832f3a50138e5a22b56883b68e9f9ad59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1125] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 01254b776607a1007f77a94f346a2adbe19ceae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1125] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4c56188e3a4611f21eb0e72fdb1f2f87582eea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1125] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7a06c803a5e43b4465fca570d37a2fc01a55adcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1125] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From aed7b5bb6443cc35c68af6429fb254f1f48c72b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1125] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From bf12af4637589a23e4e91d7934b9eca848b99a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1125] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2a6fa911db18ee47f729b2ed29437258e67895dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1125] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e07d766d9c32d4c434b367b80e35270ff34aa9cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1125] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4101048f2d9961adb007f31c536c0a354548465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1125] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf98d2caee21ff10682f0c5d83e5bc441c26dcc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1125] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 671cc6b93df413878886ef2ffbd02589716394ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1125] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 241a5456834de8476bdc62d39f120e06b631d0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1125] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8c6b4d270b0688143445c172eb5b39cda20a67ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1125] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 2e4205aa372f2542d19af3bbaac580f992534b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1125] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From af676284e9074ae2db9f76c43ba154aaf1f4b764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1125] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 313927224c0b94f8ed5753359ce25742b5fb3e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1125] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 2b3520621c60089c2572a03259b5ccd71069ebee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1125] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 909f3e43a7eecdf32e1335b4ec4ff09ac6ee7974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1125] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 25412377647bd8ab846ab072f22a77a8a8fcc234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1125] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 2f616dbc1fc8298db210894c32c6ccde4fddd6f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1125] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 07fe1371e31314c1d131640a89ce46cd6ea35780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1125] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 607fb6fa5d4ead453afcae5bb3ac5f48e0acded8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1125] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddd11a9e334edabb085813b3b5c1c569ca0d0c70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1125] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 0ad06bd5131b29282d8a128014cdfb3a255408dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1125] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From cb973e6ee25ffcae651ed424f39520d54a0d0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1125] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From fa7e9fcbee8157c3e76ed20a53ddc6ad48d02f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1125] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 78530882b4088ae217f109c1f801cd1c54400881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1125] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From db39db796caab2078e8a8716aeb1081e6a1775e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1125] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 51502a1866a6036ba9a447193a83963ad7dfc58c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1125] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 884c911ddba617bded6e66cd44e98b45cb02db22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1125] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0136afba6726907240bf9756345bdbea566aef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1125] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 6798e9909f2510c460a1f457dd549569d03ead44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1125] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From de7cf72b3d58e9efe350b0596afb57a7cc65abf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1125] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 2a8b9b385b13a9bbc3180b8d47df01d9a2bbe908 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1125] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 684722a44465606d4f64c91e7f34913aea21e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1125] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ccc239636b8a6a99394faaa1e51853b0dc16b69e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1125] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ad71263f46c32509cb1feefcb5bf2003e14dcb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1125] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 6323250f5feb0978ed27f0f010e3152c24e53094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1125] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a68bc15debced9aabcdfd57597495e6b9ec0aa81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1125] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From d33c1bdb8512ccd8c7062432a40286df0d8611b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1125] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 2046e5a9789a2f67193306943bfe6f832b1e7dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1125] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From d3cba5f48480878ceb58307a6c951178b13ff9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1125] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1eba5837d0a5d0dae84002564cb882db6e6576be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1125] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c301c52b64f0121ef1710ee12633967340a0445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1125] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54a3714680fa139926867bb00a6ceb0ac43fe2b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1125] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 379b401548b29f6a775c1ff0157db2c5c4a6148b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1125] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 21eb171812a67d391611be1fabe6ebce8c4eea33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1125] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 2443182d919c3b90c1f899a3cf4ba7db39e2f456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1125] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd238c5c071a3c11e1aa11d71d4aca9d0c843e98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1125] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 6df3ace8eb8b842a1e481c699f0949174b888276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1125] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4c5d2f330c23cb4b7d512e96281d01ab910557d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1125] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From d86615f0c49cf118cbc07ae14af7fde4554f5780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1125] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d742d6dce52b727d94ace6f25eb1ea5acfb23ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1125] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2e05012e68cdab326619c75e0482e743862271e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1125] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 3a7966905ca5c7d015d54de8e25b869742be19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1125] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ec6108dd90f56d8bacd26a93ba022cdcfae51bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1125] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 89beda49dacd42efb3a6dc7c199b0a38cb1d0b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1125] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 11a21fa096d840d8160a500f4c01220ae0edc33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1125] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 1f0c8f4a682727a8786b38e1ce6ec822fc4be821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1125] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 356d3e806df8f00de09267545e2d8cf347a39b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1125] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 2502b78192923751b32976405c381febfecc8c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1125] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From b59390fdc676c720242dfa61b7e1f9653d314fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1125] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4749c7124d2f3cff7ef37abd48cf4e5f1a4573cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1125] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cc67621b327c9cb461874af979cdcaff3e9b44d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1125] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 70df18f7d7a26723fcf24bfd6f9eb688b47f9ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1125] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b12a2491f50956a49813d92c391f7cc06fde74ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1125] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7b130eda54ad8e2f5ca7dad1bfa540fb90f2fd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1125] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1ae7e2a5c084e76a606596b6f4ed5595af62561f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1125] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6dd57e5e0c4afc3136f78d96b20bee6b09c26145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1125] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d574071b2bea536bf47d4262142601c8197c4bee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1125] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fadc96bdc960e11ed0f384a7228cb78ae70a44e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1125] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From b0cc8e4319098ae79d12b1ef8b4a563d406cbeb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1125] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e22040eceab88e40dc9267f2d67ecdcc972de36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1125] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d99fdd4bb56bb29659c1e4c040e7f30b2fb099df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1125] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a436377ad9922013515b63ae53a0a0d7fba97a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1125] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b9e8433bcf0895477fa1c6450261924bc775281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1125] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a237600ff39ed5a84b82d75d6e43715a8a477a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1125] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe7eb62de61730a4c9e753339f643db6edd3d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1125] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1884406cd6588116d40c7158595ff30fb8f74387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1125] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ef6d2b835786bbd2a6bf968e183dd8e1c60d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1125] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f549210c43c68c484098601420924d670fef11e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1125] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4b96e3bf114df6ba9073d4de3ca5c5a5f32a7bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1125] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b76484658af87fc35e5dd48b4eb078e3f1c8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1125] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cce305dd33e05e0cad2735cda2cb9331c9cc85c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1125] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9e318ccbba4dfbcf41e2aa3dd714287dc12fb7ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1125] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338146dba01713621f695b0700c91c653bd46bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1125] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc88a2db7cb4d706bc98521d38492c0bba9d6fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1125] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 590d0ad218d03fbf57521bec155d47295565e695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1125] python3-PGPy: rebuild for Python 3.9

---
 srcpkgs/python3-PGPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..602a5fadce9 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
 version=0.5.2
-revision=1
+revision=2
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3911caeadb10cee704234e9b2c3db63252a7ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1125] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96faa3e9a10f63238142099b274ec2c3cd2d9a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1125] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ce9301d6660bd98d88ac03bdf090bfcf00fc1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1125] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8092823428291c4537c9d5fa64ef2d4508557150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1125] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From bae8935a4eda2f06ec6dfe05e7bae6fea23e898f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1125] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd62a6f047411f0e4589c1217a8427d79ec5710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1125] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From fd68a6bc2107ecd20baa3cb7d0e252dd1d0f54cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1125] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51763e57c06181220127886c1fcd7b9b84375438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1125] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e95078eb30245125b31e6171d8a7d9de4ad2b4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1125] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 650356d91bf7440c9d4fe1089ec701bf03120227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1125] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From ed4c5a9825fd8b033a9a3a8fc31a181bdc4b2fa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1125] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba10d26c36675d11af59d5241d63c98890491fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1125] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0e32ee4793a68f73b39d047f7c22bb67ff2e5dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1125] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3576266631a1bb898633e4f1c0f8ae154ef6d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1125] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4aa14d60ead01eef86571e628f14b89cd2c0bc99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1125] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cb0b89e9e550b227b0f2fac2a7863492fbf72b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1125] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 305b9fc5dc0b2d4b99df364266222b29298f9cbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1125] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From afe784787d32a0a3089b0c367ee357a0231aa60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1125] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 162b0f206ab5e7ea66c140d1d148537edd4f8dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1125] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa3dea44a63cdbc830711c467ac4b0a46b2b1c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1125] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06bc9d88b8a48889758aba932a987e6d235e15ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1125] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8cfe332a5c0969440a3be5e31591e6b275dfa9cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1125] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From a24550a11351b7148e1a38e9828c059491955156 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1125] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9019da713255897ac2cbabe1769caba4fa8002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1125] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b422e5e88a0afc1a54c22b64fb0a17fa14d77a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1125] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf78e83058991baaf33677bc7a2268c359cf6cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1125] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be66631b915d647e7245bcac41902b0068efc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1125] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6aa9206ff413cd7c1cf5e456d3866e6e6dbb8315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1125] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 680af868726fa69b47d6bf0442b739b554010fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1125] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1e08218c3997a56651950facb005c0554324fdb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1125] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e49e8ad6095a6b843c47d3c65add89e29525f27e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1125] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c7d9aa3c6ce7e66e6371359712b4a0fd3d3376ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1125] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d01b692ea771bc3d3e8553a66e8ba9ac2d9e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1125] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 125d50d5e6bc238a21045bf2e9ac5abd9aa76b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1125] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9a1cad910e6f5a41b6309aca616102cbe549da16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1125] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 524cded44e2ab4cfa18ce66aa0f86f3c05b4d411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1125] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa42bcba2f5b2ffd30d7ca0056553b44b5b8567f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1125] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bfe8b096b5c2bfd0c8d0302c066557965f9587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1125] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5789713e715890197fb05bd5ff7d85527a9d80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1125] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616985a759449c138f490b10588518d34efbb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1125] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2a699720a2679f1735601916927b2b3f7d17cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1125] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5ee388fcef4fc5bc93f6407df9d6821125a1e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1125] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a921d8efea33fc7ea9def5c3c167251bc798048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1125] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b898fb8b567d07da1ad9cefc5cd91aa6e4282490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1125] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cad68cd18372664c29c69681fdf8d72c7d6a9f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1125] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900552ac3f98ee333ca805e0aba968ed387b1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1125] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 27ceb0bb6e640c77550620e9d35cd905d4af7706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1125] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 21b0cec14c0bdd18833d468b0de8c84b88153a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1125] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e3b78badadcf55e88a7ff6d67c20aa7588ff07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1125] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b01a03967c8813c5cf0e67874685e95f37d6e5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1125] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f7e5c35eb7d1b9ad0338a21c379acb92aa9e58a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1125] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From c46be72d863e234d0fa0e4b28eaf6b135cdbe4f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1125] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 57c81a4388187197dc73e3f328f195fb9db30556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1125] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 587f8dc2c171060ad8a47416f502f133d36d2ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1125] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03a1f242c8d1d910fa1a9f79d2f75300c649a62b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1125] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 8f9199b6e78e7f524f5ad320b92cfdf64a9f2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1125] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 14652e0c093ced5f3eb9fa7220f692eef8b84bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1125] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee22e76105a507aa967c331a253eb34e5b20b71d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1125] python3-chroot: rebuild for Python 3.9

---
 srcpkgs/python3-chroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0f89b06909f 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
 version=0.9.18
-revision=3
+revision=4
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"

From 791870e65b329f3350ae830ae1cc77a71656265c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1125] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9738e10608f59f8bf00ebea217a85f54e6cb865c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1125] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 778fe8495c8db654aceeae4204305ca9ce9a49f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1125] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 92b55ea772993f2976fb355661aaf281f54c0e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1125] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 98840a9d028e10b8af6209eac9fad5b0d1edf66f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1125] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab16dc966f7b28f6d36bf0fa30951c30c669ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1125] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0604c93093ba34a7aac1af79ca1fc436299d37f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1125] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51a5fc4b16952a451fb3e27ce67c69dc6ebc8af0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1125] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed09c41697414d50c1f03c3a129b4db433b51048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1125] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cccce83753e9b3a0e75485829649303a2ba10a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1125] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 498da028a364876ffce9d1ab4a8f2dc9ee740840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1125] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a728884fb26e083a9c4350be24adc68b71a0ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1125] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8519b53ce98e02c50f5e4a584e94c8a099278211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1125] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cd13ee1fdfd68cc9ed0501ace512c39f3a37e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1125] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 287b2f89679cb8fabbdef210ac7efff46804a07a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1125] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4ffa9f376f8187883cc285da967639cc8cc3bf1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1125] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90970532930b5f16d5847ef94b088d817d90d479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1125] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae8142b82c6d3339245f668eedc8ae1036368c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1125] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db1838bf5acb0141542ecc69f490f9e13ca93e11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1125] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07596c3e097ad5309be234faaae3fd115aeb34a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1125] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9211580959bd68d8cd0368cb90aed6c86e02f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1125] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e45362524df096866d3f12a31c8c850a9d6bef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1125] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1f977beddb4bc9e617aae8b8d63576e6256edbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1125] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5903546cf97b0c7d63621cd654c9102bd95be5cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1125] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From fd7cfa46b1cdac6d4aa0f3b9509569a21302a8b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1125] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b677a83b29852afa1f6e11f136a50a2701f778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1125] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0654da3f8ca94f3a926b30667fa1e4bd8a2e1401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1125] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ed14711685d00309eddd8ec349e70f138efa01a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1125] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8ac16d8a4531edd9b2c0d089999d66f9a4d371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1125] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be957c923f5ee35c9bf19bfe980b124cdf878252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1125] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db8990bc30deb7bc30b5c476165ec0396067e889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1125] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a91f884a354c25c5468ceeb8e80019a789c19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1125] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6596acbdf6c24242b6031ca2fcb2898554db8dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1125] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..8cc9623dfe2 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"

From 497127852d50be2b06badb71ef3a60310895da77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1125] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ef0b0ad4ac37791ca7c240842b933e178889a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1125] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 031be79b6e04ff9253073db2a1ba68d5232d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1125] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce980e4edf3cb2a8d3f206313f34274c814d65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1125] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba66900e3592059ce8add7b8f32fd470455c6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1125] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61136b77999b419bd4e333aa912342fd828a225 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1125] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 776aee1e3236ad5d62a742762c891c4a93b566b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1125] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 282227cf9f9e812c36ba90765bff932f33d2e5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1125] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75abe435d0d3be3251b0455d3c2ee976f33f9175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1125] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 88cd742104c19d55aa2770a8277a063e4ef0e6cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1125] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48330a7513848d6e61969b38d3150871c369862a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1125] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 091af152c0d10b2e3778bbe31af8383736276f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1125] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7d6debc3355cf52a408f6ef901f3d6a00c79207c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1125] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78004b6a23f0dadd3b865ca006c2dd7f3bc48117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1125] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 768a48f1f3199fb7995fd133169bbea331bc843f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1125] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 9cfef12c8042f779e0cdf9708cfb630a21019fee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1125] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6db9b75f3d3c84bce150a9bc9a730082af54de3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1125] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e0d76b09b38bffabd5b2c38d39142166d1a321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1125] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 55218375ffa489aeea3de399fc1320ed536e3c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1125] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40841aaf7991201a2ade27e659024707729db004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1125] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 216b6b6c81f691fd6dea0cb01de1c6859f61f258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1125] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf56ad8ae1d5a05f724a3a6460dbda1348fee7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1125] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 9cd0675bb563abf1209222dd2a43f367482a23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1125] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09ec9af9ef5a18eeed0043ad9d7021f001af8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1125] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2c3834f9fc0f307f6f6dff0777b223e6b121a37e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1125] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d8bf7c1aa8d34ae70e33ee06f41be76f0345a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1125] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abb9a5a17f79b721ca200fc67e4734ef06aa78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1125] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35ae241f336e5bccae30b2911a1efd559f2a5149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0781/1125] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f50bc599dbcff0a2bdddf90e7c1f5f662470f2c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1125] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2a600659aeab3f05334bb59fd3e2ca6a94722bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1125] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b57ceedd71ae6e678e8e2790a0f1e815621d46b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1125] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 89317104fde33caef7823c01b154fc9eb6a12724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1125] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 7f153b86b2130592ca1113b3369726b23769fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0786/1125] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From e9b69a5c3c516be2674a3f238b404acfe4487ab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1125] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From ee072014bef196489334020dc3a5fa4b4c2d6430 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1125] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61dce60a172b61432139886c0dc27ab3d9b9e5a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1125] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad7abf7fe143d890622ace170fa9df7ad4600dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1125] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59f41872ca8ee748a5a1589c65fcef6ab121afb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1125] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a34856f03ae6cfa1ab9b6db26b7d488675d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1125] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 10fd784a50ac3556cc741c95a18a59b910a6520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1125] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..c62dbfd55b8 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4baa3b89a19d527a371dcc25b64a4709c351d8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1125] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d7c79275d14a1e308afa57412437b9660b977c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1125] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 39400967d5c95b045d6fa13bd5edcdc71e6ed8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1125] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6e81c9e0ef19fd6db862b8f68c630f41d3137e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1125] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbdea17eaa0f8ca3d69fb68b3ea6dbf8e1091ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1125] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 2fe20b4b70d25b9e123219266a112e9c6bda5413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1125] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 304aa21bd3a93a00baf21e114469f848662948c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1125] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8e9f12ca2928e0a2a3b97fdc6cef5c4ea3e9501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1125] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90294b37192de825885a16d9f554d002749ce442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1125] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f12a808ba570a19e177b18dbc1b7e14bdbff2f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1125] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ae6ec2333fa98852d4215880b0f9409e2647ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1125] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49ee02df884590d0b404200f4cc4e37b40246d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1125] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60abd2ab9a04b0c8365be2c4f6e14b3023e98682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1125] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99e86aab5aa240d418d3eecf8d02a90bd840bd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1125] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab08d9c08063b78b56be7a17bfb22c82559920d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1125] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749cfe67e0efe6c4e94e8c169ff4f632cafb23b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1125] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd846ad16d6e1df4d3c18f5ba364c6963b4b0584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1125] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8999fb0fde27bf19d623b1dd6578683329792540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1125] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 80da87d5cd802db17d31c0609305af508f703ec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1125] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa0bee63eb2eb78ac116876ea7d04a6a277e5a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1125] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4c684187f65bba4d51dc0dfb71a9fa2817a8f7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1125] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a2cd502b1d9b57eb08cecbe215822a98e4d734b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1125] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9482da49ef6671c675033a171d6eb3b09d828d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1125] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5216fa4706e042b2ac423f90d12138b70e194bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1125] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ead5f6849d7589f48bbbf0f77c47839399ebe6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1125] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219785ad06841580d4054a4229e92380953232d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1125] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 936149c0ea987e364d2b070677531acfc3518f87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1125] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1277ea3d0d809fbb9a17f4d65354a6dc2dbd2e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1125] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 089eb0fb0eda2e0298493a70f302572b1bfc30f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1125] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ec6f7627970416c435ca21f861c77fc6729a970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1125] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9ec4820cd9dc55378305cf19e8b95bc631e8a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1125] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496aaa0be2ef6619b6d161a0b7b3b0792c67bd65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1125] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2f225997b5c9145c596380a5dbfb3ad775c780d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1125] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5959836ab5c3c9290bb0fd4adeb243a086c170d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1125] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d35e81a3957ccfa1ee507871444d30e02c1d63cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1125] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8585dc8b5514d0727b621a42f61a71801212c01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1125] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd21043665bb379aa9c13ce4da651d840e70cdbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1125] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From a58259cc5f2f7ce5035f760e3f4b638eca8d9135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1125] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf33d51f68053c669f02adbd5ada7e86a09afcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1125] python3-llfuse: rebuild for Python 3.9

---
 srcpkgs/python3-llfuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..6fed10f17d4 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
 version=1.3.6
-revision=2
+revision=3
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 0f02ef7207d9c729f78ccad7bf0188991eabb515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1125] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a39209e1e7243fd7a4409873c9d57947cff08813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1125] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 410f7d496e48cdbf8c9d95c15c8a36f782e18866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1125] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 126a8029a5a0eb3b129644d0986aee9adf11b50f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1125] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c04a064740e8f282ec14f72698546613baa9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1125] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..d7a6236e71d 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fc1d313d5472797705bd6adbfcd8156918d6e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1125] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8cca112f433d2434b9720ae1a8c312d79ef1d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1125] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 60b01acac7cbb4e163493ee9017feed04ee53348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1125] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bda83674f22e98158194b95aae1df73e5f1b126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1125] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a6233cffc4c9e1d5338fd89726a538bab26748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1125] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee1924fde70be4116674461a55414e35bce6db0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1125] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace668484017a80258c7a26a548ee8be6a16358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1125] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c0531fb42ff1e89af94da42c320af8a4cf506ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1125] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34ad375b140add5e7c30b5027de8e6f9fe0ed0ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1125] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 227dd820078d31b2158b0948e02356216526956f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1125] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9240a4b701dd1a3c66200d9c0c8d6c69e4769d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1125] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c3b5c65e6932ef1ac0f8d45bea09db6c56875405 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1125] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d6aa4537c05dae9587e57da9f9d195d1c3039cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1125] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d17a83e252e3ed8b34957b10be0f52c901e5739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1125] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00ffbe5c81e797420adc52fc23ec41939109f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1125] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d952218f7fb2a69ae6b5cc73562a562534a97943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1125] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e623dba561cafbf9d90e13c8b8c9aea33784511a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1125] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 305fcc8301f693a5fc1c993ec8dcb381a51a8d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1125] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9989b9414b9026459d39f651cf65ceada7e4b983 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1125] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c71d43e7c45c4e276f7c8119574a341c464db89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1125] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de7bf43e673b65f45922fde640f499e41e24ea04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1125] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ff2a8c64952170ad0200acebe302d4c18460a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1125] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87600bc8d52d4cbb89bc713d7ca2850f92c0ef6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1125] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cdcc4cf90db24fad900d1a3b19234f86975e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1125] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e35120384dcdc7e9765dbd099f329dce46199e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1125] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e788c50215ab9a168d607ec07bd15504c214bcea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1125] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From b1c615c5d7048fc95d98b0a2c4597826ef48807a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1125] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7257590ff9464143b792c051c93bf2d6456b6165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1125] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a2fa2a5612f64865a335e7caf2ab3472e0672d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1125] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4dd6c62cd8667e6c179598e369fd3fa77f410a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1125] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17217c139056e51df7091926e3b2915336cb667e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1125] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 7df36e5df937c93bf65e23c25914d3e9f99eaf53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1125] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 366dd2e85d2cd9ef2132478731a80e6c3301ace7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1125] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2185ee8bcc6b9cb6fa6ecf7005e306bc245aacb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1125] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e55bad34155d9e0fccb92222633abfca66d4eae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1125] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbc19b55c42a9c05719c02d7381f86cd220359a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1125] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ffebd091a8c861d42530b4578902c75a3523e6f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1125] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 78a113939bfc298594276096656f503682284e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1125] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a320fbfcd338688bfff0a6671dd4f99612e8e1f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1125] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5340244b6c522755cf0ae7af19bb6fb6061f0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1125] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 2c7e3463c998f0fd9b79e7c2d84fd9ab68e378da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1125] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 0a2c348fa3d12fa8c0acbbd0efddf5e0f34a685b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1125] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1184bc46cd02551fd0c84ba11f68f8b83ff44ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1125] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e84b9ab861f386c13344a9dd918daa6f83ad696c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1125] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 67e83f33d639ebea2e7a1b249b094777bf68155a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1125] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2536f8f9b530e8235f73aaa87e2ad70383b25e24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1125] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55b71ac93abb89f6770927706f8d4da32380776 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1125] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a152fdc2b82beba0eb32cc28751e5073b37e4250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1125] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 414faefed5b41d928a14d0a31ea3017fd17646a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1125] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95df90a15a9e23b12e6da268a555acfc8cd7f552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1125] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97b3d592859b997ab0afa587b83f9ffbf7a4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1125] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264e5497d583b6bfe58de81947abc8f50d9a4d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1125] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cad320335c3320e016f59df26a809956d0902cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1125] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d824efed7662e3e669fd05e74f5dc8637f441314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1125] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f81a47af9d06911e92dffc45060521b4d4bf7d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1125] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded95a297f054458d46920790d6bb31519e895ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1125] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19030d4005f660208ce9999c3c9aa6c5c617c2f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1125] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f3cb5e59a6832ce39e5a5e71515e1827b3273f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1125] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8467160d64b0371e438c1d9701b8b08ac76efce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1125] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From ec2a3d625138fffb3103160ca81394c2b32e81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1125] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59dc9089b451ed1bee1440d830896992b75d593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1125] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec46e6f0b3fc6c98b783966695948ff977fa3b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1125] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a94af5320f591a1b68b73799b556d4f29c9eb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1125] python3-pivy: rebuild for Python 3.9

---
 srcpkgs/python3-pivy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..a6088dfe9b2 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.4
-revision=2
+revision=3
 wrksrc="Coin3D-pivy-a84100beff22"
 build_style=python3-module
 hostmakedepends="python3-devel swig"

From 9baa14b41bab160d6fa16f99c23d1de947099215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1125] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 141ce2bbc64e49040f9137901cf1cabefc8b7403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1125] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e7cdf41be09f13886cf28781c53706fbfdfeb57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1125] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dd1cc1eae09fd0a3a21e8d458019f767770d1ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1125] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a4e40dadd9d9e7ce6d7d92ff84f3645d800fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1125] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b2e3d8c6abfe5bb038b571876ee413c6cef912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1125] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From b9e6c0d1edc148ef0fb7272c828aaf1c39ba1951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1125] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6d90f0956d316974a5256bba6e489551ae4206 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1125] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9454ec5576caa1333fcdbce9671945043cb336bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1125] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c1c5900fb91988d85f80081d17e310d128eee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1125] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab9e00e77e992ee00a293578c39f89b014f834dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1125] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 51907ff9a20d547ef29f43e2cf506b43d233c5aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1125] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca302c97e94368ba010a2505464209f2e92b350 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1125] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389b393baf6ebe1ffb1c09e94717cb99ce3cf670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1125] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25d1467a368a2f11ff3bb7a209c304f890f95b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1125] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From e0e87910bf9527857247d98a407b9b2181b47ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1125] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a3f5708c702de65f936c26db7340de9fbdf05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1125] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3367fe5b3bda9dcdca6e40bbbf17667b5d5fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1125] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff156a824b6af3c67f031172db46b4a1d3c728ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1125] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 84d13fc1663e3fecf10466a14ee201857f89ae71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1125] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 5fb5e665b3ff60718f953b8239d35ed723894c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1125] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 289a4a3edbfc07b55f80137f5544882b60869e53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1125] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5275bfc5e4c9ce2bada44689c5dd7d30452c00f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1125] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 876ba61b3a4930f503f93d2013f33c2b45f4a25d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1125] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb0c92e249751f701c1005245075a09be0338b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1125] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..dd9884de12d 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel

From bc9edc9e42510e239b007c34cc04d37616bf08ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1125] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d44a5da564a91eb661e9028e4a0a6d2ec5e4d642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1125] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c83e822a1c42d671ee09caaaf2b62e8559fe070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1125] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 791a0a61ed3609d1c86520364cbe003fee1ef10f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1125] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bc86410e91173adc909d4e680a9cd4daa36fdcf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1125] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 38053debbbcc0b92c32709862f31c67d75ad57bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1125] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 267f37260c5469067d973a2003f548c928b8f11a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1125] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 0eaeaf26fcf0723ca9a6d02910d980bebbceb7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1125] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 805f1e98639eaccbdba2a48f675d85dc28053bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1125] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9ffc79281e4745c6dcd1a0c68548688119d4117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1125] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 4854fc8030e8248e57a34159bb3ea9741b05fa9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1125] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 2b327a0130f4564d9187271af84da78e456ba15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1125] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ac92325137eb382f26fe7bfd3ca4f848f334753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1125] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be46db890714d1bf97ce8272a62d8f0670158f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1125] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 454e4cf3ca092f472fa7128f16c7c6de236beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1125] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d22f73a85fff6cccda288a3ab730d75a6953d59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1125] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c3c399efd599fa31d1453940e0fe2537d743c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1125] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53c41acfc1f13477b4f7c1500a02f8a1cc97ec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1125] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f232a0fbbc9050b31a4d9e18327e82b906ed4def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1125] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94ba5da050bd024824ff696b38aac21b700ab76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1125] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e33de3cb831f7a1d03721ef34c449aea7561770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1125] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 39def2174db39fdc812151d542a40d079ea45ea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1125] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 35b1f916ea12ee86a2115ef1483fb3982e2b8ef8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1125] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e41b06e79b7db9e20d42ea029cf7b0f633eeeafa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1125] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e9ab56e04f68ede70f4926c89dcb016d888588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1125] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 977478d8a8f60467ecbc32f6e6d3a9c12ab58e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1125] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fefc895bb6570e47b838bcf9540175ad90e1366e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1125] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bd76a45e9a5995a3fcb9be9859ffb2d846e234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1125] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 04d5a7cc09077ca016eefa4d79d744dad592d27b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1125] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b9f480b8ccad1f71416fb17503386a8501a6a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1125] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4a9c70a865d25a447def2bf6df0f83f25359f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1125] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133ce3aaea5906883234a465d752f7c1f7b9b883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1125] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5771273110fadee35f85d6e77f1edb0ac77e3cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1125] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0140165fa37e7ac19f895298e4ffaefbc8cb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1125] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 0ad3e75a9eb07ca92f8b9733a12a9375e90cf706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1125] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d0c2d3f172ac20a237159d9f25774a610f30a716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1125] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 6e137c2c6263751c8c87fbb63eb4ded4014e6941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1125] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 914d7e58d9f8805bdf23822ef0b60d967c7a9ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1125] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 568c5c22cb1049e7fd2b765c7f496c3ef390ea4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1125] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e7c5cbdaa01a696d2c21a64e91acee6a432e312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1125] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65cf25f7faafb0e565b47adf2de9630834399a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1125] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1350ecf450db788819bcc96a8a305ceead47625e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1125] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54ef249b05784f2cad833e2db376602f0622c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1125] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 306d778a22367558712b6af07c8ca84eff7e8702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1125] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4bdad65569c6e4900e36ad75fbda2a807ac848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1125] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14fd57eb7f77bb939c93fbfa1e4fd33f1af53b02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1125] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3501a4f5e7a40df686b66e4c979a41d1fc7a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1125] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 787fbb55a9ea9de62d5b632149279f425dc91429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1125] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 54d696332356b208f306de71effd01794af20e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1125] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 5edcf1b5b1da18b22ff720ac694b553302be648b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1125] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 13271c61482dd0924326431bb669a2e9e12024e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1125] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3495f014107a15cc5d6c7ee4b9b6f9c022c4a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1125] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1555c90911e40d39a0d48b0b33abe865e44055a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1125] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6fc930ad510fbecd80ba7233a6751deca554e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1125] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68cdce58979986600682272c59dd730e67c7a071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1125] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f7f07ee3befbe03121e17f0b50513ce13f165bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1125] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f9cd59d9fe6abff362c6c8323ef36cb2f28415d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1125] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 8ded6f4eea2ff22f4413f2b7f3b1555b2771d751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1125] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ec3371a54a223e3f27b2352e275aa962b89f49e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1125] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 71663ae4d63eeac54a48508294b2729b6dd1d342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1125] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5444bcf4c1db7b3be4fbd093a7dd7f58c6571bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1125] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 2d01177bf4ec784335808c3a27e9e8ddb3148287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1125] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From cd83448e4f2e9e7a25b7b7dd49b95013fdfb91b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1125] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6446dbb6e4aecf63f28dbd65a1c1562c13d785af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1125] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ff270fb3be3e78419920b79d9333c2ab37b784e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1125] python3-snakeoil: rebuild for Python 3.9

---
 srcpkgs/python3-snakeoil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..735bd1112da 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.7.5
-revision=4
+revision=5
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51e0213ae3aa2735dd41328c4c948f8d34ae48e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1125] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58ec879355a488106e1d42d3a8949a0bd2f75587 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1125] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e1dd8ae7d42a3cae9deaed9c9c47b12a61297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1125] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48ebd8c6a4ee0d111a6975feb8e98387f0a98ab7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1125] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b68c7d68cf270cae9ea13f4b82f4360e1e94ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1125] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7e7287fe855fc39d87901aaa6a138518792c4100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1125] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7281a201bbc1df89c97db0ad43d0241b581ca297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1125] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 3b6209ae0338fd35baa841499d94ee5714464a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1125] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e5736049c967c74d1400ee06ade83b03226faf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1125] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b82ea619b2ab918cb0968c26f7fc93203f2ea706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1125] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d0a2463661927c0149dc528dea472dd7fcf374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1125] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e98591192ccb560369cd2b59ea7373503b027e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1125] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aafaa3d8f770de6ef413a17bf3972c3e4145dc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1125] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acaa9e8a6a7ca30243388011935f3b098298879c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1125] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ff32441e8ddf00a702ed0ec5e637f8bcf3e196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1125] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 495ba0400d5fee11f5c2d93d341fc38f6b7390a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1125] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b55a148fa7ea185ca756056ae99f025ff2b9f65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1125] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daa830e42f3a2b3c5d712dfd559922c85c59ae84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1125] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac88a2ebe3ff298f1612be7b720c208ac54c95ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1125] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b676b7e39fb605260731be8e0f86a3daa3e31f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1125] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f91dc4007fe45faab034237e9c3f815cc3247598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1125] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb185befb98ba7f921546cae7d3945110335acbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1125] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c62ffe7e8f848b106a8cac8a26ffec622be696ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1125] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cc6d3ba88b974e61d777b8e699944195e2ec1c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1125] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a85119acbe8eacdf29d5087e76ccfcc0f386605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1125] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ba1ed548a6b167a5925ded4eb003e584bf1dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1125] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c9162a828b8c10c884180a13e29f2f741ce2d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1125] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 892a939f0dcf9425ec94b71b3355a75474c70630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1125] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a2e4d8b73d76748412b60aab09222312092239d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1125] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8864239c5ef29dbd149ae0faf526d805c32b2fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1125] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 34c19ad72066e13300d3182f53e878b1c92439ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1125] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ddad1ae93dcea230166a71b0722bdeac5684cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1125] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 973a9ec5edb2f93c9d9474da5dd77059e279eacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1125] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From dc0f291b5f2846b66131ec6770050f40d36ceb37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1125] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bedc3de69f8fa25e68e7b94d8dbac42533a5d26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1125] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75947db3b437cbaaaf4481a302b372453fd9c4c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1125] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From c0ea0fd8b67e56b5f260fca694044ea3c60adf80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1125] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d00363bd755b97c58e3585a7f3884280ab21116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1125] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7a1ddc382c0c0fe4333962471393002fbc41c74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1125] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4164487c83153feb86fd3e98f16cc553191811d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1125] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From f9b14c4ff7e9d9dd81d4d991c990507c78b985e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1125] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04034a915d0566cc4943eca2df4e023223c8904d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1125] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1251df56e47f03525b93638e32a85b3e50937ade Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1125] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7067bb960e141769501a862d9777d006026087f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1125] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5ef41551dae6ccc004fde0524788e6ee59c7904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1125] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cc4eb946e4900c4779ca07a6b214b6a13a5aa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1125] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123327bb6a3484934b09fa46fe3e333fa47a7921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1125] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdada48145e77c2df42755c5c7a792f20387b87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1125] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 3ad113c0406c31edce854706a932483ef7f8fea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1125] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f7b8c42d45fe2a36f176543401697393d10e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1125] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9615896e77c538aee36f2982075cdfa3ca84b028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1125] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 199dcc938bcfaf26ef39ca854d0b194c40f8f8de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1125] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4719f72979d78cffd5f9149c7b78ab0ffe0c41aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1125] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f17a2124b4fc7101ef0efab6e86abdd2a482ee82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1125] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 601751bb02781bf31ed02a5dc4828e8060b0d4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1125] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bae7560e500e356a4efafbf60b02c322410f511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1125] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054c92eebd1c915e4f1e8b413456a8aa61b35c0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1125] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a8c7667cee80b673be145c28c73aab52d974b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1125] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e19fde8862d57134cedbdd4e0ff9e071badff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1125] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 481edb5d7cf478b9f85953a2f783cef09894f548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1125] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5f135fea4421a7e52f8b3d957474f497f71d6e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1125] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 270acfe6e11369d0aac9fb2ed373608886c5a080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1125] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 4672d9306bf9ab5b1bb4f1170b64569f17b1ea8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1125] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 51e8797e4dbb110f6ed925328198693cbf6f233d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1125] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f0f02e8127de32073f87c36621b6081d51ed46c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1125] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbbb795703023bbf1b9998e0c5081d665b8b3391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1125] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 5994d523ed32b94218f2bee9eb2a57f8fc372b44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1125] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From f7914410b5b072c673db9d001cf7cf65cf976dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1125] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 46f281eb1493f022bdb25b7c3b86a6a8eb85db7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1125] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 024c1acdd1ed7bf0a1ecd495d74ab247f85558c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1125] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 33fc5f64e61426c44359e6447795f25d661c8b34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1125] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d128397a2c809737686e21166dad3417ddda2bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1125] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 9a410aa67afbb1e86d7bbfea67bb8ca1074dd3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1125] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 9ee4707d613c6d5813966c3cc136a50c9c823892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1125] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 6ac90e0040d55bc53cfd0acf155d8ab8fae318d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1125] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8eb138d9223d539fc278513d1f6d049234fdf9be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1125] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbfb20aecf6648e5c6e0779836a93e1885405f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1125] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From a3d7ae3dc8833fec19c9f8ac7ee37f24c9db7359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1125] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 15a14be81e15569eb944d96b6bf1a873c96a554b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1125] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 0c05908742d2ddc24e172225baef3be779b0fb7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1125] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From cfa783f61bb51ccbf49d73dfadc2c37075805f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1125] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 87c579890da04b260548392c132b17afabf331df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1125] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61f70043b04cc7cea7719c1da0dde65fb15489e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1125] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From d94fea8c813f6f85333bc891e478bf235ea26952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1125] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 9cb7545e252eac615d853b3c4e3e50254f9748ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1125] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 472bb0439b9bccfbe79b63b9a85e36c7f9edf3d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1125] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3c7b570954c962a8a6f8c9c29f5d22eca9859d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1125] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 6d6d19d46ae6e49668370ad79bc08d026f57cb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1125] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From b4e6a4e04ac1fca04dc8b21443bc3da3bcaac016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1125] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a99d8c7d6b3dbc686bb1f5e4a6264aec91ade843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1125] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9848fbf0fd20851ac30deb99cb4ee0a5e65dbe52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1125] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From d0fdb268382f5e8c1fefdeede36f1e624584a593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1125] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f63ea85264f33f1dc3dbc35bc0b64f7c1decbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1125] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 7c929abb7d1ff590139c9fec227cc5eff644d945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1125] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 5b95191db5a525a19d18839d0cb0ee3db3678975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1125] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From bf174b2945803d7ecc124ac8cd6307ddc400b32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1125] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From c36ac58f5874005884f883d1931ee2c94a6ef2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1125] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 934175e97ba9dd76000efed46483b05ab009623e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1125] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2f1bef74e06fc4bf7a54b21b7659c270b5b0770f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1125] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 97ff6907edfde14b68ed2ebd910387d3d7e72e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1125] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 0ca6454982bee104ee79f75d1c594d34f61b738f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1125] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 3980e9f5ee27b6a3ea4e45098d517b0b1361751a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1125] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2cad20272d4ae4d06149d11e8dbbb4ded59d9e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1125] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 57c8a76905c73869955835f7fb4b0af249b9f85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1125] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 0d3f18913866397db0a9e8c63877f719871e8cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1125] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..459e6440d09 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"

From c08769b00b5cab19c43c21ef6d9f0408a1125b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1125] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From e68702d46da504704e28cdaafe330a2a192d9f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1125] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 24412930a3f5476f7ace0b3ba037f6f654992d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1125] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 441d31d2654b623165addca056927820b26d8a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1125] xapps: rebuild for Python 3.9

---
 srcpkgs/xapps/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..5ae1a2149ff 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,7 @@
 # Template file for 'xapps'
 pkgname=xapps
 version=1.8.6
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"

From 34626b7783288bbb56d8494e2c66b127780b7866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1125] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 8490d051cef19c97080ac9677556571eb75d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1125] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f75ae35da9e07cde1be12c23c27850f7c8af248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1125] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From e7547da6187c654cad3e007f353dc7fbaa4f100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1125] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f5fed5c77dee9a1966c5550100e009181a13d78f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1125] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c15b375859538b3a715327538250be3209fe50f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1125] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 809492407a6205e9de05972fbbc524c8b4dd29ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1125] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From f41ee782d4f36754a4b05211592c3ec306851253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1107/1125] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From f7e26eec53c0257179034128363cd7f6b0d8bb42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1108/1125] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 1f17692fe4d29d6126bb4be7ffcba788e403d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:48:59 -0400
Subject: [PATCH 1109/1125] squash! python3-PGPy: rebuild for Python 3.9

python3-PGPy: update to 0.5.3.
---
 srcpkgs/python3-PGPy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 602a5fadce9..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 1c170c7f56ed3daa52274eb61248ce4a9cb3b598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:34 -0400
Subject: [PATCH 1110/1125] fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 459e6440d09..e253ea53348 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove usr/lib/python3.9
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 88363311a4b865ae2808df5d89b5d8aa9b668a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:55:58 -0400
Subject: [PATCH 1111/1125] fixup! avahi-discover: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/avahi-discover/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index d779afc6776..22890ce256b 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -80,7 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	# Python files are compatible with both 2.7 and 3.x, make both subpackages
 	vmkdir ${py2_lib}
 	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}

From 58bc5986e8e5bdbbbfbf3c84a60d1d7e2199ce04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:10:37 -0400
Subject: [PATCH 1112/1125] fixup! python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index dd9884de12d..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -4,8 +4,9 @@ version=1.9.6
 revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From a34885a577511379a0eb5866f9aa8775d1f5f1c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:12:23 -0400
Subject: [PATCH 1113/1125] squash! python3-llfuse: rebuild for Python 3.9

python3-llfuse: update to 1.3.7

[ci skip]
---
 srcpkgs/python3-llfuse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 6fed10f17d4..653752e1969 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=3
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
@@ -11,5 +11,5 @@ short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054

From f24a96dcf59e134bb97748b275afaa596a945a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:48:19 -0400
Subject: [PATCH 1114/1125] squash! pockyt: rebuild for Python 3.9, drop noarch

pocky: update to 1.4.2
---
 srcpkgs/pockyt/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index 5c6b4dbbbea..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,7 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=3
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -11,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 222fcbdcbf7ecec06578e24475f0815d88ceac89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:51:16 -0400
Subject: [PATCH 1115/1125] squash! python3-snakeoil: rebuild for Python 3.9

python3-snakeoil: update to 0.8.8
---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 735bd1112da..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=5
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From cc74603c7303c6a4e46fd367ad4e6c70e9cc8aac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:58:45 -0400
Subject: [PATCH 1116/1125] squash! python3-pivy: rebuild for Python 3.9

python3-pivy: update to 0.6.5
---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index a6088dfe9b2..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=3
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From f61c83103504e0dbeedfb6e14d251b3b3c1ec8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 13:59:37 -0400
Subject: [PATCH 1117/1125] fixup! libsearpc: rebuild for Python 3.9, drop
 noarch

[ci skip]
---
 srcpkgs/libsearpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 93705d6eb47..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {

From 0df93a9e7129f9130d00b509f1081b178904a748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:45:29 -0400
Subject: [PATCH 1118/1125] fixup! libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  6 +-
 2 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index 425c8bcb170..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From bcaa5a6ee24045bab397ecb4926a03dba359b184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:50:07 -0400
Subject: [PATCH 1119/1125] squash! python3-chroot: rebuild for Python 3.9

python3-chroot: update to 0.10.1

[ci skip]
---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index 0f89b06909f..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=4
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 8d474d659bf139d9327025556381f03fd4429327 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 14:56:50 -0400
Subject: [PATCH 1120/1125] fixup! python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index c62dbfd55b8..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -4,7 +4,7 @@ version=0.3.0
 revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 739b759db6a9e8273577eae3bdf3d82778c9177f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:11:28 -0400
Subject: [PATCH 1121/1125] fixup! python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index d7a6236e71d..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -4,7 +4,7 @@ version=0.7.5
 revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From e848b38429b5204dc70a87f37dd4781a3b0b15f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 15:24:44 -0400
Subject: [PATCH 1122/1125] fixup! python3-efl: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/python3-efl/template | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 8cc9623dfe2..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -5,7 +5,7 @@ revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From dc8d2dfc1110ae5b62779c0de536c06fdbfa5778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 16:03:32 -0400
Subject: [PATCH 1123/1125] fixup! squash! python3-llfuse: rebuild for Python
 3.9

[ci skip]
---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               |  7 +++-
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 653752e1969..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -4,7 +4,7 @@ version=1.3.7
 revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
@@ -13,3 +13,8 @@ license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
 distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
 checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From bb1bf4b6b18dbd55335ef80085a7bd735cd056ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:23:50 -0400
Subject: [PATCH 1124/1125] fixup! fixup! vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e253ea53348..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.9
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 082ebc4280e3db83bf491df195a13984ddd4477e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:30:22 -0400
Subject: [PATCH 1125/1125] fixup! fixup! avahi-discover: rebuild for Python
 3.9, drop noarch

[ci skip]
---
 srcpkgs/avahi-discover/template | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 22890ce256b..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -81,9 +81,6 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -116,19 +113,11 @@ avahi-python-utils_package() {
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR REVIEW] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (8 preceding siblings ...)
  2020-10-08  0:30 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-08  0:31 ` ahesford
  2020-10-08  0:31 ` ahesford
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08  0:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#discussion_r501384232

Comment:
Good catch, thanks.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR REVIEW] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (9 preceding siblings ...)
  2020-10-08  0:31 ` [PR REVIEW] " ahesford
@ 2020-10-08  0:31 ` ahesford
  2020-10-08  2:57 ` [PR PATCH] [Updated] " ahesford
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08  0:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#discussion_r501384292

Comment:
I agree, done.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (10 preceding siblings ...)
  2020-10-08  0:31 ` ahesford
@ 2020-10-08  2:57 ` ahesford
  2020-10-08  5:33 ` ahesford
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08  2:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 862811 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1110] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1110] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1110] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1110] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1110] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1110] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1110] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1110] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1110] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1110] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1110] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1110] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1110] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 97e7d675423fb95464ee8fa040e01ae27c8ba83c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1110] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 11e6c372244d06b5d028d0df278f425edbc2c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1110] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From 47b49fdc51e371ee38f65e6307421a768cf63711 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1110] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10d213474d3f3deaa90deed28969cd6be1ceb8f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1110] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 9ca8fbcc8960225ea94fb2ab41eadaf922ec77c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1110] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 55a7885a2dc8725a7a0b0127fcb28b792ebfdbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1110] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From ddd9ec9c2dada607818bcdde89ff6a220f8205fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1110] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From ae385c16109f1215d512b884513778cceadd6e99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1110] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b312d9156d1dd0c13cd8833e6fe6442f173a100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1110] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 6a5f0c1662eaa255c8532b05c46019a32c88c2f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1110] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From ae21c6121f7196c7e04605a6b47f7e27906b816c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1110] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 68e332d867f3e9306e1c1054b95d9bc5b5f0ffcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1110] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From 3cd16941d0eaf8556806d8297463ca336c7379d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1110] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 3e766c7090db4406f74551330823daaf4e4fbd3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1110] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From f37da4e73fefa7a9ab7677c5eca9b775b6c884d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1110] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 2688c7a5c52411c62b2043a69c3f553374828bb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1110] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 39220779ff27d1aa035fbd0cbc2c8a0068f75f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1110] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From 542166569ad9b4c28fe67113624555d9f1c2aea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1110] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 60117a2329b6cf7c600ae78ef2c7fce495e29180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1110] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 56ad8a73c95edc5f4840e87e5de97fb203133ba9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1110] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 5ed938cbf5c705d45d6bd04f663b0a13c4d0454e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1110] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From e76633529edf63b491b190df4b9a753f0c0bd08a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1110] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From 6b41619ab4e183276954a8af2505d7c0df0d3168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1110] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From ec0e60226a21b4bceb0233354eced773af4c9b57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1110] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From cc2307009d96599aed74528e86953f78333b020e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1110] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 9acd476f85a288b5addf46092f0d3a3a2f892cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1110] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From cd576e339039179a119ecd4750ae28c9b1c47c61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1110] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 1bbfecf729f25ce1c16fdfc18c707b4b15ff56c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1110] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From dd179b3faecfbe9e9635575205942ca7bfb4a20d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1110] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 1e88d7e835d52779b260a40875c1706321258cd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1110] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From ca85c9fb5908d03990ce16451c6c80acb35ee23a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1110] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..6d4937d45a4 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation

From 2575025acd23211c6b2ec416a46620acb61580ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1110] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 07a9883019cdffc3578dd96d99c41f53be39615e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1110] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 72bf50c9943adb497d887f638acc9f6b7f15f744 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1110] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From 7fff1b4ab1712eb55d1a7472459382f6830ce379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1110] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From 9e996c3bd17c74e165c1ffb690f3d7183d00ad62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1110] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From f84f5a0c3d237417999f5137f127442c2051ab79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1110] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From e4fecd45b1aee916306904aa73164c2be3ef3ff7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1110] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From dfcc2e6a99dd3f208084fb4d25422499205090bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1110] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 133e481e22deaf33303980a1c69372c2a7a3de07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1110] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 0fb95444bd5975dd62608827800160b7a1e228e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1110] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 7f9d0246f4a992d1aa0d25d1b8896f1e9a2192cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1110] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 81918d191e924a1d204f85b9264d46d3becd0f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1110] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 7c53b440fca0c1a1426dd1a7547417309e2b3c6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1110] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From e7a30c7a238bca6f0546b4e78795e60eb1589a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1110] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 964a39b74639d1a0b8c0a75c247aaa78fb701a4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1110] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From c1b934e4f5bf2bba1b68827712bb704ecf002dba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1110] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 23914568c029ffab957eb706629cd41396848456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1110] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From a0698dfc59a08f3ead77b1ac40b201c30626b09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1110] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From b27f2db6b04187062bf7b6c7d1d6acb43e110a1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1110] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 730fc3f960fc58c0cb8f9f98dfb0d6ffc51708d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1110] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 3bddfd34d457f0cf12ed108f8c911671323a2211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1110] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 4f21c7487937b4ddf63ddcff1b430bbc9bc80740 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1110] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From a23a866aee466eeac65ca8b89455da79664b2516 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1110] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From aa87776f33ab36a87d5a9e744edfa818f50634f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1110] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 0fe77aaad77ad44ef3732f5b340d5f7054d56fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1110] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c31706eebef71810a64af92173e9f37d6a61e93a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1110] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From e55b8a1d8fd671fa60b04d90f6c62263aa2624b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1110] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From a3f0f1c6eda8160c587cf06b3f2a902effcecd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1110] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 0f618a2d14681d8fff11c55b011b50c0122c0ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1110] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From d6cf0578501d1110fe06d2e992cfdb92f18f9a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1110] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 5c07b08fd18f595e02e7c964289f7e7f74669801 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1110] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 7333eea0b055b8fe9d529a32a210233418067953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1110] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From ab77860f55693c4fc8f57a30a1f3952d1c6998fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1110] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From e13207873eded40625c417c02872e3f3a27fd3ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1110] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 5874dc9ce9d58a2eff13e12a022ede8b1b1d4869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1110] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1b47b5cbf6d8d6643549fee728b4b40cef83584f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1110] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From aeae2b72bc62665a632ae28912fd54fbf62efe88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1110] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 3acfb7da68bb247e023aa8dd9d267daa498ebc1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1110] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 5281006abf70ca50e777c573f1f4adc046fe0b66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1110] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From ac654b64f025422e07456ed1759f5a4875e5169c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1110] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From db3d9a96654ad3f6d5b10e8bbae7544a04235b15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1110] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From d4984eaff810db9a3e0c730beb4e6c575bde4272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1110] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99b3ba293383b82f59720270a4090ea23ed323e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1110] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 2c7c84576d9245504cf086be4235d269e013efde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1110] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From 7c30c42ba9a11adf76a5e1289115d083db046037 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1110] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From a5c1db76916f7aee898930f8879f247b74694074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1110] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 772236182774527b1fe663af537dcde0f678d5a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1110] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 83c8ef88bb9203dad47892e7d0d36af9ad974a36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1110] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6ca1983ac790e72c0f0065ef2e7af830bd7cc396 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1110] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 7560aacb4ce8e4bc874922f4c5e6c676df40e931 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1110] nagstamon: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nagstamon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..56d0f1e89df 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,8 +1,7 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
 version=3.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"

From 3635e5b625d5a880101b06fbf73700f45f58f633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1110] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From b6546067bd2efe0def01c888419a660f8ac131b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1110] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 2c1e356439ffa256bb050bf90c48ae8e56eac2a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1110] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From 5339dbbfc83603460f351ad44906c7057dd1dac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1110] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 2583b151f262c498430f3ee8289e41037bd488ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1110] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 2d5e69b71dc13de5ca63899c16a7a2f2e22509f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1110] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From f0313642882dcc2f76ff4e04f00f5ba2d4b41c2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1110] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From 967f2016368e939282382daba0af8fd49ada195a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0102/1110] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..aaaaa59c3a7 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,8 +1,7 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
 	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop

From 115dd4cf58779e633d9aab7e46f001e7810c998c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1110] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 96fa80bad05bca14d9b4ad6425a6f443761a4ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1110] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 2432c924b1b69be4f48d390a920142186e203d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1110] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 328c5196bbc718de252f2ed9821603d31b6a27fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0106/1110] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From 1d00527700aee265a1341308285d87e62d367454 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1110] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From f0f98f74d7d7bf23c7b6f5c64a8f94476d38c069 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1110] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From b4b1e8be93a03869e13780b9672b2b1affc43fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1110] pocky: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 7f03c23ac528ee329623af9ed92f2d414929cc61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1110] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From f95c19b62f0a53f36630d4f42eebccf2d6b8a31c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0111/1110] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c85bdf4c0fd240966eb3e92244c3c7cbe97611d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0112/1110] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From e59b1b4f59e5d7a4f89dd86b587c85ce14fc7c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0113/1110] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 90e79d1f7c1552cb51d68c6330df3454997a485d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1110] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 814133147098209738ece0d3b7d95983d06dc53d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1110] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a1a64ef7b9c3a0b60fbfe635fed8383bcf437236 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1110] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 1a3ac3d564f7603f27cc0c68d6917792dc5cd880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0117/1110] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From cdb2c9c0253363eaf81d210aca23b5da6b8d6189 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1110] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c983d0c0d404464115a6d60ec660ad63e38b87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1110] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 678bc64dea4e4b0e848e08ee1a6668a0891e0e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1110] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea040b3f5f57c3d66c388db5309ffef21d536270 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1110] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9ac5e4f45b44fc7df431031f0c11a84ce2d533e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0122/1110] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5793902259c7a7f5f35246cdb5aa8c9e718a65c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1110] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce9e1ae6ac3eb56cc4438d86946dfcdd0f10d97a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1110] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8de708e44ed319f599c872814da623b5fc47589f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1110] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0e63e31a9f7ca8893272182fbc8705a97b6c5f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1110] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ca245dfa0b74ff26f680d3caea1e15228f164b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0127/1110] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From cb4d3b5b07ce6aeadbc5a5790fa2c4db3ef647a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1110] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa3fb241e452feafb6aeb5d2c2b702815c5b2118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1110] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From 0f647b74aaf94a3040a414c92f899882d158407b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1110] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 750cb02410ff195ef3669e6e77ce37b055348f93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1110] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9224bc4584b828d3f2778d8f96a598fd858ec580 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1110] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba34632295caa4366df51f51e569a033b63fb013 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0133/1110] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 4ce1923dfd1fd5989f2de82629031d6b67270d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1110] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e02634291ebab2b42748a8b8fb321f0c41cad236 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1110] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 090165f0d58e0bcef21eb68c75bee91849babf63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1110] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From f13266b6edc3d2514b13b7c117962d7ceada424f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1110] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4accf6ef0ca85ef9340f4037d4b5437e7379559d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0138/1110] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From ac334a9e8f0620ad46768829ae08673337cf1012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1110] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 21b48635adb6f8da03adca8d8c0ac693dcde4a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1110] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 2b291f17c15d56e89590b591f244cfc4075d03c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1110] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce19ecfb3292e4f7f2c9ce25ae83b4a689383a75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1110] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c69d68e5f3d4fb7a383673f6a1e252b53fadeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1110] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f74b08ac5bd8d96d130d2272e1f7aefde4f4dfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0144/1110] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From ff9cf5168cbd72a8f5b194477aaec3a17d36e28e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1110] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 6eb75cea853b2914ebef89d02d78918a17599773 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1110] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2729fb05562ef22199500bc33f1376279314a4c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1110] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 95ffb5b712c97d2a217c372d658c74ba8618eb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1110] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 129ada417253e8d9a386d13d27d6a12228a5535d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0149/1110] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2257d6461750332840fb7b9bf04aab41e45066b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1110] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3172d48d1a024f436ad35d9643c9c29f55ec29cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1110] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From 660fd82837917b9cdf7e5a43014da8c52d9b0b89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1110] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From ada7609529f89b2d56274a1431e10e017da82e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1110] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From d54e3e56007164376500e2b9be67f16bacec340c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1110] python3-ansible-lint: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ansible-lint/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..2703787f60e 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
 pycompile_module="ansiblelint"

From 383c99fb87d1be691854f4a27ea2395aa11d0b3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0155/1110] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ca9dd2079fb21e06130118dcab25257472e8b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1110] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 6982ab556b0a506f452fbe5a7727daba1ba5d9fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1110] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From f1372daa28fac1755a94c0bf3bfbdc50adbe42c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1110] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04f94d99f6ce17ea73afb21ff0b4813bc347c566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1110] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 812d3eef86043e9f945194a6ceb855d3d1788d0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0160/1110] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From a907d914b85b25cacdf70fc2d649365216b0d385 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1110] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From c628494f7f50070cbbb7d926fa17457ee8ad61dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1110] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 4a5d380ae3aae90594853266bd414240c7714b25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1110] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6452aca1f514d173fbb421cfcfaf216bea5c0f81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1110] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From fa08b56a4f968f3114ac0af5126dac787fa27317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0165/1110] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b125f5694238ddc8b9fff6ff7e86bb6e84f942d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1110] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 6d710324551e7937d54040486a8e5b652cf54dab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1110] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17051565b6fea7eb19332c618f2e03de81c118f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1110] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 67183a0cca55526b379bb561ebe50831cfa51309 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1110] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9a29acf708ef4c232e7c17933c9a29b51a7590b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1110] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From dc6b8bd1c9017b2efdbcc97b4867d59b112e270b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0171/1110] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 856b9be8fe0bbb18c5e96a068ad8618b82f83a11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1110] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From c10899ff02d23e98e2a0f4f779418a2d8a78da54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1110] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 4bf569e3a37202cdbc5d115a57b1e5bb9e4df73e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1110] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 29616902584857b4580ba10b93e4aab61678234d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1110] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 463b560c61a802d73b34c158e43747e774ce004b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0176/1110] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7c90b06bc83ee333f2590f607a92b79a133fc27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1110] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 0f9c4edda6e277f1f6125290917ad45abffb4062 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1110] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From ad59b6ff83d7deeb7d402c77ccf1fdf1e4d76a00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1110] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c1f7e907aa1fe3c7dd6c9e69c6c001967665a47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1110] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d4f4346d8e539afc72a5a2640df47ea14280b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1110] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b829498dff96cd6c563f505d40be04da151a9e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0182/1110] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From eb5b533bc147c9e83a2975994e8509dcc00f79e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1110] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2655912ce9422b5434c5ea185cf8cc4e25ac996b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1110] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 142bf54a44c2888949b06f3086b6a3ec97a487b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1110] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b52f16cd34f12d26279e724cad81d65599be02b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1110] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 159fd188300cd8fa6ef27e6dd43bef785336d1f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0187/1110] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From a5970cea13060de643b758dcecc58ebe1d4b6fde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1110] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0b9c65321e69abe7b5e4a3230566d060a5dbd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1110] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From e6788eac507b8769603970a346dd32a0e9100be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1110] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 511af61204838818290789c64854752deaed602c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1110] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a0b79101f74019e33e8615dad07e7105c6a7457 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1110] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From abc127d829cdd0123ef2252aa723948f17c806db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0193/1110] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 843d621cbd9df1bc22e848a92edd4aa77aeb8893 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1110] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 64ed386c0ee903ddf5b122298151a1180a5fb5d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1110] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30429eefecb41fff67dd29564861b282bb7a3d26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1110] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 895dd3036ede4020e2ad5158bd7fe42462258c68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1110] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d065109d00e1b4a5e7aaef45dade4ae24126af96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0198/1110] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 105fccc419c20d144058b95f0a886a3967bcb416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1110] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From b1d9af36a7bc24cb2d9d9cfa4424359c6044338b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1110] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 96042bf8c905540187a4fff1acf734eeceb1ca89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1110] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7d809c64e1b25bbc990f71e875805eaf79e833c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1110] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1701f6b485ca038ce9b17a2b2e0b89ee094e936d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0203/1110] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 222c900506b6154d6104611102e41a624f7630c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1110] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2ef010dcd0158e5f6a4d0c6c9a9ee990c1617d10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1110] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d63e9c0ad440f90767cac0552237a65a54e7d9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1110] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 427f6c4520529d221ce7567430ec2dd7bc07479e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1110] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 3a8a0ceb5951530e97a0267b29b3291c95dc8330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1110] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 846d5974c5d6b021dce4d4191a022d5c3ededbc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0209/1110] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From b5a3c6e3d506eae5b2bd3f4f34c46d7f206a9e80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1110] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da64cdb4d5397a4d7821bddd7d5970b0e0eafe6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1110] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99063530b15e37eabcb1984deb1f2e55b96b9762 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1110] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From 8aea1a66756977b15867b09e6a65ed5bd8e1cd21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1110] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 47603da7eff3f8c4d164dee2e91c8718ed7c6610 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0214/1110] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eac5fd21157d9ec5aa8700a1edee247fd62cb071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1110] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2354ffb8c9c14c2d96c249227aa335189d3dc89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1110] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 68d13882ce2b8ee06dc556fbb2ae5a5b72113094 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1110] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e04b00b3c0278fc04f6d664505a8d48fe11d10af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1110] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d79404a93fcc475f6afeff09e18b1889aa772bfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1110] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11a2dadf2d772ec14f037a0d0e23943d209208ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0220/1110] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4da5e95febc41f5133a568ba8776536db107e576 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1110] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b1083fe64800ee56cf2ea489fdad0670426027aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1110] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c11b42132df6c8916100330b4940188e10e5c856 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0223/1110] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From dde2ae5eaeaebb1cbf2645040f2ac08e88b4a113 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0224/1110] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b76e03880f272024df4e9626c8b0bdf23c7175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1110] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08e1685349eb04f4839587a810e0501117e886a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0226/1110] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From cdaece8f5f82430229b8817892c432b14c1697fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1110] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a09e5912ec51cbde4d3ff5843e44bcc1eeaeed38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1110] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a2df5ddc8e84d1118093cde65050695bbe47acf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1110] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8cd4950b60931bd678493acb287086747205319c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1110] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3fec6c074dad96facfe33592b6f5069996d7c40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0231/1110] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0d8aaffb0d93e70cb59ccf226da390e166899a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1110] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f0432941ae0f5f6fedc74ee2c441646d05619b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1110] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cfd3be839d657b0bdcaba9f32b0143552873c1c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1110] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c55e41df4d2f320b40dd0050181393406520fded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1110] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 544537b199e134baa7bc5e46af7b02f1e88c1b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0236/1110] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08641c48cd43022a39af33e39ac1a19c08e97788 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1110] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f2958d2861a233dfd37823011005f7f04c207e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1110] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b0a1079b37f33d1025510fc6c0ba5e9a520d7e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1110] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 19a43a1fb8ced543d484b559caeb27379a0ad8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1110] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3acb17cdea0e6bbbfaa29d6081138054f6cdf8fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1110] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30c83270eb4e2bcfacb7e8ddeb04cfc5fcb7de9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0242/1110] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 93634e75ceb8e950a85276c83e8eda602ebb3ede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1110] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 8b55b1fa7d8ad0032e20fc92dbeb8d226157ab23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1110] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 317013cb20c64137befc037c55516c90c4da1e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1110] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 37b61697b15aee4bcc9a552206f8b588211b0c6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1110] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 423c2a8412d52225380e202ab4f9f5c466599d15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0247/1110] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 7324f35237a3be247b7d7bb25b4b20728369518b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1110] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f588546d3b4d3686dc4448ceac2f814828cfecfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1110] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58213714814ae38ba3c37eafc90361eb9c046c67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1110] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cf0fe3aba1dcb19f0bc468b45d547988df92913 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1110] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a78603a6d8e111754ff68e7c13d5942aa5abd2c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1110] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 338a3395699aa7af9ddef2331a10bffd360b8990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0253/1110] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb3420b8fd37afca6a0b576e23fe805043955400 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1110] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 652eb1e57776ad19b32044274427191f21cdd6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1110] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 0828c2a77df88f44999e13d7f827b504729240d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1110] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From a51ed34711ea817d0b603ea32796ff106c26cd7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1110] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From b0f8f0799c4bb47dd07284e395637d2cac4c88de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0258/1110] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From b965385f7ce62332c5260dafd97c806d5f84a29c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1110] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 89f756212d2b0230112ce3622aea96897e02ad8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1110] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b36e8b6968265a3eae3678f5aeb23ba5ba451b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1110] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From 32e7dad093c6a7c2d2e48007f467eb2ac103f1bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1110] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1d2a80db0511766f660d9f508a4e45595632ff8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0263/1110] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 4c7c03e399e8b49f5c7b6b4af229a119da086177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1110] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From fbd5986881b9e90aa5f93c65c87c52ca70fcb79d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1110] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0c023ce3e1fdd83ea905512700fa790b05003b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1110] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4ffe7f97ae8911732c374685c1a6b805c62e755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1110] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From e449e847aa38c1de438b2a98615082cebe92bcb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1110] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 5a12d561e5e1ff26f35b321dbbf47fe411196c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0269/1110] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 8fce424ed22e8ae6ce79f61bcff1fec9fda51a11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1110] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe9cd46120a6328f5680850feb0e0d5d1e7fa660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1110] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bc0e4129a79dfe34ff457f8d88277d157fdf63e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1110] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d661140ec602739e7972e618e2a9f4f4302c31a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1110] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 177c56a9e2c23a8338aba723efb3d4e5818de5a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0274/1110] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a85c9c8e2365c43a7d1477a69458dd27391c59ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1110] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b163f166f7974db7e458841b8e4ff1cd2abd1061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1110] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c367f2cac1dffd4296932060afc788c4ca696cf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1110] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e89aa55db1376d4b3149b461ccf53084b747b8eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1110] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 78b5e92d0ebca4028aa7cdd5e16a6d5d5080da2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0279/1110] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From b81ea81f31032aeda32471f5b1be3e16e99daf6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1110] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 2176bcd42f5a5aab4c81fa22db0ab69bbbe0d98d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1110] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 1f0dfe862bf1beb5dbc348648a58067789479473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1110] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From af9e81e850d88ccca67e0a5b71a731397415410e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1110] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f42dc225edcd563cc5577e96a670783523e5c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1110] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cf32ff6c1466d89a03085329f2da2321e24da9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0285/1110] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54da701efa2e59f0474a3b06035514adb9a33dd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1110] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60beac3d990e58350eb1d00c4e7811b61479037a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1110] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 348b247097234092680e57b03e1f15d8c7e86def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1110] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3679ca80ec56b7787173693774ef0a1445042510 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1110] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 53e75638494dd2e6f7d67c9e8b241f61ec357f2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0290/1110] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ad5ce1a580c21814da37880ffefacd9b526735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1110] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 274c8d7f703a2b329436e1e7f36dbc2cb23c8e02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1110] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 743c75f842ded0b3adf8c5242f9452d9bb97266e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1110] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 3e0e03bc0fb8a254b05996343041b45d8e09f027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1110] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 94c444270f1396c45bedb9faca1cfd7bb3dbb894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1110] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From f0165bdbc8690acadd2c217166674628c2f1a150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0296/1110] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 262f6e1707df767cd77ace2de3391947a37acd0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1110] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68f720e810b7ae4bea4b7f9f7a0bcff37d3a06c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1110] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 73ea19b0a53f27b36705fe1774225b02fc74d9d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1110] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a6f21db8eb79875fa0b1e72a655dc0154ba72da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1110] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 051f5e1c1b4a552e6c53a450d3821c7f67ca7f7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0301/1110] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ddd961856bd4c2060776ab7d68010f53d47965c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1110] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df37599cfab1a5eaa9da3b2df5eeebd43e3f6cce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1110] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48453cdf17fd0ed905739845ca86ae9f0757c2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1110] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From c40d2a77081a6beb8bc49c977e7cb733e50d3b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1110] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b7ce48344f45af7a1fb3270cbf1bc1ddf0a81812 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1110] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From c325f02adf97dcdf175bae6a2c972656d9297aa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0307/1110] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f489aad5759c4a5b58485a6e585d04cd8da54e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1110] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From fd44ce63b845dcb40ddb295d84ab2c46607c5c5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1110] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4bdf7417ed27a98eaf201fa8c1082e0e4a5a7930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1110] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a9471cb32fcd42510adc3a795b984e251ba0d64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1110] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e7490042362891fa16e7234b51dbb2678913f1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0312/1110] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb69ba19c1721d861e1659f1174a6d0bf3057d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1110] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3493c46a41ccaa378bbf766a4028e53289bbddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1110] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4979b9be063387574f15b9e6508acc4dcd4e3b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1110] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From b2e1a811049c277ec2d4b716b96ea8ffe916688a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1110] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd6e9306067b9b813bc7c693100b456ff0e19f50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1110] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4c8fb0c9f35adad8e2248be894472ea4f3c1acd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0318/1110] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6702cd0c49448e3b70dd8bb2c92f9338163f8b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1110] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 7110b955021913b5498367bf3f299947e5c2d998 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1110] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From d11fd1ff9cf6636118621706822a1a588c184ba6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1110] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From a2a597b9920ff0fd23cff9b038f1bbd961b1d5c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1110] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From af24a931ceb34a929700e2ae825dcbc5d7058435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1110] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c52172c21167db276fc399770e87ab7f83f8e09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0324/1110] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From af779a9257ff2db6e2bc1942aef8d777b7f1fe02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1110] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 930df6bbdea54333eaf1cba9b562950edff3686f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1110] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94872b1bf97752bdf5392d3ea577bb3bd8fbcf2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1110] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b0ae185249c22b3a563585a63def1b87c28b3e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1110] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From eb5a0bacddbe083cf224114598bda8c0c0d16481 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0329/1110] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03f6df4604b3ee47ecebcaf89159267ccc866d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1110] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f26a7f090d2aa6f74d109109af386608716b2202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1110] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From e59b69442e1fb90100568adcc5c783a2eea66288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1110] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 3c3f6b9ae3616633194efe786a0dcd9a728f2295 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1110] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 9d85dd27da46951f68ff20c453d2fd618ac19f13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1110] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 50c6e83edfb83506be505d20897c83f71d1870f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0335/1110] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e66b3912c641f4f69a4746e6646f2216dde016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1110] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d914f4e95dfa12bc9ac238ebf2bbc752c4150c54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1110] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From f2c2573b9584bf4883eb419e0a44db3132d84135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1110] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ad949f18539659f7ae77cbf2538480103c4e5807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1110] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e277b105acf198c01f2b160dc5cf0ea183debdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0340/1110] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 937bab075bd4b9daa673318d486b404135c9815b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1110] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09489193341fe96824eb84c0437e8387b06bb64c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1110] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 6bf0f0fe7dc5bf16d6e891bde7df0e61b6356ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1110] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fe5e4b85e72443cae6fa0ceebc08f0b01e5899f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1110] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From da40be0809560e7922ee4b0fdc09ff2bcf508825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0345/1110] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 10bcf02f1c859498ac761f55e30bccd9c4c6cfd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1110] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82a6b8f826ef91850f8dd4c9f207c7ff515a27a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1110] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df64db27fc329c15b79605f774f8ba6d43ab8428 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1110] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2c1a865f7be80cdcc4da321c0c0cbe9a6eb27ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1110] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 25486b3553cc4e9bc458157af9d052356f47ba6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1110] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdc94a8d32d5a3fd9ab2094db89094f3005993f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0351/1110] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 6b49d0d7dd97e6dca08d419dc59d412460225ecb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1110] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fafc8975bf2f5f892f41a0dd0e1c1c4b333fc26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1110] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07c33af9af96feb2fa304542cf427fb796d2dcf1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1110] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 63c2ade9a1e54321f8ff986c51c92de746c717ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1110] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 2f63be51e792bb9402afdd551f744083bc46204e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0356/1110] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 0b20166b8be647730b1f2a7a6685f24c5bb03203 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1110] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From b1341ac387c71f16d3499e353e72be6b507df33e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1110] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b2480f32cd767b6a8b0a4904d467aa63428e2a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1110] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 8a833d19aa1b64e0172b7d8a38dadfe811efac13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1110] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From d632f4874601cc4dc20905120233bf86f1da9ebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1110] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From bd68bf1759106d8fba6c5097af1f5b634edc1f86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0362/1110] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From d9cfdc18e5bb9c697f686b349d6174d31e63218d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1110] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 4fb67f151c00a6fbae0832db8504c43350a097d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1110] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From e665e628ae300ceb3876fdd9f4e4e91e344d4c05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1110] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 9b4891049f843d60e7f6395f0e54a7f6563d7dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1110] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 3dfc95b08d8604b6586e9a5d8639b40a829fbf91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0367/1110] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 02d828914b5b8cf240cba2b6dd9ab12e59dcb594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1110] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From e0c6e68d4dac94005247c47bd4220d82ee3122c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1110] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From cc7a1ed579325dbfbf2966ab20e9d22948b62496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1110] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From de3ca53089a60cb376f449df60bdd4513dbda267 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1110] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From b192f65abee5c0d0524a4dc647a9b53f57f11f1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0372/1110] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From ccedaf66db972fe1061b817ec0a331bd88b6ebd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1110] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From ffa8c8e3916bef675d8754196ce823f1c79cd266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1110] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From 16cb2d83744f4636196e4ff80cd07c49dabaa4a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1110] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From d3611949186d761d6232b473374111f0940f7433 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1110] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 692c39a694377fc63bdb5bb0050dfc6d40c4a5a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1110] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 9231a66a2a440fcc75f91706d789b28723bb0df6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0378/1110] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 022e1188b39f20f2233676f3238320965f4ebbe5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1110] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 7b403175df8ab9f9eb561cb5cc6c177a4bfa6295 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1110] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 8cdee2bcb4eddbfdcc3904ee38b9b43287c88c7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1110] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 7e597ea938edf0eda48854d3eac42c2140ea95cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1110] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 49e9f82f917290c6c9ab23a70f1baf1c23522247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0383/1110] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From c20dc73be31f7b41879f8aae980e92685bfa30cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1110] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 1fe112bf4d15e2df00a952f5941e52a4b03dc62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1110] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 444b1c4fb933a536f24e761f5f8ef214076d81ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1110] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 07c711f4a0f3ddedd07231168be05da754ab6e8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1110] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From eead7c4369b3edb7e380e5a3113acdedc8ca11de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1110] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From d802839d591d78eecc6975dd76f8be74c3c82419 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0389/1110] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From dc57d4d92d5bc3e1c22a68af4db6037a186dbe63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1110] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 27d979ad7a15e608ffb20c30c748a5d37e4c5bf5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1110] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 9fa140c3970f2c067149c9a12a0aa20feca26b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1110] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From 8362f0f24173dc3b5a6ceb34ff643c0f9d03b285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1110] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 55bebb5d38da6e9fb1a6a1757bb9605b57d1d2ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0394/1110] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From bdf18d12a938b0d5259ab0667f523bed3fc57536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1110] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 526daea7b52cb703f8614c1ea716ce82fdafe3ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1110] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 074c2c4aa15c4125fe3ceca8b5fef77af5eaff64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1110] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 7d8c87e4efdf10178840e3133f8d730e07daef27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1110] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..7524403fda2 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,8 +1,7 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="vidcutter"
 hostmakedepends="python3-setuptools"

From 9d40b9222331be2e91b60bc67f2c5440c8165409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1110] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From dc6a9bf9cc630a8460175b7f0f97224781643d88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0400/1110] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c82f1a5043331bb77e2d942d0429a445d1720b5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1110] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 624ae1f11ba04976985a79530e33c8d2320c8036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1110] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 6e83da8f89df94c3f535631e1b5b0c5a81a70d0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1110] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 450e243e3f5e9ecb3bad57f6c787a6decf5e014c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1110] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From df212bdf0c0b67eac77f8422d4c86a5f12d81f64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0405/1110] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 489d58fa67998035d7fb2976a1455ccedcff8d6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1110] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 1209ae34c49ebed74fc34615e57060568661a54c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1110] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 52d84ec4233079eabc5bc92c7dbd4184e3d4229d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1110] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From be0a91296c9a65535176db29f46e6ef7a77e55bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1110] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 60e67b7cc93100f420358f3d941b24cff97e810c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0410/1110] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 48803f9a739866d44a38b8191450b59722f53e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1110] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 097268badc69bc6f7f1c6eb4170d5644bbca3fba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1110] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 04498d0b79229c6583e8684f786e0dc950ee37de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1110] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 428627663264cc92e2230f24f9d77fd051d22357 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1110] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 9b337bf98e4b3163954667f62691eb9aafdecaee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0415/1110] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 0a689725700fecd319921fa10f5c5cb04ecd7fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1110] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 20da8d63ced7b85463c99bdce597d0509a70096d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1110] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 4b235813a90ff8c0ba77df1d2935002f4d204034 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1110] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From fa5bd09e9baaaa5edb254f341724dd5efe877a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1110] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c84d584b865f3352b0e7362ce683952dfb6bf2ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1110] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 999de3c8f700569f21616e1ced278f937d8cf70f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1110] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From c793f530285742c8c8ae87e1746bec62e58f0930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1110] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From c6ef84d170525163bbf97846cc99cacac515dbd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1110] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From a60220faa9cbeab09c61c47a4a2c7f8198a1c01d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1110] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 8dfd0ede4813ef65aada91414d2afe7c01098e5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1110] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 06046dca14cd572e7781d50030c6cbb4ad088678 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1110] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From f74bb07a270c7fb34f5b9b0d45fc99bf56862935 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1110] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 61322d763e0dba2b4a5f7355b34a5213225c9bdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1110] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From 059e00c9a7484c99fe89119515afd395b04b1d18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1110] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From c2fa981dc79497949138b009b7b8d1fd7d9c9cec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1110] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From e374aa7f2d97b6a5f7ab58c3fdbc2f7dc9a8644e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1110] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a8856f0f954beadb77c62f96d593128fda58b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1110] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e3646519d5c39f2c0dd51e51666abe911569be7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1110] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 225932bb13b507cf2513e003387b120177d0fc38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1110] blender: rebuild for Python 3.9

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From dde9aa61afd8bfdc78b2af8411e05952d3eaeac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1110] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From d3a9089453c790d6a79f33464073a709b42f2bb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1110] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 2c71254adfeaa96344fbe67cba45e83b767ac882 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1110] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From e9c4a657b158ed6e5f507d0c8a34b032dea4126b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1110] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 1526e6779bc223cfc3b8063a02c469522bf48b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1110] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 7c1a1c4d66b51998f006b1359d7f5d7d28229cb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1110] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2bf2bbe3edae3c7a9917676c6bd5938070fe6f52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1110] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 7182c0bb0160a81dda3b3c9edbe281fdf5bcfc07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0442/1110] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From e0ee389ad73303fea4b995930c79fd5b84f81763 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1110] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 49e1401c5273538683ee5b7dfbeb25d64c01158e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1110] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From dc0adda8f2e4818d5116b5da7e0417bbd60ce2bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1110] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From cdee969c173e43ce13e512f845e12ad864a19c18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1110] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 754fc1cf8ca60b0891fb3ade264c5a46abdc1ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1110] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From c5a8edd9c9761211f355582ac3811bd1c76a0bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1110] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 94efcf55477a0c000d36f7148618a536f7f3a154 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1110] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 449fa39aedfa11e42a188dfab2f04353ce513373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1110] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From b84eef460c837806ea0b844744a5e2932593b7ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1110] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From d44d50993f34937b38af649030381911ed6ebf9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1110] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From 2c8d19b9ef55a84d2ebb5d6793e1aabb5a36a849 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1110] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 663ead5a127c472af6a5d3632d26f8a26d5f1055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1110] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 4c5936f71c82ea6ea738b345e5ff5e3c0bd7fc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1110] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19476b0c1fe24e0cbf96ac180e0af00a74c33c9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1110] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 335c51c07d86caa27e351ad2bb1998c1e6d589e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1110] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From ca3f51acab595265019faa38f15d9efcc72b9541 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1110] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From 04b35154dc89ad984b40f083aac9655bd7c06052 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1110] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 069cd913c993615431f16ef8345ffec2b5a07640 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1110] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 29fd46b03a84dc458545b82d5441cc4b9ca07a8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1110] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From c7f8b0772ce0778fa92a07fdb5ae2f100df2a62c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1110] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 4a8b902cb3481b04e3c2651272e32f453e3c0c79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0463/1110] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..41fadfa1282 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From 10cca10b07ceb0487b261dcdb430b2ee766a0bda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0464/1110] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 8eb2873690ae29ff3b00c247c7e5ea4d4088e9bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1110] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 062eb6959390dcd3235cdc87d0574f722eb1f92c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1110] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From 73eb9c2c88d99eed4e4d0ebe7eb6def60422c492 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1110] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 950459aeb1bdb670c0ad7345c61aefae980fbe44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1110] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 1a3803a15fa7668353131d0d44fcc1b2c2b12073 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1110] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 21c6141c32252c959e31d9335f3508a65d6cefd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1110] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From f3aea111001dd674f34bff7c81d67b83287c5ae9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1110] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 8a953ab3518930bfba7a8091b13af4a4ff3d06da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1110] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From bc243465ca1b8542d98d5d05db2e70c2b9838c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1110] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b22cffdc5f82b12050e5be78b2851ad0763305f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1110] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 103f2b6a0aa743e1789ebbe2b51c35d0f93767e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1110] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From 2d33d30579ba7c7c62c22eb3c22a3eefe2f09f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1110] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 70721af53fbc025a768165c01abbcc8a1f584a92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1110] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From e7da051a4a0463785eb4563ad8fe7fe858342401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1110] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From af9f54c105af871050d1a10698db7319475f8ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1110] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 91f4dfbe80e51c22ed09b48f05b7d7f2eccc533c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1110] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 9af1ac593070700ebd86e84044c89da238316fd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1110] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 1bbe737719f2032756b072b647a87aaa198c8ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1110] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From b105dbc938e7502c822a762778285d2f8110cfae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1110] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From f2e4019042828262b800aeca34bb948e5c8c3db7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1110] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 4761d53bce449a5c7a0a45ebe8b80d146c1e24a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1110] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From eee3f697cda9c155dea426ce9d8553f4ce29a1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1110] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From a049a00ee150865d9b1837aabae7a6938ceaa956 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1110] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 4efa2063d1ee91ac1acb8d7173b65f56e4b98ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1110] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 9c8b048f5ae1d443277060ff9fd1702edd2a3d06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1110] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From e3ec912799e4c1e348ecc3b2511b6ac0569865dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1110] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 34c10d51f29ee55f316b431b2a4466c85c6da370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1110] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From a59f6235a9731c9977e804fba3ce1d51801a758d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1110] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From e4f97bd2281bae8b099813c068b4bf78c2502d99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1110] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From e42b4bf869f2ca3e03f67036ca21fa8496244d7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1110] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From f5aca078dbc5c4d8266738ff60c0899c4ad07e40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1110] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 5b50d0d95f28df26ce94e414b00a1fe9c9551aa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1110] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 02a2365ee1a203168c9ae6d1dfb7916adf4be68f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1110] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 4203cd425bfc0127b6b0f1fd38b6192a6f570b0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0498/1110] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From ce16befdd1751ab3f3f99123072f58f2a35a4e62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1110] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 369ac0d190bb364be42d4b5f4cb51a423fe32bd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1110] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 778583a728482752e6e0357e6b00b714b390b2a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1110] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 3ef1f8f56c544f855dfe98640f2f1ac845e93822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1110] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From 5064a63b9da3752db3513f75f0803ac8c6731b0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1110] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 0cf6cbb546fcd79f6713789907f7c179a9db3c81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1110] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 6d4dffd11f3116460829cbe185fee45d33e9a13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1110] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 54f1a1c7d8e31a5c9264d3d4d9097706b0e607a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1110] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From f8035c5f5f50f807ccc9c8c6d8f8e85eb7d244b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1110] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From cdc3a2b60bd6be0d60793332c06897aa9af0f4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1110] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8106b16857c229cf4aef3030a0d31774e4a04a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1110] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 1941335a14aefa1f45af643d5b0de3a25492b0e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1110] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From 26400d3bbffe2b063da5861ce3bac6c93e31a496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1110] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From f422229767ba81c6d94c6f8d377bd8e22e64bb99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1110] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From feec217fb8890a08562d6ddc172d93ee8380ced6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1110] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From b9d838506c92e67f657bb648fa54856ade769bac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1110] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 6f2e261a12428e76e9c4edef675fe7d4a9e3ed7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1110] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 09823692edf4d1eafee4f3052b73b821ed4b437d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1110] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From fa84bf58d982cfe33ff5f560e533115e9a9c4deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1110] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 6ae44898c5e61b38b2b2b8ba0282772df582c3fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1110] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From 343bf7957cdde4714fc92bafb3534e7b730e32ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1110] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From e37799a269ce83064ebf0b7084e7ae83ac6557c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1110] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From b3edbebf7717d63ded3622aad9669407c149e8cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1110] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 74b49a8f06a0180cdcc3b0307ea64df4aed1c93f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1110] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 4dcbacde77e852d4af3add201e2a7427c81c899e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1110] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 6354b0f8b448c2ebf313fc4a1cbfc17f7a2789b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1110] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From d7e43ad040004f155aa9ef4df109d39919604415 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1110] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 2bd1df8956146fb18161a9249660e135bb4f3e84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1110] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From efbce3fb026f6e4b72b262cb5dc403dd50895725 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1110] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 8247e3e666b91736605f90b6ef82fc7f89f7f877 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1110] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 4cd0ea655a14ff1ea3a182a11fc3b3bf3e1d9b65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0529/1110] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From a01b8f7a4e63169535f69b2ad12e41a6b6124ef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1110] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From ed7063c769e1263795405edbedd06713f696e7b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1110] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 64fc9706090d352457e82121e6357a52c9b1cdfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1110] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From b2005bce87579431c9207a155271fa0d16efe50b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1110] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 9dfd59b05e32fa80214a54a02ba06672102a2f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1110] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From b0bbeb4f6695c5fcf0f9c2abb3f607278e6fe789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1110] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 020de515281cdd58698afc5fdfca7f427f38a07e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1110] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 7f70f5d70745a1a4e758079ea23c55f5080cfd2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1110] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From a2080306e76b1b45e6378f755287c5d7fa6533ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1110] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41383c0964586d65e277ed013d40a4ccbfd1badb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1110] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 15e650c4e28b1ffda3577f9fefb73e40bc3af23a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1110] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ceaea51527b494903e9688ee20bf55d575ace5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1110] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 43e63444b1aceb2335279f47133ae8215a299e45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1110] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 90b032a915380f87a51efe6a8716491ae343f490 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1110] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From c982203cd2d5be5af4761c0d31564cfe59cc8d3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1110] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 0ccf3ef9e191f28b50f363cea81cd0c9734fae95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1110] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 5320f05201e8b2e522347a3e76b92e1ef6b07bb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1110] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 318c8b5a560779cea91cf966681ba12f62343545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1110] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 7c48600851e91fdae619d0da13270d2ad2230fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1110] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 00dbb42dfa73ba797225797c7651cf6dd54d9856 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1110] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 878bdcc01e234df3ac3816ac83f7e974a8e4c47c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1110] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 62c77010c79a43d304ea1a6da77d5611faf958fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1110] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From e09677937b10985b3c1fc4044db157bafd806f6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1110] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 2bf93082a238b42126e34890b757db5a79338343 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1110] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 0e09fec657a30bf29859f657ce0ffc7bef2d9184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1110] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From bb27d6229b1f123a7928a9c86c97e61819db154d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1110] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 81067e52e36828c4667a8fb16eef9bc76f084336 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1110] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 104bc904db97e292367d361488a71d8f2f68c92d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1110] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..8999a1339c5 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr

From 803f5a860b337cd03212caf8f53847bcb3e938ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1110] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From a4e35ba0531f79be74bc516c68e66abeee964fda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1110] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9205d3453bfa303100fb047e498d01edf17029b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1110] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From fd1c6fe8ce930955931778654e1891f71fa11e84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1110] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 223d2d9166a523cfd374d7527005d6a79cad6a17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1110] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From e99572fc0729c3c98c17f5e8d745c535a61f2bf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1110] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 2bed342effb303ed76364500dc14ec1d940b3aaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1110] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 66e0d1304a7b816fe895130165aace1c202adbe3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1110] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From cfdd1dbe45a0dd38f93dd8567a3696dc17b720b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1110] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 3ffe573da16f7de3b58213e5df59f61d38d6f79b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1110] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 68a9ccdf12ea9f4ed7ff5c7181c7ddc2a61fe571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0568/1110] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 1b2c12c51ce13731747f31a6a04f6de930ce0741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1110] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 79c51532753fa3b45a5919f32f3d4efbcc878f99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1110] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6178996595186b9539353927439dedf2fe57e100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1110] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From bae23b6e8fa067caaab223b15ad9b76a146deb80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1110] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 913ad467633e99f699e5eb689f57e479287142fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1110] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8f73c400052e9ee85bb03e86a4da6d7e5fd497d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1110] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cbc32d2b9f4cbf88121b15ef89b8d9286ebe3b19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1110] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 43480bea56d4757bc9a182b80f77d4133e574e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1110] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From f3ee0bb35af94ab5a92cec28d566c22cc1ece4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1110] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 419ca183d3a7e0bbd39fd18e17ce48fda33d3597 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1110] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From da7aba604dcefdd8e003b844945ec88b3a9aa4d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1110] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 59af41989632aec957dd6e86c852afd667b268de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1110] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 5870770c6a0d771d163eb41bca742e9d9b28727f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1110] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From f57f1a2f611334ab436979144286648b60c0df7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1110] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9d1e677316538dc6318904785e7e7e7af5731c2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0583/1110] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5b1f48fb29192033cc2198f7ed2fe84a68b2bc05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1110] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33da599a563f0b5b5598ef130bf6290060b07387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1110] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From 3bccc93763fc2776a5af46c69339a2cac445a4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1110] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From b3aab43c5c0873bbf669b5e77c4e9a2ccb2acbb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1110] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 83f8d5444893406bdcd9f89389a0a942bd97f8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1110] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From db80832ff5d23ad54a6bc616a027a6c8fc774166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1110] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From df5c68da52b6125235f6f06bd4252b257961286c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1110] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From 374adb034eb7a570fa961613d5754e6564bb0d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1110] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fc7b34d8ba5bf26740f2a1e80307c5a9a5719e8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1110] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 7d8f5bff56135f7cce6ed80c54195cee5615f9e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1110] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60efe8a0eafc1572a957809111ad638a44ffd59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1110] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 1a1916fa44074b7fcc66a7b6f6186d8bca685d96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1110] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 33131cd08b273b3d607434a300ab28ea60767662 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1110] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From a63c8b52421c580bfc79d5b13231a271fa35426b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1110] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From b702c3f44077ccef1564b9faed05f13a9f3d42a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0598/1110] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c812ac4570779169f473ddf4ac3be385efca1ff6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1110] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 63640f370627e9817fa44649167a4695f165c504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1110] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 808cf240f821edbfde86dda0a7083ea08fb3493a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1110] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 3f9722e512cb178fb1de8b58e40932295ac68d3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1110] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From e0468508981bbaed288afb141c8925ff29f89a70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1110] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From d41bdfb2876940a2fee82ffd10976e4fa23beb7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1110] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cdd0629e252b8d0803dcfaaea82736a0a4ab2658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1110] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 402f0a60d12000935d90e5c1d0788033f626a97e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1110] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 13c0ad51d0403166e00206cd83daf80151adf488 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1110] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 8c85971e7b2474e9e256203fb739e29375f3f59a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1110] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From 91e09c5a2b0466a012b7ffb2197d2cb0def8cf5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1110] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 085bf011e373794d1b70f78fc4df81b15f0f67d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1110] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a65f41a079de9e9379bcf1ce5dd2af7227b2123b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1110] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From ff2bc9c260b3e18b14b327758ea8bb8615c35692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1110] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b7d9cd6d056ec49cde5ae149e77d24554f3432f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0613/1110] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 79656861bcedaf45bad4fa7be872e31b0c283415 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1110] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 94b008c77faee2ca4167eeca69a556d7feb1e57e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1110] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From 47f301ee9fe2cdf034be2e3587551a19be60020f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1110] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 200225b268b45b4aa52f4e31787e1fb8f44edd3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1110] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 91962521c5f73611b725d4ac5cb38400825385a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1110] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b33c07a78d401573de43230f798e814422c829f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1110] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9685e6c9ee14276f5a48bb2ce6d6180e0a8c57b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0620/1110] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 089820e040e9d044ddc8f51b4fd1c52b8f2ebff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1110] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5d560a195d0c37b3e0a3b9e4044d2dc5e1965026 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1110] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c567119df66e113f37915c08f899a35629e29622 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1110] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 04ed7e0a6eae65cfc80f3ec453a11723c3744465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1110] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6f57361f667ea3e6807da06f49e2c8e89e372ada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1110] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 61876aeb43f5ad8530df7ade71a65aebe947bb5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1110] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 492a95ee8fdcb36730eb54a687b2737a9ed2aa1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1110] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 25bd81d56c037c8124986834328459e584cd90aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1110] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e5ffcd23fa791c34e33c345aee56b09616388df8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1110] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From efbfdbc374d2e337b26495df6ed90b9f4d5a56d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1110] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 8e37c195bb4f406c49c66e3923665965659bd624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1110] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b194b25c973bd7d31d1cc2553def372d19c4a4f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1110] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 69289248865244a799ad5275a1182b788e321525 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1110] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From a6c11571fac1de20558f619866df58b59dd7236a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1110] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From cd4cc813c99adbb0d3223abc7c09677864451ebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1110] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e3435a08bc21b8acacf22986511e33703a754692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1110] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From a4dc12ca538eb013cf517f2e110f985808f2893d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1110] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From f5032f808cd53eff6a17314d4eae4c3d4e9bb7a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1110] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3631a5ec9ee2ff82deca34354cda69417a8f23f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1110] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2230d3abd8011e0d6d51dd2fe07c589805adeefd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1110] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 712797111b21c5d1edddad08bcb5369c6b110c26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1110] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a9615ef224db2a83d30a66e091cd665330fd14bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1110] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From ddfc33048bfc95bd583d5e31d862f17732c593f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0643/1110] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From a0f0d09f9a1ff3b776ad0aab2947839dc7caa361 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1110] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 711211be9386c30975919d7696aff27d6b482dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1110] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d27b60235548c97529343ea46b9d9b07543e2bc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1110] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 514d80bb07fd8dad7c68b8d910f944c82320b322 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1110] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From cec72cbeacf8f711f9ef044027c58a961db2e21c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1110] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a287704a312c212f22dc9ed031f8b5e04db43344 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1110] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79c21e4b3a56a270454688bb24c6740b35f09b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1110] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900dbc57bfe721ace566233f98128db98cf66b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1110] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ba6a93c969604f49f5fd1060f084b2c822d85f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1110] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41b66dea2a2fd11ee48de6e9acd6a80039a83863 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1110] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbe4bae875e570e0564b584310165b43a5d875b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1110] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa500b1893249dcc231603b788537566035c2451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1110] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2bb9ce1e88f320867b0504eb32faf7b06df8e72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1110] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12c8f17df8fdde980286037ecbffc21189abcb71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1110] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8250f88d505e1c3bd7e19304881199c9eab918f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1110] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07df20c60a1cbeedf13d8b5a5fbb31abf1d013c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1110] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13c9358079ea4ac81951f0750ae283f68b48449a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1110] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From a9b557915c5d53fcba3323a4b0fb827b6ce272cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1110] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 850a53cc4989f0ad0544646eb819718d27ea736b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1110] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 025f82f493cf46703bcf5318fc1a665debf7e78c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1110] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fcf1ffa0cce4f23b278306729fb4fb511b9e594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1110] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 789654aa1841fa4ca50824d17cc6057098c85e6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1110] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa90c31f9e1e11055189daa4cf7001269af3d6de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1110] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b518ee8fb042b1f375bcf4ed54011b2c081db293 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1110] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 551dc85131e17ed7c08cda2fdd97776b402c9052 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1110] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 20b2ab9edd8c153e1f81869735d80bd862fbe692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1110] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d6792b0a18656c16785c038678918313aa84c5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1110] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 8c7e26c66f675453a61a3a6d229ea1a69ee7972a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1110] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d58254cec6d7b80c4c3b6a42a941aabd30279233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1110] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6462e604ce587b853fafedd644e9679fb96bc3c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1110] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From a2cc881177acd2eaf4f342e006342868f1a69e9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1110] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 236c3bd19dcc13875dda7b8d0991c6efafff4e7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1110] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4eb2c157e809dfa23b2f2778560151458194328 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1110] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8983e4e7f169ceb638aa78dc7b6a5ad13bf2258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1110] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b55652a72dc69f57df0c846816623953a8ce4336 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1110] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc4dafb7d8a3261e32dafca9131ec5f788f6a0e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1110] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98a507f31828ef70f494c3c4219212f3c625ee02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1110] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddebf30f3450a322df20ee456b05b6abdb77295f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1110] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 20bf753b2cc0ba7a8f77dd3666fe7081f20f94f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1110] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e5e683baed8ad72dcdfbf2959ee5dcdca140e63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1110] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f341399141329b03dc0adbc2ef9d17fcf7d8008 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1110] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2cdde102f20326688d40fd7e909a126aee9f180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1110] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From d9df4035acb1058c05b28f8ef102e8b1d85ca8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1110] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From ccaa3b2ee8990ae16414bc12cfaad3f2aa4f6ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1110] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f642ed7fd7e467f2251c65e4d88fe471e2e3efea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1110] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99dd6895a35bf5ff1ac35999d9466b25eb706884 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1110] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d5fe74503d0e096b2e31f1c4009a59c1837fa4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1110] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98a3dc8a37a2403f94f363355bb8436ab55119ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1110] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7189b186bad5b00f4efaa71216c78ce36726ea22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1110] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0b687044c6c53efd832bda21258662854d20fad3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1110] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 17bd885d8f01f5a55ada2dd2feb66dc11173e971 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1110] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 790573bbc66649628e09c6449d36f7c14f01402e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1110] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 5d7ec11de3e3480761859a8d097d841e24522b03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1110] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f80e4fff9cec57494973cde7c83d1e8a4523d409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1110] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97e3eee86b728f0f38125aeb7dfaf0cde3697fbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1110] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From ea32f6e3ee46a7fa11be98e31af5937796344ed9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1110] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0771eeee4ee17a82c03f26ba5ae72dcb02fba519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1110] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8db0635620ea8232fb31c22f68addbd13aa40c8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1110] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b2070945d99743b352569447e4e9980993ff33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1110] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 693f2e2231a871109f13e8a78729e299d950f3e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1110] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b336e627d8c7baf104e6816e030e4aac35f4d275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1110] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e014700c2f7c4e0b4a1a1a665f4ebae73f4a99e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1110] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f3fe1d5d6b4820f53d9805da4af9a9cf4005151 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1110] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3dfc172ef074693462e30309804da84e8ad0544 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1110] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49cb73b12a1e1fb9ad2e93f41e3c90a9937c342f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1110] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 930e876be6e98d4b123262ed9d11d8c88745aa2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1110] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ecd07985d1141bbd4c5c88f681223cd20a701c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1110] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From d380994a068164fa2f037d59d226d6f54336963b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1110] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From b93f0071acbc70e800985b25be2f58b2c6b33989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1110] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0eb0e02a7e81fe7af3edef5f55e6dae16a90e795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1110] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da18b772c4a1e0fbae7f17ac89c40954e092ff74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0714/1110] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36884930cb447e8fdf3ac9f5fd860cb5e72d945a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1110] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From f65e69abd055669852cb8f3099e7c9a003de1e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1110] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 2ca3183f1640604ad44da4eea3855dd1e561516b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1110] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a573118dc5955f19a7c1d4641fe5cdaffed854b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1110] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2f081dc7098c02beb96d8fc18e043c26df70d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1110] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 1d796a646800a9feb99d046000ae2ebd266205b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1110] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 428c77a8ab8fd0f56735b9a554c47870854351d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1110] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b2e49467f4ecbd8092878610df8dc04365e5941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1110] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From b788c83cdcfb6d8cad73a930ef0aef412664a8a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1110] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f305f2872c59035c46b534c821ac17ace639ff9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1110] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 5dcc4f63bb1271e244ace00cec583ef652104a31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1110] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 100074241c63561e0dd7ddd078d943d9f569fcde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1110] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From fc8c079a35111518c3b9142c04f1d312ec96396a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1110] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbb60ca6a85e818ab7d618081fd4debd051f6614 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1110] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 62b85295b8edb9df9a8c2f87c93d8c3b35fc27fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1110] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70150e49181b9140b86a92291a6fa40a795152b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1110] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 234d171624bba641a9016a8556e894e1afe1dd52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1110] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6bd4d4d3400828d4cb87d9c8dba1c5a68b9597c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1110] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From ff1a862d9be0107aa27952f07621a403232a982b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1110] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ac16843e9907fb96253af15b423cd070f545059 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1110] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cea27a652bea3b145cd0c77c9aeab03c7359edb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1110] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5bb5d4a3176c1139a3bd96d4f5238fd2b2bf8c2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1110] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 42d18ed0e7e67f51b03f55f64955494688164069 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0737/1110] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0495a62bf0bd90558f6302b0abe48059e8cb4e21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1110] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ea09db875b8866dc8d1071d5b46b59cc600022e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1110] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1abc80b9aa701d4e7167176f46cdbdb24f0f19f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1110] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd2af50ba28816dbd9b5a40377bd1f38dd1ab7eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1110] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59166cdae1335f12f70ecc0c257f3596e932d95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1110] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddf6e05b8f60c17e2ca7a909037028a155927c51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1110] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24479f930b501f2213bd7248c77d238a22bd4fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1110] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 906f65b4e798f906135abfe8ab80f6891dd0dab6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1110] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5586a890a1bbb5a970a372a95fce9f53a67b6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1110] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 1fd27baf9c35a5e3b308a800ebcb9f1cc89c587d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1110] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f03eb931845cfd2f8104f8220bac824684c0a528 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1110] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e648154036b9f1eb012e47f92ae32aaea8c0b1e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1110] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27c9e1497fcc42fca6795006dbe8916eaeb8ba47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1110] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adf20f44ee4d98b403b06166db461af0dd7aa4b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1110] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5bfe2c66a40159af65b6d8967e57776bbde89b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0752/1110] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e43fb865ac4eadc775c9888a054d13b503efe0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1110] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc2da8429dbc606adecfbc511243a20fc27d9c89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1110] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1a6fe8d48ac197c493f33eeea320f51fd804698 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1110] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From e8a7082a4042943fcfb88e501982308a4c4e749d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1110] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcb9a596a2d4b8239be227acc8507d3155fb0a87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1110] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 314ead0e068ee48eb08599d5ea08d6fc522d66ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1110] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b96928766a21db022bbf3a5a76333e20cdf7ac50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1110] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb959a7b8d44ef91ccbd145249480a938a3527d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1110] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cd408c10ecf6574884eaead26d5fe3efb968440 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1110] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 7765cecce450e8cea5eadb4de83c58d92de9ea62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1110] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17f64d83e5b31605534b0f3aee2a97ef02942586 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1110] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b188c94096a7862fd345a3b747e9094c218b824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1110] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From cd2e87673a8cd8fd68e83ecc414f49917c60a1d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1110] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5da7caff408cc5e10026663352ef2380367b6c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1110] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6272a7ac3710f3a6cb76fc67fd4e195ec0f66a8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0767/1110] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 9962f882e80dbdfc27076ddabe89bd5927ad63ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1110] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ae6756dfae653542c29fdb43774aea8bc8be6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1110] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ed537b4de41fe02f9e6191076e3aa45f5a1b28e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1110] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 87ef1a86b49b47746451f0fb71d971a64722fe33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1110] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc1a9c32186440033107bc3f1d9191d484251ce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1110] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b079d5baf8b2c492dfea57f0a87b7723c7234751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1110] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 714d8acbfd0e89f27354e49fde1ee32ca81d175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1110] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb20853f5d0cd9ef3ef1004ed6339d717317aca7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1110] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f1b512eb8c50c13bfcdf4cd19f17d0d2d123590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1110] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8616e2021f74abdb7beda5615b36b3296e9d1b78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1110] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 18a0f218eae7285d64e3cdd4cb8df4a1dbd3af1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1110] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef0989116615b6c3ae51df5045ccf6790153c1b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1110] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From f31e1408c2640a9a7615a1b182c665f62be091e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1110] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e87850d38357d91676ba7b1eb40b206bfca5a4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1110] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cf7cb46b7fba2b58dc87f256bd2f4af7cff812a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1110] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 948f588e1240ad9ac86f14f48480d92cf828f7db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1110] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 8ec26747f97138c1aaa20f9efbc91ad44138992d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1110] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From f97b638ab1cdce2931128bbcbf5d9eb6c1e28ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1110] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 119e18f19cc36c725da20641ac9572f81e0db7c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1110] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 45ba4b6d761aafe5f1ffdd54712bef3fc4f2f35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1110] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From c2ed391d7bdd8163ea186c74b1bf4aa46e5069ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0788/1110] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From acc2f3a10f16ce8645bd13661ab605c609e860b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0789/1110] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 474c00274736e91067c7cf8d7d62a941c28fd572 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0790/1110] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a62f63aa58512e5e47b82d5e530fdedfcc12de8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1110] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed8c4a01943818dcd73d8652adc275fa4d67f645 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1110] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c08032a3f685c289ecd263504838a5a1a0bbcf3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1110] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69556a2ea304bd93de900ccd950ef6c79a890d96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1110] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5a9fef48dc5b8c4b37fb6b2579d3b09c38035eca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1110] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From d1a9562fc87ab3d6042044efdb0d7d95c43387a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1110] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22e691fb784210f415b10721474bdfe6bcb74d7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1110] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 12dab67e4eb8dd2232d2614a0529163718296f01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1110] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c41617023afa7cbda66288e70cb79ff860091d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1110] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d40d9ce70714cc515e01b8957807bc84de8d66d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1110] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From a07dcc6c19a7490c3fd44fa63d1b4259690d11bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1110] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6245a316e04e32f310a3de8e5727dad7566727c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1110] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f33aa579a24bc91f8f1e4c5f95be62c636f6168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1110] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6a80322d7cc8da8cb34522bca0709230079838e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1110] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a2818cc399b9d94547ac8482f95fa27b9086057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1110] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a639a7513a51b43e7ca58b76ce66aa1d17607f5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1110] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e7d0def2d3f10d51f6dd7aadcd2eee9637cf6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1110] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dca32e095e79746a0e6314f07ea717c3ad456933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1110] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 144e6f4c4c9066031aaa8ce00c0d77a7608c4bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1110] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f814d380b359f88ef506fccd9f6d64ec5480bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1110] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d00e5e5c87f3f10a678d947c6f0a55da746f5ef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1110] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3cb69865c3ea925a30380eb17246a7477d75409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1110] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d428d88c0d6ae564e82ebcdc97988b935622a380 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0813/1110] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 7f22b4065e8b06b59465b20fd0fc5274c0bbea93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1110] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 339f5789b03ca23a701bcf3168914f8d83d68793 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1110] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From f33e1cdae1f0cb40e4f081f79421213a87cbce9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1110] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2788c990ca7cfb677d6b654c43c1d515680c9da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1110] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd593c3b44e274ed367dd05f3f7c1142129e5f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1110] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b478278c66b9a45ff492fbab8560f5baffc709d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1110] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6de8f97550316d1580550faceb4d51aa2a0393c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0820/1110] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a869b8d6bd881cb77aacf56e89471c3b09bf77a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1110] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f0d0e1da533db1104ec4543d70bd5e85a86f9e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1110] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aff357c494ef8b2e79bd84ad7ec5321535b7c4e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1110] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e27e85ea0f1416a11fb2d58f7fd725c59a43e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1110] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e6fcb0fa7bd9098e33aa4c97e0252a6e45dcd06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1110] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b10bf6235dd5d122a2365892e50c95a8dd80603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1110] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92291a5c491005971a290d455f6c4ec1a362027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1110] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6733b1e7ab5c3d6783a9c8efda2c561d08bf8bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1110] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d379b442fb0dc60d73878156a344b39de3b9b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1110] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef6e9ef5fca0e44803349f43195ea285f1cadb3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1110] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 008de0bcef7eb9ed25cb8bf2af2942b6404aeafc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1110] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d12d0dbd1443f646ffbae1c9a2c85bb75f32358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1110] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 9c4c0b935a5057c048e7a53a235562ca4145bc5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1110] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5015d629b75b8a2f67fc4fd6cc5df7544d9fde6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1110] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 23e3737650dd4bf001bc96e382e725d09039b05a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0835/1110] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 17e09fe03feb789d4cf8428eba669fc2e144dc7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1110] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e289745f342402b0e144c3ef885e401645e95817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1110] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From c3b6af02bde0e99bba29c0b03ae8ce3dca9da9e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1110] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d95d77f3c89acc6181612fa7fde7d4ab4282dce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1110] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From dd68d3e0c6bc351f6f5a7b581b037105770a6f24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1110] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3095384d10f761eb4a8fac71403d38a1e34d180f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1110] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From d914c3fae98d586f0480c2b1db0baef05b33acd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1110] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ebedc68d1bbe40a3069ecd37b306b767d6b4ed8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1110] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b6ad52dd1f9b68a0f942fbe77a8cc7b03bf71ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1110] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b2548c4e45bbfe5e60ed356c16d8ed523364ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1110] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e20ff126afdc5ee3ae7fa315e1aeda43c22fdd3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1110] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From db24df66bf68bf2972800486e272c80e911390d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1110] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3db396e929734fd2f2eb383b0575b3fcbc78d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1110] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f0698434c5a42a832775e6ef450b9b4457cc00d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1110] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5019d7ec1d244248cb19284607bb54dc02bd675 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0850/1110] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From e8d58935dc2ee21cdf1bd069e0a30b9de98d198c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1110] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From f5ec1c5e0dcbf1dfc59d064d9ffe36bc1b31752e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1110] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c6e5e768b4db587681b01d5fb86b3001202a63a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1110] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1389e3b6ab6beb1a307960542d53c23e9c62b768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1110] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8305ff4e8ed4f5aed02d92d96c3796af7e21706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1110] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daafabb2dfec4ae32e16b91bcba4b4c0aef714fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1110] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 1b998f73edf3ca7e8649163385b7f0b5b408e979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1110] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 1afc27a17561fc5384b67e9d9a2a0687b9520431 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1110] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From bdaf44d3ef6524cf1f86e102b387f624c22b521f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1110] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c901007a0b1e7c53738b5dfc6718cd2a160ea9b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1110] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94d63e707b5bed87acbf97b652a5fbab940df6a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1110] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57133ba22b973e6973812be53b22ea607e1e20a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1110] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9166816d0108c2a290656f758bdfd1446e3f2682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1110] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 057d8e9a5efebb8df26f93307f88b9eb30132318 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1110] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d44c48dec1b7f7099b2e77be5a41ff6ac359ea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1110] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From ee55e16c8d3caacd36178f67205f51c72629f4fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1110] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c3bf9a908b01ba0f0da0e0593b65c0681729e6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1110] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad9be80d72d9eb3e74c21072a4225885338ec37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1110] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb116562222d97ef8dd10f73430a2a7d82a4411 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1110] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6fe2f041647e1c4fb77388d4968b1f4feee2fd80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1110] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 5e137b2fcb3e40ad8cfe2e17e7ff86360c429b6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1110] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 41883aeacbb8fc43804788d2b08310f0f6e5bb61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1110] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 3fa6a3ecad59c49d58838cad9e556aa5003469a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0873/1110] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acd96b14f01f58cffd541fd3c26d6b0359ae2bf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1110] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a57c422e5598be84b094dfead484f68978f39d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1110] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 5a77d83457dba785fdb67be2b2fe1e58651f28c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1110] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 2bc75e9e156a66b211371894a5c51b9d837ea2c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1110] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ef70ba10e00ee12f2fc924f22140edff7a633f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1110] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From f28b4c638864044fb81218f62ef8bc0d25f0c6eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1110] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From f182a7978460778caf6ec0ae056771fc2ef49970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1110] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 33712a3050ade8faa793466bb6b8f41ef2b6cb14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1110] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 703e1312ac89b73baa4cefc321e7d655d7b18518 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1110] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..165e36bdf38 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 85aee91394141998f828b265146f31f828585fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1110] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 56df2b6b6482dbae46f9fc6ff87d227bec43f536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1110] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dafce0523440190f35a6b590daf302e12b67b2d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1110] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0abf02b23abe7addbdb43d56da39f53711d5c771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1110] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f3544b333f46cbdcd38903aa8a04a424056ed99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1110] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c91ba971f1468d9f4fdca13ec1dc295cdcd6013 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1110] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 934524cae2a6299a374f71f904a95340eb63889c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1110] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a80b4d4f565e1215b6a81a9b0d7b1e7978ab85d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1110] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca849138592515545b3ee2907caf9d5af024a0c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1110] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6805811ddac3c2d4b931641e0012288c292053d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1110] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad219301a09a906f26d0eb5f4ca4537f5824ae5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1110] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 07eaaff24356046eccc2459fa2d6e2290aae5a51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1110] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84d0bdb6d0edf9815760f41ff6efc524afe1675a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1110] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52893b3b3026a797c873af8d1490495b6657726f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1110] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dcb79af401a0a4be6f07e5608fc2bb18b2be7a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1110] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da03dab47ae02b9798dd2c496470ea77d3329480 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1110] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 10916520f4831d60ba73ab9adad8ea8b6b77bc76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1110] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cc9a1ab9156b442673a99add04c8bcb8f9a21f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1110] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389fca41eb61e29fc38639d17a6a941db4c9057d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1110] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3d102039f0ec2637c45857359d6dafb84d97cdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1110] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 5d1e41ea285cd35452ad72eddcb634390049ac83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1110] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f35adea03afa16eb189cb571ecfb009d2ea8a6f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0904/1110] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47f8c868965ff2526a411288b8090f26247639c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1110] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 579d19e789ce2c4ff915f9b7ad00f2cb425c3bb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1110] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d5e27f29fb3e8a340ee8a91fccae5399768005f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1110] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From beeb06e8da662ca5ee9570972e30565a813ca863 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1110] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 958ef4070f5f23a51273e4e89722f809899ec785 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1110] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa9d348e28e3c47a3ffb490b7b0411e83252e2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1110] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d445aa7d87e4fe8ad85d2443c24f36fcebc0a52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1110] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11c7055838e2b65739f66e5e85bf751a0cd22041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1110] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From ab517bb95dcc74d0225d66c3b03ee4a2e693b545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1110] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 2e4f67b3a542cc06f77d7b35835e2443151e8dcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1110] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36a2f90e44a933de1b51f740bdfabbefbac142ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1110] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6edc054bf8a287999253b99084c7c3490cc3d27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1110] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 064d2b391a0490879e14d4fa50b79931fa8c3f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1110] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 4177048aecc5d7f93c082995d1082bbcac74169c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1110] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 83f2ea50ef750c2c675e4464d78dad209d79b6a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0919/1110] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41382475531b10ccc700df8c66018aed923ecd01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1110] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48c377f801df39a6f6f040de59a57e22a9667508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1110] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 0f10bc9243e16d18d0e2a0eba1104bbdf0bc2234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1110] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 3e5192556db25f4942e3e8cd589b1388c5efda62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1110] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc3d8705d795338ee00304c55c1df30a980ddd42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1110] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b82c53e49c346432d043cbf2a2d18cd8f45deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1110] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b4d674d4cf5d6c899022d7a3fd1fcbb16362e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1110] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa7eecaf17b2a14bc04506b792ed7bc3ce485f66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1110] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 0da898c23b2f1292260221c1f91be55b878d245d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1110] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a404265fcd636ddb3a03ef342a6e8b9bac381e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1110] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4f7e74eb8feedf30643c63235d3569b6f9180a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1110] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From d75f0e565d162ca52075c8698f4bc67c7e60dee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1110] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From ce36c8fc89ad5c8f2b892f1cd36011e94e8eedad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1110] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 61d240207bd25d5b4842d13202da0b1917864273 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1110] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8efab963b63185e303964c007173e4ac9ba58402 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0934/1110] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 4224c803d85116ab3fb85c66982513e2840550c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1110] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 1567f913a64eec0e4e2ef633681d0a6ff9010958 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1110] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16ac5040ed493efac9a423cba84233ff05d4b501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1110] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 320f1068dc6d2d3e993a323fee7d50d06a95a88b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1110] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 3e061008106719c0a2dbe9f4b4d2c221999d3639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1110] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91700283122796691f0663b88b0caa1cf0ad2690 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1110] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4279812111c51185821f190ebfb824f9df7fdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1110] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bdf0e8e18556879d4908fc904ed2e898e767f40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1110] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d09c26ab0b0b5a8dcff42bd0be542ecb7dcca793 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1110] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e96965d6d6ed1eeddbc64b8015dbb98967629a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1110] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1c94956a29909e1d85b048fc94c2f6cc7064184 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1110] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c81486518fb55208c271acd1bf1fe3d391ea67ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1110] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3dc75f2318a59eea4cb0c6e1f40bb6a32383cfd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1110] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05ce058743b56f23cabf2fbb47214c4a228e8623 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1110] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 5abf1dc156653a0db20d7e98e85da3bdeb6a9a1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1110] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 34c55848c00b35048949857f9a8a911ff2e22ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1110] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 679d4bace5fd8323b5b23ffeb6af0f508658eb6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1110] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8788d607c238650ced68245fcbe7669e5991c09e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1110] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From c53a62d1f3f0712d3456aae842130c936edf8662 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1110] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10e2dc41f4b20c3395738e5869fd218a1e995043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1110] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d505f2e27ef2f3f28ac4150ff500efd9a8e87dad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1110] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 61e0092be5924fd8a3f778be739f26df1d0d0649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1110] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74a35619def025baed5f6a999d0736f3805b9d97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1110] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdc5dbe9ce749c7d495ddd6945dbb45a75a4752c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1110] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00b065658f0ce43396eb32c76c5d1246ad4bc7c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1110] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3658e021a5db817831a7b870186224732f65d667 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1110] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ac8201437d3eb63a39679cc054042f606449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1110] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 8baf7369f660de83e711b8f50e543852db7a173e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1110] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 09b45737f6c28ecd75b47c99025900942966fe75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1110] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From d66a4aec83d3c031053533f6db5c50857068a4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1110] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73342de4413077b5fa99710cf3e721a633c68316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1110] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8552f6a7b67f38fc1489a4b322b0aac5e3f016a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1110] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6af328eba13116d37c7dd2224c85bfefd0882242 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1110] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edf07063d3e73625d1eaf9c508a51078a16923de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1110] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 50fa218c882193ec1bb5ff900260fe24e017d807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1110] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24c34be4c35a352b500401dccb2a584e2473e9ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1110] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe9111246c0f852c84037c2dab53bea8b15d8809 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1110] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd27efe1bba387dd98fcedf61f142efa3950b111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1110] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 060d8291b0b4d57040b485e8882f4a05e491298e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1110] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d140474f99934ba21b9faf4634167720109f095b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1110] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From a65ca8461f46d691d8f58d80bbd819282227b3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1110] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From fc9c2e676287cbbe86cc77a28e902744508f7c64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1110] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 971a75adc1d4ace5bfe39170b040124bcbfc950b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1110] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From e3474d7fa0b4f1fcff338f15f2ff6a76eab82db7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1110] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7268549bcbca5ea77c3d2a17c88b9e61277011e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1110] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70ed22c7d1ab3248ac11704b1c05a587687ce624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1110] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 669162000e0bf22744a5bd152b42634856e86bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1110] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb6ee5c27fd13d1d366e69e4b876fedf4ec34657 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1110] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4716b5a322fb436ced579addb387d27a80ae4dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1110] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 221c5035016e780f9ca415df56526022dd0e02a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1110] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 70e476e604239c0d813923da499c325ebe7d71d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1110] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a379e71a67e7d0c20590f2a8123becee6f15dd16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1110] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 17853125416c2eb87593f23b33df21512f619793 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1110] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f94c592687781ed8eb96ddf9431748638353ce71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1110] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 8c336572825727c8acdc4de9bc6dd99184bc33d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1110] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 56052492d8698df3f8e805c701e8767cea0bd3d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1110] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 486d211703c8876018a50768ada1b25dae365d47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1110] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 012fa1fd689a2dba130295c1b23283ae8dadf8ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1110] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 7f4bcd172384c1fcc82f190a42f0451d58b0dfc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1110] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 189a00035d9fd7244823ac2c4476c26eb0206993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1110] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ebf4d5d6b82ca17458570612e31ee2c77cd04a24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1110] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6304f32d73826c983ec4935517e72e7ff44b3d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1110] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4b22a701e26826a47399452bc6e16d34fdfc014 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1110] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c7c6a395b38f5cbae40268a7fc71b37c978b9b92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1110] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f674b720a9f4f441140ff741df90638a11e6358d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1110] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 01f5d2285cb2255580b2f5c3ef9f5fa2010dcaba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1110] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 475e8b306aa027dfd14642f22214bf98e80d5128 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1001/1110] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b92eb8fbefcabaa4223e9993644ac7b83e4efbfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1110] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94b897a449e2c3c839694d6f2a4c634c0a6544ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1110] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aca1e9430831129b319037e2f2a5e41d439bd321 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1110] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ff46e3c816d0983c25e6601ef6c372bf1fc69c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1110] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06c7b1d888348806613a449caa1ac72ca2635eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1110] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e61f02d50c2defd457a1aa648995882aa58314ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1110] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78a08ec7772be580ee1479b5450c3da80683904e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1110] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f01441d261df28b8a9316a953b3dc4787ab9e825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1110] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9b538fae4d18982a9e3b65909b845a26e2acc74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1110] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c548a905aedf5fb25d7403b2402856211aa85fd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1110] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81d1568ee6ec2e7c28d92426de424ebe6af2662f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1110] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1859922fc1b49cd0f828c125bcc5dc65a8bd18f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1110] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5952d05962b3970318ce70a27da5dc425a781a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1110] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 064f798622459755388f6dc12e34bb6c6887b229 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1110] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fa4cf86fce9f6efed36a8ceb5680232a574e3ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1110] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ad783aa7c2bac89ef60ff365a8b165c2043db31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1110] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 972eab707c7adb6ed38a8c926ae1799afb77b78e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1110] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33fb053bb6df86a904a0c4533fde47a065e7438f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1110] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9c424cbaf8d3f67516e2bd0358a645b71e12d3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1110] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f29e3795720719feda637b7a6aad8ab288c2855e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1110] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a0d0eb3b550d811f09a8881b4d63aa4a5f187e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1110] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 96b8ec6d9ab1726ae18dee0ba9623ba5718fa117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1110] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 181838346b9a705de4722dd344876b134d0ef5ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1110] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68e5b7a89a793297d1a7dbe3a0bda9b3a6b84151 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1110] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e07af629f7cc54c5a10ed204512ad13188bac1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1110] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a900d2267a13e6627af3dc147871158e2aff420 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1110] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34e137a07a17f79b6e5ffc6c561529fe926e7721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1110] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 8196d342e1a6f840b43ecd0a94c9262703511342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1110] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f61c2b84f0c7bdb8462e2e4c2324b0c54b1dad61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1110] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91d478c7179a5fd4f46625a0b2ce65b5926abb1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1110] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70652759a3ac569b5c6acc9be32bef5314bc8f85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1110] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 95430232604f98d18ccda6bfa4816c18de75ca85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1110] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c9676c6c4f1b7361ced0d4cb0f4d310fd9db1e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1110] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc38cf339fae479e4ef06903fff8208143014818 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1110] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e65da54032a14402fd8461f2fc772efc53c702c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1110] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bac30aefd200ab8f391b690402a8e57980ccc9c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1110] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67132494a01ccb1f5b6481bf41fa84b5a5c9a3d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1110] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ae5c8197eb07e7557b7cd9041e0fb9368fe1bf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1110] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 667a45ec58a9e8f25e31e1e2112b868b9651212d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1110] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 8d6233053f800645fc83a6e80dde9ab8913633ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1110] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 059707a8057242a6daf2cc320c0d8b607928f4b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1110] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9d06f15eefa1624252b67c5a774bb24a40b3cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1110] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a0b7deb2ab255353b1bbfeb60e376c0183945da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1110] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33936bfbd1b780ceaa69e79f4f74ddeff5af2dad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1110] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a0188f7930d94c289bc03fcb6b473d834f806ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1110] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 3bc5ac317aa5d0a9ab77d7fc8a07353ac28272d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1110] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ef338e3eb5922aa5cd39891cc8fe16a4a3362cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1110] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8365d42fef1eafc75012eff5e4bd171a1b4b43c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1110] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68ec364e72d2d1f813ca2c8298a077f4fce59cdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1110] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872af25d796fd8aa6326970192de49f3c80dd864 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1110] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From c5071c418b300914f3c4afc334841a1e3d894672 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1110] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From da36069ad80b2389c11831822745c6c838d93d42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1110] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From faf98adf6372304a6fddf04b8d382e884a0f1c8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1110] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 9db556c6ce682881c00133e580d3d2f2588254e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1110] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 66053717dc3622b80d123b411fabe3c013a2ef04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1110] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From ab90b8dea7e3386bae881f9bc08dd09cfd34afd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1110] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bfaae1a872650f9cf1dd7b2b3fab8e35a71ad90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1110] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 4f607b825554f5b866f4d85868bb5e9827a39d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1110] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 35fd147caed3fd7db42ad8d58ac0118c2f425558 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1110] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 1cbf5dee162bda18603eaf09ba2c01c45f8e508b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1110] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 11fce6fa20bb2369fd22b1a04d10c42e38c5279a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1110] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 302a68ea7b0a24a16361550372341ea439b91125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1110] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 8b9e4051837be57eeb1d287ddec9db4b487fa507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1110] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 1008665e0f0d73b34e6d5515e30cd40bab5b435c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1110] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 6e82418490a52b6d4ef745010f24fdd5299283f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1110] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 19f74bba886dd05179cee4b4e43c2359e7a361cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1110] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 3715267c45df7558458a21669912c0c860218dde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1110] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 503ff9f3fba6ec1b9f996fb2444aec3ad03384c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1110] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 6e5c7df89574e9b8b5669471d940725a96a71a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1110] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From ab780e26901627e99333155a4b2bfee872179ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1110] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 3a3e5674f231892e3103fce743f8e2916d01838e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1110] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From f8f264141534017b1349b90084e0ec09ec4cebb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1110] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From e60ce294cf67cb6dff3c3c4352bbb5c1ae709772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1110] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fa5171d8ea0a646318bc7157d5861d02d71cbcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1110] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 43086f23dfdc2055237ef34c44a8f8f5d3c1981f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1110] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 0db34e2991bcdd0094988871dc4054b8cd1320d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1110] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 857280073483fc55f342ab8a391af8ce1fb6d949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1110] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 712217709206185eb271614de62c2dafc94d6dc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1110] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From cef48ee5d460a8117201917a9149b6f1655e5f10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1110] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From 1e1ac27712340c9051c713bab47faca238202612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1110] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 0e764565b3ebbb4ef7f425a2768a9f1a83b13508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1110] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From be0f2a68d87d6adcb902c662b1d9e44a86ae9ed6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1110] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 70960a1ef5609493de112056068ef43446a47fed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1110] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 64d2313aeedc1b55adab41051f5635020e36c538 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1110] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 1fafb4ff5301d560a55adbfb3be4ae87e2d97426 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1110] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From cf975ce5422350bce33bbaf21f475598f8a0bdba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1110] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 55ffdb9cd3b07727eab3dd612c7c4db384f76708 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1110] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From ac9fb1938249fe02da87322ba863bf7b35596876 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1110] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From e59a09172eae2f360b081eb0885dbf54caa932ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1110] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 65d4a8d68e9adf116032dba7b7fbc91c8a4c8677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1110] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From f9cdce2f0d1355b34b9fb338ad9e501e4f03e3e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1110] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 149603daa05f37a9b4ebce8bf9917497812d0dd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1110] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From cc586ecbc11395ac5f94060932d032a45ad79ec0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1110] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 9bb384301c8ddf80b46a983b87f4c73b8c6f132a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1110] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 6afd60b9bd1f9f1a16b8ce34c3be49975a4ea472 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1110] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 473027564ea0ecb4ddaa5ebb5bd51e0a56e2946d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1110] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 7946857479e5ffb8385d2bc6a761a4d0a3b19b6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1110] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 031fb6330373a7877f4a8f403545d462a6b39326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1110] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From d8d7ddf469332f583bc4f5342924f396fd0ef653 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1110] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 79e9055098f4595eb1a3a92162ecea15614186ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1110] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 0a8fb711ee81756cd481db27a292a5e3578e04e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1110] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From beb0717e4b167aa130a21d4a09f929bdeb6bb307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1110] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7bac0a11e6a2d1e681464be2bb67d827daf6149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1110] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From b320f520568bb4eaa086fab65462ce62f5f2dea0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1110] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 035c10edfe39533dbbc40ff3fbdcd523d014ae5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1110] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2dae4bcf3534e441f2aebdcaa2ba1784477b9fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1110] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 58305f050a5d74fb3a7a5768821d069bfc205984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1110] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 8d697ee834f08b422a4ebc24daa4954dcb386048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1109/1110] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From bf3753887e4ef69ce271b1ea98c248bbfe55e210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1110] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (11 preceding siblings ...)
  2020-10-08  2:57 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-08  5:33 ` ahesford
  2020-10-08 13:55 ` ahesford
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08  5:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1233927 bytes --]

From d1a08b4cfdc22058198dbc359aeef948e3d6b601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1112] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From c784cacfe0bc8876e8043796a04b21d3ffee3041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1112] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2a0ecbd887dd5a889728e6ce7acf16dfd60e84bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1112] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From fd33f6bf5fb8f6948c06976d86c99e0586d8f554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1112] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 961a2842f344ec8be9ab6836827cf5472c336855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1112] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From c828dd8d807dc64f82bd705f37603dfcc0986f9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1112] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 4eaaf6fc33513ef8f9cb417646c27cb5d7d25e82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1112] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From beba904091a9c4f6f65c22941f31d614ff71983e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1112] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 5cf0f2f197f1510dbb200d2f3107daf7495673f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1112] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From e536f5c2b0ae220fb5b2edc7e2ed9ec595764aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1112] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 85f05cf3814b5e1458c33519dd86e11401a72c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1112] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From a7a33c8832d533eb8e13fd32404c3e014aec13d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1112] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From c0a8ab6709f21b93eb928edcdf413c85f0f968be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1112] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 97e7d675423fb95464ee8fa040e01ae27c8ba83c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1112] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 11e6c372244d06b5d028d0df278f425edbc2c40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1112] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From 47b49fdc51e371ee38f65e6307421a768cf63711 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1112] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10d213474d3f3deaa90deed28969cd6be1ceb8f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1112] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 9ca8fbcc8960225ea94fb2ab41eadaf922ec77c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1112] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 55a7885a2dc8725a7a0b0127fcb28b792ebfdbcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1112] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From ddd9ec9c2dada607818bcdde89ff6a220f8205fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1112] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From ae385c16109f1215d512b884513778cceadd6e99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1112] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From b312d9156d1dd0c13cd8833e6fe6442f173a100e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1112] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 6a5f0c1662eaa255c8532b05c46019a32c88c2f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1112] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From ae21c6121f7196c7e04605a6b47f7e27906b816c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1112] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 68e332d867f3e9306e1c1054b95d9bc5b5f0ffcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1112] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From 3cd16941d0eaf8556806d8297463ca336c7379d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1112] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 3e766c7090db4406f74551330823daaf4e4fbd3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1112] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From f37da4e73fefa7a9ab7677c5eca9b775b6c884d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1112] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 2688c7a5c52411c62b2043a69c3f553374828bb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1112] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 39220779ff27d1aa035fbd0cbc2c8a0068f75f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1112] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From 542166569ad9b4c28fe67113624555d9f1c2aea7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1112] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 60117a2329b6cf7c600ae78ef2c7fce495e29180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1112] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 56ad8a73c95edc5f4840e87e5de97fb203133ba9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1112] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 5ed938cbf5c705d45d6bd04f663b0a13c4d0454e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1112] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From e76633529edf63b491b190df4b9a753f0c0bd08a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1112] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From 6b41619ab4e183276954a8af2505d7c0df0d3168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1112] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From ec0e60226a21b4bceb0233354eced773af4c9b57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1112] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From cc2307009d96599aed74528e86953f78333b020e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1112] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 9acd476f85a288b5addf46092f0d3a3a2f892cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1112] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From cd576e339039179a119ecd4750ae28c9b1c47c61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1112] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 1bbfecf729f25ce1c16fdfc18c707b4b15ff56c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1112] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From dd179b3faecfbe9e9635575205942ca7bfb4a20d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1112] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 1e88d7e835d52779b260a40875c1706321258cd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1112] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 0dfa3451d1001372d43c4ce04e7ad8f51aaad750 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1112] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 68411fe82eb4b17806b4ff5127ba251021fd1066 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1112] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 2c4a8c45c8e62d9183ee1c27b0bb6b9d06949fa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1112] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From d5c7fedc571d66600b70882c528f1269ce7971b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1112] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From b003a949e8bd8e40372b9f77a3307abf65b828ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1112] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e0e9eee36419b28d52552c8daa333888916f67a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1112] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 946b96a1155d55216bc86cdf37574865371287ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1112] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From aff8169fc91dd432d50eaabf3b7e6eacf583f765 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1112] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From 40e52585be9a2246140333383fea1d70bdd2e004 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1112] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From efb964ac47b483f2fc9b30f035ccd036284598da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1112] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 79525c1b3817743ed5513c29d06fd54fde07fd6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1112] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2afb8bd7a0d5e1e12227c4e1198323cd93c7f783 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1112] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From a3b6cab923a4ec67baa45014a294ce8602251712 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1112] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 4db8500112ac1538fe816274820718d4685e9a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1112] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 8906a572bffb4feb30d7a3954d0cde11f9e70e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1112] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From c0230521ef92ed2f8bb695802db28d64f7505ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1112] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 50df89f3c30d9cce7bc1090f05ddc858e632809a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1112] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From ab772f1ca38ad29798815d44b5168fc4ea1293dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1112] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 032b93191d9104eb73d6fc138dde795d82e094dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1112] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 77c0eb764dadacdc5c3063216ff3057193677150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1112] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From fa244e429fa4f6b4e48b66833e75cfcc72c44f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1112] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From bbda443098033d8c4539690d020fbba754e8d3d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1112] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From a5909be961eedfbd614b348dc848e735a04343fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1112] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From 14d13769b935ba0b122b5f486eed43afacaa04da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1112] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From da6a5974e947ef72e4c5e634cdf2ae849a4bda55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1112] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 25829509f5becf62bb6dd5f74c8564d7b8122833 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1112] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From ce5b31ad34d242ece60b4401e797527e8670883b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1112] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 3d6b623d655c5976f52d8c19873791643b4ada1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1112] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 624975cabe451febbb4ecb85aef4e4788d4f90a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1112] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From f4367f12c82e52010006961b6ee415b2d1c5e872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1112] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From eeb33ff858b2eb1db396f75ef8dd63cd63c83edc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1112] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 4d5c5e43ffa3ebdbe21ab647230d20b0dc6a2960 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1112] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From b11617762639e7fbedc957003fc55a22eda82910 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1112] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From 23e0741d03a5c9814e9176fcec2356c2bf670e6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1112] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 7edf1076d2eeeeb4d09447ff4bc8600054ebf045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1112] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From e1517b90cfa363678d7de3985d63c5e0d906cf1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1112] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 1b4e733bc94d8df0dc0535259e19fbfb5e802360 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1112] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 5fe2afffdcb29fcd8086c8389116a18ad127e6d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1112] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 969784fcbe36bfbffd9691a801da8e1b09d813d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1112] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 436194f0c159573219326450bc34b421120dc2bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1112] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 210e3ab5f013c7bdb52d1b8f314f9451e398248c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1112] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From ba1a73f616f3c04269e6718d03ad905760700bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1112] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From c8a098d0acce7292cea345f5ba5746e3c288c655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1112] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4bbf69ce9ba4036583eb052e76db68f41405b528 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1112] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From d2371cfbea251792e7bbdfa33198e66b183fa1c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1112] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From 19638683e0d183a5d52c6ebff2e9bc3fa65325af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1112] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 695c70d2cc12620d7c3dd47438b27a05961c70dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1112] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 69d0fc3db7c4c152ca5bee56252cdc1c0df9fe91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1112] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 416a57e559c8ac91edc27c22c8902275a1faa11f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1112] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 57b734a7098b7f6b533c290a09ecfd19a70991d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1112] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 71ea59999615ad05295ab79c3eb19b5793e36b89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1112] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From ecbd3770caf66694f589c437ce98bf2922749f30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1112] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 9a5440171b37b160d986bcb22b4f9c63d9e93492 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1112] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 5e216a37e9d20a45d05cffab57239c39f5f3a03f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1112] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From b475de66db8e2756185cfdb3d88ea9cf64cca6ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1112] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 821dfcd40d867bc98e109c7c40007c4a9dcdb52f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1112] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From b089bd222bb3855b460bd7f8220b72b66584f10b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1112] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From a3c5c1470a9cf134fc11f1be00a3a62b2a59d504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1112] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From 2e0e25954b19d8b038cd3cfb7b0f523df3aed89b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1112] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9cefa0184673daccecd60c8fd89921abdc4cf70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1112] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From 6b915a3fabb0210d9b20f8b5bab6cb02512f12a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1112] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 03a7a5d5aee0b7ae1ab97b71f63c09109b18282c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1112] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 5455d2725ab9b3328e88bfab8716ac92ffbe387e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1112] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From eddc53955fca440d36403045092b81e203abacf5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1112] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From 7f8679b44926aa2dcf873022f078a29b647ccab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1112] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 6bc2431a60405d5d133b77215f7b5be85d7d68d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1112] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From 477f5972d4ed4a4749d19237fe66dc3bb59e4261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1112] pocky: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From ccb71ac4eb5d5576617b5851eb98299e48ce0ee2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1112] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 852e1caa2ba4ea294593abd6c0dfd764c8c5fa6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1112] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fca635d962092e653ccaa6b02b2c207d06b0c38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1112] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From d7a6c7d05fb01b4adc03d665b446ac2ada26c9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1112] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 8541fb09edf2ea65214eba29a67b53c5171ce886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1112] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 9cd5f93d641e65b2bf5514922b22e38a3148e9af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1112] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 002303c10b64f22bfed16373ae133802af4b3f63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1112] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From e212bf76efdc6942e7468ee9acaaa8baaac9d6c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1112] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 9c06e61ee5afb37a2a0a2727bb318062e4fbddee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1112] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a3f21c3922e5e13f6a160b1a476e666ad08f926 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1112] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34a97f22bb0a901cd940141bd321c76f9a977f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1112] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87e83cdaf70f54c5aa47ecbcb2a2949ed3f52fb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1112] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a9a26a6a23c03947b44f2dce544136c358232f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1112] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6729859d32f33237b3987aaeffb6bc6b9fbfc4ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1112] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 829860d15e55641d5bc91897584cd05d47fa9c3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1112] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2eb3d90d321a9fb7f0221ff0a9406d17f61807ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1112] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3be7a83830b62f187232da09444b9ddd63b36504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1112] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fb7e21d6eac8541cf7eef5d4df3f795edd62101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1112] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From a5b107223a7d059c17055d73c205a6996f0553c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1112] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79716f56b0d6c50125e75c4e6bcae2f285323f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1112] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From bf0e6c008d96e12f773edd6983d6950d6fa7d57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1112] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 75ac033dc24bb842096182c26741faf875c40f7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1112] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc2e7be682713ad41b07cb75bd06d67c2ca99a32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1112] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 446c5fd264d25ee3fa4693b48c0bff411421f337 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1112] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 65e86a56b77d54f075d1c553de8b1d35a46d2c41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1112] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06658a4a728d87cc3ae51b66a0785e6ef70721b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1112] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 27b2836f0ab9d7e935c9d5d77d60e327c3544952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1112] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 18934fe63ad24415201e33bb89491770d381f6e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1112] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5581156a9009a94c4e207ef8061f7c604e20db2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1112] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 8f4aef5b81b680e334ec58b00b61e91628ad5ede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1112] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From ca83350a00760fb7dbf297667a7f76a93a544cbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1112] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 2b5462cf59dd9fc071907dcb1471c91059609889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1112] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9d1cc018c834a1f67f37d2aac43334dd841baa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1112] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c63c3b33d94c70b629d82ddc2b5ade03782ccc8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1112] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee09ed512767c754e117dc85008910cd15d449e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1112] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From de55a952fa55b80d570bba52bb75e31fc5aadae9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1112] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 78b48010d850b01cb567e5de6439ab4166520d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1112] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e47f1b0793e6296f690863007fd558dab30fe213 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1112] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From e67c85c093c571b4ca18aecea52c8daf6e488242 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1112] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6801ea3040a831b9336ae8dce67ff3ea77bb498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1112] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 108456cadd5035f0620fead47b12b530fe08e0b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1112] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e9f49cbd7a2b47c98bbb3384a6bb3550d5b1bc54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1112] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From dd59e132f6626da693b1d1e93f8f2f1e61887b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1112] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 877232db498678ce8538f0eb1da604cfb06530c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1112] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 132b8143fce4c34d4fb6e3b775433955f7e0175c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1112] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From 37fd8cbfa456b77b0f1158a8c53b92f2c45f3f40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1112] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 749341d137366e523c7d3c91f7625c13d98199f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1112] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 8e0d5a77882dd53e242a7c5af302c6fb7c24286f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1112] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 75fcdd60050cfd109dcb7bb7fbdd26e110d17c72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1112] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd38b34abd9ca342fb84f158a31be4369a09c612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1112] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From f5b4e0a62066e5b2e64a1bcad12cbcf08c47e176 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1112] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 2bc4a983e767dfbda20414ac70dc44373f98a180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1112] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 45cb8fd0930cf747d1166cc0e9725a574aa4ff8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1112] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From cfc71357c0733fedf808e1bc47022ab0e22ed500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1112] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a608f5e8bbb0d7042ac849b7a3fb9a084110b0aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1112] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From f6830c67e66273516d800d607f9f709acef39dae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1112] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 71b74d76380c261acdc3d45ccd5dc75a001b78e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1112] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 8a7ea16d796cff10d16121ace2acd96e41e7e59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1112] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c9ed69de1377deb6e9dbaf9b87fdd352a34f088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1112] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 873614edb574dff2104bfa79d9ec89707a0f13c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1112] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab9f58da3f7b19bfdf5635acc13ed4461b59608 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1112] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From b472fe133dcc8cde9d05e719de8b1e6aceea3321 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1112] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From bd00d37997d20014d1269fdf9b7296933a5ff2e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1112] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From d19d357070af7de05c90ef08302b7e935e11e0e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1112] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 8e6e875ffbcd4d1242dbf415123d6210486b62a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1112] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From eefc54e2c4d6b541e6b42eb4bcbfa649e7f5c86d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1112] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed4b62cd188334db0dadb304b2ea3c4ca5f4593a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1112] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5eb5caad00011dbb2f7ba592332ffecb7a1fd9d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1112] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 9daf1f8414f4f5e87010cbedef1887c922de1cf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1112] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From a8686db8f8350a19ba6169b0eab33441cb916975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1112] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ae96125d21d78e3a044f24b80314bc6220235bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1112] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2dab7d9b6d4c1e6d83ffd37c5a34f3c23ed2248 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1112] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e8f23750f1e8b3f4fe3f54dcb3b8a289949100c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1112] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 55057758dc529fc08183626ac330891007e06a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1112] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8df7f77f5067276997ae8db7e9ac470c72a411e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1112] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58924b6281d43a790199428b7cb36a25d83ce3b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1112] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 061c39354620e9e66885fad2b7148b4a93901622 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1112] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c223e1d7ea4daca79957cb21572eca6fb9343e7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1112] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From da849e86b9c3a7c0923db4691bd00c64c5230c87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1112] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f1dd7667725412de65e11c1d5fd28cf78305576 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1112] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 7185168d709a19b6d0537b068b3a204d10b2f9af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1112] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 496b941b8d988ea8f2c5fef5130981a9335a9d9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1112] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed2744de90b4d1c3998cf0fed714d6e0886e1931 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1112] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dcdd891b961cb5125a9a0c9a5139cc4b4d21dbbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1112] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From e21c760c65249191371883896032b44d1d1a3cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1112] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 27f973c13d7272650489a5d26a93ed6b07e632a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1112] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74501fbd0a1f8896047eda0b084d62187ecf7b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1112] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 179b7ae3bdb868b0220f0f309073ae65ce629085 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1112] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a513c0dec828fd6931eed543f0e198d3a5e44b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1112] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 8dab62fbdf7bc4bd58a7642c468f870e0eaca9e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1112] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From d8486b6987981b05fe695d3872c4ff525466ecfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1112] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 8343e58548907ffb362ef9e4a9e30d6c6f60ff32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1112] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 15f33ee755ff773d68d656a722027be470f37faf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1112] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33750518417b380b2582c3e061f088ee367d25ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1112] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 1af43f3c55840bfc41cc1cf5651e7360125973a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1112] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From b882117c88c6ce953c809cc535e8e6b91929a8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1112] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 83e2177bd894ae7b6df6e38f7eeaf7211c977038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1112] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac4d675957a4eb0a3c8e8ec3eb31855df6284e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1112] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From da5ab5e57f12dec5c1a18aa1c4737416ab404f7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1112] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c16dcd5429770623882cbd5b523be85ff09335d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1112] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 1096c7dd757da466a8c2bf3c012e49a8d3351ff2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1112] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9803c2d5eee5aa6327b8a13f62b1a615690bd74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1112] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 551393fbfc4804f00a93e9c8e0c7d220bc2fbabe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1112] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From 049325627d5c2f29d70ebadce1bf85361ef8be74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1112] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From bca4693ec04e4c2ecf48c4a1f6dd87ccf1c799ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1112] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd09647314f16b949528c38f4350ac9d71d4139b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1112] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a783a5eac6b91ad97f69248b1d8dff1ef8baebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1112] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From d0fd653852916226331ed573fbcf45eef8eed031 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1112] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 616e8ff323ee6b59af61adc4add4d7c80c75cfbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1112] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cba16f4ff3c7e2fe40a869aa1ff72c5af9e569ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1112] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6595576b8c55721b4bfa5fe6d6d24b5413922751 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1112] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6320aec3beafa3d6d531795ca153c3b1497653d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1112] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 962bb19cadd51313fe6da0e68f0e18c867b8332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1112] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c19bf07f5d631a14cb697fd48fc79c8305f9c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1112] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From bb7df1754f416487c107d9e705c6492a425b078f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1112] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d937567e16bbe58adaa224eb568122ba6b74835c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1112] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b55e6f7ffe1d3143200b6d93f689d604df0fe9fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1112] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From bd5db6718c3ada8ad55a1659a98c8d420123edbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1112] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66c7319526be381aaadafa1740097416c21e52cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1112] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38e749836e7a5007fa74bd62ad11871d4f392096 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1112] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651ff181be363fc44d498ede36321482c7178390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1112] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6aaa29756a891e029428e19cc40e796b4a1a364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1112] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c6784b40206f9af6f9d7661a1eacc8078dcd271 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1112] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04a0680519f52172bdb83134b087e550e27fe5b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1112] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8862bc0c630e055221cbc41b19ec64b75df4f72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1112] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9d4d49a2b0032e23592e7975705faae074e1dfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1112] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb62318b915ad69b6fc324e25c29a98114f54b4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1112] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8920f267e6e34e13bbd45558e8f8c42c61b94ad4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1112] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 871b02de6ffeded8bcb2f8f209e6080d8cd6d4d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1112] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09c95301d4fc1ec4e1bea6a992d25e1724db5c65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1112] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 710a4ed383d9f05d9b1e4279238e50914f37a2d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1112] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 845756942add434924c205c5cd9f22deb723cb36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1112] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74aa08c59fdfea4bf6d38773572a0eddd1dc52e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1112] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From c426393af781616f139f526c28d0e9c630e2046e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1112] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From f440034c070e3da84386f1f77c4459e9a03436a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1112] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 35ba5c84c39a13139c76bd2f91b5d79b789b5643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1112] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 3096d28bdcf0aef8ec2be479ff88f5d455f65c7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1112] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From d3ee57d9af55c01d4fc5325cf25028e236af1e4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1112] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 9dfd8c6a99d889c5a41d80532f9d2163fcd55c9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1112] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79014d993938735b1db45c651010eff3655fcf64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1112] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b8481609614d21d2fad6ea2dc19529e76e26e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1112] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0de2295121bfd193a1165385d39d728c6dc614ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1112] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0eda23b67f6fa7cc246f86e0c5ef907b353a871 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1112] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 526b157cfa7b32d942b248db6fc1603524d12f45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1112] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 548b8bc03e1cb31a5a55dee4611d2425bbf9c15f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1112] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 272273ee2c63ad6798edbb96b49b74e613a682ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1112] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 85e7ae7d5e72a54dddd247f87250a41ec72a0b86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1112] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 1eda6fd50549cda50d9b10010dc79d51984bc98a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1112] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From bf1e89bc037e4af8385968975983fb5c79dd253c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1112] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From f41225bfc27ab9063be4fe3e5d575ed6462b674f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1112] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From c47103a96a345ac3f0735fda45b24ba48565b605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1112] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27dd166bae2b91c2a6d2bef98e1a52e945783f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1112] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From f06833ab8c6743db970b4000531d1a431d2b7d30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1112] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f06a764a1ce4ae57dfba8067eb898911ef4e1545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1112] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 0b43333f3b6da0ce69a11e1f9e5955f239c4b655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1112] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 8c9e036b02501565b30c8b79c5ba9d1957293720 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1112] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5edcdbf411382e2ded75424b7f324b3ec1c4a625 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1112] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f94765ffd6277fc21cfc421ac39483d525358d09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1112] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From e8a7784ca0ef24c6bf743410598fe2b2fcda3b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1112] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From b5df114542d416bc83581d3285d95ad7de0c45eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1112] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3bc30844ac77f9b0f48df7a2a77e5a9c3061a382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1112] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f86a71850cacadaddabcd9c5344894099d8c0008 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1112] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f017f91f6aca96e6269a24ee16f9472c861ce9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1112] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31acad080b92f78f7b1e4360e6231f4d316afaa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1112] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 4f156b818749cffb450f1592662e356ef89ed94e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1112] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da39006196fd10d50f9455ef9f9f4ea94cfe1a8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1112] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef1d174e5022f5de20356a3609e1ee5203413023 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1112] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1cccaece696f4e9e9c5228d8d9ef083598c43bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1112] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a7999d091214e00c63ad1a8f918e1d68e038297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1112] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From fb403c46a9325b444804ecc368d99236b9a43b7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1112] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 04e609490b08acf674405f4b4545a8e71dc0c06b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1112] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 43e6f902165dd904d87c6ce3e441c017f5506cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1112] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 38d0eefa93ec6e564ad059aefa24eb62b138e635 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1112] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From d21a4a868eda1bfe750fde8a37448def4e575ea1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1112] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13e42f311f07bffede31aa8558175e428d18cd6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1112] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 152f3c79858ee685f70ac1e5b24f4ccf232f8c2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1112] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 814d1c828efb4a07fb8c3be646dbc84dfef07954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1112] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5d08c9c731d91e8e6485d86bb30c5ffeb77e172 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1112] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a621430edc5db104e4e56f1f4e14e989a0cb3c13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1112] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36fb0797dbedad3aa70098cc7b84255cf75be8ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1112] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 980d573b1697b084322bd7026ff580f8030d4ece Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1112] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f6b35d78ecec847d909a79ae09c19b3b83d8d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1112] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24e59d7e80a7cee57f5ed1af6e27f224a5acf1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1112] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59f3c6867755df239f3049664d1d0fb6bd13e171 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1112] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 50bd6e2c46a20155c0f177e8b81445119e146f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1112] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 800e1eeca21acfbea5dea21d4de669ffaabb9227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1112] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From d6947bfee600ab3d74fd750978a7c13c616c2ac1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1112] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56ea84768e8e898404483f4b99bc8dd7e8eb0955 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1112] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a03dda339a1c048434e20c3d1bdd2de3ecfd1ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1112] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 69c9e519d512cc805e05b241aa0581e80fce77cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1112] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 540b00fc343517746b4942d816528fa39c01c59c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1112] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From d7dccb32b87a0c4fbeec8364fbedec26c054bb2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1112] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 519457eb924ac6d05602786d79295ec4e5d90b83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1112] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99902394c31164b3631a047795220c761215a08a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1112] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00bc3b6073e513343965680a361ce460953654eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1112] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 47c3a5f2864881802dd362a3fcc02b2d659ba737 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1112] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From 50f3a0fc1f3804a2754458dbfd981f6822a74cb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1112] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From ed3e728b9ae0a2c0adb81e0ab40120a1a12bdac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1112] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 681c6f181af8f88bdc8ec838bdb705c5368e9534 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1112] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From fc4e8c794e359c9b559a2c68bd0156a67ac78e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1112] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc03b87447750f102796a860ddadc6bb5226649d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1112] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0f3929af3f7b3a0808cd7c22208a1c919f3fb86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1112] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ba337f900c2ac5830872a9c0240ccee11e993d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1112] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca6e4f17e4f2f97331098fbc458c6164fd4ab277 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1112] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15c3324ea19730c0038bf89392949adf93b8cd25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1112] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac62f5475d410836549eec8923036b1cc94e6612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1112] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From ec8d4fbdef64bfa691aa90128e707a08ade703dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1112] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec6f200e6baac9e26ec979afb252f0cb479e770c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1112] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fee6a85bfe7aeae850372ea6842a4fe37ff0c8fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1112] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5aa84afc9a0c92c12c4b8f160ba9193718c043b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1112] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 1945e72d82dcdebe1e7fe3432f038a9e8eed64ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1112] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 80ce81180261f30c6f02a0e45b100dee0c87af9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1112] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 2417ae2a0ab9c44a4efff03934f859b297c6f7f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1112] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 0c1bdb93304a2b84f098dfcc6427bc13120e3817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1112] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ca70fda9d84e9a9d8ec814a7207efcf2fcfc41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1112] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From b369af7c74f9185159264ae240956a9b5e3eaed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1112] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5506a8fd274baf0eedd41db798e6da5537140855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1112] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8d34ab2ed0df1a9ad432d3c6c10c8e665fea685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1112] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 50e1ba055eed83f8072c1aab79703479ce41caf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1112] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 69a3c7a90140a33f53d59ece13d1263945087d45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1112] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61c79585d5f1be64ec63fe2f4bf40bcd3af27b18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1112] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1993ca551537dc610562ed1fe2ccc328c598294 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1112] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 8c22c32eacf4ec986588d3c8b8419c7e30179824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1112] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From e7513b612c868d4676378ff8d3af78f23e2010f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1112] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 77455aa82fe3fbdea14a2588018c710ff6f0751e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1112] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d0afdcbdc00a29f446853ade2867cea93a10dea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1112] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3100b93b2557fb1d72479539efead01eeaffadbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1112] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a88bc38e08d71740c180b4341cc2633d42db681f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1112] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From b1f37379b961a2cfa4383e96470c2268301f2191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1112] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 56a77b2aa362d2a3a86b5ce063ae3833a74aa532 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1112] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86db68b0b3c923bb9ef8b6f23f6708e8fa895993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1112] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c067516c4b889374f0cb4cc3b6aedd9dbe4a83cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1112] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2d6145f4c59025aab11ba66e84c49830ee39ae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1112] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 852d5f84dcf1d4d2f0775b162d6a5f86c69204ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1112] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f3211bb1ad7d126a467f6d5ce7bb9745cfea4cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1112] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 42cfccd7f78c752c8e4f80beac088b97e01c0a0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1112] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 3e0b75be586ab7a3db389c37c3480ca714e1d66e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1112] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f62eb233f41d8141d8f0c7c82dd86ae4a03aa84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1112] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d2bee6f5412232a236c623a272d690cd256ca87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1112] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54c449f54049459dc3d9d3a8e5bf5df1f2d8c09f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1112] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 13116cb6780dde79391b2a1349e566998ede246d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1112] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a070db3188a846d4cf0ed0590175543eff24bfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1112] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From f38ab0a952ac7202b1a5c0670af8c5cb93205a9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1112] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbf6418bfc6af535ae740d270b2e6a701049dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1112] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78ce3ff1b72ed5604a39a6c134f6c1b0dda6cf72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1112] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From d8fdf7a3ad0c6b22ceb072e11474714ef1699bd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1112] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 2759ccaad6b453285fb6450ca342fc57db2b4fb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1112] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 37c4d498c754cfb4241f26a1f9c730797c02967e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1112] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From 711bf2da1310ca93379addc1043301dfafbc24ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1112] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From cb3817f60c53a4dae43736d14d9a52fab217c338 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1112] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 7959492180b763952307c378b3f9a5e01868345f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1112] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 124a67bb3aac112e98919f9c6dc357bdae7d78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1112] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 443d03005023e31689c29c34a320a596a752f775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1112] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From df97510b41d7a223b77de51fd36630bb2ed14432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1112] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From ee5bd0e48cdb65bb4474cbc4cd96b961ed34627f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1112] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From 0cd7017518f9ab3eb32d60ae3caa48cfac35ecfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1112] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 4243299f526b77456c63cf39112ae2df07b07d34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1112] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From c76cfdd00c1502532d286a6055c1a1c1fc9bce80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1112] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 411052e938db12d789fc9843ec733f0fe4b72033 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1112] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 1f8ab3f0ede1155523c48321c615c9da96743b20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1112] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From cabbeed3ba2423bc6578435819263675b016b414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1112] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From dbb0a815623039bbd0ef22b1e5e56b84fd7a3491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1112] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 14dee76c436334e6e137dece536194b4bd5e7e96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1112] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From f9cb147a02d7573276b630d1256a99227a1cb85f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1112] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 307d389a5febcb4e5db5bff0b1f37668333e855f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1112] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From 1f1b39ed5733d154412aebbca2b6a2f59ad97835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1112] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 61a7dd15cb16c1c40d331965c67a92773d62d09d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1112] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 598c07787efb4aafa24efc403a68c61ebf942be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1112] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 1fe82e2118d7f0bf3e396817c7e36cef3adc67b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1112] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 3584137d0c6a8b46f5717d43706ed7126c61c6ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1112] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From a2482cb806b6c1c3f1dbc3c7993269e34277c72d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1112] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 652dd05177f18239c7c0a4461051c02dcb5e9e4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1112] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 656dd4ec3cd3ff4a93a210a1b26117bb1329f78d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1112] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 845e7470e22009f88a7f25d782e44cbdd94d6f63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1112] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 6f25b7a93c699ada2928a34a85d8ab13b1ea3f3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1112] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From db7e979cebb5dfaec39f2da82c43becc846d4b60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1112] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From d3bf97915c36c3d1663f87244d2574492343917f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1112] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From ad4a184bad000cf2f5cddfc7d1991e0077117b6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1112] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From d495bc257366858fbfb056b4eb04038d0e0e43a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1112] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 8811fbe4cd7c1a91bb5d1fe545b99459ddf882cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1112] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 17c50f9eff87e2435e1ab5e835d2cf974579a5a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1112] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 65de4ee0227a6897f8ab7a8b72f3bc9e0756a01d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1112] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3bd12c2526bf79f8958f51d1760f48f00d4ade38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1112] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From 7a49fb77b1ad12f020d7d703fa462f34609d1809 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1112] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From f61651dace2c7b43ccc228800135468c5835975d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1112] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From d330df7261a2dffce9b8cb70852f8e9b8d67e265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1112] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 156f359e40fba34f693a117440f45c552ab2d0dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1112] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 31ab0e8ee61d546bb06234a8d1d08301ddd30c2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1112] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 72a53c09af033571642b7892e755f10950419287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1112] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 53ee6addb7713a49987addfc99ab9fb03cb31e45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1112] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From a2e3ef5d90677cd325e96aa0d37291713434a218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1112] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 2cc3b61c7eba1a8c7845b5e6513afbda71a211c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1112] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 04c87562901ad0944021cf00252da0889fee216f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1112] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 068c3a9b286057a3167fc7258898dcccc20081fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1112] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 2f8edd51f52c1043c1d2e04cc6fd0f20e5445dd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1112] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 77222105b87c6da3a9a6696076876db6b06c6dc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1112] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 669f27fd92a9397d61982b8ae7bbece969fb75bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1112] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 743d18c11b70c191feb6babe49e99b46127c3325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1112] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 2ceb85687ab16bebcb962c206c72dc318de5f3fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1112] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 0e95cb6aa5970033b6b849c0a9217e0bf44e2367 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1112] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 81815692acbebba4dd2bdf8ff130b439a95d2e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1112] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 70398d9a204e717f802251f10aaf3081e41e0d06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1112] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 8d5c77efff9fb1b1dd9acb6ba324b6d43841252f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1112] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From c46a31352daa41daa266d0509fadcb8d417eaa3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1112] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From c4b701716cfe6ed29dfb922e07c286a8a30e469c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1112] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 41991d23fdf4231861120b8bcf3b30b998936b32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1112] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From e91c65b9b0e58cb0838a02e88b91522689b5ba81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1112] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 39f5a662d484bedf238a8351fa6a7dae594ffe24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1112] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From d82cca72963818688893c194829a48506b405ac8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1112] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From bbc7f2029eaf24c7a89c9d31745997da80f449f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1112] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a00789ff87debe1f69ef383d1e0089b775ec1102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1112] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From d0dd4fcb340f496e0cc0a28ecbe66598a576df47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1112] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 4654d6f3e99f87ea1b8ea474e691c4e6c6f458cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1112] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From a1d0e4783815960998b677beecaffb4ce7fc09ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1112] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 4c70f5139df4914b403cf4df8685e925a0a1a370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1112] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 7cdac48205734d1ed744fb7b2c7a8071ffb0998d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1112] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 2332bc44847af6184f3f3a65817fbbd9c933e55a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1112] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From a9d5cc5569547d1684950f6a602519743473c2e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1112] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From a573aa726d118bbb1a60572d9107186549b5fda0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1112] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From babb4717303223028abe6b5b058e74ef1db97567 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1112] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 598468a3ff50e6aff7f738859a55e97ac2acd2d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1112] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 4bfff59c37b307ef41a5abca37aa3dcf905d8a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1112] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98ceda17847fa808b32c1e79fc98795bc7802741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1112] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 8bc366736498941dbc66c2be3943ebdf9f51284b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1112] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 94cb17a63218dca9f12e6f64f08a7041fa6ab172 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1112] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 726b6dde03a45dceacfe3e3d86f9564732f1fe67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1112] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From dd783ef23d668998099e8062e3c1b59a176bbcff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1112] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From c0f01a54f2751c7d41e798d8cf770ce6bccfd7ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1112] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 9ccad995a4b995096b36b63622bb0260815c5414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1112] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 45902bf3c64f8edb0e9f01f5853e11f80e3bc3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1112] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 73afe313206fe19d1b3eec6eea3e8882913377c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1112] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 7178c8ab82f6131bf22fd690be89ff47b2dbfbdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1112] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 74c142cc1828dfbc7b95da9f72103ef6d6f872a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1112] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From b5f40f559f0a5ffdbaa5c790280ba6837409e0ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1112] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From d9915596788246696c41e14b0eaed6f1684af406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1112] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 30cde13a81d39e4a97375b4b8f5600b1c51a86d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1112] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 7cfc100ea9fcf5b9747e1889ce097bde4e2041c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1112] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 6b1e33bd6c3ffef630ee2717222551ad489552a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1112] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From 18438c519766d6b8c9d53cd13c193f629e6a27c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1112] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From bd8ce391109639e77e2fc81fe44c0924840614a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1112] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 3b11dd38dae250289f1b07aafae7fa977f7ad852 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1112] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 6ddea8fa998a79204934fc41414f7a1599ccdaba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1112] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 5a40948c3162a484c6662fecd77e8355e652dac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1112] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From 912bca6316a43e6276a60040894fead49bf7ea62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1112] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 8f93f4e4c6a631cd0fdbd931d1c19b7c982bd20d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1112] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 9791413fc21e905bd4905d85cb4bab6e8fc4e3a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1112] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 706c79498503298d3820693f1d8ef36f9450c209 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1112] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From a6a2796b88d4d88b9b51e838a30228c9ef99b386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1112] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 3ee011a2d721bf65228c4e2dcbab317c29ce04ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1112] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From 43cace4c5657eac4e571336b40a43894fa135e93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1112] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From ea93dea132f0e0d89e192fdbc8d7c3dccd841c09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1112] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 8507b37c49a96f32f657520650ea1d6c26d0da6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1112] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From eac4cf9a5cc4a29cfa51e41a516d8238aec32136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1112] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 11d82e612f05d2238098083cb2654868d4c03792 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1112] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..41fadfa1282 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"

From c726e47cafb78091c3da512da8012c66c84eaad7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1112] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 7d1fef4faa690565c606c492bb0bfaaca5b541fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1112] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From fcb99d0d8fb98181103c9cb7b5accd3279bd3581 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1112] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..8ee465d1b51 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs

From d81c15f51cb4884c33b8855b0ce525b6ca832c38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1112] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 60e88d681ffe3355dbd85814866c1e5ae8641065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1112] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 5c41dc7489df019bbbbbf4574634268b4a93309d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1112] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 5801d3f2ec64b9fa0e47d8248a6dce1a1307619b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1112] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 3b92fb3febd9f8f703aca049bbb6241f623915b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1112] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 9c9cb166bf528ef274da757a58ab333de44d6c77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1112] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 585fdb3c295c3112598458df24eb665c0c1490e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1112] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 32e9247d9f0d6c1a27024150eaa32eda7e3d1bc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1112] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From fbcd72ca5d6df63374b50e6b67e6394110ac3756 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1112] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From a9c33f54caf0a7b3cf9566d6a74faf774e45c0c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1112] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 2d73d07d2c45306434a42240585639ae46e07299 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1112] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From fb23a5a1e9ef79413d1df3c4e33f3b4f0ce03451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1112] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 3eb5c0d02f25614762bf7ff18c0c251312f06d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1112] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 1135376e06d6fbb04d6f066080d3b19e80cecf8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1112] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From b10043f56d0b335700c289cfab7fb7fea3122a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1112] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 9adf54a2cdcec058b51cc113ecb87ce0a8db6295 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1112] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From b0c4954198d7142ff0d46143a54ea685f1de1848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1112] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From f88ade356c73f12e863a2fa650f9fa324049c680 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1112] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 5faea44b26067ee95b494abf7bf662045bad1e54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1112] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 47d9f71a45e2ea8094cf4d2c23088a1cf73beed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1112] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 3e48c48a454796aaf5963860c1eaa891d13443e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1112] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 8f79a4509485315aa6d5a43abfbe699df1187fe1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1112] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 8271b11119648c35d2805628152b7b76663a7ed0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1112] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From d7be659be62a1a4000773d7370e3fb81cc08941c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1112] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From b191811436a9b295b96da6eee44bc5ac061a66da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1112] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From ea711c329162f5314ed42144e4767f7464be5830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1112] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 81ce082083cbb70d537e3369a3cb426e299f675f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1112] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From bda065caa6da8c034bf02f1e6d8c661d76450a39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1112] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From e54c96ca4afbb137618f5cff8fd22c98ab45ed58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1112] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 1b7a4f74dd3b8b2bc9ad7c7e6b37865787f68c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1112] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 2e4692fbabdf7ae9fd0dd0405ad1d9a0bc805f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1112] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From d7db5e1ada2e2e6189f54362f47178ede3bf76e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1112] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From c326177191bff3e9699f27316e5339f562581698 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1112] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From cd5339e1789b490127e865499d849b423689052d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1112] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From caef0d561e63f8b501a15869c902aa8edfc5bfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1112] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 4700565e8688b49f7d4ca9bf72f24bbec828061b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1112] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b8027d773b6a82286653d395de0588cf3953623a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1112] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 1b498f8243377e8ecfb76c3aa93cc3b2003b372e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1112] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From fa345bfd206bea2d1856d3d0da372f5d92235b3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1112] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From dcee7fea5b965275c5d595e9897b55a317e821e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1112] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 0bd9651cdfc2e68f4b0a372f87f2ec63a87ca77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1112] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 1d7e0698ea639aabfa1b2819ad93685dac53804c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1112] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From e9cb673c0851625efafdf0983b39f26b86570668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1112] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From c01a102d2b7a6b17efaf8767d416cd03a66a2ad3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1112] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From bcf28290a8a40568c8d2c3309c7505aceee8db94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1112] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From d990877b0a25bac77083a41dfd5435b9ca72e618 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1112] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 4921a52c2ba6d2b3767a21a87d9922e610b2f133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1112] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From b1e63a3427d186cc6b815873204b90886db98274 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1112] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 1c0bb92c5506b9ca241e2eb6f55f386d70ab507e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1112] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 51a6d9099b33c196c29adb92f4fde753995755b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1112] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From c4a56fb6794c83b50446d54ab639f7d181663e3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1112] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 1fe293feb8733e9bdb290df2e6b390b9226e0b99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1112] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From 29510fe00c1dc02bd6eaa339fb399bcb7dbe98f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1112] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From c8b3a6d364219c799f4b0f1998766ffd494beecb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1112] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 230b2f34af970ea7dd112e9820ee077b62114b24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1112] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 296d127b1df2a3b7f57bb5bbe9dd212f31712f9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1112] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 507f6baeb1f2f7887deac81b7cbefbaec4343a59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1112] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c75e2588617fe1cb79b3a011b4b5d3cb10f52937 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1112] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 33431bc73525bc345045c291fde63d3c62e255ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1112] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 0ba288cc5e1f4c5d71bbf0f51e622dcc6d23527d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1112] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From ead85de41c9e05a85957c87b79ccb936b3fbfa06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1112] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From db4135bfdd34c0bed309141fd5c4700881b49ca2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1112] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 2c10cec6c6366f10c239a9818ab78088499f1dcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1112] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 785d4478f92131cae292272a64f2a1a7623c424e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1112] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 47b5e14244221c5204b563c4ef38ddc97bdbd310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1112] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From d1e2317d2156eaaaa71164d26f23f44cb6d8f2a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1112] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..10dcbcc85f8 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"

From 835acb2a25902ae932b872851c61016636f383ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1112] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From fd6f9a5805d887123469614ffe318e59cb2fe69d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1112] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 4f87f7f6d73a478c906df241b2e4105e69553879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1112] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 6f3f3b8d293b2dff41ce6a7aafadf6e626c47f0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1112] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From e9f232bfe118f61d2b60b21f07cff2c0889697cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1112] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2674ae87eb1d6ab5c7eab8bda62f98e326eee023 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1112] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f758e8dc621f509a00df6609419d8c3795f5b91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1112] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From b00780b79738e2ded4013f7ebafeb64df26ec7d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1112] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46a1d853db6f82d81f8effb608ced657321e8f94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1112] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 07adadb3557e601fa32e497e3470bd07fe79c501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1112] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 55ea57201bd68818091d5e07ad1dc84abfdfb97f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1112] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 043e603167081f2bd1463825f0afc23bc1a29f8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1112] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 2d7f1274bee7feabe8623ee99ec599719a793b83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1112] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 5c374a257718b2ebae53c953b0e5a312923e9c72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1112] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 5c2285765634383da4b86b5103f225c17d163bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1112] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 62e0d827cfc027e9676f4553e246fe9df06a9871 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1112] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 18f454ab1bd9ce27dcdab3e122c014ca7a303bd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1112] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 304f291ac0def3d60fc3e36abf11ede436d4cba1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1112] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 242c3805409e8984376853d977b969fe3f255af7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1112] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 7e0058ff6285ff96985f9d97e9d00220d8b79d47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1112] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From db704b60327a0edf7880fa4b144cd260f51d168b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1112] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 2c3bdfcaa1cfb283a91efca12bccdbfb8ca599be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1112] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 35b0eeac349b26d531c2a8efcb1663c613df9839 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1112] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 1199e24e1202bb7827c18ffc79c7e6ea22422543 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1112] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From fa27f67e7878caba5784334224704931bad33b4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1112] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 +++++++++++
 srcpkgs/paraview/template                 |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..da841114a39 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql

From ff5f07728d03ad9f4833fce4324762011a319016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1112] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 0f13142abedf7cebdbfba5d31d28c82ea22ac6c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1112] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 951b769cb94d53d34e5d5cc131dc34751094fada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1112] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From df31dd6fb9b299cb14447ea20aeddbdf5744375b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1112] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8126a99b157f54447d5e48f52133e7a1444ff8dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1112] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 86fffdcac83a4478d410840e596a25187b3e1eb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1112] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From e98d07a10ab97eca99dedbad4cbfd0590607555a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1112] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From e61a71e31349d4e2d3c78a070b0fb45bb4361d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1112] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From f07c3bfe094100a7d460c5fc6b028980423bc6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1112] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 0861a52418f1789d407cb6f98c521ee357ace7cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1112] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From cd9fa090057fbb0bd4d126f9e3744130216e0022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1112] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 5b0964f27b6aa06dccca395079f0df9dbe02786c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1112] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From a8d60bc7aa7333a149681dc779ae9c1d882c51fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1112] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f347dae795e953eed64d9937b7b1d9f253c4c78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1112] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 89cb82d46a3c174a79494d9b8ffca39e04e507e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1112] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 80542ff9a7cb3e0c40886f257f6928760ef9f13d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1112] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f3c1c51a87083ec3eef91d1998c51981d783fb53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1112] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8984c1aa39dc0403c9adf995ec482248677f97e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1112] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 1fce418bac52b091775fd86e5f1baa44a3a00a00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1112] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 2f34d3a70e68f7da9c32a206dadeb03f427db1b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1112] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From a093c847aa571c71b7cc5fbccf3e1a52ec98583b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1112] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a2037d560e8127ae2518901401d5c397ecfe53a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1112] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 41ad7087cada3e01865846f05f84cd717527e86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1112] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 5f89e922af0ec1670a5d0f9bded3261e56988953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1112] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From d7f0a11c0d1476a5f027f505e1f11e199620b8bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1112] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4e9351f544386024b0aeb8c3ee5e5ac873fb772c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1112] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c37c1c52199694711e156e66a3b6a12994ad6f37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1112] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d393656b105ab06bdf1aa5c6df5091ee8aee8057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1112] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From c11cb6d8fbae4d57e050e5caf4fae45c8a662f98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1112] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From d78288a250449646a34e8bfdca6355d1d2ec178e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1112] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 2bc42f86518a7c9666c9a54ba36b6cd28e687950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1112] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 86f7f902a9eaa88d3dd37f06a3b55d6ea19a9769 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1112] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 22e1cab8187c4283af0ee68b09674e8c3271070f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1112] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From 445e6f8be136bd9121ac804ce8ccedd194ddaa63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1112] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c42d7d8a895f9710656423a10450430722b7d107 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1112] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From ea381a8822d24d0a762fa3e83b45b1a9c1b6e837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1112] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f92f6dd5e9a8e671e51688e8585cf54cc7971ca8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1112] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From d07ce961d087093ce4c07228e3f84ac44b59a20c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1112] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From b105f458209fe9d1bc41bf0092009fadc260b912 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1112] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From b3271183e25bfd1d67a04537821ee806998af86e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1112] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From ccc5d4ccca9d34464d5dca23ce793964bfce3150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1112] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1d8b6d79a141ba98fb289322422c60bedbb810d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1112] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 8cd956c3550a93685870f097bd1f6abc2ab139c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1112] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 97581a5602888b36a238b41bfa85f9793374d8ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1112] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 9a6965ba9e6f4410fe275f6551b1f7ac964e9a5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1112] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 9fb4b8db71ee04bc05570f0afca2839d33f14e94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1112] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 1cef76f90d74f91e60646727ee691740ccb88670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1112] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1789d5750f7c62ed44ca5e8c40435b4de376bf00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1112] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 596589c8bbf6a7c0b6410d166351324320ed1d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1112] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac5c5e5974c1cbdc3f9f1dd505dd64e58cfc1f4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1112] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 137fdf851e66cfe62268e3cef23614248f3bf46a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1112] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From ed7aee68bc9803ba3e6d71fc7a9b56aef1c84228 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1112] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 8d0b718a0b1b7d40677b247225e3cf116582528c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1112] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e789c45fc90abf7bc5d3aae8d94e492e14c31a59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1112] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From bd51e6eb492586cb56c33363d9012e1688235999 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1112] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3ced787b96c26c9bbab39352639a3e0ac09be932 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1112] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From dc6d11d881e7c2868cf9a3d3da63c405854fec92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1112] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 76b2f97ed40440fa2629cbd4faa5135dc16f2b50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1112] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From f1c8c4c04e5f06676b0641e5d8d323299f57f601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1112] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From b5a3d01bad0ba3f7497334254724bb672aaa2a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1112] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 66e83b5cd1ebe447e94ac9f0d83c0ef0621dc8f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1112] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 32cf2625c533979bd68eb353137fcffbead6b105 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1112] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d59e5a798a0e5e27f5197e1f5313bca08c62c8e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1112] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fc3f2f4ce130c9558a6e2a0f0e22e81cf26a628c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1112] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 811946bc8a618ad9d20df104b61eee6264ee7ff9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1112] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9a09644d17fd3fb418dd24330000235c5194ba01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1112] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 9523bd19ad93df5752bf85e98c664635c6fdb155 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1112] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3871b0422d9778da829eef49aeb547a57c459d20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1112] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From a14b1019819b2986555574bfeb2add830d378c71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1112] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 63a99bfb03283bbfedfb3f42b1cbb116961877f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1112] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 0dd577a65237a9a058a1f6e794b2649d69456c51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1112] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From acea322348ce875004a8023c38a1631cd139b967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1112] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 597cefd787be36bdf6f2d1b3234f758bb57f9096 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1112] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 02d513cdeceb97a900bd0b2473884de60895c412 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1112] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 0fe2052289d6243f4529e309d1843cf1a6285573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1112] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 0eaa46314553b13099776128a2409afbaee356df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1112] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From d93de57120eaa019709b7049061625f4759ee6a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1112] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From dabc2e9e1687c930e6b4d490293b4ccdbff45a12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1112] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fb9f512bb1655a693cfa2de87a5d58819ad1e0d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1112] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From d026503a9aa65ba2f9ee0ced9fefcaf78e13b4d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1112] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 2ba43d6d04e7f37f0acce0c1a6cfb3615f072e5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1112] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 342905c27e36812f3bf3389fdc63d65e3d11bf25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1112] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5594558457c1f8a946b083d667d7439db08905bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1112] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 55eb42eafe13d9fce426b10047a1ea3733bbdf0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1112] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From eb3dca14b43be9833e2c250530b1c9cd4faabdd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1112] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 8d09a8f24070594f41051312f0e4d026cf8f2731 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1112] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 52066796054a69f22c47ef4158662bf46c244e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1112] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 88d3853186e023f2fbe85e7f8201719ab9b2f7a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1112] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cbd8a3143b4716af2359be8efe178dd9381280dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1112] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3a2426934089023e3a0762cfc977113648014c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1112] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 4e9b21374595642c41e47291534a1c50f2b3ddd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1112] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0685bc2f258f8a58b1abefe40eb3242b7f5a437 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1112] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 998bcdb93549d104beb5935da2dbad63bee61f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1112] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f59fd7da46833f18ad4270061cfbfe4b7bc177f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1112] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fa7c4dc50037d71301c047d04213996123334a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1112] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39bc76a706388f9babf02b0d0910a4bc8b2c86a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1112] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f0dbb3ea9878fb6b06a4006b41c5469ba52a300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1112] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6cbf5102c7b117efda239b59394c4adbd91e3fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1112] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14e976a2676eaa46afa77b95f07bbc26d2541ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1112] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb2e131e5ee8da45e74b5b893b6c2c32b862ce21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1112] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4cbc4a19e308dbfe9f6b3a37b9f84cf764cb050 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1112] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3435eb40fae5813537db0f2e2558a8d5de45539a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1112] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8215c46093d924ea7ebdf9cc8298d26a9a2ef8a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1112] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 2831d2f79cff433232b370c2a0f44c89a8319895 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1112] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f463be4c75dad01108e3b0de31588839f748e23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1112] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a1a8d7fb96906147f8a5e6b3404a19f3cc18ce4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1112] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e56803e14b874cad9ad1db3e3381db780010bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1112] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 21719fdfa901b9657b085f8d4d100aec4c1c3e14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1112] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039ecc3235614a934c3bef8e4f303a8966eea02d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1112] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2dc0cfe4a9cc2b2ed7bd0b48df5ea7840c0cd99b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1112] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf31e823e1b0bbe236d2f953fec417040f7893c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1112] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 2652104d16812158c80feb9aa6c76eeec9171bc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1112] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b4200fb3c6953838e0f461b6b59bc8b197b5368 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1112] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e01f527a7230c15e81dc52072208247c18fc29df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1112] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f907aa3beb6925cbe48e1f85843b8097447e203 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1112] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47d38f38e65492c367f811d35efb93bab112f26a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1112] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From d4d5b02ede4816166699b1d50b45f7484418e399 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1112] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From c347ee84c5f72997b81b8bda62a1af9d4e7e01c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1112] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df83af64b01a45dd7e563bac423f34d152f6d13d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1112] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dda86eb25842448419df1e80052eca5f3b8060ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1112] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95ae99349390f51cc3105599f0a383e752333945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1112] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1249afaeae0bc624a5cbb322dba60f67933ea41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1112] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9db33728b81a912776af172be47b0e30dcb28192 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1112] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58b83b34c50235985698d6441c9e7c14ed5930a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1112] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 6ac2f14241afab157af0943d8f6ec40a0af2a128 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1112] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d90c47f7d8d159032b4b6bb8607f239d7d19ff03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1112] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc80e81656a93a39746a9b04f77e8a85d1adc516 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1112] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4942205c9f8f8ef2e37d186804b70a61a8478a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1112] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 7481784eb5e324f7530e3b33c87d70ae8a4f4696 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1112] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 130d00ccca8d352a7c94cb691cbd68e2f0550f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1112] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e26d4848055923f8eb6b99f1a7a0f9f23a8e2ded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1112] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a9efedd2e6df30e366e48f57b9967dab7632f64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1112] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38e3020bd14b178e1de97deb43fc4595d84ec99d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1112] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 284e4dd8856eb4235b5bbbe0057926c0eca8df2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1112] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 028782e3d5aa6ae3108169f4e5e2feda093e273c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1112] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 8ea59815590c35274fac7256b3284ea335f549a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1112] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 3f2bae12ac27c02cc3beb7403a641206dbc818a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1112] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bc615cc787a56e11a59b989d364bec2b4dc7f43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1112] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c6f2a371d9ebbf36021f4395b3d5f637c22bc466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1112] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64d5750d6ba9ad40ecac0d3b8c73304dec63ec1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1112] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 894baf72c7b845cadb376203e87e75e2ef7b215e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1112] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 5ce4477870226681ae6e922084d6895d24a9bab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1112] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f641795c7c51da6fa236fdcffbbce7aa51987161 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1112] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdfd00b0df4633037012ad4f88c2faa6ddbf4aa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1112] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d45aed6b27174e084d2bd980a36843b9adea57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1112] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cfdcb0eb783bd4e34c9c963c4b9fa98e0aebd6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1112] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1c123414a6488b806e6e1ea7b91462fe8b114a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1112] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219fd78c8cc340a31bb06b609f724fc53f4cadac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1112] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d040d9bc291f40ff63c8aa3f08438622bd00296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1112] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5bf4c3a6542ad52e8e45dfe2d0786327c40d112 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1112] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a0366fe2207be089d3d7ca5c40a250438a5ef49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1112] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ce87ce9733c2af94a912a09b2243b7a52e151d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1112] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bbb49606b20e2bf90340bc84b24bc153e0e766f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1112] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From f5b2449003c440bb2ed9e105df998b51da987ce6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1112] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 562e8c6cb125ff4c8e92d856ba1b8148e7ca3676 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1112] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 897bcd2197f15bf31f531c589d99095e31a6799b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1112] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9a878b3b6a80cd2a8245755a71a0121b8492308 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1112] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17cb033d9f7be716b666e51cb7d5a7064e057606 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1112] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 369d7f13f58af80f5412880386820769f993c102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1112] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From b4f30e20105f605c45764ea9ab883c433528e0a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1112] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35994e9a58e0ed0c895fbac722312a9e6846965f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1112] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c6ac868daf984fa6ccf0df65e833042d81588e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1112] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From dcc906a5276dd357d0e9f63b0e4d1b5e5e5da671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1112] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cc3f925da0d6dbe8a6975ed83cdea64c8482139a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1112] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fce3a0faae723e41a1eb11156029920b3e919af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1112] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From edd81d54c1d612a35f39cb66eb5a59fb1d4d28c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1112] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e0b59c90e047114f372b8176fe2be4b11f4bcec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1112] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 7d61f6c540af540f35b91637ff7b2c304dc4c3e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1112] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 1c1e8eb46811c008b4e46737f9c756ab2ffa915a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1112] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e75463cf96138408f84e1aa5f482655e75d668c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1112] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ffe47012d9e9df4997b6c511ddffcfc15aa3b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1112] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From a3c30e1ba6b1386e8f0575bdd5adafecb4eb8ccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1112] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e79aed093f66567b124e4b5d4f72f21e14ea6330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1112] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8d9bbfd2639db138d53ae5dd6548bcf56befe39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1112] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12c16dd2e1fccf474e27f6ae6d388f8b02fe7d53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1112] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From d81231b713ecc4b240ef709f7b6025c5e4685d00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1112] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 528776af2afbeb1aaec9cfcc20927c3b198ca5c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1112] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d22585976f1d11b746c999641f8ec4d5d7da20c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1112] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90f2a33c498c8fecb2feffc0a2c6fe87ecb50355 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1112] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From beec46c95eae569258dd8c09c4ef8cfd2ded9284 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1112] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From bdef0cf204438a78f48cddf1e6a2cc0011013636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1112] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From baae2089d9483d95a285f7ba0ccb540c39af135e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1112] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 292298c6bd8ad9d48bd97f1f06c4dee3d318b8af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1112] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f0d315bffa13faf39abcb4d21462c37e63f23f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1112] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9de867b627e7821ede8fad43ac90f6f00c05578 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1112] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95458ebe55ae60c2cd69c5942c56572a2d697851 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1112] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa4441c72d2fae7bf1d89840f2135f29d6d3bf28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1112] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29ce2cd4d23cd529e3761a284663b69dcfdf4e13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1112] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0ecdca831ca8d08235f7bba53aa8c30d2a88f39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1112] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 71d2a79e658d57d1dca69ff94bfe040bb79fcd67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1112] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7ec538686b46ffa2bb461c135702f1e44295275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1112] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc649ed88808367d9a4804686dc1ed5ffec48132 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1112] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a6a3fa5b7a2183bd47e18ec249707b63cdfae45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1112] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 376c09702119afb3c672b1d05faf5929eafc5fb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1112] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d41c995704c0273c1745eaef3c6a774e821aedcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1112] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1cfedd97c6f6d040b0319df3e4e611629685b4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1112] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e6e18f4d7a6e20a07a64d8583f8cba221491bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1112] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 898b62c227a7dcbf10647058e71c75faaac5a8f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1112] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From bae4634b02dde41ad81360704347c8220d00527a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1112] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72d9c7afc49d9ca2943232033566dfa8e1daa4a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1112] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c3bdf35f943cda5205589866f3b8f231181f1b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1112] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15f0a07262266ef7d246fa333efca5f84bc5e35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1112] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5eb1d0a4ce071ef0929e1188395382eae27eccfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1112] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3436d4a7a5c6dbb35f5ecdb8eb40e77a9c6ca89a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1112] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4eb68ebd3a7f4c5a09e68afb367d4a7e5ddae896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1112] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 683ed25fe902816bed7b469f2d3d8cb5de766e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1112] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0288b529d031665001489a7946088587f76f4c1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1112] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 18fd76f367b944252370168985a0c1e5ac8feec6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1112] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 207765601265808993f70ab5aa2071d3a9337ae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1112] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7cfe1542bb24f5fd4ac86de945b6ed22e3e00a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1112] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 3261935c046e1d39531b4435519473b0a9a3b32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1112] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5449f04ea641ae64791eab074721edbb9f772765 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1112] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0a2e96488e38384c8b9d8ada3959a000233e81d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1112] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 66a545e553004f05f98ddfccdde59c797f2bd5dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1112] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7c5133b2fa21c21f2a7f02ba59b5aa62828ab78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1112] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 930380adf46ab1d59727c5c2510a8fe30e883312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1112] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From d18f8ab590bc1b50b74119f2e11a9c09ae03aac1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1112] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e24bbd9bab61139a96821fae87b87523d1ee9691 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1112] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99f3c047d9312f1320d7e7f3547db334b7933c1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1112] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0a7487e9c7aa3c5dcb816e08df079b905f141be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1112] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 47e0073bbef98c604015c3c525a35a562458ce75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1112] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0956a3ec7c0d9d30a2b5e4375fb1e5c57fdd9165 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1112] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From c0c2aa91122aef3bb3ef278891761e221d4fccdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1112] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9bac021b58833a57d711b20411851c0899f6477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1112] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0c0c177e27673ae9f7b492e73bbd6d1fa7eeba3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1112] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b271379b1633683cdc5b49991186345eb6b71db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1112] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 10097decba5515622663ef371052fc5ef939df40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1112] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 1cb5b99bf3d8e58e6f072aad65e554a21640dc6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1112] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8941cb7815565a8580986ae29380012ee5f5a04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1112] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 8c17c5c18a583d45633b87df4fb7de68e849071e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1112] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4670e55ea9d56bf59904b9e9be9e5217e4fbca3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1112] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From a457e6988cec6bc8c0ecd601e61186a26ab92ff5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1112] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From bdf5b72bd6aa085d3113c7c5001a94882f26ca29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1112] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13118e3266fc15b7f1e0e783baf01601474bfeb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1112] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ceec5e15c62dc987f84a5bb5d6c89b7a5d6582f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1112] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 786b6ab2fefbe48dd96be744d8ac31b3adb549d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1112] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41fb35f0efe00e7b8fb057e72908d1425149f89e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1112] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2260e4f8ecb750a2d243d37e381dcf32fa5222e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1112] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 953c30b2811e013bf22f67bc8b90c2f5be86d98e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1112] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f54ea2490cff2c0f509d52c77692a8412def6d09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1112] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From a27f4d20be9fd35ad6774ce19e8c5094d3b456f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1112] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e019382b9c39b50f89b83e915aef01bfda63b831 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1112] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 109948b1bb62188c63c22399e97e5bf2b6e907ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1112] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 50b7cce3c0a64acf6c01e1949af6877cddfb1c2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1112] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 538b07a7e1f24e409f4a8d7ea8bdd27ea52be0ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1112] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0d77df4bff934721ddfbefd5554ac138649faa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1112] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a3c08e98edd1e12646918ec6fe1ee8439066fd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1112] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47ab15225ead80822b40059089c28ab1cfbf5809 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1112] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a30d07c40c644d111ef562b32f6f18443a2d4044 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1112] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2624c4b5445464b0a258c1077d6ba0b111360066 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1112] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb31060d6a4633a0b4b0bb84f7e12715027b5509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1112] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 650b8b8102bc74ee6188022f01b6cffefffd8344 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1112] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad0c612f03a8a1beda161b86cb1a4805b72249c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1112] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365aaee805995f81d3fa3b04b46dd0778ff3bc9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1112] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9addbba1480ee30e547bf731a441143f66549643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1112] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fde1f7d5435f199021cfcabe121ed973d7a14d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1112] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 21408e2dd26aea1028b4efdd6017df983d349026 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1112] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fd31bf12927a63cb2e16d98de14bc38fe4ccc8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1112] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From bf2ef615211fbb2898e746e5c14d020be220012a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1112] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81338c77630777d710de4a0740ddbbdb5a5ac099 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1112] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48f13036ac1d108b05f43b75a39b53e5fe0c47f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1112] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4351e2dfe28c99519ac22f403f69047d0b3a306f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1112] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fff55bf2de742692c4d099af376148ba678906a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1112] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10733f82d826c6bf0b3ebc5f2a3f19b216dc9e77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1112] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e578ce0bc200b292fadfb41d5c27a032351ec94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1112] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4501383a8c60a1465c306c3f44796ef0611d9baf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1112] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b22f083e2a7d82ed9d6c675cdb2712f0f5964255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1112] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fea87f4a6e9d9f68eeb78324b5aa2509670b6d82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1112] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd8c56fff38bf5d52bd47a730a4ee26f2758f3f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1112] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4527239fe4f90ae41ca11464a5fc082f3ae3a08d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1112] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0513bc24edc9d8835b29be910d8a56bccdf187d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1112] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90100f2290edd6a98267bdcbb4e951d85afe2904 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1112] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fb56f0b9e5930840e5be93d6422181730d174e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1112] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b4d05f97c0572019a5b1ac060af096dbeac76ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1112] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be9cbea6fc82b2fe0a00b6e549d975132068c0f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1112] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 98f2c2729d52a13b4bea42aba9a5ce91fe2af84d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1112] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdc3b69e0bfb7f6d489df512930229acd18aeb0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1112] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 4649a0f631b361313ec45c791652cee7ee0543ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1112] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 24b5f4c78b4788308407da0861acc682e24ae347 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1112] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fe49706b05a21c9a74541604d65e4834c7654ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1112] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 1d014771d5baf8e2ed1729d340c0b8973597c51d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1112] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc515958aedfe4b2c28ae4e1bea26fab7ab26414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1112] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 9eba353dd01c9a60ef9223f954c4c7ddcd8353cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1112] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 990cf42bbfa8a35e9bf7ef939e24d86dacb04ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1112] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 34daa379a504f4306a0135f84dc5b59c5c52e1b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1112] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a28932546ba0d11173eeeabbf21fe62716e26e57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1112] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98cb38fb10d72e9d7a239a90282f27c431d25a18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1112] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e183990c3582e0b4ee5de0c49bcaaef1100c8406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1112] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 283a001adf007d069334b61e74da6789842c413c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1112] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c2429bbe7f86d2055e84c0c8b8723b9446a8eb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1112] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56b6e056ef90971902fc791f5f94603eee720b96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1112] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fcbfd1ec290ff26fbe482bbe21df1daf0664279d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1112] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b120f9351659688ec6afe323d9109c5a2966b8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1112] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 05c9df0858a985c5fbb400d546418ab7b4b71caa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1112] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d09b28467314ff391e4b7fc239c02b4f6d7d4bcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1112] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a15e435af472cce89af1422ab325b9febe4d595 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1112] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89403542ab3ad4e6c37906c9c22f10a8475b61eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1112] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6eb2118ae2bcdece5710a9e3859d170ec62d2d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1112] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47d696e2c8cdcc0bd47a8a6944104d4f23ff6c49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1112] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From dea93d51401f366d8e4bd0203c81643ca8aea415 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1112] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 7cfa28c6cc9468b82a870e5756a1252aa741729f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1112] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From a14e1c8546725afea6153cc579c17d0cac1d0ff5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1112] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aae2247d81322e36b5d060a130e86c36230f80d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1112] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c82f577bf14fc5fec5fcfa939a9eefc71a49deb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1112] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7cb75269fa06976a48811146f72d69dffd3d38d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1112] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f65634371685e658fbdbc00ab4f29b4d8d4cfc7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1112] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From afe63b004661d2b636011ca4901d6631decaa07b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1112] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf64290b569aa181543cb4551a25589f96df261f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1112] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From e882c858a0caec4e58bda69cfd2418ea05be19e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1112] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c82c4064d252c070aec46d26fc7ed4207da78589 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1112] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1170417375558525a38c4c976589398fca4960a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1112] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd729b189e25a3d7eec185eb1f2f0daa8f16968a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1112] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d425ef9973349ecce8c4df3843cb8ca1fee97a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1112] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 166cd693104c52d8c07b336f0cdb256499a9c45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1112] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 636a2455ab3df9072dc3c69dcbce9755e58713ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1112] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From eb91451ffa1834fb53c416f7700eca6e19abbce3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1112] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6926f45224f08f5eaab2f1a6fed8fa99f4228e96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1112] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e45137950de5da54c1772cb9d7b0687ec69836a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1112] python3-occ: rebuild for Python 3.9

---
 srcpkgs/python3-occ/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 7f74486201ca48fbd2eab617d567fb58ce865685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1112] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 8f566481bb8ea43c7f8580c7a51f0544105fa5f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1112] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ce2a7303a79850d45d4980600f81272ee2b2522 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1112] python3-orocos-kdl: rebuild for Python 3.9

---
 srcpkgs/python3-orocos-kdl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 5697298b4a45a1d79583b1e981e41e59427cee07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1112] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From ac4f17454560b6f473e94eaca1b965bf4e7c88c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1112] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From ca8ac06a2fdfbaff8e566c18192f344abd3ac4b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1112] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61a82e8184c1ffa58f243b39b9e3c86cff54d463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1112] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 82c7abc2cedebc5c3c509e8eb2ba0581d2496081 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1112] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From b59abbf4f0019a98d68581e8902b019bc5b2be98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1112] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c66df13b3ef59adec15bdbbd8410134d27cfd5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1112] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1f3dee18e019346d31bf36ab82057158cff915c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1112] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8f46a9143f0053c944ef36b3b8ac88b353a7ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1112] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5cc29871a3fab8cc887b2370297d2e6dc22133d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1112] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7b579ad46c0a7c9ae529823c9281d4eb56aed74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1112] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 695f2e6b096188303fc753bee9ab51df83ed0504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1112] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81c292d9268034aa1576d4eaf56ed50503ab9e02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1112] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e55cdb3e8d717c7e624ca8b5e601e4ba4d7a49ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1112] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e5389a56aec15390c6491fcb038e58b0a9814e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1112] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 84e63db10a33a14c038fd6cedc7f36b9183e3ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1112] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78b2efece67d0c48d031560e8a1ca2c170cead2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1112] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a48620b74aaa22ad9ff8ce265f54628b365b80c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1112] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c82747672ce28d7b26ab69454eebacb48ab9effd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1112] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a135eb01d03e0772220718cfe03e40f1dd52c489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1112] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From b85ae950fbd16a372110714cc0c16f5d2d859726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1112] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc7ccc54831dc4237bd7d1ced8148f0148c13431 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1112] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16595744509c4affd5cb74b7ba6799834fe09579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1112] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a6bc40b99993233d1fb777fdc8f2fb41522d1d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1112] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 72be9202af9429821d77c4646569df3b6910e918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1112] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e94c5749a010659967f9b1c14b7db49cc3c5c22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1112] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1b71bff1179f06589388e6360ca5cb19118b43f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1112] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f1896e52672db072165da07d77d95359c24e110c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1112] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d804357011335a31b52130507b724e26be8497b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1112] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b8a5cc5efc00732205491daa12a56b4e16de532 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1112] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 8da17d1eec644c0dc0f5ed36200a936c174dab1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1112] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32b2901533c005e340bd72d4db03241b937ed05c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1112] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3223a2dac53f5555d1f764508aa61a070e2f98d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1112] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba0e8556042d8ab251f8f622cca1d37161b41644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1112] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 309eead83366d07ca79244851c1f034cc0d96caa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1112] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 8470b91866348735787d77264d5fb91fcb8da26f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1112] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3d24e1902adb80f1d0c459c8eb6eb2b50496471 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1112] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b46883767048a5926d1fd9ff46016d6ec295552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1112] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d80b06d2499943dbd64adef4a2b39886d3312fd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1112] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 2cd2120c0e6fa353c196f171065df55eb851b523 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1112] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a16e7bf2d871586c6cc44572c587cf4a0964e7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1112] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b261e7855c206c9906d59bc98e9b82818f48f34c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1112] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d52264fe32e1a2651b399b4f2fb8a6574c1d5653 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1112] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 371a316bec9d9dc7899014d98fbdb2c7ca6f0712 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1112] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 49095fb86406613bfdbe7b1526021b6abc8bbbfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1112] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7ce63aabe200e4816dba3ce816b7aa9b21c342d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1112] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 760a14e2a46de03c98e9132fa8b14999d54cd6c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1112] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c42f84e7f0cc15e44fee0acb2f9e905271d3d251 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1112] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65715731f614bbf8e318cd3194b300cfd36f1da0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1112] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 8616caaa2982dc182657b99dfa61a6e36f01d0e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1112] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8b75e25264a8107a99f3f53bd72b315b24aa162 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1112] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e4a5eb2aaaded4557828adab396d6eccf01eded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1112] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 20e378f4ace027ca11cc9be11d2ef3cb29dd5717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1112] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From e3265999e0b579bad0911c29f4187f8b9ec86472 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1112] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 58a5ac8e81e6a3ed4dbda8fdcb84af2958030ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1112] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de91a9f5c92bcc05a6d67258afef497f3cd65237 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1112] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From cbf72b6c77948030541f33f159fe05e1848cd1ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1112] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 762b10cd30fb13cea0c3119e5c24c0c520b71bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1112] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16efa387bbf990654b5c329209b7a17d558634ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1112] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 13ccd92bd82da5415a50a38503720e81bdea1cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1112] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 668763044ed3f45abc3d8c28e5a289e82f739292 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1112] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e37bbf8da3b23b38bf6e28378ad6aac78519a647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1112] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de55f0853a5073218f243a8583cc09da6d81be4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1112] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79804e796194bf848065b5de31a35bd9ff84670a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1112] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc05ef8e8d56fb94592e714cb7de1f940e8c9a9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1112] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8abde6d76b12d56976487bce147184cd80e045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1112] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f63fd8731cbf251fb36cab0f7f47628dbb67e10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1112] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92d7c9e2ed15db4a88ebee68c891a69dfba6d2d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1112] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f41ffde1fd7204d4554e98c654bbe7cddc7802b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1112] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e45335dd0ccfba3e3436355847db6c0ac55cdfc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1112] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 0c31885fc715b468226164dd96c3c2549f94faf1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1112] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 8b18211af715334580c828d62e6ea82006ee6a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1112] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2845685d93949ec3987ed2af5110d36f93320d55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1112] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 159fce33e96afc991048be2a6c7b519735ce82a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1112] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 7f39731c60245e73c0336778f9009b531a5741ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1112] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf1a70bd93c25ea79f98b7fa095a0cb9f2e03f3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1112] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e8243a97a7f8e609ce6833eeaf397b3ad4aaf44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1112] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 4545edfaad8016b739e9616a974d2a28a0acc8c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1112] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cac69a8ed93fbdcb8351d7d7e42a5af55ea190a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1112] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5523cfc3308da11ec057668f97e503b7ad8803b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1112] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fff2854ef74de59975fb429210e03e273eedfda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1112] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a7b6da6cdfb78857cffa2292ec22c075edbe645 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1112] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 385c08fc326124ed6bc4f5fdc433d31bdb5eb41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1112] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 2003659597e48a572ddcbded8f8e05132e9eec98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1112] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d719470d7155d0efe01b8d3eab711c9e6889b0e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1112] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 0af6fc90d57f7ea2449caeb7d3e7beb00d89449b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1112] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 133835ef4f6ed143af88aaf293020a702f461db9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1112] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57ab4380654f92877854d80c82bc1300965a6db1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1112] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c796f613bf335f1108080940eead0acc3a25a45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1112] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 763d7ff892597976963348e1fcb15e583760febc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1112] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7db9d2f592c26f0b8b92a91c9544e094a27b839c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1112] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63c75b8adec714a42a803a8eb91b48d71dd64e41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1112] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc920812cd341d43f8763193f90a172900bb8f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1112] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ff1a2b9f4db12e2667ca5db430f0993b447d029 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1112] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8ada555e295c9b42a7085e2af13aa8440bcaf0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1112] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f9bf8bef0da7ab21078554ab8128f027186888a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1112] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 26b97dabada16228a4db6b6b22dc5842d5d1d4e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1112] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 42c92bd813c68f21df47e8afc265d970332e9450 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1112] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 6ee17a3e04e4fbbc810c6fdd0f5f75d792eb44df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1112] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From edbd8d10f6732fc984446de2967212215fe9fd4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1112] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27de8e702498ca59e548e85f6f47df242c0ee921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1112] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e23aba61be0bf91927420622ec2c420bfb6b872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1112] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94e9532dc075593f830fa70526cfd4c994ad640d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1112] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85a2f8cd33abbd52c16352ece1795c7624d43d3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1112] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 45cfca3a88b860caf475679392f38fc708e986f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1112] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 555cfd3d8b8536cc3406f5ba396de86dad2cc002 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1112] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 781004a7c155e020232d146bfb7fdcae9d2c42fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1112] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 013ca3fab8eeb955d582c11c9aabf707931c2fc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1112] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 1b3b110e228886038ffe134f2c4cef57efbdfafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1112] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d586ae2d452ea81593d772382b4e82bf5654b073 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1112] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 9499419db555dc91d8ec0cbc98beba7dad7d31db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1112] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 29b570cd0026dfe988b848a3f7e0f9f4ca8b9619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1112] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 6f56e1c0d03272f00694aa72a68eb5019e1ade93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1112] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6215506450877bca3eb5e99b056dfee353fa340b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1112] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From c9abf0bdc69ebe9bdbc270c339622ab37e325a03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1112] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f19845d963e8d062474fe043269e56482d0a282c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1112] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ea8a6978d7edae4af462c70e6b3f22709ea2389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1112] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e39620158c98225259c7ef75a7ed6fadffa67a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1112] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e69c93bef930ea360782c040b24e252b6ff2cec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1112] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 14235f531de129a7889ba755097541eda4f6edd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1112] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d469f8d0aa34b720e5c8b3defd83d9de13b7af1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1112] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 90965eab040fbf7dbd8340233f00cbdfcf55fc44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1112] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c365d863000d6c4bfed558e847ff2f17015e00a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1112] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From d6db5342bbf4a49ebf381ca9cb1b42ba073e269f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1112] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dcbf5534fabc04ccec25dd172b044962749af694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1112] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e63e23926aa43839d4ed30cc3c6203a716f5197b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1112] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d3354892c42dbaa86c801d13111deb04b94dbb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1112] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19c13dcfb165c905b76b2b3040b1bc88c99ef6e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1112] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0700ae68f0a0e60c301e7959a370ea48e0679ced Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1112] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adeaafc4fb1fd5ad7c3a3e31429d7d41c859d790 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1112] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69eebb0948ac14f50b060e3a5bc7ed38a6988a8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1112] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f0eb5b794ff4d4d40826b2ee3e9a88ef5c17a8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1112] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2ce689a8454af5f00bae3195064b785f1fa791e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1112] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a37290c7dce0501ee2275d6db77a2f04b25b3f7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1112] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb99f326b3dfe1e87ea40dc5320bccecd009e5a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1112] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74e355b42cc7c23221ab058b25340f733b91a6c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1112] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5646764c19babc432b085df043306ff9037b9b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1112] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 21ebc75c3cda1a291c5c77a6d6ee169165c38c17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1112] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dbe9de1f37b44bffc0c313ea366d2187094bfc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1112] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04b835a9180aa38132f00cac3f43298a9133df2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1112] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3389cd40a506b0fad1f002bff4431f3ab5c66ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1112] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74f9f20bb3fa918934f2dbc414a09b3a20e91034 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1112] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af8c81076066b6daab3ebc157a2dc66aedf08678 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1112] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 83217189f5b19c352e3a0480a187057d713e9408 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1112] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From e001779db256040293752a67efbbe324e4d69d21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1112] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 919778f229e8aa81fd226548d4c7b12738fd1a50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1112] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9521f75d9c2016e20fab82949ebff45b03535f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1112] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From b198a31cc5ff8f4248a7719f81bdb2b189d398a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1112] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53a1250e3d0de6687dcef00553ea71d02d4c591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1112] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99b9182f683cc7135659c5fc6e9d0c4e1663f15b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1112] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From b950221665f0a49a5e966d1977bf18c86cc64bd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1112] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab4ab5cbbcd1fb3ecd1bccd941430e63717c60c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1112] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03cd7f270e351c405fc16f7358351313e6f5e067 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1112] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f0c5176db7fdaa8910864b8cf5895a3a1d87dcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1112] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 2a54842836c252b4cfa0cc09641346b7cd2559f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1112] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0a155f45c11fbdff6b858f28fb2f30c335b544e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1112] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12ef9eeae9742b86527f074717679266568a91b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1112] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44ee47f2a8b66a7e486074f2297ff7a509903335 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1112] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46ea1093b0c4c7a249a530cd3076fa4417d9f149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1112] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b723030f2162f22ca93f37e61d5892767def5a94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1112] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c694c5c60d37b72122d67927989debc67bc5ed3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1112] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c6abe1504bd6219cdebbbb99d611bffab201a6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1112] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From a03e8091dc97d090c09b4325e7d59f4fbf8d7fa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1112] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c15f6409fab4a07c0bd38185efec04230c12fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1112] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0eec34d50b04a13741244b710793d9eaa92bf4fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1112] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68b66ffdea18316db9536a3d3c5b0deed5a48da7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1112] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36e59018f458b6b1d6ed3e9bfde10fb1caeb3c88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1112] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63700f3475ce0a8b18b22f320877fc9a9b34039d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1112] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 427ca5471a19c8dea497d30ac4c06e256c90fa63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1112] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6135eb0108e374329f3ddfce5bf796163c6b8bb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1112] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3da3585c8bb3dea10ae2bb0dd1ea465b8516b5d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1112] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 018905fbc70b0c1e32e5fa9a09cafea608a2abf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1112] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 656cb84fd018bfcd95e8ed0e25ae6e6dd2780b5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1112] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 97a38858eeb1036a10a8ee960710ce564d45a7b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1112] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 1eb95f4286ed82be01e857e0a5ddfa276520a24f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1112] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From b9a4de49cf6a31f5ca7c1c3bcc4c9252db3d45c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1112] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From c63ebe60d9a4d9b13b610d068e97795899cccda9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1112] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From aa8695a4c6cb4d72e0b79e728f04a8d074dff781 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1112] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 6420b8a4582a6d5c80b16ae0108b656b25cd8b97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1112] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ff36c4537c68006a5f09f4c062873e7bf5ae48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1112] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 55f439abaf6c11ce6a51d1626df4e4b9cc5aca11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1112] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From b7a3a78398a625815141c390211665d254865007 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1112] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From ed86edc7ace3cb51d6ba167e3a17d89688c4b945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1112] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From fa95c48adfd2ceb4bc1d0e162814574e05c3b4c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1112] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 774e2467c020ab3002e3b79423267de08386f4b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1112] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d1e1fdf28242e12f17ab571c3d75bcb7c89188b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1112] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From facd1a4bacc244f21064a4806cbe1cce58587578 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1112] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From db5f0b61629990308ca08cef355ac6232d5c3700 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1112] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 1dfefc7bf038fe31eb21c095a1aab8b30e23365d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1112] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 2ad7a18c65a2e76fd78291733455f887c1fc4a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1112] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From aee5f70a0cde0a0586464faabe1ad1536803cb51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1112] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From ee1d18eb2526dbefe5affc07af30653cfb834e34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1112] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From a35bee3beb9a942e2332054e5e1b8f8bd939d386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1112] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 062b79a2cd1446d3c47081a1c7f53cfd71b49d43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1112] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 22871fb4972aaa63b582ce0dc643ec94ec0be648 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1112] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From b18d6c5bba5f558bc80fd17fecf7bcb47a6aad70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1112] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96a07ae039d353170ee6bb748bff8c79e8ac5523 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1112] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 41809a9346c701d0e42378c801e5366dc60898fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1112] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 99f0011261b1ac0e6fd0375037fff7bf65702da0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1112] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 885f8e9c6b9efe0eb03952e42e7d2bc113d8bc9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1112] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From b07747f4b7b003bb61242c5d9544f380df13914b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1112] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 7c0b7952d62fe46d9c8a614413cb3cdf80735e84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1112] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From 2d26b845443a3993cb653da58b850ccbe81c718e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1112] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 13923b2cc62fc6eb1f971ff6ad7a543f91754788 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1112] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From d436fb8415ff015321c6d517dda424885f836ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1112] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From b3a8074d1b6c72d3f1c54da3c09895935c394a8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1112] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From f047239927f0f7c35e223bbea850e99900d0524c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1112] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From f95a9c6c092019e1913be455581bd1ef476be477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1112] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 79801d0b4546e8d5309df882ebdfb8e0a2a4e00c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1112] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From ecd25ca3e5016847f6d81690420f5dc5f2b0f25e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1112] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From bb90b4fdc7d36e63932115cde3377137affd5f98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1112] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 529a7f5b953817cd93ccf8c44bbdaa556aa6ae16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1112] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From b39a321f5c3f0ae235bb1cacc4825ca3739b3ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1112] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 45f0a30f9cd430353fb9520509ce855eb3eb3224 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1112] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 4865fdba38ca47cdc3fc5417623a10482fe26817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1112] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From e4d06f71e28113292f0f4a6e6abdf3b9ab766a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1112] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 22a34e2bf3bd27ed04bc21d0525bc6911c36be37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1112] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 10119b7b82eed10def0578e39a8d61460fa78954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1112] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 1fd5c1c46210d8045b9d37b918d8727dbddcd710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1112] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From f7532489b30a7c49325bf45690777a01d7a8dbe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1112] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From db394f64c57c36443dff80bc5fa7e1cbe8c6a950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1112] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 5252f5a85d54f00b6364261a7368bb58ba7195dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1112] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From beb5c1cdc12b6a73039963d771d63dc27bf9e216 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1112] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 0a43af16358b3ff857eb0b6ce8368f7e22a2732c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1112] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From b20504f49a29a2409ea0d74c259fa4f61d4dd50c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1112] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d6cec17928816a20566556e83f5078589ca0a8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1112] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 8f2584e19262627060b545613e0dd008b36c70e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1112] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 9b278d161b0dd1ea029e9a7bc3f46a1fc29c91db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1112] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0dfea958dbab583e4d1e6d7f9efb60922cdd4a31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1112] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 4074c2733b993ab738edd16cebcd9cc3c335c409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1112] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 53e8a6e70958194050d1f8a8906c7e8db597de58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1112] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 0d100c68f305bf7b00d06bf91c21f5d7cbb917e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1112] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 367f1936a4cc97153e82dca31fc85fc69e46a533 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 01:32:12 -0400
Subject: [PATCH 1112/1112] fixup! paraview: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/paraview/template | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index da841114a39..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (12 preceding siblings ...)
  2020-10-08  5:33 ` ahesford
@ 2020-10-08 13:55 ` ahesford
  2020-10-08 13:57 ` ahesford
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 13:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1242133 bytes --]

From b6fa003f5210af6bdd057818be9993d74eabc503 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From efec6858fcb3a3494cf63dff692898389042848c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 62bfff475d88ae0c0f2755c661483e2e4664cd9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From d5efbe5fa30a8c737d56bd48b2495ff3d5136817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 8fc8b0eebc814df86ae917758e46e45f634b5f7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From b0c50076b100529141db6e27bebcbf0ff45175bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 0d2fcd137403377f306505c54a02306320687ee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From caff56537696fa4ac273166265d790002c1fc9fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 0d1c9b373821bcd28aee7c894b05c8710f4ec664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From ed715eed0e2212dff41cf48aaecf55dd40f01825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 621fdf6771d347244dc5d5f4afdb222544e3fdd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 68acc00de0c3b4043369bb8edfbdf92c6454d3a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 67a131d460b9456b02f7649aec3fd2e4f8004310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 8c730c86559d2d38ddd28df08f340c40677faa6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From df37bb70c8b4d429173c8a6336bb151d141cb0c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From 57357f84535bedfe96ea49e0715397d107de21e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb1e58ebd55fd83cfccaefa4c2755d124ddff8f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 5f9d6b2417a1affb86230badfbfe147121fc4b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 92d78ea8b898cb4406ba46938a55c4b9b9ded533 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 41402db480f5820fe882748a0b38b48a33508a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 027d8b488bd57a5dba2d02309d965cd382c90deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From e1cbd660e5cc33c3764364d6f1b4d0d8f84f1cc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From ae2dfa1388f7d49a476c0f6076eb7762722b011e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From b80b868d0f11326faf1c055b55c185a71371a918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From cc0fc37c88544c0e0e51f13a7c106505cafe4b36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From f5d40fcae0152cee92062f33f7d1880b9640b3cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From e554c4ea4e41646ff47106075f08ab61b5e3fe2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 0ebd4feeaaa101e77d8d76f787fec6dddcd90b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 60d43ee96b0f1aeb4e1c033e4911d7afd06c9107 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From eb5d5fb3a93802ef788a28b9f84c9f251cab9266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From cb2545bbe78a63ab58de1e1688a2d619ad8c2035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From c24f18f7c5a62a2479807af55352c2df5849b657 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 513b47e25bd1270eb721bfaaad1208a3321432d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From ea334d96c2e57c3fe5b3eed623ce960206b87152 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 8342067c13fd514dab833fa8af722a1b59784ce6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From 24c23f7cf2ed7a51e51f67a4833eeab596614fb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 012b7ef76ec1e9d9c79853e82d266fafa3702106 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From e028dba901fd994d18a96f90fd2799377f440c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From de37f225587533291101fabfb206519f546c7cbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From 37eff3a5eabdfd444f717f6dc4f0920305f4a959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 1df806daff93b463899fe80c2e2a4271ad157bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 622a457e3271b3a1656455f279aa470d65571826 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 3bd61ea84a9625e08d8d8632e2d6c02f5933c566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From f19ecfa06606c496c66e4d827e5df6b85fec3f0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From ea0a26ac4eedf895f502e25ba38da888844810bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 181126ba28dfb2b168fa783f5c26575ee93c4043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 1f8ded1729601d4516e5178985ee8e49615b3c55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c21e804f17d0a058c115abb9a1e8320b6b34eb1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From 68a755234a0c05dbcf85fcb2c05439809d9ba7e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From cf1b0f65e236ed98f645d9c1a7cbc0aad719923a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From d12d7b26e85b75d022973f3c9e1f418445393d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From cc40fa4d1dc42a091f49c9f7abd08c24e628b2d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 5ed0a0cc054ab64d15c10832ff8af9b2ffb311ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 7e7f978ac3c8204bf9e1e880c282d4fc60dd3dfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 7fe6532ee8b43d914beaaa1beaccc921134ce575 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From dd879986c1810d80b83baed54ff1b065827c973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 4ace6975e2b3568c1f36caf42b4c5d4e54baebc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From bf095f932672e23241de52428deed052dc1a2bf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 6ca9a77eb4b7d7217a758d4c2d4fc621ddcb3926 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From bc28ac257168c72618a0fe391a5e1d41c612bd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 0af41902b369f88f28be4341e52ff2dd0d0e0735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From af3dae8a7d2a33bd4fef174609eeed77b9dee2c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 6fa57573347c58b8561a80a6a6afd0843f25acc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 24c4c7e33cdf105c669bacd9bbf58a46b08874ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From ca1aee74ba861ba617cf88cde805e5143358a17c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 7ad96f801e9b1cf6a9e553f46e5542876a29c989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From 094ede3b667e47db04ef71771845b75f6aa612c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From f9db84a948a06242afca1299ccf3d4402f1c9c38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From fbc18897dd17991bf45df9a79df0270e3572bc72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 77c2a9163cdb505ad648fc72c4fbba737956e233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 5a1685c9775e650f7f0fc6372780fcc4af161e02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 228890c335b10909e0ee47a256a9749879bd647f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 12fe648045b2b7bc80c12c8ac1a9ea9034a6eda7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7653dee9677a9f4e4821d7e8402f0bca2b6beb82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From f31ae07b2970418d89d8148856597ce6ca166236 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 69278f7a3ddfa63be5321e2a43ecb980d4178d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a2e885cd4348b1a9029e871e897a6843946e554a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 6449831cb437dcb3ad595fa77dfd9154f30bca5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From e89df0059af8c04b6123b0b8eca1dcee2e210bb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From ddf9eb76c12e2f7612f90c91e81e3e34978b4243 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0b7f73bce5cdb3ef0805c05ffb7f251692c479ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 3854dae8a2cd32ebb6cdeb0e36366b7edc0cc8bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 913d6390684a4bbf66d3a691dabc00b0e32e7ee7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From b307400fc4fc676c18aca070f4a3459f1f510136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 19a1569da7e946a23e68ab22a3a44dd55e4a5564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 73b908216759ef66a5da9ea0460fc0736c48788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0d4653fb40c8d604f7b9df51b944408eafc9f47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 49c3783c84684f20b0b5a12f2dcfbe37aa39da9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From f831eb56420a234e9078b3268e81d120f15f9b94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 703dcfbb032a3e9141787e51aa330cafc6383548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 4d33a8220cc90deed350d892485b7c5002522123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 8715edcfaed91b1809db2dd9145c75361e4d4207 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From ac752cb25facb402e1cfba035cf39866496c1891 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 9299f7d54baa649ff3cd5c7ab49d9c5cd644902f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From 27a3de57ec347deeea96acd89571835d50d68185 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 8809be31078a22c7d3ad39d1be1965af9b903b09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 97ed0c53972b5454abb419c6e16fb366b952ab7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From 1a09848c2b79bc83cba88c711a53944132392eb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From ea7ea71a38abff7b4ed5c2258f6d7dd9f20b4378 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 7902e3558872894c4dfb5e55f89f054c5475abfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 1432f6e0cf66fecb960db73108d64dc69d14b78d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From 02042accbd341c16c648db4596d995045d839dd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1111] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 156185cc9ea8d9dd4ac03fc097fcc60b878e166a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From 8326055521bb2b04bc661202967b5a302f1f1de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 597fb046034869e4922789d3097a969d827b8660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 445e913f6e3c723714589a6017b4524f68114622 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1111] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From aceeab3795f5acc5fd08c2247dbc358281d160ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From 9935a4a13541314cc0d9376c9af8523168d3b494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 7e6cd831d44f778c59cee0db1b19fb8f3f6e78ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From ce73a39e58a8600cf2b90eb3614244320d227cc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] pocky: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From df6df8334c2a6f0ed76db87cfa207de8ad5b7215 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1111] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From ea8c5976e6aa72ae57f8132b3084663ac96999f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 969087dd0e4d1a90d0370cc6f5e1564d3978c1be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1111] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b722afe125e321101a9baa4caba04d7c3c481d7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 0410a046e987f07d961234515e7d2b660e6ca2f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 153eee8ead6267d3465ba5cd34bc86f5b2c9b03f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1111] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From bb445bde2267be1247e02861c9ededf3be9e18b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1111] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 03dbecdac3600e067e61a493eebe06c1667a27ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 2d77737c4215e7f1eb4783d8ed3e3218b36bd855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 806508273d1b15b8b2eab9d77e84fa462f24e4ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 223be05fb95191a53a160e0609c9e507c526541a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9b7009e9723ed3352115caef1b17d5cc81f1bb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 499d62ac63be00796a71f58e9cc605d8db8d9095 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b7524af676761f2875409be6d2fba220aaca2ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b82c9748d0b825e69d7b1bcd0d9da72ad3c9c7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3008b5047debc037710a05e06380caa765e0ddf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8276282a313eb52b297d83cc489d2c33eb6578b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ca38843fbff7c274d8bf69f6e17b263c39f4fc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From f7a6aa765ae7658b2f544ee07dc615a995c75055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59cbd72edff4b81eec3d37fde94d7679d1f3a7bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From 3c4fe6531fbfd102dcafd7282f5c88e139ed5401 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 01f87a2ffdc5b98a84aff96744971616ef8ddc7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bf992450fd47fc894bdbaf8a91b063d22b89011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c9d05e2d8d742d5cff5acb553ebb7719f9e1677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 482fcc42456f21c8050cf4b3aaa5333147cd46c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba08ea04c5cf3c746289f7574bcb2ed7cad060b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 826a499131c06ceef33c6c1fe83e407f034da45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 18aab77eed1470c7bf8c67969017552114a3be1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7212459a4c132730086799de0636604f8201db6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From deebb99b52ed588c115f689b37729d5d94e662bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From f80a0f9029e8f06965e0c60214d8416e5c75b149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From ae5e2e451ef81190d95e0f1fc364e54f73b60ec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ecf92813e26b61079ef6cbfc035b43b0bb76323 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d800d254b67cf761265b32dd3dec7064adfa7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 521c98dab260e427ee938cf57410940dc5eb7eb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 42ff05b30a2235476194c2a16c4937b9526e1936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 1ae712311de985d3d9114b6a4e2b37ba608134ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5bfa202b86978d54cdd068a21059c7d0c2844356 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 790df02f4810f84dae35ca6be24d6978eea2e77e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db2704b8c576bd1e18a0b75309b70636305e5795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2062d79da2a25e25741b72cba739faff668385b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11af06284bda76b23c7f09a75419b49948b42842 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From a4fd1d7717cff80655af879011eb4d1a2293efee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 86e2178cf431146e18168a6d846fb224f4f4bbbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From c86ff7da37565c590f59dc990781a746bcd99e61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1111] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From 6cc8bcdfdfe79f81cd7b56bf750611a6d8fea23e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb40a9eee7672ed66e33a5bc56c9455e13462467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 741f7e9d6dd6d867981d0c2e1f3f01f23ab51a46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From a5082eaa5c36f1a20c91eeeadf417a9162ad2de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e64e50a6fb07c4bcdc977a5ce474d458536b4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From fef4dd9d5e4b7a530ef3e53bb8c5b560b9859324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 10e069408d52956159bfaf2d7dbb0fda1f9eac1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From a2b3ab6bb27da28aab8429dea07f8b6f69ca47d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e315936bf6fe54ba6c733b5c375fa7792964a207 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee9602a4bb1581576667e362afe31d85a2fc1e18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From d6dc81da6dc390e30538489623654184279958a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4f58606425c5f457ac94df6253ec9d932b4baa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 1a0d67a16a0e37e241b8752f2c5f6d18eaf41300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e20c1ac6c7baed351faf52d0e3429edac70e4134 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 1b468d274c8bfedcaa57644e01c2dd9b219a9424 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1111] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7eaa9d01d99fa5283ddab1516a2a49b87ef661 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From f090fcc0d5aa25b3d049416e72bf190e70652499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From fa26f4aa74e27ac922cc7762389fc756a11b8644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 60a9b0f80afbbe94c74e46fa8c79222400b2a0ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 8311a99cda608dd6396d383ffe232b23d95cc118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From b3aeae8ebc6300ba01a18c8db9aab013b56ec90a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c45ebcf25bd07768e0474cc20a56cb2c79b1b00e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40cde6aea961dc11fb7ff3ea67447610cd52b88b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 170ba79852eb40f9dcb7d3a7e630652440eb6e9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 3cdbc27415555ed7098848f6a2ae074d303556b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9be64ffdc4da155ecc472e41c028bc628e58df2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63f2428adecbff9ff313cf2feff3c8ed62b24949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e722a7569be238fc7e13854066631b0ba8c0b626 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From c55c9631dba996cd9af98659fea69fe481dc6b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8825448ad9301c8edb0b96106a5e1fede2810e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2c77e83e0aa2df51bce9e691f9765456aa14887 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 003ebe45f80b1b83bd13557982d1ffd1a2e3f612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0925d009f72136688f7f46a0ecf5fe1426c62208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From 2bf88e460cd68ac69713dfb91fc37e7874211d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e99c46f66e2dfc02f838bae4ac4fc6dff870058 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 3b6014b2c4400dbd3dc9f2fa453d10f5598d4116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 550667f57d4fc3786231bc7247fcf0147cab391d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1111] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dfa18cad07f04c1cb8ad92168604e9e9df9a4e3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28e7ba24f0c32be413cddda098ef0e6573159230 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From d1792f9e9a174f42e9a073724505ef94ca0b0c78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From e70b36c6240030de7f41f08594b63ba027010643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3445a6fb6157d8bbc2c219663aef78f89302e937 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From b4413651dfd7a99f11545d84573b4ae381c499bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1111] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd0abb5afda029bdf6faa4dd823f67227f288320 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From f5bd0aab3a382d4c389d4e44286c5acf1d61a042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 06c6b9dab53dab341618ab6057f30d52cdd50c58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From aaf19d1b6d64dd03d0c9db1d601406933c328f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 7c13e3520e7b15402ddba21f7eaca491d025cdde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1111] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0020eeed2321dc20ac410afaf517612108efa3af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From d1efbeb9399ad4ee46af92e5540a1c4e49af85df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 2695d2da6092bc81dc93ab17457f4313ec7bc277 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d78fbe333d623c7615232ae507018074a6f78e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74d24972b5da22104eaa32594b2f59dddf2de7a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 4cddadb63ded68b4c93c25213cf7a0c470acf1d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 405eb85d3a3c6daf0f2e35e0688f4ae3d60fab1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 4f37732a04c012ef37b3eff60fcd8393254bbcd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f15a25a58db35f88ab3cd977bc58b5359776512b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54bcbae0496cc3ce2516035cf7891a86e2e1e1a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From e9e9c12fce1521d0ca9a8352a3627db16e230e47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1111] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 3084ffc6594e44fa2f7c3085c4202e1c72973409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f6eaa6ff05151b6a057e4447e561d030365bf41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbb80c601444eaa709ed7740c61dc132460dc73f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 04b57909559e20b23db733c2a734609a5b38e1dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 746d1ec2c8926e37a8f08bfbaea6859012199b86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20f9bfa8c3ef990894e61700c7ba43bf9f4e9be0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1d41fa3b1cd068cced77a99b1e2ebdbdc6585d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32994eeb1112f3a242bb57391547999ae92a2692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7f2169d6b24baae7870942eb30d6aec450173c9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9a2ba1de13ee3de890a0918eeb113b4c2e364e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From ea0f4336bbbe2d38ceae88f9cdd36c30600e5a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c938c6641a0dd3424df5b2f9ace212dd2fcb738a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 815873f123791b4f4fc5f232a278e29f2c1fcd03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 843a79077f5ebf02f5d307be8bc7b8b96e5c42ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cde9fbaba841df24b2796ef30f2498600908778b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a9c4d37a856b69a40b3331e4bd765fefcc57118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6d86c956a8436ddbd62a9091dced0f1c33c72c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2c79f9177f35d55afdbe15266082ad1e3da550e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6b982d7b9ba7b0dc7d9b46b2342c1da98dbc655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c7f88d80bfa8f680aab4e73e73095e436bfa580 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 042d9442947b407a31702d29339a70d2e524dce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47dd592eb5f084f800076a37a9cec8499ed916cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7c313b97e31ddb792e00075255ef7876f961080 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5680100febbda8a0f3a5ca3c422352402b85486c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 971d03bbad4e995e6bb4720a98ab117430186b1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77215deb0025ed621e2d80c6ace01c1d3880ef4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 47bcac410083aed2e6029cc444483cc58f073be3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1111] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26ee978b92dda5f00d4406973754fbdb2041f48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1111] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c513918b331344f647925a20791dec8840af4c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 750cc86177b4474e17ec3d04ab959e561e479e10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 8213a04dd7e185834c2fac40711c87483fb1d254 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 05dbfe4b491cd3dd3317521736859c9fd53d816b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 23088131927b72dca5b70bd6b9eb0301dc8fc646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1111] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From ec13b41215579e02a3a806849774c74d813318aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From b15ec6b28f188dfcfe10ef182683d1600e10337c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c85b086215f8eba4f872b9b99cde2cf0684b2c26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8b2bc77f6118b2a0c4ef9401d06b37cabf788f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16cb7d2b09523b10e70050f3015982835ca6334c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c33ea4cf9591d5d6761d6b94e2b1331c44d312d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c701823692bb97a10dfd34ee4fb20105c7b7d66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e5bc09478be64c438d396b9fdb6765a8c68d1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From faadccb33a7df14b6a010181d8b4fe612e48a790 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 1bba97df33e13d2d1dd0a91805999e97c1023749 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1111] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From d2282173c2d2c6bdf099a7137d2c91ae0c9be018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1111] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 3abae473140f37c05f184aa3db6b820d486e8d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From cd02ada14d334e58c95d077585956bf9b792f1f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 36d3a77f9186a9d036a2051828daab2cbd06c216 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e343f38f676cc09af5e1d7e98e4ad9a95f76b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From ebac0bf48e7f67090e87dcde844b3bff486962b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1111] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c65395238a1d6859464e70f4aadc46da79a09616 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From d54b7406c93eed37c6859f309f9ff2de193450be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 6f6922346907d71a17e937181d34e6e1f6520f6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a0eccc879f7299bf6a3e7276399edd38707d556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11bd884be8beec38d6c8c1d01029bdfc5ac4d10d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 770d565575f1d9ca1acd045a2d1a44ab51de1824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 047f7739bb0fe578d070a8a89cab073e37a83a30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From e32df54d071225876f447c73d2c18ade70efd43d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 710847a3eb34acb3f8069637c39be2293021f227 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 408bdbc3b3c0987f667cd343863fea0b2190cb3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43868494beff5d133ae2faaf91f1808e2b09ac50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 86907fd0c9cbb4b15a709adf10cc4930e7cd9426 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9790b2a132ea0a479591b1ba82836a6609e0b973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91f4cb69870b124f5105e89cf1371b6d37ea41af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dfb6273bcdb9d346cda3a8c5e5d5561a3790f5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1111] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9673cfd4e3308637718dcc43efe067206809b357 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From f474c203f046681de89b75ec73dd5f39879d9562 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 98b15b10457c0566bb4f9186dfbe1ae8effa3f89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 9b511b1a477d293067c7d91e01855ef0c6b5d2d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 6365185730456187854e02ba37f0c8ad407cd132 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 9a024ec1c73c7dd6244e88d85e3fb8890e0dfcd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b46d3316ce641c4edfafc066f829ba6e1081ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82f3669dd40aa19ccf588183440861b35460c6ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807ab942b82afb8fb3a0d8934967294215e8eb21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6cde26f2998df1d3214c63a6a674308d9351ce47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f96a71806a45f386a096ce988c5a5d465eeb933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1111] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 928d5480a2938ca1006bfa1c0d571083aaf7738e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 7a06e8f4200fbdc71b1c4473c7d25ba41bcc3601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c3bdce459aaae64356b2eb063bbd46ce2127558 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 167b9e186e3ede63069c3547bfabef59daa5968d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49a9ffe346cfb09f9ce6a552d2fdf09db0d27449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 95d84a92958c3f8b9b9b9559baf98bad57cede75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 52e2997159cd4acb4c805f63abe023cf845ae888 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1111] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7afa5963e10095ff6b481d98be46d0db6bc15d20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18cbbd35601f1cae4bcff77457cd5dd9d7b1d610 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d56856a465b6d3328b2abf4151fbbfeb7499439 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 7d2f43371d12d702e102de833ca3751fd861e04c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25fcd32b86c0a5a9f4028afe097edf7d2bf1a1b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1111] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From d04b68f822c03b6b33a32c5342676289d994ff18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e419bbba0c2e81dd569f03cd8358ab73b5029a75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1140b6251c80aaacb40a76fefd8cb607ab07db29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a23ad87fe3451c907f6430b65af9f30972b4620c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From bc5469798233a871b155713baa8fb451d42635df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From d257e105e88db08f7e3df4138a2d3d45f661d88d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1111] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From ab2bf16f0f111899d2a6a22e6944e4d3d84ac831 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19296dea417d82794dfa00a44b1574885242980b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 79496d2ea34c0dde98b8b71cf61ac53c46c9a6a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdabd0be7444e585b0aed44bb39d0c1bf26e4cca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16dc295321e424510a0faa23fa5d5140d9f94085 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31833127643d4af26ea40b29053a1adbb9a5a29a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4cad64955080b0ef5103ab93721d16110ce9a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cd41b3141e5070fe0447d84ea095297283bbe25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9ace1f5d179b42545fa9f8797f493132da15bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From ac534ee940be7a4c7801f16cdc5345eb6900a0e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f9c4ddd66a46664d210c6f6817a3270247f7f04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 659ccd59e7d7d9593158018949624cd8678f5b0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7591cff74cc6f056955429f57157d284e77bf83d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 03a42f2b86bcd76404213b17fc63cedde4bbfede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From b3bb75657652318c13048d20fa168e508affab09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From d1f689d0396fb44ee1127a8fd055fdee0c421421 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 258022b06f67e8b31aad8614ee2ce00b2ccf9d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f799d03ce3f9e2b96e3704a003ab0480fe1c522f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From 07a9887e377b4cd6dba6090bd69c3baf6fed26fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb3b18b8c89c9ee64188c50b1ffd117f9429718a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8f141e89fd859b95d1ced4dffe6d9659e9bd2c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1111] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From acc1e3c2c01fc0c2cb675d29762dc955d3fb3909 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From a3b3697cab5cf6b8ecd21dc0b200858526855000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 875a2ed89a1944c40df66d2fac0d1dfe7e36b586 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 356ab686222cb3b0c170880c34b98200d1051b9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 7ef35e9ffe7fc77e3240b9f53f3d694115bce66a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 63cff9a6546452a4f234d14455bfea1181389e72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 28649278d0d3092cd15589109266aab8d29c044b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddf26d38af2c3db5258695362bf4f60d8bcaa3ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62eb455918337b34151b8d39b92b54d702fbf9c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0d3f4d062964057775cf0108a04d4eb11ac4868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From dcf8d36a875fe7d02f67f98994524c4a26bffb58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1111] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 40123d0a222cda8d808b0a12037ff4f945ef262e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 520194b21e2a03e2aeb758965b1845cb56cb62d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e619ac6dff2d86e8dc3b206c6273f9747b663a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4069a03a1e275641d2028c77961d0e02b95f62cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 3604e847b7f83c271e25b544a12edaee8330c3b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c818a8dc697614820cb0786e884df06d20b18117 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 3a6d4a1707f7bd7579a4fd6ab36053658b5a86bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 90510daa4a84126bb5f9caff7a065f2f45b2daaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27f85d7ee6b68864f3083300ca136dc572080c40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b25a39e39336d507c27a425332e390e0a7c2b9dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 276fd55343773246561b41f102c6aa90d63d6e6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 59068789647c950448d0d439732f8d7c01f7ba72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f271e79c6d2af4812b206c64f20c304ee9642cf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 18203798e83af6c4463512623dfde26cd16d6759 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97a73c6b3dd081fe5c42f701c611f9c7e4504b11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f5da35a7cbda0e491d9b0c1edbd7ec945dbefdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 601cdf98b931726fdf53b0401b2b05ab0c2db19e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1111] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 6a30f66de3475dabe629c47340ed0885cc15fc74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 5af63a4a6081a025d0033cd380d2728f4dcce9ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From 503c92276ec41275c15636c998d131f56ed6f968 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From b5de1fad8421b9b841aa2c573a6608cc3ac466cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From e6762aba1d18b93ac15fcc4b4f3150f917634a05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1111] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From d2e7bc4548a8b2afff48bbef32ee37c74d80acec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1111] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 07e88c6aa9136831b27346d169fb6a83dd608bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From eb596dffa331a604350d9b9c57e030bd4a305db6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From fe13922ddfc80731a4575f7dbba08a802cab2c86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From aa994b4a085d053ae0ab665984e2acc6b1c6f110 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1111] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From d3e36ecd6e1dda8be76b483c26ef93bbb74c3224 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1111] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From e7985a5ef69caf4dc69e52829279ff58041a2cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 3a458f59432e166ce9a8fc8bbfe22be0f48dda20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 0133ef96b8f7f783705184d6c3da70b8782fc2d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 73402c6f2f1e743277455d557ade431d7e0da012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1111] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 2c8a329adda61adc19afb810d928a950fbde9c5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1111] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 2f0716913a1a14a06314455ae665b58077dd4c85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 8b438b3c752e0afbf62a11f91c4bc287af033f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 4fcb298c665b2e0dccdc67a1f61a9f7f7b199673 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From d71cfc0adca85eb732fcfad9b8f4ba8661966cfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 8d95f9d8ae8b92f1a034ff438a423fa67e31c31f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1111] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From bb610e922f11aa0fd857df4b34e6301f615d2613 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 2fff95f70d898639f90a768662e2a3c9775041ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From c762ef26ab6f274fa61431e17e4ba29908197664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 66153af8daeae971a55a00aefc485b4d6c89175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 7fd485e4bf2912a5c0c5f99c01c8187053d7e2ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1111] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 19b112865a3197baa975f21ab8839c4b37331f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1111] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 8180ac97cd82bed8b2938de153675659a25341e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 56ab6855e0e2da452a7283d2eba4bd3c38334ca7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 3644e2db04e1c6140716fd8e7f6c85c7e9377dcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From df170593e6722f88365f49af4f49002fa387f11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 2c8f047b192c35dcf5fa5c59a4ce5095e7c2bb7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1111] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 619df4d0216637b1b6e2059b4c26cc72d64a0042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1111] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From a0779a887507df53129a5b225b95064dd8a606d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 4c2db91649dca0e77bd0a34a587a13580f681dab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4f7039b2c751c8c5df2d1ac0caa406a0ee5fd395 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 98b8db3acd2f893ab9e5a0347814c70b5de5ed1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1111] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From 104dfbef5bf21ea1c384961f5a507d8b52828f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1111] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 242ed8feb914762ea4003585cfc66ee3b182162c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From bf775d250827b7d0c5ee7d8f8d123d61a599edd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From a25b909b8811ceda4e06494ac47c086c48d91c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 5a9de0b8f5461bb8da72f04ff24fc07ad191ac4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 3f036d0dd66e5396e1108330c6d686f2ccb9bc6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1111] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 28c3d6d06a5ed8202f70c1634bd2144b1ce8a841 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1111] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 13f7c5185cf9263b3c370e596ace5295e99e0d7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From b99dffa67aba8aab45047c76deb17705b024b274 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 1e92cc2d6cb582bc84335764a4e5b95b708ee82e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From fcdcca6d47fb9d71e6d1c246a7ecce229e0c8e00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1111] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 2663cc641ade71ed1d4e51dee9e9f7aa88c4c1c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1111] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 8ea8c612176e8af41869eb99db0834ad8b00a174 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 68f5500b1217cb427e438a6536ada19a29cbb38e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 11cbd435926b5c2b3014b5ccb9b916ff1926ceda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 9126d665921564fcb8e587cb11cea1216ef1727d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1111] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From d95d88d522ac8c89eb691c75146aa6bc112d8515 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1111] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 38af39f0de3d632c5b7e89745f595f4b3cb306fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 2ffae834d16c50e41c189f8c7dc4d6be5222908d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From e4ea6be6a03db063271d14c6aa3b80cbe2576b3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 90ee802a10469d2ee96828195040df31f91ea5c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1111] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From d206723f1f02dd4ea2d1db61dfa184f5a08a4cd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1111] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 462e93348c950bf5d698a7182bc1bc4ede7faa97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 3e1849c2942f9d5fcfb3598672dcea0a45689fb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From ad15629ca144c9d386659081ac0cbbbe0e47c8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 679014c018104df3438fdfc84613142ed34db8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 099d29876de36a43b3c9c358162e7143229ceb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17547ae26c1c06a6b7772f001df9d3534c2af520 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 7d183a4fa58394bc541bf883159a154aea430329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From c2dab4192be9ef7ca42cb308769821df2740dbbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From e77fa0f2640bf1c72b0ccb9a8a251a8c8a586233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From c4f666f526883ea9658b5d0a92a15b27ed652dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 248d6a5a26b45cf74d5b719090d9353876a2eb7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From dc829c04fb34611364a839e5b4dae2dd0ae8df52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 123483534026b7aa87a80f2d8d7137dff041e47d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 6dc6b27054f4484e56ba80fa62f9ae11cfedc658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From 029af304ebb5a632ccf404de1c448c65608879e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From ff34c09e9eee753c48664b09c79d3b8a5ff9cb0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0b38ca39c7500c88cb54768f5dfc5123276857dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3cd1b09dc965fb6a4dc65d29a481621f0302fc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 26ea8e3cdbf881fb98fb35efac44d41a6682bc29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 778ef072c3041643df1bb53338bb3755f7a38339 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From ef0b3f4e7edbb877dadf29b71b75019946c4be01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From d59784f9fcff0dbb4b8deb029a6fd0ed23ae9ef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From cb12a67f63d059ebc820c8031069304ab4614812 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 983f09277c93572ec161bffaa6381573d0a99d8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 91dcb4b24d40770aa1cbd8131c6d881ba3d7fb43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 98ed0b5e97dc6e0d1cc1c3c1f2a2dfd92b135ccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From d2d45c3eae10131e5f4d2c80255ab61d6e83f394 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 43e067791cc15eae8f618026513037b6b5b86a29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From b18d9fe99629829f729b3fb2272f1f9e1cb5a0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 7dd6ca198593c41c734d4a2594eb15267971c981 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From fbb83108baae41a7226e9d4e82f4f943378ce4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f296ab337c9eb6168c3a57cad442239228c582a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 9d2418954db894a775a0f9ac2f37325604b4a121 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From f84b79c4fca2f92c40cd2a95b15f2b1c7f99515a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From bad0eafb49e20245be677b37062ab38bd6399d38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 47f949f75d122ade4e9c50d20f7eae8645cbe37c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From c9df402307efa7a9b2f96ecf5c31034c7a5d529d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 7d3f4857675ba882ff3706811cbe46878cd955e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From f33511f35709c3c08750167ac91e6b0a5916a715 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 141a21cb588c56f8e96612153932e799111f253e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 187d34b81300acdeecb24728822fa0e3fca60f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1b455d0c1b9aa45f2cd5ee97192673772895fb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 4a5dfcaf23522d47571b96760a6c7c78059f1c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 35d89dcce128b8a43ad8348bf21261688054a9ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From ab8ae08d03358b56aa9cd57b9dadb51b72a3df7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From b6064811cab9cee215740986d4842b38922953a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From a3b984af7966a4a7e9fe5b83811c3395617ac93d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 6950adcd19d516ac63c539cba4c6818fb1c06625 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From afa4528ceb94635e95dd38b5a5365e80956c30be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1111] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 7540a82af543950b98dad51f9dd8b4fe54974c20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From d8cc1db3a95fbc44e2bfb517c13015257f273d6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 09ccc45430a2443db7e36dd704990e07c8653d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 32d660ac25e70a48c1943fc2415322ed1b9cc019 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 89f31d1bd00a233c3c15912a6fe541b9ae70f6ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 183b473c4825d7fde68c1bbe00fa7e43c35f39e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 002c3e30c9a2b52ef135e2e66485ba535ccc740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 6df401c4afef8e2c7e71811a4bcad78b87d165fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 40a4ab0e4cbf18bbcb6525e399ad26e9e06962de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 186fd84520167f9a9d9009db6892d51aaceea6d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From e31ca5fc7778accf220ba79698c24076ac2f0f02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From f4d3e58b4cf882a717565507757dce3448a8810e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From f465c3d6641b99cd2914cf1a0b46f33fd44a019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 9a354819e12e933765d6292f750467f37f7c31bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From d6df08c22fbe6a417012d80e25a2c1a7504e8e73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From e4b804f57e129b3409765f079dbdfde34f5ffd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 8ae34d2a20f1c9a9bd0d4b550583593f978543f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From bc49a55cad3384a4454c352805301e0e5bf9776e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From f35b13611eed956a0b3a8795c9d8814364b03a39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From c734280a65d09a6ca12f530b0c506066ee837a84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 3756f53817f6bd79039e30e7643d7c452df3da26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From e5fef1099fb924a1deb8a8d3cba8eec54f208e90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 5164ec45332edd246cb83049457baac9b5cb6cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 17902a47e6284cbeb0ea4663da4561d2f9d0a0cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2fb6ba604a5c32248279a381ad8e8b717f18c636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 9a2d3ea60016533d82d97237c666d3dd21b43589 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From ded656a84c2ba01aeab89ce243b2970a7c83297f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 5fd26e884895c9c75581f6b5626118294ea39617 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6ec0fd9f29448e5d184dac4e9bb2dab57ecc0f81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 0695d468996d531c8c0644d0e12c6ad2cb8cb419 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 96480b3b59100e43dc4703b598bdbd50b4b258fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 765301de5e54dcb08d8d1d8a6abc9a667b2b8409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From ea534f4e36b4b785db71acea974d1fb13feef176 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 283fed9a957dea7c18288f3dbcb33b81ad255bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 50e4658a6ba8714e91dc12d8202200b1d4e7bc46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 3ce3478c3c1e61821b9294a0b7a05258b38c086e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 481e36ed973c457334312896a61525f6a1ca0c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 2ea0628f6cbbf1d161520b240fc9f64d2bf6a423 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 24d0971ea1ee84f1900750e35276e23bbbcfdfaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1111] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From db896476d69b0a5626615422f0ab5dd79981736a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 3cd6449ddc48d1a1914cb0579392818fcd5f46a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 2e2de000b787df971b537a018772f6a5b8f8963f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 8bc7a1eb4688d953122c2e0cabb4db1f11dcc784 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 95218888c45771b3d9f19af3ebd621e7cc5eeeb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 020d6eda332b58bbf7aa733ae7bc911fd1ca1f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From e9d06dfa8c52a79803981be20ba173e1e8fabc3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From d7d18b56661df82a6e4b22795e82331420de946b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From f754d639eef7da24714ab0f75c1598019d2e122b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 945a956bd2275e523a88879bf55eb9b9b2eac196 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From fe655e5894914ad8c260fa445c5393ebb129bdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From fbd1d99f34ab7c6d2398f03934e93bb7f06ad0b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 34776d0382c48a09208db6155e6c56f0ed53a601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 8b54c767cf07bbec895780553f5c04eb44c39ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 7cd9e6e7ceea77737e002dd6683611d3aec5f558 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 4ba418151b876062acc9563ce851ee432e63461b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From c4590da32b8bf6be9fdb6fbcafc9c4659cc1f684 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From b51f14349fd5b101b21bdc7289a00340240a93c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 7df4e4eb33529f1a22098e65b9edee9879c487aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From b2fa2a61dd13fe198bcaa7c1d36c0bc09f5430d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From a8c97d3b13e169868a70678b0220dfa0bf5fbb7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 5645c35f2e5c81347a409932dbbb10052e730a78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From d80b8eb629d52a2e5ed473b87d3c14c913131c8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 5c2a4c061a94e136b758daf72be7953ac2b48f5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 502cccd8efae2541c6fae859aeb356494c413b7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 2ebbf255f03af657b5f59c6f60cc54f445a4a287 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1111] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 107420aaf6f578fe0175b493a25699bd7896e0a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 07d744fb9ff22592276944a7a9f1b8e13b2c0b07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From f622884b46150ae1b2b978852c0110f642737a37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 8d6bbabaa769f3c245a295dbe0f97ebcaac1f4e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 044f6bd75a5ba61dcacc9f83da7e72605574cff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 63489ba2b72c0237c6b171dca53f4915fe77160c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From b0382d4ea0e95b1de3c56faf0dbab3f13c2e9c43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From b9849e9e1f2d6434c1f91d9435880818b6706594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From babab4ca6b06167d9aa74ab62e8e8354b54f3ad2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 91459b757b6bc996bc7034964e8ffaa66d4f68e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4149b366176505be1c3e8ac591f36e7e697d4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 488c5346d0275e1ce9d67b9cb6b8827106b44b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db87a51d0327ec09bf4e8f21fa200360084eccd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 7f77879a483ef90cb290a449ddbab0d54f77f251 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 49527dc0d131d034696d944112bfe95df3f62e20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From f37307952c2dea19b41246c71a566822699e033f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From c940f22cdbb5367025e1c38d63fa497c9690af35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From eac7fef1c0b1b46b8b4f70f738d5209ec284f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From f6b85b581f82adda3070b0f43186ecbd6f3b3519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 6e2fb6aa9c97d2ccdf89057dc21217075369b995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 7e3f75da3c4fac6cd0e38b72eb7068ff99fd3c15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 30f278b900b67387b33e6c4099f86a9a2da8b2ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 1a1b77682e16102ce32afe1ae9fe4ef08d381714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 53ebe46110c56fed67e85fa5be48fe1d0703a743 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 72f69b8b353570febbdf8e9c4fac50d927b6d423 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 3a1d50fabb3e2df9f5eac465219974cb211a3a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 4526cf8e87942ec692e901ce792138af8a419bf5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From bfcdd3342fe0ab1388273d77f0b3e1d0a7e5db85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 84a8548a405d6f20a915b92ae827f08697657c82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From e396c831f2cc98fd4d6f22d91fe78df7871e6a6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 65880c07db361b42feda2b99ac631ae55f8e4e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0449bc832228688cffabb639d2136620cd06868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From e511ef7164e7b16ac255b949e674a70688272759 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 91233279c97b93e13703ae39a9843ff60c4c22a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From ac687d88a792cc90d7391a8e748e32ed4460d339 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From d63d46bf9bd6789fd1b039a32ceeb19d1e1c3614 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From cc5405fec8234935de267e319d189352fd7e15f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 99c4581e8a3597df71304bdd84542681ebde9e62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 6da83b4501af656cd490bfa9364c101139e83c02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 0aef3283271ef378cca12ebdaf8cb2ad83943839 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From f221d30d9982920b5eada76c47a8104db2398a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From dc1cf867ac784d631e5d220d2ed8ab8167658bc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26219d05ffb866dbd93c3aec6006146482a69725 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 5a5371ffaa068874db1830ecf0b811f0949a0788 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 24f59b4d8cbb6d91f710f906eaf5f4a0f565e5c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 320d76de6241e4ee05a9f98b3623ffd9254ea5a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6906a8f7c2d61d59b579e7afc4d702c1b55e1785 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 9b751e2a412ee2834f56cef23570c0e32db63393 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 9c445e401362f56ece3c23c6b3ffbe6e198db057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 0edbb6d4121e326b38af5b42b87457f6b04ce314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d5cf56be77c00120a41f1c57559c95411abcafec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5e3747056ae60875d4f8309e2bba2ecd2f8958a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 4ed81d03f838b355f58a3c4f3e62d210bafc55c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From d830f0f1be019a4cddfb98fac2aff97e04d2d218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7181b9ae8108efeb63ea1e605e2ee2e2978fb08e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c501bcd04ca0bdfdf27c491098b79546a7240969 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16e36fcb59807ce901389071fcabde3d98dd7a46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From cf1740c7e3df4c2171f8188b4456326c0789ca2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From e330524490cfee70d32f753d575d71078de38b20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 4e08c6960a7f388a3e49b91e87887938c1b3e951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7468164ffb2e4aac4d1b9ca08cf5a377a98b0862 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 8546e66c3d816a2788f34baecb0a31f0627b0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From a1ae407acf049c52d3264b54f8f5e4175b03cecb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac3a725f97986f3bc3ce5c9ea7d9752f83e2e8eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 3738d1fd6871c7078b8e819a97deb8200f0811e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 41d57a025cff9616d36a5d27882846e105ffbb07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 487ece24d9bc4ece056ecaf724c46461a439147b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From c6310bfbf5e4768cc923503b748a14859e9f0c4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 7cdb9a79537a61116bbb8a58aa860502ff2ff306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 656ecbad026d0dfb9e933c352842ed0821ce0978 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bce5443d153bf345c587278e936364a8c26b14bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 77651450b053e644eee5e0b0b5a474cff826b261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 61b72fa08241fd591d52342668367fef17fe069a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 81ceab2860bac434a6dbd55279081d3df29f0a62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 6d41db91fc8e179217404fd2301c3cc9db271ba9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From ba0600a3c52bc4b84dcf6da6dbaec2f116c51a3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 15b112cabac24aa4525112544480a788f0caeb15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From ac0d93c1c6a0358cea63e80e7a9a43d914b43c72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 998a795367c9869f28509b95b66d5ef0ea8d9486 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 45efe1c4dd1df9f0f7d3098bd9b459a6635386e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From f5c9ab0c4216b73d30c73f31b131ea72b23e92e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From cd7f56b422ff84598fc0133819c03cc3655339a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b794de2f8c0c8c055423fbaef5099b780cb75b24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 9e22428287de83bf7796af8306534c04ec0bbe47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 493b73df873eb00541d54507b70e13459ed21445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 3d1d0487c3349f690bd1deed113aa7b3827c5d01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 0e9f93ecfe39af21d391648895697219463edffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From 6a7d193efebb975daa4028240e9ee85f502503cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 0e34b0b75a8066c5a0288ce64358c73255d60e6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From eae8bc1a495f583eb9a7fea61989d99d1d93fb89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 208e9de9fd44c2c780a5db717655015748e07e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 99802be382f2fcb8c4e1dca233897a5bac9dc64c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f7802eb9df8475ec1f85007ea97479728a3bcd34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 7a5fa7ed44c0b63bd1d57f6f6d96cb5d3bee7c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a4e6244ce88c3ad4c9b7e9d8b29b1335a5acf780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From 9dbda3ec5664605a3d6976c81eee5ff63652f93d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 42a13396d01fa58d0876eed72daa428181845480 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 4bf346e778adf856695b8c39f64e1587c1e40daf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bfa2fd8a9abebdd87808bf759bed66ac56df25a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 59d6fa51d8e152647802bbff35ee8646c2c007fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60cb620b064ca7162fb7a3febaca7e5d88d1b843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3941594bf4b9d7cbd87238d65c4a4c713ba19b59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From e790e3e6ee113466af26392ca990030b660e60fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d3cd41d7a1212898109a7397e03041eda96e9845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 3c6bab3cfa9fa23b07bf775135e99d7cd2c14f48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From a9413d59e3cab0730e1c487d58d4a79ca3187849 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From cba54dd4b5c7d7570cee6cf1972341013e7c5e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From edcc1180474bb192c571de6c2ac73b3f05bb9c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 0ec46b9607cd958baa0801c97036845cfa747026 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 5ae3d872a91f13f6110c900b2a4e565f1c603918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From faec767b7dad63ea92bdf7e454d6752184405e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 06e2e79700b152022189a9be4ef8b8bd049544c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 1524d8834420525e72a95073a9b61e59e9742837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4ba9b9343790b936fa748252b5533e689a24f78e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7f677930004b0a466eb2359b3f771af5e60cad89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 27785dd98bb9a71a9c5c01c23965ba10e09b0876 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b4d874dbf09225f249ca3e2dc18e758508f89b82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a04a20b2f5c2c8f440a4665b751da414f87b6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 317eecb383ee8578ab9fb12d291daafa40fd01d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 38f58cbb0bd50317a7d544e093960a4719f6b54e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d321ef19b769c8154a86bc3914e11be06055838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 262418339fefed486369956ab756d89c3fe8622c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea02f52f0d6895bace807e812f884310afc6bb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4be48df67725cde489076f983cd9e158671752d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa613d81e18ec61a70333c25ce28809e9f55c2e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13b5b06fc9a31536c8ba95f06271a23f0b845f4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8566d679af0268a70d0729dbb4fae70db445836 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35cb5f1f706413045bc4f1013bd6ee404f32a99e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 113806b7de2feccd76d89902c9bd0f0ff783e08c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0391a6fa0130bde6f4cd4ea394dc8d7e43e2a77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a07ceeaa7025393530daa844925315dec484d3e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b4c38035268d631a3b54ca18a674b7624bb2cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 1fe078eba15641b9ce2eff8d084ddf3ac5ea881a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc99a54bb48c340e80c8e3a52694e3c899c929ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f0399bd0c8e06af4f1e4678abb7201e2d093e4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e582fea503da4cecea90412410180f0564346290 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 5053ecc0f766226214d827030fd3c6b953da8cc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 571e4612adad42a8e46edae3a805a0c9fa300894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ccc29e0628ba4fa401be987fc76c517ae230523 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ac8c9030587868f88a0545314f9257f4aa76e58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 571d6d13108d734086ca9d5fe0299906312ee060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3742e0a79a502a4e410eb8c22139ea92ce91f2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 03af42edbdc6a2e018f739aa08cca21e5680fdd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7018b67864aee9692b56c90761b4af8bd9a9b773 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22f178390c87a130296477af4574707f17597b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From fbfe3a00c4b6ab65ae4a0b932e65cd0cff162b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 1feecce7b77313aa84ee6ad75781b1bffec0f868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12c07b62e2b2c933eddf5043025744c89ed02687 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2bedcec1d046a83e8d94cf94a683028838e146d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6a8d0fbce6b397c6b074287d05cdb3ca4bcf761 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b40c7d0c907d5ad2334f1b688de6178b5d1cd6ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17c2f967fbc03938f06dd791ff8417f6861fe53f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35c81f2835a24ab857e6348755aa5a1d78e18e45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From c990bf8c248e1ef9b999965290f39747b87727f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae11c0c0d7b6c065ff5c7158697066564be70834 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee9040f3d2ff19e6d9c6f26f0250603c7a7384fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61269997af8cd7d1260fa4a4645521ebec37596c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From c4c7d92401a693e76fd4104ba703bb4c1a5f2c1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 448daf70db48050f66ef7f293a285f3f01459eef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b9fe9994d9f4818d520c424dc922cac311d8271 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94f34b383d308d4e5da709234de29662e4fb1d89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4550e18896751c2602bea052f5aacd07ea9a5677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b497e37c7fb709f656a3eb1d77424ecf13042841 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c8b1c7a7eb5ed765c40a3a1258b91b221871502 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 48797f466a8e9609e4e1d2aed36c309beeefad8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From b6efcae5bbcc89bda38a3c6098214b250f1c0067 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd0af76990055dd0c99584c53ecce6327c7558b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 3cb70bfa155bf2bd54f9eb064416490f5534225a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 457638e4fa147f116e4f214b330e09ba68a95b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6e14385e36671679ca720a2599fb4f0a8b0c87d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 9614610069c28cec4b7d6ad090069f49ca3412b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d36c8aa775c380df5963bfec664e956b14a43faf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0693a378a9def14ce602483a5792ac129c3ecfa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1264ca8bf68466525012c82a7af1141f3874275e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4643cce9e6109f37d6e83fd4675af0f754a726f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7550017a9531575f6eab51e79cc13f3189f0986 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7eb76ca00c3c123f3960657e706030d07a0ce39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 461e3844a4d0ee8b2b807d241536a880a77f7a6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95298aecf63478f1c5a212cf37a84ba44754e8df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecae56360a736883f3ae1aa8843c583fbf414cb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd86a4ea452bd29c5d8fdbb53fa5c21af9abc29d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03e7b42b9ce2ada44166a22f0182d1e975a12a36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From ba1ca95e34f42dd6c2a69b77ef5c3db000aa77c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From f3285acb3f50eba2396af2a60e27b6ec203dbde1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7374bdd9c98450da69b42e44dac9832bcb7e2b08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 835ece3b9aa1d247af87754d4e78872dc3fb665f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 905b58541b6fe9da3e210e4a46f7ad464c530a54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 955fe1d5e37c767c0c9f8bf6e9698975dd9360d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From a97f18e29be138a75189f1ecd42cac98e8ffb627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e850ff997fc031bead9b93ac1c275ba3d572a17e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e072f06d4e66a5b318b9046255b41b58568433c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 3ea190a345dfef6689148ecbb64511358964064a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 4e554943f7d4905ac50724989d927b7b34ebd24e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06c4a7787efb13cd99e58b64d99b6cb4ae4118e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From acb737fcb9fd6304f2195ada17c05ea2b0ea8bd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f398952a375b2fa73ce3290ee7ef2ff31eaab58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From f52d482c9f262aa003837666780dc8b7bb5a54f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 6b0ff2d16bac885c8e2b31f42b4b77bb2e576baa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 72706b8be6dc65632805d1b0f1333ef34fe94705 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a351e472864d3c185bba9c692902fba55dfc98d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From db2f8e5098ab69aec15426eb4789f5d1072b4c84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23f4e6c5eaa9459954a055ab83a65306f33896ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e591f9004b7f4792bf16451345efeb681aaa712 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdb23908d11fcb372eca5e96de7bfadecc0cdf19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 877e5a0e0dbe16bd1c83d9a0f92789c16a076c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 436ac03cf70ecf19b395cee6ce1d60e147435f1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e54e2dadf8f284a06b8f832c16bf5c9e707390d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ad4d74c9b7783cd57d86dd76f4028053cdc8365 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 8c084f5ef8151e4a5841ef4e1b4ae73aae676d69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From e0a0030b4abec54cf1fb6d93a576e85ffec0c566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c40886531652797ba2d640799579de59ec32b95f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce5fa3be9aa71c228ffa1918a8132bd755e0c9bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e9bee48f91901836017478f6ea77dda4d011c53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4845d7e74bf3dd80dc6844e99bdfbbfcf24a917b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4763f02ff8d3166eaf51c30aa8dc02b56e2db0d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 810371a19066228b2e8eb01bbcfeeb62455a90ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5c1820975886728dbd3b0f0a5d5df45ea7d8f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9acc4e0da6f3d95c6e312481edcd30488808d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 20349878f773b1d59c1ccf40159224186cb509e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a2f0002dc0c45157bd309b60a441135d835f283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96850e7533d3ef6420e4694a58446f5457e0eba4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bcd0c700e683a63ec61fc37fbf05c288d247757 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0702c4b8c005e2a784585612c61bb17366e56ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ae44f7f85f165accdfb6efd27d02d0ced148eeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 875153d08ff5df3cac8e27f23ffd90eb094601da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d20fa14f309fa7ed69ca2050143d17e596ccf00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900837fd8f15738207771f8b9e865bc6bf367c91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From 5e2d828f3a3b6ba9793a50674c247a90ba6d51dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5e9aacfbbc14f4c3ad772655afcef594414be3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672bc90d21ef45f363e95dee730e72a99fdee5ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 464e0c807989667d9baca2d0c38b79c16595053f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13233670e8c2192dca3beb44d75de37f45fa3576 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 770ade77be65dd2c4eb4291fdb9a74cbbcfa509f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 8462c61ec6dbb6500c9de1619fbc56efb1bb0b8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ec585d6fd6f87883b7c444d1d7bf0f566cde31d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 801710a18e2b743f0070e33eb98bf511dab6100d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 6ca576728895f3b4036fb67d27be56973ce82a56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f47abe7a2c48212554fab984f63d2de8297fd624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0599e5aad9e2684beb51625879069a788684bab3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 45edfec65c1f67ad3831684ee20f2193a1aaac45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cfa6b206b99b56d654a5489cd0097b04378fece3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 617319a75e426335842e875ffd3131f9b73243d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 1698d10a7516de1106131c4d38a12a1c6df0c75f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6743542009152c6fdb4f817ae42e2c2a2d29657 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6edf677663c3724a9dfdc775def98c2bcbc4e6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 25b550c58e6d9499e472203ec080ac4395cd2b6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b053ac958dcd920ae461e6f543042d13fcbf685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d30fc1a3083d5935c2d091be7a280c4decfcf333 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb442f078f3c4012ee563eed71e13b716c23b135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 00ae4aad1de5e1d121f9d7f1f5cf2123638c96ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cdc5e09ab03625d9e79cfcd8347577f43bea675 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From f6f106c63efe35ac9c206aa47b976512c8f68134 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74b5be396795a405f2e2b96807a5151f20e8a85e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 102278995bda4c5af1cc1d317ffbbf19ef500089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 820ff9529ace0a31203f5c3ca4b30e13dcde17b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From ed997bafe11cc2bf9160dfbd4fa033e795ae23bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From fd5c0b509c889de8693eeb079139b110232caa7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8186d873ba41aec7770b9fb23198832d638b13b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d26610394712e98b0a185f3fb524e0701ebc3fb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 6acfb0c68df461413ce29fe3a86f8b547988d1cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1111] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From c66abc20566e4cb0707330da56d633a0919383e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 54204f412eee67ef19886468735649f0166233f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fff1fee53265289ca4622f336aee4f191c2a3e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24930527ec4624878225e213f8c9a8e413d61bd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 244cccf69453bb561fb6903da65ebc2b3818a135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 884289a1feb82bda1ac258ca14385f3fbedb634a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From bab59b7dd6587e2e961742052dc0846d36ba0624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From cd1ce3e4a76d5879ff48e31c73e3a61639387883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d725f9af5b26ad87576f568240863269fa8278a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From f52a11f07bb2d0ac588caa80cabe0fe08c524edc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab15689e6d71351e5b8901077adc249c430ce190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d438e2a762e4e348d45127f1b421241c58575ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 7e2dc4c591c9467da1818b6789447fc618f39dac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7309565fa303b87d234cda69ca856e3bb9157941 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 047cf2b965e305f6dddec6a26cc6bc412838a834 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a83d63fb1d0623d9414863f32b95db52b620d34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a54d6a3bfa39f18d2fd23634d1efbe1ea655af9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10731e05da2c48ddf50b44c47de4dbaf2999cdb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a893ea97a5a6fb1bedc694cc1dbdce96d7fee6bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a01b1c8ae6578bf2f16c2373e21b8c4ae49a6233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31a964a151f6eac519dc12aa8a6a0acb72372fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e32d44dd71c0c8b7c871fd980832fe02484de60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a135737ce1fa4408dd79928da00ce70e5fa2cbbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa1f55c6f2cdd4adfef8fa6476ae0f75443aa226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b25f308f398d51494cb04cc76b32bdfb8a414896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 211937d93b821e6b4f2467688597d685b721550b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 626df462711c601b32cc34395cdf7f6d6f05f06f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 77d646140b902f334776c43bcc093f671f5774b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7261675970647f433c82fee2a52abb2c8de84328 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09bc5140e05c600a08f42927d43d447486763e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 837352dd098d2560e76efc4999a608d3d5aea1a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f28756f35ef369e70ff8132bc6ec0e9af2c1fdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25b7dc8c148298504ffb23bb7f2dc857fd04b3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb9f48e21f0b691d1f955e7b9c5694665db3ae96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dd7e9746f4655d64ef91dc97187d150cd76cec3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a93cd6050a4b807f2e4b4157d21b050f14a382e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fb952b0ea7bbd05a4e7d799f37f1e016244f71e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 55bb95fc2230e9501e5f74ebe6f467d0b0a69860 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 397b9818477e4c418eeede65ebc7e0eb7ba9e263 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dbbdf6f3a7be51dfcc69c265d4d2df2af6a7364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41bce79524f077e74c65094147fcca47f4c71778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fab9e031c5a73fda6f9c27f41596b61ce6e62920 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7363062626ea6cde5425452fe5115e33b2ef00c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From abf49d515021efce165ec8014b1434f3910e1210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 14c1d9076dc16efef30dacddeaa69f5fcb6c1fa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b920081f1db04cf8aba08df0bfc30459ad440b54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1111] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From de234d4425e2f037da5e2e7b7d611229592b449e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a5a23530da896d0d8137278837a408ad3e63a7cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe60c9fbe8777eeb8602a726406931fea290206b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From d2859c5799919fb02335aaba1070fbb3ffc4d370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52c4b63d378744e1733c6a70343c04c0cc38cfdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From d30972430989de32f662d7c17e3d36a0d1a3475f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a209d6d0b03b2bd1bb5dc41721efdd3631e6a49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 33e45b68135ef568cdc5c5aecc00b9f7bfe236d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7c495a70a4a8e19c4633ef77ac80fe9ebc034b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a1d7a07590625a67842ab348e32fb429a428552 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 614f9a02be4ceb5d08fe623395e9841913454525 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a137321b95a4ee17a55b07aa4da2ba29038c945e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 1c699f9de7e884143da7c3eeb84617aa166950d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1e8e697f895e4c8c65a1550e99a17b480390689 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 901288c02cdd468927d2b6ade19d61ff09a51df8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5e602d13dc2d831670cbd4649d634b6bf9faa3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 36e7e61b65e0d62a875e2521bd640887c856b7f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From 24fd07cfb762fac3b3366e9cf436eb117d384792 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da9f45e484f304c806a00b6470e57f4484c9c3fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1349349066f5302c805bb19d23ee8e48bf3de33e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62cc47a3cc10b966558a317cd669d4f826bb9534 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a02e424b8b25f1a7031c9be117dcb3a811542f72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From a1593422f71dfc9232962d0e3682a60c8dc9abc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 9434c6bcdf9afdddd0924c0fe22f99eff791c27f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From bcb8ba0e6728e8497ed2bc912c627f260d4c7c6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79c5baae55373118cf07eb37ebd93e79cc66fe62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e7acad652e327d1c5f4b2fe03e402896db6a667 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6696624c74a5f13d6e11d2f9905a5b18b87e9f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cfaee8fcd1fad71bf0eb79dae6ae6e394f0169c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 271fbfd2b339f690d6066c2fd071a1143758555f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e7cfd46f374f7ed950cc8b82e84d837d0bc17ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From ca56b1d8b61ce957177b659e0a3ce409e276390a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bb8fef594ce59cd6a95ff02d8c583333295aaa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db51118f82a4eee04dce3f5b5c7cffbef85dfb05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd7e0e1e8e01f61f36287d6b8e61287ebd1c743a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ae9e2c76e15b7012bd3888ead189535edef4366 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 57d41e6601f1f0f285fe8453600899653cf90ceb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 91ac156eca36fa5294b748fbbb96cc7c4412a5a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 529499c17b23b22e6a25b40bc26b0508888cb092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31dba87fb05de1cacba416e9af4bc7bb46f35d88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dea07cbac2d67a26591f7518d7f0f9887de0d527 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 21f8e693cc94dccf41edae09dd347d59d4bf7c27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From d2d470cfb734730b57cec26c82e1c291ccb8f085 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 778e252b249fc6de6d1f91f37547c537dd934aed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 6ce44828bbc459ba7128b337407d63df1f3dfa1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From f8fea1f5923e5a55fd3d038928296f1e9bf26d81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 97cf2bd64f4cc84c4d847c165f225efab0550a4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From edb4aa45e08b1fb3b3a4c50eafd1dd47e793059b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 5a678504d597e7ad8bb36dce0410d4dd02878fd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From c8eb31f0cf039570c7a00f79bf4910b454dc706c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e7348008c6c9073e7e03ce6fe7c1df02ea0f807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2621e42751c547864f22a92b268addd4fa4dafdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5907031da5c6b0ac06e5c93fd63d553a4d442ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee597fa785bd67ef0f419e1fe4ba51082cbb6830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf28f09cdb0a17dba6bc3e024bd05e8a2b103e75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 627a2eb4ce3d746604c4505854bd7cc0ab5f342e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From abfe2b7fae6bb7bba506d2e44c26514dc9bd2a5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 457ea59286ad520390fcd170c60a2f9eae85120c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 55bb6008e0f8fe3e812b7685962e29ed72532397 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From d42b3c8d2f0c6ff1ef980a6e6c39463e0e5cfed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66b144c29a51ebbe22e546f7d11da52901bfab25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 006f4d55f436bd1ee50e3e10879b2d1eca4d692b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b345135bfb49a7b67dc9293d9213c02177ab5bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 037687fabe1ac9e86f6725ef578176d6114219a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From e18a9590f08231380564596e82e6f5c8bf43f928 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 596e3d64ca393587b4c940ece680cdc925a3c412 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b36945c41f6db81389da2fb68af31ceea5d6f733 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5904014116ec7cf62822b02b14c03a0f9ac338c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 249592e3262c471dbe4506e665e2dc2fa0a1a826 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d27af6f6c1ee156a769216288f7d8223e77ceab0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c4b5d4c87ab5c4291e1ea042865564391b8cc80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 1c33b283747c8bb3131b0dfd08a9b0ea8ee7ff7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f38a1f006cb6ad8ca85d268165fad347bbd17d9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d836fda850c6981df5c366c1a76456d7aee775af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 1cd42c519cd6a30d862f87d29ba0f9d99e33f42e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f917dc94c11bf6fa6371c6d5b5b0822c73fa1875 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22bb9886dbdef708f225cb9604bd2540f8cd9e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a82eb82300a236146967e76666cc0d7c832aed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From b92d9cd1f616fdee15854c3a193a327e9370e48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From a0580e8842550123c5ee33c5e01e4cd8298e0088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00b5633ad0356aeb08fda912e894db9ed2a4672b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7d3366c3065038924464ced0457794b73323e19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a4a66cce55be8d2ea3b234013f4c42fa9e4a584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From cc932ef6cd24c3e0ced09aaa5dfe9d8c3cd976c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69a3eae2edcc8eebcd845f45994b77c5ad5900bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51c0321a2b349e5a471912068222cfcf51b076db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 441b8a51aa4a2ff547e4cb79b0cd16658bcf636d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 48bdba42fc0ebeaa75312c12551d4282813d9b3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 2314f533a944d7d82c2cf89df021079ec0eb1d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e66627b125548009c3f8a34687e945604d5821f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89e23f1b4bcea29b694680ee59f4fd402b3a0351 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aab2323c933e5f53e01566afb000970217e36ae2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c026e682459627bdc2564645aa48fb154ad6b79d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 8738bb9eb2fe18c3e961bb1bc2b76e7518056619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3676a77f679cf92fc6563e80f3e7f0cdcbbb9061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23a807f19c782c7b6633c89c7052e43ff16cdb24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 834a8ba5538065dedc9fd7c0f0f695bc3101a746 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 4f88014b3aeceb0c4f0791ab75fb0a49d51a3b8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From c723d3eabe7a2a8e1e4abc7bc8d1c900cf21a29e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b33f023d2f1e4d523b09e7585b8d874d8e4248a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 5cde4ca77e3b675973532013bc583b0eeb96f824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From e5f3634e611550630befa58308f05f866039e03d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82a131c470478741a44fc76f313dcca7b86b60f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 30ef922c1f17b94f17a2d515bf8e5f2f268510b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 4c0ccf2f79d673f9bf4d58b5817ea63bdc0878c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e44cdb49a4bbc83f90c2a3bfc3a5054aaec9b1f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 93a5420d59080af14a03e6b8c8476cb9d3fda36e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2125e08ad652d80e7887f84788af273a2eb888dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c5a9ed845e7566c631e772930005d9e42de3a4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efd2e37b7826afb9aa3703bb548d4f72a6948f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38c39364fbf11cb8a41f994f5d750a3d0ac7f91e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c88d3ad50dd9edbd059fc99315e18023ac77503c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf2b5243a212c1ca9598b657442395e9a1423ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7de698e3804d091799aa291dfc7d61aca875fbc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From b15cb981001d08dfc1c1c032df4fab2c8d2813f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4d7f103920197fd099f40b4247bc5e7fb783f20c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 639ed86b4d60a20735c5175f316f54559412eda0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ca91f62f98b836411b612dd61f03af77c519c58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 3bc9e7d9832f5cbda9a7aae5c8b267e4e7d0e0bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7665a135e92d0af1522ad0972476ffc40cfb8fa3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7742cb0a58fd5fabf18337c52c7d66b4082f66c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 6ae2cb4ac870ca447758f846f9b659ff4049ab46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94991010fa67c6518c3243c5447829369b1075ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8be52bcd61ec88a7cfc7c6ea66195e62ea597f69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8652e0bc593462530018708da2a829b1ac775585 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65f65a525e0a45d6c0ffbe786a60c2d1156a80c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ff3e4c6548d42a8c347427cd3cf5fc512d4062c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From ee99c72e60e7e9794532e823dd9f7b4c75d121b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From fb90b582f00046cfc691a7f5e3544fde7ba941d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 973d790031a5ed2c625d3d32c7af4c0119da3232 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 339dbe81bf1bd92164b9c87a378713bd1f0e17ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c551f86738f3d0552d2f0a1c81197241df49318c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a87a010f2d72fc4b69c41e8c6679cb60596f641 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9df934eae7d9eef8f75adc7bec642a53807c76fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fd5d2d41f3259c47e5c074372bdcd05e3406a28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0d36e8fe13f2924dd74fb830f506be54e09358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1118190e5f249125329ee707f0816333e71b9e6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46369215e1b57bf1ce349eba846181c72a23b52b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a17c6a3e2aba7ed9cc841c4ee0cde38781d680b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea9a049faa309e2a4b98ebc966e55f6506d1c324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From d1feed1c4cb3970d6ad7fb1620e36aaff511f838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 50551ce76c5cc830f11212c870a449f761179b98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 8c4853abf6d0de01f983e7cd7fd202c665ad0d1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From dccc84f1978fed9cc841a9361331649d94d35285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 535509e2bb9d6a84b38ca57e1e5a8e1483654e96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d505f3ad348bc40a3efc91611e78ca8004ab40c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c1647832747118e57bfdecc0915fefd2ca97c06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 769240ce2613361d3c07163447481afcd79a82d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 591fb663a2140131a63a2a9c64f1d81c47467777 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c03846729ceb838fa100a732e795a3df4d0181e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From c4d4eddb2c6593984c84f2fec63f29965a7e447d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9512642b3d9cbddcba4ca51c606473c86565149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From a679cc97f91f0bd8d2fd0774d9b6517adffe153b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f093c069d4555d93d4cd263446697c024e13c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 0b6b2c42cda40e7c673091204b156fe77696ea78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 62ec0d1bac1f80ca3c40c7d4184b384a52a46ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From b668665708af10f1bbeb0e1cf85f74f7a8d59d88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc9ba51ba83e6cd9c6be92621d691dc77e590326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From ebc73dacbc7871d1000c346337d81c7b09fa3304 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b3c0e83e59140d78fedaaf6a24ad6f723199c4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6bfb7a5595de192684e854b0e4c4e23d65565f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf78c25e19e108c222f512333bf49889863d3870 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79871b5b4e506bf505b215747e748fa93010da26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From de5d6f3e6bede6e166a9be646e37d77b077cfd0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 546934a190ece9b2ccde48fc0d31fa750acbd303 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 9acb7053b64b278b147cc8bb3ef6f97e1c88f025 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02ef29d3e626b7babea13cfe4e1fad4e5bd631e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7c739c322bd94351d38b037c4fb1b6c36376c155 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 505f12539f7b4e5965ec038e02af34da81f350e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5c9ae95b809a5c46bd0553cf0dda20095b10abf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72e3813dd2865a76f2baaabcfff9c94a26595440 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9831a1c4c83cc91b8348eec5f0ad4597b3888e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80dd76a3c9c1fffc639c7424b05c40244168722b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8de87c7e488bdd86a1e6dbf443d1f42bbccc886a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 584e312602a1ad685e0ac80d667c394ad58d0ce8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5826949ba4bbd69a5b5b7c8aeadb7a0ad663cee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b39c2d0c89ee34e1dbd2da40acf9b275bd1d7128 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9929d60588c80769815a620b9c6766a7921ed252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e8e99cde20267a63bcaf411dc8b25dd576ecc04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea9193d54587f6fc07cc687c695f664466fe9be6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b786923d55d58982d7401914c32d9660a0c50d5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 642faa482b6b75840719cebd58b5d2120c4e8fc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1361adbb5e78d66c90c087f2c85296b1630fc636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 302329fb5597a5031d01844359c5949a91c0a108 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8ca206f0d0c9e8cc884b9735da2d3eeee8d5d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f67a55a2b5a65e6e4260e6c6be37ac7905f2aa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d899de2a7966c9ab9e14577c1da65ba4ba0894e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ff7b20f475c744cabb2eb684bb1f242b3dd620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 90b4955b47b409e8e11b7669a8d18cb5c1cc38fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39dc977b6835678bcc14e181e51b0456dd1fd89f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bdf739b2a52d86245b227668190129474a885b1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 46e283f037fd46c2dba101c7168c7913abadbd1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 37c88b785632886b54efd0a1e7a6e303db262bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b0e9059703b7dfe622faae59a2b3c87ef7bfac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 4186a5e9bac520df8b197ebaa638d37629834318 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9eeb6338e71307e498520156d2ef4f77298e270d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1e585d845564572d28a5119ee42530eb33ff65a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b2f16861b178920ca88dc60a67aad8ed1de8b0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 9f1a32e7eeb785e09e9d899f80ee7402869e3283 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7e527163fbfc40c3664967fe86bfd0325bd6387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc8f56f705c2dc3ec059e4abbd07eadb1e5b1ddd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff32ac4bc8694992a9bd2f36b5586f937006564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70449ecb141a381f65ab9ec7d8d06d8bc31530c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea5defbdc01d8b67b1bd154f8f41111e966d3d48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cb023d3829ad87296163a5cebf9d2b031da2dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75d87ca142332d6578211f6f07e0a339c340cccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 81f91fc94b7c63949611de5d4bd37c0d8f964c90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac93d7053a899e88cfc21b80ac0c8265751bbff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2c255e4b5329d6be1bf5eabd1d51d142c2c3445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7f1eb1f653c78da4df90b03d4df5a0cfceaff67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f730a0f4375ed18cebe22a739e6c9fe4c4c36e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77ecb93fa0ae2e7555b556eb34cf9da1eb75069a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 8930122190dad9574efe24f64681562ea1741b47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0018efe240fad8a1b737675fc31ccab0e18b3461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1233c0cb5a40feeb4786027f87157d0a92dda260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb86e5b96cf945839036c10359c5e0e060e79ce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 553384fdeff37a8dd11e0b01829f70a4daacd9f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 81c78c353f8f7f45783f55a992bb38ed07c6e7ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From de52f23b37fe832fed249be36a662215a66f9fff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From df4c90e0f33145bfceaaace24d3a98911f290be8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From c56205114cbb1f65424d278394fef8dadf9d7b1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From ae1920589e8f1028d856921257d4af860813015f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 29ddceca0c89c4d18d46f182253ffdf5a8d543a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6054951d83884b0dd035feb85054fbb99e07e061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 86c7c0bf48cdef29c3022a3c8f112aa8a12c04c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 58514e4d7c4ae1a53f9500495d8930bf0aca5740 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 684496f0746594da2b59bb160e85d08c3180f9de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 28dd04dbbbadb6f8942196cbb479a397f53b52fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 89b48431c51345039134a5abce42160b5a52d122 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 6a45e8113a628d90e79cbd82ec521b32f2fbe6d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 5f6e33fb96bfad2dc3f368359db18334a663c747 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 0deaf8ff2fb946eae5b8d79f219e7f34f7c30de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 0b026584573022fec3c867841a55c7abd70ddceb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 1038b62f4e5b6c73c2c8a70bfd4b7207b3f7b2e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 5b6619245a2e4d6409c98ed41e7d4657aac79479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 5afc942dc21e072506e6f4436334a5b9432e529a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From f96732330272c8312a5c4c62b8093b735427c7bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 4229bf88f96ab100f0eebb7fafe83b0fa9b33ba6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From af338a1cd116493538135dc798107a7bd8ef1f6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From c5ccc5faef60fea2a442024e263d8f70359c9505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0d6bfa075f4b9bbaa8245a1a299437af248e961 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From b883933c22453921acb777769d8341993387f064 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 6ac73913ef582e2d2ca26a04c0255463366044a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 978f04bd08151122cc3060db9aacdfb54f846109 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 70f58da66f778801aeddb0678a9c39deaa80da29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 88fb242a4f6def16720aa2ea6455b1684b029559 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From f3c933b1aeeb2af10893682d234195ca115427a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From f58690a4d760a8382bb1e21d0d086692acdfacfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 9725ee26a8008af8870d1545afade14a6a90cc35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From af3afa1a524142759147130d6a9453d34531f193 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 4e73e4cac1d05fcbc67ff81f432fef19caf60810 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 86f13d83a07d16771030946be74febbd95b9e735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 73e981c4e34f49962cad205414fc026e9704f2a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 79a7fc64d425b1bf857e64e961851ed0b5ad7967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 564051f49ce5ef546a71cf526cae7b305472fe47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From f366121eef655e39e82dc766b6f4637e94734243 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 815dee483c598a390a76c24e0216393dbbb5e1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 9bc09af8e82045a5024521ec6d9b2d2fe1b2ec05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 9b933323b361b45ebda9f06aea32af83439cbd69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 50316e0babbb44a3de53a22d3bb7a440d3111236 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From e36aa00a67159731b69bc645161464afd92bb4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 33854ce58bd8202c84946dbe6e1cea8a37ad1a90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 502d52d9ebbde4342d94b378f79ff1193ae96684 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 3708d45e9aa35a38ac560bd08fa774224b85c1c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From ca0d7bbe52684b771b3f5c8f077fb139a9ebc4be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 5c8665421ad70a12685b2f5f7ef1764b966c8e7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From be869a97dab9ca2d3fe4576297fbb054cb5db285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 0257e9c07df8fec813c9fa2c2c33ad7745a9b01f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From a6cbb02c56522c1db8c546d2d71b5e7717fd4b38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18a15fbfde41be061b0f9f873b894224d10896f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 29c4a9590c3c9d5338d8fd9889decf5997763951 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 84ed1b4685a200c60b3bf468071ec5d621e1bb6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f52a8afc975b0851fb44b95a02b9c473393efc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 7b2a3551e7a1c95d47ca02e9475158af73a22ee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 5498cd144a927722b67c0fcb23ac887a578c9f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 8c0e15f6341674be42fa0167fb06bf125e886419 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (13 preceding siblings ...)
  2020-10-08 13:55 ` ahesford
@ 2020-10-08 13:57 ` ahesford
  2020-10-08 14:00 ` ahesford
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 13:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1242133 bytes --]

From 0bcc69cc22f66775d499bb83364745d7d8d20c62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From 6b18b815df9f72973b8e909b064917d959aff448 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From 2de48f392f9245ed782888bee564a9e2c08b95ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From bbf6443009f4db869322e76a45d9e57c0b0962cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From 661c6466051eaf004fd9df5dde6a3766f431de27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 53823ffc5f5fd2da40f2548e4bf56151966b52e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From 1cd4a1f072a3e81c29ce62a8f79773ede62f3195 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 2bcc893aeb9ea44c47e32f4ab24a4dff96d4303e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 26e2aa4cdf1deeb81584fd04b5ecdc535882f0fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From b6aedb82b29ae4b760ff63b87defb320eb040771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From d9bf6305deb88241fb74007da1a5671240ec3cb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 020f22d374a755876621be09c958bd59cd4d0d61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From d91660fc6658a498c77941799a49fe35702c38e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From da83842ae750f9324b1a2475ca94363eefe2c7dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 67d1041314a9f492d0f075c6f9e96663dd28055e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From e38c7db48c61a8a7f4847f1f66aa6a3a2e04ce37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 878e85a2bcb0bc7376efe96f75abc238468da281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 876f898dcacce00babef35aee64ebe2edef90df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 3837cfb04c3c621c097ab5720a2e8a9cbb151610 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 41123b72191edbae161dda5518c99a465ccb868a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 9a181ac8e776b29021eea53016d3e44a83935b54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From c8e56a43c5ed9d3b23b0a0aa29947470c8bc181f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 82391ed25c788fc25d33c63385e55ca2878bf0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 9a3e09c089b36838b5b3c07855af61c62e5abfc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From e08c5bef988c6d2ddf8c750faa762e2b7e8ff932 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From 41b489a93f57cff554e1ea98460c8a5b9fc55a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 094daeffc2a3a16195f14f56e7ebe5f045799dca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 665184be095ec0a323a5061394172b4d5b7118f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From ab44d865a44c0ee23f3b110981683079848202a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 4e77f6a83f7f71a8b0cd83e827a29fb4e2c6140a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From c5678fd34c21ac1d169d09fab4d96f978d2f30e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 891291e5129b185d47f00aa6768bc2af3c01db82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 6914eab116a24ce9e1a2318a501f975204024e04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From b8d5b0fb67624af4b6997bb4d16309965a2d0b9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 88c1423816e4e8f21aa63db7759ef783a8352728 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From 5dea89e8948a05abbed7d90978528d1e8da75afd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 4e022fa66ca538e4d8adfbbc11abec52de7b0319 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From 598f168f6979bb2156b973c311ead8018bb60a14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From b43fbba2dcaec622a06522294df1f0564612871b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From 8396e0d06907ccd20dca88921260d1dc20e32462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 259d6c778ebeea9d5ebaf0a2316a11553c194173 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 582a08a147c940c49bcea9687277d6ec79c3f89c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 16aed8674bbb217e7cfea1ef2be2f7809c3a0661 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 2fa650f38b14a3566a6745bf6c3258a8fa255616 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 131fd87232cf0d6abaae68a4dfdd285f6b865773 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From e0ba3d9f2f1b13d6db42fc6cf30289bb53d543de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From a35363ec675edf10b44a46bf499be7aea727f2e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From a9f269a90bf9417f115e19a68ffc113247d582d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From 7e38eb4ac5abd25d699cbea13de06d7344855759 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From c0dd1eb54e876a19971996a0173f3eb98b0d9a10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 417ff5ceeabe45f0a2897347cc4c38d9d75ad409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From ee61b261961f8df1c06887f6310bf72fc23b5d5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From 2e8518d15fa41c8484c0ad10744551048b65162d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From db6339b96b131327f27803b7fb1bf222c85bb8d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From adf9dc08ee82540d0c890f2dc3c0230a548d04fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 59ba127da391105c1dcae5374e539b98700b3706 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From c831aa59302f3efa164a5ff76eecd8b852269f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 3dcba97519ced4c58c08ff06f375643fc0c17aa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 9e5d10fa03180afce34eb59b7de8714f8f2e59ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8ce1d2e4b746456c4ad3b7c0de05d3e0737d1dea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9d7fe8e935858e8693a69f5447971faf57aca13f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 0bcb435fdf29e6d02653ebcfc30a30c2d6e40087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 566417b08a14973a2be4e2402e4c4cf2bb14044b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From a1818520297dcd6fbed430be7cbe97ddecf00a94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 00f8b07749f0de6c95fcd52fccc500a86fe656aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9898b0213e8d965b0b275a7024b5974047620a61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From fbe6899f613aba4a9f152a33c8ea7a6b79aa4b2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 26b702ca10de8b35061d414dce5e39cb027ec4f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 5e9185ad6a3f1538b418390e55fca33dde8736d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From b7f7992a6aed0e1019d9b0d4802056776ef150fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 312dd88b5a594f9ecf00e8a095dba0fd0b83859f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 60db367ed0ec2798bae18cbd7106af4b8fb9f52f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 3b904a418414ce7d2d0b6ca84d8204a500414790 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 3573adb87a066a6861c76bc39cf44086c30e6805 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 73caf3d36f63cab389ff384c1efaeaaf599884c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From c2f7ab8d068c8051a39a5139d32ec87bfc1b559e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From 15f913d2b71196b604f3b62f6f2cef99930fedf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From f83b4c82d48343f52f6202aa0d24205cb9817612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 51230498185e41256b603f43ec20ad0519340e56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 87b0d4f6e980978720ac496fa2b6dbcb4f471c15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From b775c3ec7c1d73e3632526949d7826c2093088b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 31a3becc0f4ee65d9616644bd4af21f6fd2f1997 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From dccc4e47e74eb116ec46a7b08f02c14e03bf4bda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 4cfad68de93db2947d87979a00b3e4d37e7cf90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 5c62cf135d677b222d1a2e1da2d0876cd6f64b03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 1300b641fbd1e37f2165af142dff1a91505abaff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5077eb023d97c59afa0c96f7fc0e9ce3915b7abf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 2f8d82a391c395459ef857ece08c266550ce3a68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From 00fb0adb644bd949c3b8ca6f7e78d5da6ad0eeda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 62257cb4c8b3bf23d59fc872db722e6cfc2994a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 70429ddf5c839a2fb0667c522a46a94aa24dd56b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From cad6473913ea909915e8d471f5130000870f1d8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 92da8eed23eba07afefbbba9c6ce193f5f68b933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From e193d523cd37d921f733eaabe5e95b0a49fcbd63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From 8dbb7f21d66e43cf18b9047210759cb607be83c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 3fe2e54a7569b45bbfa315294544f7d8527e68aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 5dcc6dde2bb1db3f9c80de22d5a9c68f29760ce3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From 2556e68ff24df731d8eaed7c65e04e4b1bfbabf1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From 7a4ef3c0f10002cc85eaaab4dd65151dac352ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From ac944c04014ff0c82993de83733b5c816e2b1757 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 984b1ca1ccb44f718214aef32f6d1f8019b7ac53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From b209c48f28dcaad061e7b4e805a499fc37e149fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1111] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ea0d3be9cb5d6f7038ac43edc73f6987346ff26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From 0bbc6ef733b0d30f5821dff3cbb92413541217a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 862c55dcd3c1e65ee6d1b5765425fe61a1fc2946 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 6c8b56d15b4b0c04fa759001bd08ad669c1ba639 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1111] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From 1390f3d2a451f4c5a04115e90b806a8cd602b9de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From bbb94ca340179eec81bdb46cc52e8961ce6e3f04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From e2dd0a30585d9c63c71caa58b41ead47afdfd505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From 7f8f690da69869d36b1e3d5c670975a9d9fd690a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] pocky: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From e61a94fa45449cd6329a4d52450022398630c645 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1111] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From f270edbd47b4b0221145be1adc2438ab87324237 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb3509b8218f5a2be4bee45e4ee53663ba0bd011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1111] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From a08cc1b111b29340f4baa879e52212dc64a2de73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 58aeba28229df84e04f4810f126aa09f210537b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 8bae8c5aaeca65c8c68a9ad0212519e5a6539ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1111] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 505ab15911c99c5d8156d6371bca449227a3748a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1111] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 77b5f1f8caee51965d6d5fc99e462d52870f0ae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 024122aa62e1ccf21d91d446a2598f1fd675f4e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f708106f10afee734226af161c72e25321d0853 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d1607380d09ae1237b568cfc2ce349779519acd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e3a8ead9376f57bcfb00fcd58f6054ed5355463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 037320e110da13ac765eb3587fdb16fe0612d3b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b9e61da2a08a040ffd8afd112a69be15bbdad3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c18512130ff868fbfa09b1c006ea886c1f650e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd49cb936ff73cd27d014a0d822e1efd6353fc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f1fe601f532da6d13b40878a422eead075db13b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67dc722b6155bc3cf3bc280f1a5f6840f1e57cad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 90f6a0cf8e9b5b42a8277a6a60098147ae221e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f727764050ca75ef499f6c5fb95d992f91e982d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From 86bb422f76e15010f65b267f34b330424e4570fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 838462dd828ea1746a4a1ca5ff312b644f9cc9d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44b131cacaa8c92ccf778805c74cbf552db352a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d34a111651d5d946dda9f42b3d063ac0e06c376 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From b544bca41ff7265d65bf346f1d8b591a6404b421 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56586015158daad999c89748a0bdd8afec681d2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 5f6b1274c40313d132f914a8207628a656aff226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 6d73f3daea3e16084ad30d51b3866f562690a01c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 320bf6c8d886f955fa4310a5634e2236e8ef9949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From cdd45e8b2622cf737f334efe4562bd85d350237e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From f79765d92c2f93577d7977b5ee2827318f7860dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From dd6ecf2da7348c9f89e6cca2139e0d8440fa6051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 971d9a85bd024cf59aa190d1c22cb8786095a590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9d610ffbc4785c891b02260b2ade8b43d65eef7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8ad53663008eb4959f1ad90d197d38c2e6c822d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From ac16aa8eee348f3395aec454fb901eef444fec6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From f40c42f3fb7df099510e80818dbebfdb4d25f051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c0b9f604dd2ff09d6c9d8a22d34fe798ca8d905 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From e8336ff0f6af4a0ea8ef03d506725d6154e2b277 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c59b68ebb7b13668200f1e7a6dfbb996c1eb3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5d34b2b4eb35df6a5fa6e94803fd0474a94eac1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95d6df7ff8832842f0bf4ec011e9fd0d50186546 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From 4416f068f91196959f6df1f0b66e135eae18bf2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 2cf70e55376229d66aa975ae9e02ade36d4edf1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From c1dd7a7fe57c5ed101f4ee68d6049f2def4a8e80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1111] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From 6fa57e047c2f5bbab90b3d17672e1a83d5b40cfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60476fdd1a4a17fb20a867a903933d6d631f4e25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 8d179c5ad555a02c5fed912f8b2806f58f3d137c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 35ae8a1eb90e4a282f4d8192f6bd90914c3b56f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42d45dc358f99b6c1165ca1f9e5189e7cf24d4eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 999fa6fe27170c936230708148560d11c420096f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From b17ae6c9aa459ca82d514fc583cc8acf8934b18d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 7799c68dde211dead602dff0032545d313ef3a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 99a3cf9ba07871c4e0ed95944070912faf622b78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac8fc17ef012302ce7baee4b964b6b86f62cbbe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From bc642fd15929f1e63677fc96ca02b52fae28dc48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cd989a8f920470622688babf24a0da47a1b1ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a40d63a44ce94be2260120f293dc4745baec21b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100f94bdc57e3b5ed1327f296241ec27186f131c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 38ff6ed5d5e1c66f1b24db0b2735428d7f085031 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1111] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975ec44c556aa4e12f48133802f813deae621965 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From 44b452afad767437806757cfb61ab53ca75409c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 9b99663d0264f430d7a40ff96af90d1464437eda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 587a1a2f40dd42b72c4d37a9a478086289522e04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From f0b49447ef2a688905c039a847c3234d04ab390c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 1707ff253364806f3ee5cebc29235fa4d60f533e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88722e1dfbc1534788a4551bb63c0bc3e22190d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6fb311c388f0152cf45dcc0471d4a02dbbae2b55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 70d99d3e27696bbf8484086c3a4ea0bfef8eed36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 0726f4b13af59c486a5792dc71ad01d1494ef527 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eee50d98328800baa6805cc4736c9b70628e3275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34a84bf9130ce6aaaed5e26045f3ce9decc13af8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5b5e24f76a5c7a7be1f6c1f36c2d3c78c748556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 6503947c138f632b0e13cbc25d85db247cad4c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1e151bbff6ca65f685764b03aed8de3bb04553b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c13e27384d668fe63d1ec7d0bfcc1f17cc3514a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef06f664f1ed09e358f1e684cda0563c88d8a5e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af0307c904ff06c167c29c017575db1b0ee75714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From a7ed24bb4d5277f991b3cfc5ee419bf5d32e7782 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8886d9cb3b8a007d577cafd2d2c114d8bf00f19c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 08f12c7fcbf06f56badbf7e647150b98a0b974f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd3b7ffa35592d516d8817c1e51365700373d30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1111] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a75b9eec09cddcdd70ed17085f8440743ba56e0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d92fb2771baf5e995746a8b09dbf5f49d8e40ce1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 94eed349dce41feb6dfea31f67ae40f2cd578084 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From cf5ba91d3aad92e696f85b2f371842f711ccb04e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9911aacc5eddcf0311923f6b76165a629595db53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 1d08e760729489b8d1ddc921c9fa595d57c1aa13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1111] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02db55b5e6e46665382b383752bcc36a3661eae1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 6e890f1596eee6e8153e558e779e390ac085da8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 5f69c47ec7a05e3cdff62f92877023855a903a51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From acbd0d39b3ff0d4075539278feadef78e58d26df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From b72bf7699b5284237ca490f07551f8232a5fdec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1111] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e229a696fd1b06fa52fb04b791643b24a651ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 397a25d06bbc49d8355352dfc4d870cda4f5f79f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 4d5361da6a400bd9ebee2d1f3cc953217e47d572 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3afd80c3dcd95342752904475d0caf786df35c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d174927eac12f93542354f72aea109b0fc91520a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From e5d9577086969c6839081ce798a8e4b1b6a3f7fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddbc06e6f95601f4aafef9f22c2d4a9c90fa451f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From b962aa75554add5776f5381f96492822a112dfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2118cf10a219890b445f28a9d1f5bfd565d4c76f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be5cf62eef3e0f4fbe26735a06cbfcdf2646d5cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From b5ed0e17c867500926672fd298a8cb6fc4de6bbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1111] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 00c72b51143cca381a0bde5f67c9571413f29b32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c04ad3df8ab2ad8a3475f81afbc7663a0d7f33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b44bc23666e8413c4db928450a024e558b25fe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From dd8ce2032f44a123a23bc574381f345207fd0166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f29781b1247825ecaecd94877f86c6277abdbd92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa1e0d60732afa03821d9970123ba7c60ab2e460 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64930f9804f357a5e263b756d1fa51039a766447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0695f10d0bc2f3241c2fdc99168de682f05166cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b98fd685ed2f9bb218a069e3445f5316f6676c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36695c9be4c16ad8bc9ca1fc9baba91c2b22951d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 0ddf0cae05d27934cf9d0592cda9636ba850c8c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ded6758f9e6089adb623d7f6f6d2061485fcc1a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f51a97f8e1785609e4731fc41773e5314c741c89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From bcc1d38ff7e82c583e4e677221bf327c1eedc99c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24147265dc789ef7d21bca9a714a6cf9f7262014 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a17cb9c76e7841b928ac6bf07109752c9d8c14d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bab8f48e12d0f923e99b52374ea8c4209b38332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c022e3a43ae04ebbe2c449c1737f77b08c8f1619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3b9442bde0ef2b4b18fcb50dcd7856d5eb8bf36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a76c0e73b7f0a0e19bb1c4238398e9514fb29e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 411d12afd0d2e103c8d1c544686dabf8edc8582d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 50b35a4251c7ce9a4a89ee70ab7cb9606baeb1ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6752e7b6a0c5fdd31418fe5de91108c0c48dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6677ccd3214c9baebc0ca6e4af394317ccf4990f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f313b88780252790905b7632c3200e69b9085fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 765dde93c6a0bb6d37edb04e9f9a4c7474b27511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 7966d211677a796d96bed9a9fcc0f983ac9c6772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1111] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bd4c17ce61615c9afa5df797972784420b6f8da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1111] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56ab7dd4b6c159e954d5be447922e130bbe584cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From d64a29745cd07be60b5eb7e324de3690fd66cac1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 5e73dced076628ba12d10feb669b68160daab5dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From bb871f5f4156a47f0775e4124955ac343a3d0764 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From ca56126af6170faef8e306b4baa909f7b47c072b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1111] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 9926a95c960e632007b3ceb8d9982d130156dd70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 9c635aa3985df5077b7cac836d3bb5060c60194f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db20d1225c7c5294efd745bbe8ab92f6463c9177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30408151e489ca42148b92b571c985b96fc06aab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 207971ee10440b38d91746f9f6ebecb784930a40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ca2b1ca4083461f457a47013a20a63137bc63ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3dd29b8b6bb019e8a179bf03f8196b21652bafe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f42b38ab3e3c1bb5a5c85f72b14d5076f2207436 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From e7edf868069d41dbfa29491f8f77f4feed93e956 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 50b763d0795c75e08af8816de6069c745f2f9d16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1111] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 394eabf07ed5164257cb0352c0560e726e634d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1111] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From e7b45d10ec5e57c4a08299d1b0ad2c5a3d807f06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From afae52b99f495bb7965ba8aef4eae0871bfba0a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 0f28d5eefd52a131d35c51f91b0a8fa23d132164 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b3340272439945edaeebebfb21b515cba44efc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From 66c69ec4193f1306e6f0a69a7d32dbc4b3e4e4bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1111] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7e853b666ed0adec778ab8ae429c051586287d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 8029bd0e1f262fd0bea7202ae28a40b614cc03c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From a0db7d76b2788dfd1524f209b1fe585ab267b393 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2131c2dedda9a0d5ac02fc8f89b6cbadf5a67da3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79d3e280deff7112a24b6b997c2f4f2d4bd39ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From df034d081150cdc1140572d17187d9d2931c7b95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 519d481fe12959a5f2e389a20e99475fa856729b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From c71e9dec2ddf3e57db5c77925fed1a032cb9cddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89f5ff5c7eb8f05276da3ac1434d7ba2f6956014 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8dd2ee0b30b6177dc2d49a2a8e403a57d73c7266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1368d3a75186596a8c7da068e725446a8381eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From b3bb92bc88992aea27bc06b39d3b03b91127a986 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e34ce2dc69c09574c5407b51c552a23c360b201 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0488f1af25ac18d60fce2b3944165f08ecf32f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13fc022af11cec1c473cfd013431268341b20cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1111] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 340dc59b90a9c637a0d2c0a11f097a1462a8dfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 688b97bdd2972c32bd8d94f62ef06aea3ccc3b31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 73b6b09c149807d17ba4ac2e57c6ceea04940a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1fe2d7c476acd49e71279a72f0310ffb4da1adb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 5977ae464d0eaa4df005c28a9a049a24620eea23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 2f16662f90ba9a588ea7a084dfa8f26bebf36fe0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7b0234faa6f8b4f2d7da45356c5f87b71062a94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a51c95cb2343ce9e50ff30617d8b1a5726b8d0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cc35177f65e3f14198340c16ea86d0fcd856f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 808bdec64d9ebf0e846569ac75dc33fa461bf7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b1c8e8c97083140306d6d43bb36fe2e909753eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1111] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 254b25bb9b8570f3aecaebed7ef588f6d1d028bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 4c7344ced8f1d048f778167a66fa07928e67f848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c6eec1a91483dfd8663051901ed7504403a04d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe10d9acc6b8c83810cf143946d95a60397c1fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a216bee40373ae1d23da08f52eeed438e9ff1ec2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 49b156e9487ebab16deccbdc909bafa5c58219dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 61b82a0befd3dbf5427e3dfa9a7f580d3fe7b3c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1111] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From c496857d33ed77ef01bab86172a910f254d4f393 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89eabfe7d35d61b0a4c855873a4634b6b2ba3114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d04e99f0435c35a954bf92da0b15600781e98b27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From df2e41b269afcb22ce20ab43a58102c4efb482a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e5481c7a4eccbd03000de3f4d10d472d6468b38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1111] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 32a349dda858085109fdbdfb5f43cc7d35af3d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 204b82ab165387cfaacd6fac3531feed4584cd62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e99ef7d658d51ea141b9a152690b8bb37fc5021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee85148d9b709de8befa7376092a129271a6e8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 2b4df9fac77e4e6cee84cb76f144bd33d42f89e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From 91b7b047d4726eed2389aa8aea40ff9e7ef7c1e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1111] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From f2f17511d6c37e51b5f1d78048d9be0b278ce988 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b1235c480b8e38c9eeba4f7cf64079c7d00ed30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 73ed32e7bc60c7de9c59cbbf4fe790ff5f27e27f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a243c31a838a30d87701b96620cd2b639309391e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0d276eb43f49b2d076e587d49a584ab0a986234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7065ed45c2689a6994ef1731d638d3882c6efcb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5feadbe16adad0858f007607f38f9e308a4ac847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce9165f8ed3069293300fe2b26cc08125fdb5d0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38955256be8d1a194750aa48f630558cfb477843 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From d4db0143ba9c049fb4bb5bd1abd3ee00c683f8d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ecc70d3c0a6da1d0e5ea4e4bb2f1b0021f7cbd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2afeb5d7b5269c27c9e542f0f5a4cd703027ee9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79f8c10642b50c03c5e81ad9441647afe2601b65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 3263106f6c7d7b99fc99b31f3ff5c3596202e20c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 1627b3b20d6eab2516bffb1014c74cf018563fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 53a4cc40df92a7441a9930542edb17a99483be14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From dff5b08122c804abcead0693b06b3eda42615233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3cda41aa213ffb27a3bfef9cae6e9ebf9c610823 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From f67d784979a64b3fbd4061c395094329ba6208f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d68d4ab96d77c32bec55e8e9185e29fc4961661f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecae33fc91e629a35a7b42029afe84ebb0192e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1111] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 2c80acae66e7de8927b2d4e57c91b55259d07f3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 364a7264d3ef0cb289277ea0f112df2b94ce9bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e71dffce47bd2f9dfac755be3954acd9be71a03f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff2cf7fe9dc52ad9ddf224322431d8c762ce77e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From eb625e1bdecf3737fd7cbc65ee32561b276d6752 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 31ecec8f4c250b0945b11dc02184d2898f5930e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From d64d5ccc38cfd17f3351f9083ba110cdecdfaa9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3edf5b2052758bc20dd8425c4d915fa4f5f703a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9d1f30ca48be5b90875f76dba81c0a0b2b76c33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 297ffe0b9d0165a8bdcce2feecf6a44e02011513 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From b94c39c1e277be3f9d74f19b859853dd6bed2774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1111] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 05fa99d3ba66bcafca22d479b57e2b63ceb5e789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8a3ac2c6d0663782d3c1fd5cecebc26225f7f50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7efd0ae9b3cd923f285b8a653c97cafa372c4c73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d6038b6fe28284a6422c88d77c8dbd499528cfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From f10cf3c60ff79e3c0e420ea0ec0137c754380a4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 065d9c4be3b6f723fa81b7560e3144fa3bd6bdc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 43239511329a4e5b884033c4cb0a136f08d0bfba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 851ceb777623cae70c827df56fed5fdefa2965e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00d947d71c30c7ce3eb5a2d11d6d9ba35e4f8394 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 438fc65c88f69bc156e36a3bd3d38b72ecbb06d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 937643279020a29853bead77bf14e5adfa0c5e8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 1cb10df66aa1d04fce2aca506e8458d616226dbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b37f03d7301f36aa30fb73c7262079e9caa1d8d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From d31091be4e735a7478a25050391d2b00fb4ff995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9efa75a2a7f3e3b1de01edf7bd26dc224847a9bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed01b9e4c0e1b5b6a04722b3945bccee2f9cbf75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 2568ad3437171a2b64ada8a6693388a4566b825d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1111] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 80777fc12dd256972e588ffdc255f71848352768 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From e4f4cad7dbdd63bef22655f081b67a6f9e702e17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From d1c874884e914d82e7a7c3b84d8eb9c21980c2f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 28c3373b668b305bceab0e14824da77fc56ea1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 4c42cb09df74a0e7bf96fdfcfaa8ffd65f8ea59d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1111] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From bacd8e70b07d8402bacd62c44e944fec5a4379ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1111] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From ff1689f2a30a923a60640e42f4f0c345722cd27f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 2763ac691943c10edca2e27f551c5fd203c46275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From cacdd95349f5c0e71dd47f0cc641d40de07d0b4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From b2ab4e2aca9d5b815b7bc6d6e9ca984c1fbeda77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1111] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From fc608d89a0465209389410eda0130e8815475ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1111] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From af2e577a57e1da9b863c7670e8ba5d0a3006ae12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From a72f38f5844f6f77b56c49b6cafba51875f3d3e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From acad58b097b23037320adf7f4c442e4fff65aaea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From cd3efee3c1db45cc56f90b9ad3f2500d30e93fc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1111] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 9d3e0b556d31bf4915d3a8caf3af9b722d6de976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1111] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 966465c54565b79adac7b43b3ded5801404340b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 04cfdfd85017f7bf75dd633d74061b6e83288349 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From fe6402e190b1ba6932f88b92bdef057231903425 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From a0c56b8a22f7ae9fe660f000e2ab95616033a340 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From b8c0d708b5a0e5ce7cc7c5eca318dbf82cc1dc05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1111] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 8fd12b09a399bde1f96fde2eea7597828820da8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From d7709def8e3e6eacc49e18665aaa4da3c2feb570 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From 1a5efda6ab31962acedde916c9856e8d8298aa4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 814b828c645f0895730fa3f833cd627b13c9475a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From b58ca5b9fbe4e80dd38cca5d100417f5bfd9b533 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1111] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From c509179ac86b0eba32b3b7d007a7b4583585c64b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1111] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From e12c5884b7f5bbfc212f38c8906aab6f169e7a37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From d51bd4daeabd6c1968fcdcf7d464ea459bf9a3d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From 2b84fcafaee85d55134efc7b67a7eaf3503435d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From f63a8132d0e121657c2bcb74b27c995b52e48386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From bdfc59aa42717d5142fbfe1a5c6f2169500d8ad9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1111] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 535315f46f6b417d301ee141d11531ae87e2d38a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1111] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From b60efca1c9131029abdfa0e2f14224446e09a03c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 78e87ac298470559b9ca68c62f802294dc9e5593 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 2219b2588b3d1a63de799e4a66ff25bcb604bf77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From c5cc2664593cf6cd740177061685ebd2fbe292f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1111] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From c1ce2134acaa9d03dae63f0de6222d7ec3484d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1111] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 16297e8945248aac1a219383358e0ad943060851 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 0365e3c229a2273bac5a3ead3203fcb559161c8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 0a4c6184a0b41317ab7e78a9baf64f8a3a27cc6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 41d11b07d74eb75a09062144e981c423c2016828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 2344611fe014b081ba199aba1b18a34986e0efc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1111] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 64f31e85a754662751436fecf828044e85c8a779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1111] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 738c5b268f7cb2a898526da8285826bd57204261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 0e4123be124a19e65235f994dde4e8e40319976e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From d24f463ff499715265fb148fc3f45fa98a0ec9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 5f375623ae57af4587c38e50ce537412cbe084e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1111] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 8725318f4f2a5249c2542f229a4e3a23f9e6ecab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1111] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 4de9bfddacf6ef7520292dde1a0bf0e2a1c670e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 8cc76ff6e34d91c8d1040e796a7bf5050083c8d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From ea514c51ceed088192f9f078ef64429e257502e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 9ed9b926e1bf06159649af38a0c2c892daccdc67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1111] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 03a0c3049913ddd49082372fa8bcfd80b228d04f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1111] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 1b409e2ec1304e9df687b7688c49fd428f9b16c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From a91afff97079debd3f15d4282453d2df19a199ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 5559b45bb34039bca37616335a9120324347616f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 3907596ed920a33f1fc8f41d02623acdfdfd2f74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1111] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 9bd74e2f5130ac21ebd21fe66707374c3670eaab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1111] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 3fc8da906343019e60d3cae77ecde308e42a6e28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From ee56d81d4b9ad0165604bb5204b5b6c03ae22f17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 4c08641f590884c4699da6fad7f6e46f7f7f6699 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 2fcda51cfd9498a509a89c6fea92f3d304b6573f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8cc748105276dbcdab6ca3c3c167e0669923e7d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 005c67c32e9abdc9d4d91e3aa8d1fa5c44b3e08b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 355803ff1ffbef623e257547cb80235e8ce94e34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 5e4d4b7fae683d1b0f2e931e0ab191346ba3f035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 0939b7c014c17b871bc2834eaed38fc47056163a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From f8762826f752fc5d87e6fe30b83c1d676739f3d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 3450e27870bf1b1cd122efb1d689390d34414dee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From b10a300747c9747b4d7769e759209d550a9cfbd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 335bd8371df8a47366f80f549ba1bf0187f3fbcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 707cd390a9317b69e93cb55ce40175ae6747a00a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From 4452184643c04c6272b1f6e0a019b088a06771a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 71683debc8814a5b1b6470672edb9c2c69faca04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 9f41b657cbc9f2911abc7f1cb8c2e2ad6a445ad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e15ce7f7da70c677c9b489ae48521dfb6fa41e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 36f10ecae71c486adc73c575ef2b0253a4035258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 1d1ea02b10628b711a09c5277b4bb6a3fcc6c924 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From ec7b5a3294a986ed09c68f25655dd432939aa8e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 3962fc18603f3adaa8f36bf4b73a393075bb50de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 504b98638477f0e84d9fa62c58d4ac342bb88e08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 9a1189c1f45815b281bf72a97631ae1563cd645f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 31cedbfab42d7a72ae8d53382377955851acece1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 80bdf2f308db835436ea00db45f88b3c2234238f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 1181739021301b3b8f953da7037f97264680ddc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 72e462eed39f7bcf88877064f143634003df9eca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 2fbb0ccd90aa8edc6f8641d192a8860dcca42663 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 792445c68e82631830595a999f53d73cb4661911 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 99dea4dde0ef94a79b0f4285b6f6cff0aad8095f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 3a5c44a792c79b080671c78e37be14d8191cf1c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From db8e5ebe599658b344ef8c609313ef8a0c509b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From 84ffe0ac37e6180c40140539c120e53ed5f10633 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 8a60f47bf652f821b5695555d1ac4d1a543a718f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 27b16eb49e9f64e95ccf5f7fbb666005aad78d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From f1b2def4e6e115a1665eb25a041204ef31bd146b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From e30f2a966498486d44f1632cddd3fbd57d837a55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From f46bcc08e581ce786491054921986f790498a56d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From b4c08cfca5d0eb11b64a27b25a5374cb851e3536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 74431324c65fc05d442c76c79fae19c8e6fe9111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e899f861022dedfca40ded8d05739075c351c1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 52423c2994404b549a25cd445244ae0fd669088b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 395df13d8fdeb79c252516cbc7b4c9d42666d147 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From 569c403320237a2163373968ad1dece7ee233fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From d55b739f20ee805e43765361944ea0504cb97f0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From c564c81a58850e0bbb9ccc31596f33ec3b5d1dcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 3bfc5b712ef560b2e369fc6bb9b5a6d6ac0a813e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From c31f27a5cee8230a4bd927fe4e44e5f9192cd3b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1111] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From feabe0dc36687b359df6118802f71b71b2b7bc45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 02389f7428485ef5107db870e1d12ceca16c393a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From e8762ae30be8e8f5ce82c8c18ce01a6f888d3af5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 91d83427c3c505e5b05fa96b32bcf5d40b0b0269 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From edf92e82f922ad456538ad7679881d2953ccb57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 57e852c49202cb9b4fc9550718fc00391ddb1e29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 415f1b98d2b8ee7355c9a508e66ed2718572d7e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 621c9a96e4a8e2d7b6736267507cff9c54006e27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 018abb2c183ee9bb982eeb269e4931035b1d8935 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 13e8a9a4a1b3ec8c2cfaa5b206005b360dd47a1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 8279ac2b6a493ab5784cf760b42fb4c4bedaf575 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From be072e83715cfc97e157230f4d021b70cbf543b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From f4b77cac2c6a4c7b3ac50ce535abbb9220f45970 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 9979f0a779c65c3687f6818197ae7d45534e9623 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 1d8dc3eee55ec806eb2db0682d863f985ff33cae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 0fd902b5bd3b14dfae0f676fce5dc4283a8d924a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 6ca2af53d030cd2e6d7a77813937cf2941b0ef3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 3235065e4f3291d5d26db633bb05d1b4ded46913 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 2035d9a76e8bc669093d5bbe6fb86bff474846bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From d5525eac2580567c97f6228dfd19b1026397a6ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 8a67710307ada6f51364493def87ff310d7649da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From fda5db1e1c01a4b9523dcd75c266008403506621 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 3cfa9f454a79005cb25fde8f9c5611714efa6da2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From c88d454dd8fd0e789f3799b5dc7b0ba2d22b2214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 6cfe78eaccd32e9b1c15ca78b813efb933586d14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 91f2605bfe72074f6859a2866431bfd6e2dd0a8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 32b0e64d08c55f9ffbd5c27b65374a3005537f83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From cfecaac9b6a1422828b2de994ee99b75c7358b77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From e9263ff05834e7823dd64ddc6a9f0c85d46a74a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From a5390c450af35f29dec208cba7fee220e5211256 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 7432cde8862667766c4a1f83406a6ce3d72c86a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From f35f687cdf119ebbc8f77a7e6fbb8540635f4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 797980bcd3e06b282844246f802fc991148bbed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 94b22d5e87b13517ff9e467c6169d3756e2a207a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From dda92932474330a794c1814e1ba4fc713b3f830a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 4e13c0f1249e8c90b5a36e999669e126cc9f4d86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 087cdb3785fb7102b4105f1c5c94e3e81fff9c2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From ac5b0952f723befb1439999a2fd3569de1532a6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 2d1c58ead627fd1d399e4214f338011681bf7f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1111] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From fcb79572f90d29643edcd6a3776d914a7af1b567 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 7afa99a979ad861315a2318efa5128e6b158a656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 7ea747bd3e799755b8b74533194237293cb98d0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From bb5650195c2627016a0ca6d9b8a2f188fa660b5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From eed2b073e0d4df77d6418afedc109df4af286603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 30c075ad69c74d1b220b707db882a17610c71794 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From ec4f5a0ab36e45b6394c6005f690e78316d4be9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 1684b3fddbd8d8f0ac41398b478cb10df7354d08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From 0a47d5128a5f45c5d9eb5ce879b3a58a152a65b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 0ee6c3a37ef043dc1693b320a49e386caf87750c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From aa97523fe5c46047f6bf18871d8f79658598203d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 2f6c5a39ce752faaab0a5a2a52eec9e53cb68d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 55c504cee2061331202987695739b10efbb3654e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 536e434a7745a3a4f0bac7f7e8691179ae4a63cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 5f54e583b806eaaaa1fc1a1bb6b3b987918f2f53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 2177e7e2ee3bfde7057d000b55a5d4d6b16f5297 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From eb859221c05cec85479a28215865f369bcd41997 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 0f7f1b435d6a9b7b12df625569c00a5861ebda03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From d37e774c7e470789aefc3fa61b24d58971beda73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From b40689ad45885cc31d18fedd5feb042fb1e588c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From a5caf925434cfe1c07096119f1775d18f254b355 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 235be4ccbabaedbab658ee51293dd4e70222d10a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From a1a7fe1fa22603f9cc09d5a7292523a898b2ba5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From b6c778b1835785d1d49f288c848b3022f45c8894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 5979e8bce215fc49da5618ce5d53de4d56874704 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 4348694b95faa11b2bd78bb55f078161642bc2a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1111] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 16cb69a9bb3d2d4f90aa1546aa487ff438719641 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 3f90bd23e983769d83c0fb4053ab74f4559b56a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From ab4cbd3126ab183e57cbc9a6f059327317349df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 241dfb44a32d529c7872690a6b81be1a824cdef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 59e28980b0b06f0a65cec9f3d792d66b12fee935 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From a11d27b96803e2a9210a765bee36edcccf5fd036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 8b5d575f3de2d32490f1c00cf35bce357620c676 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 49230763780e07a0314fac73acc8cf8c1a96bee7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 651886914f09ff8b0ce34290fa3e03ca73a1d709 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From b0a4066e3f20576b18d7878a7150825692921240 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5a0a125fb2ca336af08ed4ab7f42714b6b6ab17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 1a92b0f5bc1de28d2311817447aefce10fe62828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 157bfc8a99f014b5e644800a8932d1625510c644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 6e012a9891cc8c227193e12a459bfeb77f68e6bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From f6d560c19004e99548131debc5e0e64a7e330e32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 6374438d23838a1b013dec01e9b5d431e4b4c123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 48a10bd0bcf7a526d94ba105d32cf46f9c1f74eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From eda7ec9c30b72d256e73be3a0fb1d83422d1ba31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From ceb0f59f72b99dd45f9ad74442ae0551160c7416 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 4917f7d0f8b555023f759c1e5f0a6b6793c15ce6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 82a6bf9aeb555e5c2cab30b12fb1dcc7b312fda0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From ac3fc985b05736bd5284456592066067115f5d5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 2b7badfbfde84c33be1c2bcde8322b61f661bfd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From e5138c054370eef29e680dc193d450b1ef1d3358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From a142c5edcf2753f91eb7255f0aa90a0d7632fedd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 60d0df3bcf9ddb7c2057f7f927d6b60f361a35fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 6508d2ec37ca20d4486de5f9ab3835501047b1d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 532ff9984a931ff74a271fd4e0dedcf2ea44ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 8bf6e1283f18857a2f6ce49aa8571978acb30cc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From f3bb67b3391901b22fddcaa83535c62ce79eb582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 6f747d84603fb4a7b28ae8bbcce0c2ae22305546 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea5aadd7542aa448e26d37710d9747d1eb2d83f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 509ceaa3982576175938a8b31d71e0b2b982b216 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From f0c80726ee331953c0ea21ce8608da70445ef7ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 83f1f9e1de8977e719695e0d3e81868c4771b99b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 8957a9f29dca0343c7423be0658dc27c1059cbff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 4e53efe57e886dcbd4eac05c867008a60cce323e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 5848330460fbb63d337118d6203f0a6cccdc54d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 5d220736c922e3dbf3ff9e67655d95466d399014 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 22a878f265444fb05e3f1066dc179fef8d61f6ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 73ba8c886847213538c0184b355e8f8007f9d774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 34dfb22518fc6e29ca02a07dbaa4b07327114dec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1e79acb74046bd5b68fc8f420d9bb1bcaf3fc50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From f1fd42e4a9ef3eb7dcfb6b6894577ca7f8c34bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a7626075abe3e5ad38fc37561707e91b08a70006 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d3bdb998e183b006f5547dca877c7eddd720e5ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 01221a3c6795660faa50802babfb09f13feaa349 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 4683728d39e49ccd6e17d75f8acf91f5c3f786c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From b8ea8d14e90b520bd6e3615b4ee5fd3ea9e37d98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 73a15810db3df7c8b0336bee586d582711ac7b99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9610d6dbad3eb2e454e2d7eca4f91d833320e9e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 455954b4d6ab14025d939c9db4311092897b74b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From ff736a1c9a09071089f8606cb6e1b0fc949f5e0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From af4855f276f4c184efd7caee2c7eb932412c9f47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e4e2faeb6f19e315a75a009fab78c8d954208260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3bf1264e16a39ed33a4d95f0d5ef3cf4bb311fc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3da0616007ee1b745125305669751abd4e383c22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From 84d0a91efb4c5be73a096c339b013e5fec94f498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From e10b4fcca77ed83fb00a134fe20058ad459a7cd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From ecedfbe8ccfd51a60bb1468c48fe827ee8e50c04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e0c04c4c9c7e69693b89844b724c3daee6357da0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From f210d05b23b75d0bf3bb458a1976e982d16ecc05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From 386e42a6186005d862572447873de51bae3f0112 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From be051de641e4f66d7b83f3fe1ced20333945a3fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From f999060be64abda990b5203e0a81b258a4e707e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a9999f74d11bd68e36708cf2cf8d6fc621ef401d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From fdfa3b70a177ca0ffd2438a6881619284d4a7872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 7f82f2aecb24f4043a0f6a00bd9e3ba7761cc46b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 66e55056595560622e38fd4a1d614643a724c36d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From ce3c9dd9876a95c2aef228487418c3d699f85e9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a151383eee46ca47bf6dbad0f04396fc5f48fce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 65b25f8d8e795f9b629c61373a137b623cca280d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 552029d4f97eae18d29dd8f9ef0c5514bff0db5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From f75fefd137f64bd4fa80f51c6eff8db776291655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 8a7d00e5ccb39391ce81961ffc8947843872d9fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 9c4e3b745b8dfd028940b76acc1a3e89a837463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 298099b178435a894086ff9f65b6576db92c2b9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 862d3be4bd3bc265fa4589c5961213988d29ea3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 58c5b64fe2166595d9d881e398134ce51e1a7d20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From cd7c8fe84e33d52c56852a1c338d2fd669740b91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From 491bd2ba645411484a218ea4b9578a5ab01c8352 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 66f8d854f2791121c951dd26bb19575b5c286a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5ce76cb737cf3b813f66abfac8b379a07b7d09fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 277ad33faf8543f788b749780b602162e0e7e9e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 09f36954bffbaf71ed3e71fdbdf6c334f7491149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 9747fba8f7719de9cfbd9b755f1b6089dd73161d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4b8d68e34424ca619d555f707ef7afb2222a3bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From adfbb8418fbfb3989c93329586d07a63331e5f3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 47f51eda4667d7ecf030361e9cbf4d93ef915816 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From ac61327cfa04e8d9532bdfcebb0645cca05ff2cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 210c6525c396aa6c0ade74b6cf678405528932aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 145e60804ac95b5a0df21054985fda832985b319 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 53b8bb2da3951dad7a6ceeb4c1824a0daddc5b24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5e428d5a11c96660fda1cfb138f43ed29359b800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c7b7b31e48118aa33ab6f1dc228495bd111f91cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From d30aadf1e02608ed98b16c5e526a03e0cfabeb1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 19b7092edde1e4991cac544aec54ee3bbda7a027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 43c12fccca1f20672bb05ce73da7255206245f5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 75497f03cfcde338663cd6fcff4b0249f6fe8462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 12e46270c8f1c1840e1d7e8be4f5d207833bab9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 45bf78f4362f5d1d77122d1af9a6bc0914df27dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a8503ba2fdd52417fed91fa112d2e9236edd0dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From c31b8cb059664721d933c68d5f241d3c36691d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 67ffdbba990bb41fe133bdd998c7c70cec6b17e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From 603253c724d0b347d8ac74c503ca500581571ebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From ada9deac647c421f487f3990d73cc72b90aa4abc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 9ca58505ed03a9575d1e8a2b956121e21b1ca618 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c1952bc546819cd17bf328da6c13b2efbdc5cb9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From a446f1d939e58ddbd3052cf170ec17213a614872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 58cff59935ecf8b36e0855fe1a502c10a3449a0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6f6cbf4c1f9547c3215121324e22e3165d184c98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 222a6b99eea46d10ecc9fb4d4d6daafcbad9257d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From d20014e1775d69fc1eafc3d7475458b67ba0aec8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3f291d5d48147fe3455d7e0b95c3d7e6896a6699 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 1cf6540be25df2672bff989154f5180b0328a9bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 0473ef636c4113eb61f50c6b3dcae0f8b28781b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64768f456666b0b8dae99bc7d79917fe4f5b5fd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 746c600d583a9eb7e98ca5820d8f7586f15f44a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe228a45a1c9ae4c86ae94e90134783222c29f40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 56f4e1b078c4bb8561d2346453bf6d8f7680690e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e446cf1e19f703836a402e7057d2041b9c40cc65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af02f78e81d8116a58ecaa659f6c40204c76c29b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4713cc609bd22e26a2a72413132b79a0d6c5902b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54adcadcb3397116bc13cf3ede271419e3f4de7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f89586f53d647a12725de975e12c12e4d34e94b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b13d955ed9ec14ca27e48c796842c029f03c82fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3133e9e9e31f7243fe264f8155ec969aba7ccf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b778fd70df7449a66cc26f4331d8ec3ad4f38ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da446640b06ae4f8fd64b339c11fb6d052fc02c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09529207356cc8a16cc3999cab2e1f18e14c51d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3c95776a9700ebee46a3e56810dafef658e72ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f4db6fd0f40dc80ae9ae3c8d3197a4ca410ec2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From bc1ff73e546dfadcbec20482ebad1d76388c3545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4ba61872e971d5945ed638e8315ea5a372b5038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7dd4aa6ffde74d620d2152725b07f8f2189c6dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac7fae27b4f6605e8d04401a89f18308410a1692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 2dca6d2047b4a4aed0943e9c5cbf3bda63a46eee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8814a3d09acbe35d6bc875c93ba9eb67bbd27be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 118ca90c923a7efb4665dc93845594e65416b4b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d2fe9622769613a6d5461a1b413e0c264afc36c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From aa2607c4c33b19ea52bda7dd97d22ab94bbb015b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4986c6b202ae9c98ff73946cd1f08409481f66a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From a1214874d1ced8a2893f0cf7ade11ea8c51db3c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02e6fe2bc794ec15994d5bc4588134eeb779ef94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b5446f7fe02a76edda8389b487ee82a08af8ff9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 6b158d0cbb152d8c9249eae83b504727ccd13581 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 60c561bd15cbab61ee727d4e1a21100892951bb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc7a79dd84a69da42d28e7f0607cb5b630447c24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9817b732a2a9f86ba255bf16fb6918265f016063 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f54c085330ee922fe86d83cd512773e7e54bcf83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38805760b3da631ef9345f78c61dc697ca69b45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17ae4a97548dd0fb2c7967836f1566cd6eb05209 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1d2edf9dd1b3ef9ab275460b1a5ad6a032dd10d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From cecf62d49906eb55e37416624b4711ef3ffd3286 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ef7278473a921417b64a6903a88e5ab5a50ff47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a983c5f0b7dc783c7c95577dfeaf842ec5ef81b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e7a860cabc2f6da6bca7a4765248a728ab0644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From e8cbea2d6a4692959a723cf1c813651efc7e8088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From ea09b981db1f900e2bb3d24eeda12b9d3828fe83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4fa87746a265efc59f1a187544e4c655a2903b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77816cf8f3723736ac3ce32898a77eb1704ace1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b931c5f24b6bc0c1507d026a2f5783edc322ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45810dd22b2e5e6344e5779409254d03a0e9fcba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06126fcda60200642ffc6ff6e5b4d80e903d5bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4a4bf90b50c1e9711545a2047dde88f72eac2780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 1fba7d83344ec5bf4e1854ff94f6d2cbdcaeff7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 71a9f033fd6e6dfb9b4df1cbfc32582565d709eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From c32caf7d1d47b6d2e4e68f2d42f508f52d8b6466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d7a75694236b4b26d2626c5e5a38f1756114855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d35bc65b03ac7148803fd2fa1902d5073902c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From c04d5895dec82c8828a991c83211e69806609f2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52ee3c6e45d4eda54548a473665b492e82ead884 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6017ac1a864a6f893fec3e52bc96583eedc16ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5062ac59c938ffc65deca51a96a3270efab8dc90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 341804f92ec3370343bbe881fbd6f6040e34bd16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f49e1fb9f973a490953fc4f08eb28c84e4ac858 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fe5303b49ab3d2db658bd0bf746433bc53be0d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d3cb26b5f43de13223b999c67d47ac247412f70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8e16fcefdf72e00993b3cad09a8558720d0c0cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2252fa8f3be00d57196405ddff9178b5f2bb55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5020e635d5022c7ff41730583671f70936d9fa83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02437a04fcdc7ed3ad5cbdb409af4f6b2b948160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 90aa7cc7aacf0eb788b81d4ec2326ba5e74ff99b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From ecbcab81d57268bac6d87c94925f7bcc91424503 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38a9de58d4f1cb9300a0a65ffa42cc1b373171cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1d04055b43411e7b3e37ea1ba3e0bbb413934be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3853fb788dab6d693d0ff76166b2d0e0d29014cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 76906fd6e6c0e0ca47a1ae11bc545a702b3a8465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From a36b9a59474a6b0d031478e58bdc271215f96d23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 855f0e3e99b799c7e61cb76d315371d1a87af9a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e0f5146fb63211213fba80f5c2c07ba0c8b2968 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From d5c18fc4a743b10d82f5fd80bacef13656855498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From bd0055d2c6cb300bbfcef1a834f0ad5ba38bf8ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0aa52a6adf34e010fb5652af750ec6f3a61d034 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 932910df09acc519a8901486bb0a0f5485e2085c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57abc619cb071d1cb29549f54fc0b27ec85ab8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From ed928aa58559df7f58b93f7bb6cacbd71f1b18c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 1dd7de79ac36eb474c57cdd51b7d190d0d9fb150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 5725199ec8bb10d81e8374173a848f0fbb4775f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1cb06f0927528b464f3ef5777970310ee0898f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 23bc9af2ba8f2f6ae8967c703ee2df5e79e0f7f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 572c126600914acb1fb74359da95985295536f51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb773460cc946d1914105d4480ae2450322ec9bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5907c858e0ae52bde412d233bd905470fd02f799 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 9fde067aa2c280f30918bde38f07fa561a36541a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 022cd73a2729b43136ea5252a9e47985b58c423b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c636b0e776638291a816d18508d43c7a9da4303f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0ff318f2b254022de59fc0ebe922fa40845bed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 813c4c39edc0a7e954eb80e28938928587801644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 3dbe3673767ab9cde9397dfd88db21e3a7282e65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b82a6b7ce99a5466884efe42554809cc7c03321b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fce4e3ade5f55687f9113f9e11a2f8dbe537d6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88c43fdb76fba7c48b7cb11d18a161ec7f3ca640 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 894e82f02e85d43b4390c4eac4021c08e4c84276 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1605972989b5ef8d94054e1efb07de0b61b7a40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 68fa24b121b5667fa99c126b22f5e84c2b64bfed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c087660d2b97e17ad51e56ca5d488801b70991ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cca86044f3d9f082834cfec372b8fb08aa903d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From f7b6bf6a43a76aec772da6ba3412d04d9ebe9d63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4eeeddfb9cee71d19cfe7fd1e6d65567fa50a7e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0897cf982b6d7d90d4b8b65836538f78a1a74dd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7cbfebc652bd258be4ca9b6987a0265dc4aa552b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 607242849e053b5c3de0c2cb244fc1c17df73e85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b595b60db0e2dcbde5ede0afd6655bd1fc9fe258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e962a2cc9e80cad1d27465c1d9a7fae240d22bfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e96797e599afe6953f68d4f6163bc19ae4f2f31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bdb204cb21cd49b4709ee78331b307f6e92987f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From 9a1c4ca652f36753f068f53c5371da278e6c430f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12db7ba7acf72e194fc2f02241d1e3ec9308610e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3cf1037b536aa3435d4e57209e3d193173f20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be529f7cba337f9fcda1907e9ea2be1ceb42cf69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 307f7344b24e3c3e953a2436851bdff5e9413545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 181571b286f1549123b9f1663f669e87e285dccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 497312fc305a316bae0e89612a158b018b810a1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cd071f35099c9ceade4ddd3e04e6065fe260dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 631f48db40f9a2d892e475faebe317aa9923b94a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From a580cd1bf8f97e5e4a17868c1d019c1cd588566d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e71879b94a32790b566a6f5c829ca8e7cf21b87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5406fbfab3686ba50103051830c66688d65f18e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From af36a39fc755783462e58984036769afdbbbaf16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f60180f7f9b31d545e1f9273b608cee8a2165ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9070fabf687ac67dc0145f26f8ee8888ad8a19c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 3ddba6614bb1948ac1dc90faa061152dd4cef5d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cde7da5f60ed676ebca17919dc6ac68949f515c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bc41533e4f4c172963048330dd70998b89c5119 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From a0deeee83a233890bfec045c0b0a0543ef7a5d58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c30406817a5eebdddf48cf3628f63cab45f25e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 858f1a6d39b637a8fc620b7a5c549ee4347f18d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20451eb992ca7eaf63dd2b773b783fdcd1a1af3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 2a02b45eef4dbf66b7393820b71149e147511241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df70a05201c60852fb874ca979feee6413eee7d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 3cec8e507943695fb2a2f161c80c35d292c3fd59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a21e912b54c10ab7a504fd49147bb6dcb66b94f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a286ad19d8c617ef1caaa6275f7b8f2cf4867c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e1a7db1b4e7ee46098eb29555ace83c8ab4606a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 3e535564d1df73537bdb0c01031799a53db0a572 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 063979b4bfbb6adeb8a08d7b9c004f68d35c4809 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b921ce97a3637978a2b28296917bc2db1950c19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 28e5947e476eb4ee41a23649129aa658a01e168c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From ba7db6e48d16d88893c32f28102839787f0cfac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1111] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 0d6492486413bcbaaf46831931d1899801fe68f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From c7fada98ca98aaad6f8a3faa6ff2d5d0830a0383 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 972f3781d8d6e5e6065fc88ebd73376bb2b9d6f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47f9cbc758e3796800a782fadaba2ca6066568bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06ff35b4c51039725ac1b0ff4baf5398a1c7ed63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b53c170c85a303cf7348cc84220b5a0091b0592 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2b2ac6912c6bb894283c7045e0ef1858eb1ccd5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 4140c7177e1b5f26edbf195056680e7cde8d4d93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ce8ece0ee512365271c8e829be6ac8db9f3c257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 3469334352fea0c5965dda60808052c5ce3b61c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44220c24228ada34618f7f66555494fc1593a905 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ca5657998aa461b8fb382bb17a61948e9584cb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 6ed9148030537c6bbd5329487362733a218e534a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b75e1162a0707f4afbcaf5239d80d22147929555 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hypercorn: rebuild for Python 3.9

---
 srcpkgs/python3-hypercorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..2434f688482 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
 version=0.11.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e99020ba6afa3f76934e0f9babc1cbf605b261cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bdcd064f1a0f410483a2bf903637d7d6e394091 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 369e165c936afe24a75eeea2a61ba2ab4c70b814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9494417294f06f675bc27f4b607c361f0dad3eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6ebb2d0db3d35335cacbcba8110ee1cab8e95e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 129dc05b8d66656ea819b6f9cbe08db5aaa340f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6b08ee8e6763dd4a278b261c258ef4c66f3bd05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d1315be2650aacc002b27236f9b03ad51bb53e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 726fe2aa14fe3bab8544c1840716a47afe952d74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a282391ee3880c3577e0f8177cae88a1433bf22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bed0dffcc667614ab28906896a360c015d9d9b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From faab9b7f26619e053cad0f584bbd471d7e02e699 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5c80565cf9eaeb5b02643a524fecd05806b483d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From f1b75653a26371237f975fda48d5bdc16671ad59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2b59ce6f05f1ba9ab6e90c0b797d9dfbed2e688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba9c5d097fc8e9717943f9e0fd8120fb68abe733 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1868398708a7908e741da0b4fa15e09d6badd3da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1cefa39059bedd7e353a04ed405997ab18edb028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d4bf9b3aa2676ddc27796daef06de523e4a9e0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df59728921d506f1ec972b2c498d71bb7e3b26d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f133254bf390be1661f5d7d77de77e0bb12b7c26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 473b4fb7b477093e11bc9399bdbb3e9a9bebb4d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc8fc7e7033f5bf3f56e5a2344935ba043f5e9b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0623592e6459e23291cbd59d9629e8c227c812f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86164abe2a01c0728716b72dfb85c3da2dccc038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cc5331d3e6442c721c56292e9503a6216867d28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c80cc10b9bdf12e66e11ce5e64dffe281168d17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1ecd89a65d5d81e369b1b5e1db422c116e1430a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8e955d42e8deb33b36f6ef0220f68ee2b5c6767 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e909907bfd5b0cedadd6da4b8878fb297ddc4040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 1bbf6e1366e360cc089cabac580c7c26744c815a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d33e37d7f438092b7612ea1a7b90e9c40c3b5600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1111] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 54bc761225d373fdebac3f809c5faa899089b8cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 1d119b8ab77a10042a4a21da213042f4d0fbce8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b19fa000e1e62021078d0c7f67506f9c09dd2729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 18d42c0087a98f86a9e2bd6fd685d49bf1a58ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ade9d8aba420b6bf9691278543a4efb8c243a473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 32537b49c5e747562b863a5d879f7fa86d866947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c02db67deefd3adc403b47c19c867e6199a03b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 7da50a6458a16d3ad708c0c5c50464a53154a6ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d11650eb3b353dc729f3f8fccd9d869945614aef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f63d8cfc453c2b859a81a10cd4013a83d45eb21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7ecc78ed7c69091f1063d8f66549124c042691c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e50c84f6e1512f47979fe30d1b86a0557806f395 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 15a5c00329fee7e7cb189da4df503017c9bbb761 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3af1018853c720acaca90f9e8c59d91666e6b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 787b3672b0a336239a6f154bb59605c91090dba2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f369193f64dde6c4ad3bd81bad67cc5dbc5e3c6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 251ebee545d5b29d312b20a1f5e2be13b7375845 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From a190a81d0b3de73850c203b354ddfa5cfcbb5f08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3996edf81487ab67a9d445ee8f3283cc15da3474 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e457120dfa509d6c3af16e32dae9736aa93695e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e63d36594b2a996225de824eb47fa4e7ce8ad2da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1b1c3ad10211bf9fc29ed37f08e4ea987c8bf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 688b2baae8392896c8bdba6d1b1ec68ebeb2f5bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From cb92aac862ee87ed99150b01b931cdaf63db096b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c12dd6b843759992fab5108de862660ddd8c8330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d331bd52560b1b38cbc06c6b08d79546503016f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f82cbe07543920a2cca79b6047dd37d0f7c156ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b25d2cd07dbc932c9c2bebcaa6132113847476bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b71c8fc6923fc8d15458a5259de365c5779f845a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cd85c35dc82c4ff1bd62bb96803e9a28c9200f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf5b7cf76c5e958150a4c1b97df6ab51a858668b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 2fe97a51c9f48cbb13258b8ca3ab7a42b55261fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e248e42469cd364d59259d45e084cd25378d48d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ff9d6e87df605e686036255a7ac777151bf202d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8757db25d9fb2459f05647f0852dd14a8d1f83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 699262f5f86e9990a7cfc6759ee8aaddf55abfb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From fa830754f7aaa659ae039501633f335c606c7eec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 9668dcf1ad9e3ab55d59037133b314da63867ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f74897e42eceef0f827ffed7fc6923b9de5a1cfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 456397bb7a9b0e3daa170786ecfbf352915251f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b81ec37962917eac20412d7fc6ffef8a055ef6cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From a9fc807c3d6791f351d22f2b810b7f5ef3d8c025 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 352c6a41b082b59f62b14a8bf1c800f69e25b77e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26e2ba7cdb8e2af6a4d72a369fae12f5a9f038a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 1571303c733a89815dc387beffe75afd618dd981 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From eb7994c9965c06ec344ecafbca41ce010da88536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From af6c66065769517064c5eb3d8259a28060205466 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8c3cef3b2552aa7fab765214e4a5a3ac2c8d766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 4639f9a918009096cc005989a885c2e0903d5b9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 316ae61c87b83bdf8803d6f0fd788a1aab81482c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52206b496738a481a8de7811abd31d8fe2168e26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb7235136748dab21910ab1724075c1c40b43d53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94406120070821016b64f861fb5f10372d4647fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00dcc980c76fc7a1f3adce43296865ad5e123986 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8da0fd85e2ac2e8bc36cf908723f930f95cd4696 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6551882fc020430a989ed1c0ea62ffcbc1c0565f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1b29d71741d0db5c3d5f5fc6bd5de515d93a237 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c992643b3dd9af9c9c1dccbca00d1233e04f507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a6cc4a1730c50ed060945f3aedb1292b2cb20d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2ef93a0e8cc55fa817e4c767c0bf0c847bb08cf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ac5fe532553cdd0f31fecbd32e15964b7b28c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1d499847a3036b3f46a1bd09b66eea4b531d476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b0041e92682df989683eee66618a8e2cace198b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2e62a4433ae8326f93dbcdbe65f9f1c1df14b28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 1c2b16c665a64191fe3b191f19a286fab1eabffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f48ebbd02d5d1c32c82ef8d0e5517a9512d4a460 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3a024c47de49091e62378a8e5d38b2ea0f42bec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a4e396047c0ea704148ae70b5f12109263656bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From b4a7586ac0e3b0f66fdc08f6d25175a47176c06f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 857b78340ad21eb03d94f8fba35d086bddcb0441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ab88d63136d65c090dd41f574069521cf038c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From aa7f070760be4e9eb964751f661790e2944f3ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca8d53e246d2c447323f21f0b3e23d507616ab58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa2eb232638391489b73e2a9cea0dc4cde940296 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From ba7d6cd323371fbd87211fa50e7b349fb2b7c04c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe874110ab14cce4384d1d8900ce6d943466e222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d19b2ee997c4cb34d37274e03c1d1dfccc8354ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47bfa628f4880faa09e46a4982c1132ef5140559 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 98f486eb7fcfe75eba3b998f1a586d3b6ba0e76b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From b364f9ecbf74abd6584a55a506211552535daa76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4c7198cfcd0b3d804db4f8f88aded3d8b3f0654 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec79140802b642233ec15224d55b43e2b33518b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be9ee004191b26bfe34a625476b8edaab678d091 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 1e710f975877af2b1ed578a32d3e7dd02de0fde4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac82d359e2641feb6fcde1b66fb08788e7f3d8f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bee0ffd009739971fc295b701b8135c93a7a4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a2fabe1b30e7986586aa736164383700080030b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 9ba19a387b726d126b4d1e230cc40d1945bf595e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 186278ba22eec5192b0a569f9d1ae4f5de30b897 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04b37df10510c1f61de4044af822c2265b0fba17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df8f5f02e536ab7270544d7008be8a85c334c031 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2946cb0594d8200033044172f711af0656c06380 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4365dc733bfab993b17827167e0870da6f63ef8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 26694980b3d6d707b5ecac04ab43c6732d7b07c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7232f993689e69a1a60bd0d4f6fe1bdafc7e651e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c99c9777f0c83ddd6ad92b62397efd9f240e581 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 75926d2e2650c3c58514ace2bfdfb082c9257374 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 27fbb8c7955c33421c8281ccb20e5194dbbcea2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 2423868e995be2a19c97fe33106ce8fab4a8e03a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14e98fddf2a94f29e3e136a6a1210fcc95e870db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 4c13aa17780fe9f140d7a16a989ca58a869471fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From f2d2d8e27d62f7f04304621fc8446a4e8aa6f508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b063cfb2cfee0939f148ef5afcb0fb0056f251f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From c99e1253904481265f10eda51937563e1658da8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 589b74d88eb04251663e6237698185d8378f65f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae92471df4d714c465e0b53f14e446aa1809a96e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bc9bc6d710d812981540f53ecf9254369a4e42f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 599231168eaf27c5eecadc8d51c798be8da2af46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b866c9d8cb6a084ed6bc022525c0ccc9e18f78bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d415eb0f530643b960346c5d2c8b6134d688ba5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 451530b6347b25ab8139d9f81e872e5b1e638264 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d80d7633affb6780f8b2e76b3954674fc47a3f39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab4309edfe3633e35d60c0dde765bac2deb38217 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b534aab87278797949957c574a7655836e4638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 8a292140fa649617218ae33f3fff34a17f01c39c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4caf47c10b24ec23d9ebd4a948bd7f2b96efce49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f95e945378bfd26accdd7ec38bc0c2af1504c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f04420c8ed8e322068a1da749831a3ee1271ccf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From d288573c03fe6c1836514628c0bd0bf5bd0189e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93465669231e3dba6de12a81720565433b99c71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db04bba3e5ab9df1f9b2b5739697eaa8eab660ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From bc51b6e59b5f439f352e01a209be9c18a5686e5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c91206c5f99b14ce52df62c9bf57e027c7be2f45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 912400c7ae2e6218ec1b545c531169a6e63eb84f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc65342a4bc8f9658ce1a5b5ffe73a648735d599 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8370e2065af87c298ccc0272089fae910b35dd7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36be3cd6897c7927562aecf2f31354831000a615 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From fca43fdc2f72bc280140aee0ca0201a1fd3bdaae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From c8f81c826d99c247e09a9ba668b536fb63dba6ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 4dfec35cfdd4125ef1cfb8e9df8e443652ab0cc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1924c69aa5f9bfa9be77e355beaaef7b2582ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47a8f7e4628ae6fcbdacbc81452ba3a0e47a4222 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05a06f59f8e7bb8d07d0f032099cd21c9204816c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d54dafa714748a62a5af97c0677748a74db307ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd5065fee64797df3bccc9201d2dcbb7425ba23f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 218360bd2f47d90810b4f0292e1710dafd486f34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c43583cfdee927462969b319e46d5a7dd9a9523f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43fe5fc8a58abd09a423da35878575e82daf89ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5cdf0efc5363f84ef99dcebc5e96c26a40bf7f76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d052f5c48e5bd8e59ba4d56fbd0f359cf4c0e736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From f843d6d6178d32c242b6155062a6cc1116ea22bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From c946140962535d640fbbc97998bdd2d94ee4dcee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 952055d2d5ee7a12f0b68981d9df7a9cae32bc9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 436134f3a2073e9756b40509cb1d494ca9e4fe55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 795bbd95560c8672f6ce0238e4db0bbbc594ea08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d227c7f098a972153c9262891c420bc158dcb5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3495837d5ac1038660e0f6c43d3d8f9232d03edd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63de53803c6425633b831f8e472fc175d999a9c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From bcf089025966a9f8ea2d0794ff8b1d8ab2bed0b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d510f6735eef13b28a68c0d0cbac1e071e37887 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 1e072b5c9d5608f61e43f55f5304de3b33f68e2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bbc188aeb1d572c73dcbf34199a0394e8c69499 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From bd009a54e1c6a06a97e8672e37146c009cb40e4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2baf23032003b1e11b2629b22f72e87990380bad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 0db539d0c8d7a2363cf4630d6dfd383f0ea00de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 7cb3d70e00ef4123d890cd733d9b8ce8c02e025a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 793ac8041e80461bea5fce3935908b659c988c14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32ca867010363d9390af475cd50964b081bf3a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 5f25478595d903e04e327f51ad638123bf252f5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5455400616ea77b622f7742acb5e2d2d5685fe4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc01226b8e7f47b73d6baaa88e3cc5a0d5925c51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a0683e511429426e0f9d5c7a5b20ae102a3050 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d94880b3c77bc2158b0560f1e26f0fe1f93f7f63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4f3ce9b4bb35db31a23d6599dea0d5ff4ae822cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From afaf4eade61c634be7669405f5b93bfe26711086 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 9ad6777b0e3b7c321055977132723038f3b763cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ddb1abc5348fad16b3029cd629beeaaba246730d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 74d5d8739baa58d82db28a28b77e4dfa86330d5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a056b486553c4ac42d85a620a57fa45ff1705d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0964a9c2091dec8b75eab4432208745a5ab450a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48e3f47b87d7c1a76c4217b9290eeeae5357af73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a4016a8b834690a915602e75564ae128d4b2838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac68e57112c9e4390ae1a727b63f18bf44febeaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3f82e0c9af70f64cc8e5a1576d99ea64c5595ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 373fec26f27face043b81cbbd74ef4271b122ef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fe14d75649c8f651403e557f83864bb61ed5bc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2c7fa6f88d3be2241dad1ef0c4d039af3c3fea0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8dc670d40b0c49aea57cb39bc419898eba0b57bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f662e614a935577a5c276472393e308b591e4c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 502d67ab0e6f0869b61a1240d412977440a9a5ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdcad6391cb1a36aa29e3d0ac749e0fcdb66c435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a834daf140d4424e24579eabb5c0d22962469954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bdacff1b2979a13b9ae2e11bfdf78d2a2854193 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: rebuild for Python 3.9

---
 srcpkgs/python3-ultrajson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..475bc2f32e1 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
 version=3.2.0
-revision=1
+revision=2
 wrksrc="ujson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a7aa565fa55840b38734cddff10d8bc0dfc99c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d97d8042d0cc7e88550e0cebd2986e60110cb3d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6554a3e28d8ec00fa17d2fbb2abd8665d016d910 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01305e1d119768d4cd83f074004b6158cf70e40f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57cc6a6be38316c517c8b1d6ea0f6295999aa4ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From abf95b1b37390d1af8d8b2c4fdd8684de5fcdf95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dbf482d77b04308c6e3bbbb070650094c1b1281 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c579aac13d73b0c147ef91e3c0294c8771d4387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From fffb0fa488f2e2d9e49227960816a67e832f41a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a33f17a7adbbbf2d5a6328b248a824b556b117a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0e6d2011cdf7255df6ae57fb284e732923c1076 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 50545bacb5ce931c932640ca3b17f68c01904d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c932abc89900eb20bce33954bb8e4b6a71fc160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dcd3a50c88bfce8d19a32955e99918d0a59024d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c9652e4f7c0b58e5ffc87bedabcc0c592e7132c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 1130dbad3bc5776109593bb7292c404579a6d338 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9290b40da8c704342cd2b572c32e2fbccb25c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1d60431553860370ed5c31f6915ad093d330190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73edc2f7854893dbf8909ea9e9186edab3ca2f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29d752ead4da82c0a44dc33ba53529f8a8f06a56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa5fccfb7cdad4b57668d05294895f13ef1da525 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a2e2575a208b4be64c67ae3f422ff895f7ab0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ee05c520b1dff00a2e8657116673eae8e149aae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 0cb4d155514ca2cce22ca36fd70efd46ceee3c6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 058c1f5a8936ab4bc8b87c62c33871c39edf34b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74c4b60434b59659e624b3d6e99c123ab41b4a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 882ed653015b33c36731cd854beac13c812cc70c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08a626b60b3cb263a7f78747342c8ca6c36be1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42baa512305cac7d25b8e0f90bcfd89c5d21f18c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 3fe99b696942cb749fdfd4004fd97d848ea0b60f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 968aeb2b9904a12a1ff31ee4b376081aafad151a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2edc2c41a4e80df8cbf19394cdfb4dbc1d83b65c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23edf0c802275b9e67a6be32db93fc880a827993 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6ba4e7d5c24f7b5951a2a008f40f2b62ca03496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 261e80fd20daffdf931d31297642ae8bd082f3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 40b80d949419f0f4ce64b01ee5ab46d17f62354b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From cf4a963a54da8d0eed2df8a56a7e04ac7b29eb4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From e7c3095c78b807c5e1a7d54d0e70e871ea481cc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 8b2b699048ecc534c8090acf7c553aef5383e000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 98bbb5a81a069aa6272861c50fa54a2fa5acce30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 621df377e664ffb0374a35f5ea40e7c9f374dfe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 81c41f86614389f2893c068997d488172c3a767f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 6d8935ab8ec454c867a925f21bd65f615bdb7eb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From a14bc1f5726cbd7c038caf51d9ec80f91541b166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From a6be825957525fb9b6547c905cce9e13de8b0059 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 0db3d455983edd55e2dd83668e66fbdc4aab25cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 28474c4b77bd5f4f88dbd04e80b3962511a205ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From b8133ab569327e48895988bbc3fb3be44ec712c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 4b9fa52274e7f703d0f698b44921f75bdf4bdb58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 9d34ba6f2fe523b1112e2e88252f17eb6dd05072 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From f7094031cc6faf5778af5e666adee13f88010c99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 7b75e98f0dfe1255e36780ffbcc6c50b4ac43833 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From b163373ece350774c674fef8b94b71d614765925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 5301ee0008831649d6b4be99a3d0f89b1e1ad9e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From ad0aa17f2bb50d92fa84213b8a9c7a45380ca5f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3881e2393e918b376e1ad959416beaea044a4ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From ac4a67a29e6f3a785e65af20fc17e9c350519bcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fc3ca060e7fdb503ddb17026a1f2bd4060bf641 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 59aa2b01d867c66143fa85a314f1538b967bd5f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From b460dac695c6ec886dbbbd419a6e615304ae156c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 42d77747ac65a8c0ef775b8daf584ccba1e27216 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 3afb96f726ae69c2bd2efd15440515fa09a1f321 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 2545c4395e4339a99d01aa7939ac66e2c6df2278 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From 9ce89c25411574932013bddd28289d2f4a1fa880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From ca4c43b1e87a91155c532ad70b9b828f25e1569d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 70b04a32e52637464cf365b9b82494ddeb695a4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 2a2d0592282dbf89b1400da1a1fe158176b00bf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 6173d069eeef5c22d44c709531b24e673c3ddaa3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 9d55115e921123b9c5d74eb3f5e426a8640e36c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 9aa0328818e26504b631b6187a4bc5e1bd1ba692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From f48e831d616dd77f669d9c8cf32a278b9add2624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From b47defb3cf07388377ac759a6cba350626e17329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 79cda5879ed3d5cfdc9786f5af5732b85a673103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 14800e0d57f94e98d1ac16f7a5f41cb3fd082e36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From d09165be6b9c065745c69b2eae4dcc216479f257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 27195a29dd01161256251decc78e1a9e030fbbae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 8523491b0883e3fe4317ddb94cf59e424a9d4b3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 294e317d4fb83167514c1f107418a444723a52aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 3b3688c2aa46009654ace449aca67b2771a848d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From cb362759422506a7dfe5ef0313d65b93823f10fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 82d7252c8a21568153c10c64dcc14b3ab75fb342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 414411ad8cc6b3a85b9ebb7cfd0e39b00a1486a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From cc3c457fa54dbaeb1fe7b94d093c38a345d8b4d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From b59bb01e335a470630c9fa0cbb37d7d4b91e67e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From e306319e7dd660b3cf27e8d4dd4595cc7bfd87b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From eb082a9344f87ba74b726bb343d276b226ba41ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1847a9acb0ea2965bfbb6f96cea14a71f6b46feb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From a903936c0610f4b73574edad20e297004faeb23b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 6a7dab8568eec456418810edb7370164bd61aa7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdb5267b9184d37260ddb3e84683e0719b664e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 1bb8e965257cd062c62a8e2c8debaf8fd7a89d98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From de650a7bbedee3e6581501a718cc18b09c3e56e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From c29dbf7f365b2cad75a3be6b035bfe735d1c4f85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (14 preceding siblings ...)
  2020-10-08 13:57 ` ahesford
@ 2020-10-08 14:00 ` ahesford
  2020-10-08 16:56 ` [PR PATCH] [Updated] " ahesford
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 14:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-705590836

Comment:
UPDATE: All packages are building successfully for `x86_64` and most (that are expected to) build for `x86_64-musl`. I'm going to finish the `x86_64-musl` tests and then start on the other archs.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (15 preceding siblings ...)
  2020-10-08 14:00 ` ahesford
@ 2020-10-08 16:56 ` ahesford
  2020-10-08 17:59 ` ahesford
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1242951 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1111] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1111] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From a2a553a61bc73be953fc73802139f8921a1431e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] pocky: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From fa853e228ebed95bd4418df15f6d389876617679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1111] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 5d43b8f0a395e833b6a3edd8254f9e990d4e8e0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f2099df883b4f55a1cbcb18cdc5fba1ccf1d93a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1111] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From 7174a245453aa5f7b3ac006b890057c0e52d650b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 8fd466ca58b5da8d499b42b4db2b23d65917cdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 33300b6d703aedbc5459de82b50c6253045f788c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1111] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 754dde5de4e2c5fae42f08ce9f474597d87ead37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1111] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 8e787006520ea7179e8f59287c2172fdccccd594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 4ec08558377d67e18580f52030014c5770f674f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d88d33fdbd5c46c7d911d5cbc5b81baf4bb9b97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8eafae2adf98552756289e763f67161c1eedca9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cba7a979a9ae662c74915c10c018fa847988089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72c531eb3d8d1bf69ef571ce3bf09954196eec24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 406fe09f5c8c5d90f078542b010680eefa11cff2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1145334816196c3c8f1e58c699a81904e23fdbea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4e7ec34fe20d8348f91f9187dcad06fa8bf0bb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 935223fae0177d7ece51689ddaf80e072bf1a329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44bd125aa92d6ed1b25b2651c4bfc92c46436229 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From d2c31bbea5dffec526dc3f172e5eccaf8ad16f29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d26ef79b1f2c77199c7a441b27990bfb281a0a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From f3147ac213f01fb5bd5889a76cada8ee15a3a439 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 000b7c6ba6c5d36902e9f9bb8ac982291a025925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2628d4bfbde98855e4c7d25b0e6ac63c415c4d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f44fe9aa56356ff586e40d5e3448c98846081a57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 5be9d153a6fe71ece157e7803507d5e90d879556 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 592564e922ba8a615098e515a4b337a1f0fd0943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From ab02b5185ed877f42a73bbdf9d73bb14d90a5926 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 26800921d2a1a6760c3ca25b4d521c70339f09cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f252b1999a9542c08bc0e2f4377c4dd6f418fc27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From b948a84d717b830540f6210c12fa7a36f691e9b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 688df7435575ff8a4d1e38439977905fb141e825 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 94d94ea5a702a4b48a95745067746ea8c29171cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b6fd6bf45de2e55804f45f158d86ea4ded90a76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f86fe73e396fc5fd1d8256ab1d529a0d14780ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc196e5f80c5f9ad5692d17ff3aa16f0c8b11a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 645d98ba976afc720aa38e9739c5753ebb0d6191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 41b6f9139e9f01b52ba6ae57353932a5743d9113 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 272ea870ad54e8a287d8fd4c873c87db8ac558c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From 27da7f2471310b952b9b181c42cde598a1951f78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63c89998b2339f59f70f7b9dde9f785b0ac9539f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From faa8a9f64056f6f41004d4aa63e74c2bc9fc44b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c49cdd510d54f000f216c22a9b85876157c497d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From bcc9b71ba91b4318efa802476429da67eb8bba6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From b88a51d72ee098e8762ddd3b709933ed706b5ea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 1cc4bfd5d954cc38163751bc5cea6061a4fd6e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1111] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From 885c668921b883bf57f78291a4dc774d47622833 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1456edc48bf3dd745dda690af2d87e3f45179ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 309152938ff873dc6d84f30ce42947dd73efedb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 9e5f9d767a8c5c62dabd4eea7f48f265db1473f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 551bf1fa7a360823b023eeab880bfc0f9e4ae0fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 984a9be3cc142d33c6aac7ea706cc4d0589ddc6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From dde35089c3ec0e338ce86e4b7dc498444e5a677b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 37a58a129c5e0bce5cbb649b693d3690f49b5579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 8b7b548258db9319f97d160669defa5e3a6bd656 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 952dc3249457374855b571ba6ef600f8908d6cdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From d505741a2ffec5e17702038ca09b0f77abd530c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e7a572e8d4619c4d59ba624e529fb536b252a04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 6e4023d5d7adcbff9d4a68d9bda1db47b745fa4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e3d7ed17a508dd181086592eb9f2bdd61fe9052 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From d187b1c9c18d09c3dde11c87c750cf875b6be05b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1111] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4914cd0cf7d998fc585fb30c78d6f2af2ff718b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From 5bac26ca1228226ff07f6f0c1f78927a958332d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From e9912f8891d43bbb61b7e79a7411f7de5c2028a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 540f4fdc6e4a068a5badd49a4e01021f7fbda6f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 823ffbaa8b40533376ee2daafa46b981601904c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 9f37bf2ea0b4ec9dc1ff65e1fe023e3c8938d9ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 21cd020615da389d07cb367e9e9b03640c213ac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33ef95657cf7926a06d0c0edac7d0a8844a008ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From ae8b7fef9ce4af526542d5d6d0f123272986080a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From bdac7aa5bc07c0a86534fe4b9ff0f0bfca63d062 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e096ebccb49676a06f6bc4b8ad7856297d2492f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a843af3a0cb823ab17313b94ea6990a1b01faac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3946ee4a2ac5b4e86c627e714c56cfb1b46d10c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 10d946019ef92fb7c199ec52baca8d0b02d2a19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 628972b153cffc38a62ff0b9ba5a9ff3019ec55d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ea0f75439596d900b5b51dd78bb446abc4f7ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9b81902c58814fea2fc0a766265a003f1b0f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c6cd23a1e9bb6d86cd43769e35ccfd62ed87ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From 2aa34ed6c9c2c886bb96452a13051893650c72ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07e37c34600c4d30fc08f16fb48b2430cc2b0c29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 85e7bd4f9b8ccfe0d057d16b5f20c5ce1d8b310d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed7ed8cea802228e10acda83d87bd2e863ee7671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1111] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58e78aaecef04b618e564a66c9c4cf51b40e4159 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbc215d8f75d63362f19ce3f7a30ce7bda4f0855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From e05809efc7d5b2d08d88f06bdf02d5fee9693a57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From d1689809b8b73e6abc886e44c998c25205f40ae7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b34502530abb114281ac777765ec87e22497cf67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 36468fbef61f563c19a2fbaeb274a5e767c04ca5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1111] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adda652eb172dc2b19fa5623f34f4937c6e169b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From b9824b36ffa64466b30ddf9574f3092cde2e9fbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From c223e3b63c1cd26fbb6186cb75ee85da128dde5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 01fa3b53988a9eb79b3c04c09a5b3da8e784417b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 6ec7754be5e3f36af1b331d6fc8d9a0eee9d476c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1111] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b75453c7352814a4119a87a314a4a4dfe4ff074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From ecbb767f61aa42d7747b0ba4bc6d950c9c8c5d17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 98792560b04ff5364004cc4ce7e1408ba419db31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5e88c77c52ff2bd1aba2e4f86c00e6aec1ae82c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 605768f6fda14f16d25ffb14c9ed937ef88fa28a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From ea9d6d4ec866037bd5f9277ed4159c6c55c9e5de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c6a5a8bcc2b145f79372c3fb49204a42683d80a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From bdd45cc67d69baa7e60e3f376f4c943699347c9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8053b1aa9856002131627be6657fadbb95b30f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60a3adbe748547d6d6a35dd2d216045a3b8cfd00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From fd6825e7b36502b3f6f1a290b27eaeeed235f108 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1111] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From f9b2a03212924f518a3dda722fb5b642efcb9537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c644fb714bc71be20478b947ac962898acb6e34c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d148ce3952c7238476987f31f96a22e41cf5365f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 7ef0e3ae4de4eddfca042ae24ea2954526913605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c1dba1983851058e9742ee95d37e0938dda60e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4757505e694fbe2028b157d5ee184c6b0b7a0787 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4347905518502f900f5184605cdc79f8a3098fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 868183726fb4eb50071ae8d8710c7eed9c2eed67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From fd771a347cab507574e23927f7b109292ab40b36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c1023b5e133e58c68858f09118e39f2db89334b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From fff7bb3299db58c6303a3ec9d270dec893a2e169 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66fc0d30713de832f63c3769de073bc7b36bb501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32330819079e777f4213cc5cba270a2011ac0d43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 0a26c46f21d9dd480c27f40287480941d686137c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ad2fd56dac256770270710483c3bd11c8b4fef5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ddc261291cf776cdd5a0597e4aa906e54416e4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 240bcd83ea843909e1a235f6f8f0a57182733544 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c784d98e8c131e1ee0f6e709ae9ca731ab10e847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c12aadb56089558d4a43a7521b0b6bf235f7ddf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 354efda049a85723c3e7ab78549fd5f7ace4aa28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78cd9f9e4c98aa607040762cab0d8c0d70c9ab4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d5897818757da97f9884e1d023810f0b3bd8ff2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1310f22bb874301f5e06f73bf01bc281714e84b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3636b590f4f2c653f7ff246ae87701153a06e7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67ca52b06566c8a932169740bc02ee5f09e1769f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89e7ab317d53dfc3e01a9684d2cefc411502a801 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From a0a48113b34e823c03020f5a324dabfa3d8e4e8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1111] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a2a53bdd75ddeea95270d9f5d30802071036c90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1111] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b574b2489d872220356e30dedf1d71d97ed4dc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 483002136485831b88dfe7fb289da0875d36bac3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 2de5e7f342e193e4d184a4e8de12b8e0f35e2311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 4fed6f53a891e9d72751ce0a6315253eb119c631 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 43a5533f85a29ba82cf925c96f15e9357890240b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1111] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15b1a323c716defb67ab00e73364a9cfd5833bd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From f046500d485c2f15d82a42d52ea5465722768acb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cecd77f488c56d5f763b11d8e2174957469d1ded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1ceb0c40054e92dd8c6e376a46c95d9bec2fbc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f6bec12ea50632d88d6293b0f08011e71153123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac50eceff8fa549d5282a8ded8dfd55425faf2f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 260c8591d9a9523db572f7d7f34346463b60916d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6812bee4ae4399c56284b1a2fe7364e63194b24d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From b855e2456bf9505c54dd968ae476b4d8aba76f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 4a6a8ab504227446fb9073f6177dd6850ca804e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1111] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 49271275eb04a6f23013aaf0b0c107c32da19c6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1111] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From 048cca9097b90bf9adc1e898db6a67a1ad4438f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 88f03b2e506b189813c0a8dfad54e2c0c58d883c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From a28abc0b31b64035bbb7a0868cd05e61f8fd014c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac1d9db64537ac6de75ecb6e3e4d8cd816b47035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From a87889d46ec59dfa2ee8cfbe7cac4ccd4a079301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1111] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4862fc4714ae2680cf601789240b4aa148cb0bc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 57e8e237cef3b9cb4468eed27134a0d63cd8cb1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 62e1f00705648f275cc41bbe22698d9306c86528 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84477d0c8985bc9bc3a5d80bbe5ee372e52874b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51946c0f7b84626f29bc88e5f5dfd7c8aa1eb047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From f52d5214caec8aa81f2a829d32bed0c9c52ec44d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 628a9313b5b7fbe223ffb865e5f966ed569abc7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 44225f85a4150f8dd5ab8a5839a25bb1768f3bf6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b42390a3cf0a1cfb35442dda19b6f3fbc3a80479 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d540d2ee2fb50d4b163ff50eb99df55b31a0d1e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64bd37d3d6fca052b0922426335e95ae6623d700 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 2b48273b6163ca4c27e9f310eb194fe6167d3cb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c178f888747b0e89172a1f7b3ce35733fa9465e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1166205c0310eeeb0e660bb95118350c27edbc32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10337f884d27d2e4cfd0e0d49a0f6d0556a74e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1111] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c5a9090f0376bf4eb68250b6530e049730cff48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 3b9404f6ea4ca3a42f81ae465ab65a58a1b3fbc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From fe1b897e1244a25f044a18393942154044846fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 6085574119c61978dd9135f4046480da93790100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 6b501f5418d31f1918c09f3a52d5aca1ddf2fef7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 4fac470115d3fec37aff9ae3ceeac2b08fefdad9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a9ac5261ba03e9f5c6a0093135bc779d332117b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 251b66884a38aa891edc77a1b40a4de265ba8df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b1a85a114b9dd379af778d0772a5cb74953a5e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3eb565d89fa36c2f20708fc2d1ffea4c581dc7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0727635ab402b3a974e58200dea616b90410a2ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1111] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d06a7f57759b4881891dad7688c50de75334290f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 2e3b25689c65894c2d6ff911ca1f10d4048368c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5bd7c53e1cf2b1a5ed3525fa2d56939c22028eb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 047046b1b46c51a2372ad225b9820cd2829b2c24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43661cbf5833edad0e245673be1657b800987ed0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 2164a5889ac15b9b52c2ee9b42937e19010594a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From e32ae70e88339df1a658a18f74b6c583520b5214 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1111] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 6b519714919a90f2631bbc851d1c0b2e7f80d10d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91b03f22b7de578ee9c8f92fc2842d0a16f68892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02ddff9d0f5f6815a6555746692649b18b83e1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From e049dff679e798760fd8b8398c3723fab60b1e48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 204ec08a222f52475a0cb5335a2d638ed48d0116 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1111] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From bbb4c42481d6711824ba5db2e4b08f2a76e8583a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a9306fd42339f31749e4444d0c2cc29a045986e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64d40043ab121f2c7957ebc5893c175f354e2ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fddc5af3cc06278be2f33e51dfb1109148e0a6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From cf12ad57f553663fb74e7a0a37cd6c8121947d1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From c94c3ff196132803f2aef1e73c998e1759c26d16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1111] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From f8e8523ea3b60835860df96b02eb5757a600aaa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17ff90e1902520992d04ed8c70fa079fd842c0f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From b56752f185310b7c0885f9b61ebd095de0f309c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52f536db49ab1714d9fc8c4d5c51a67c0e854fa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74c740dbc243a69a234de866005ee840cf6022c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 335de07dd08595e8ad9d8c3ce24d797fc42fa814 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d74276dac11677d2dc1c542ba64b3d3d8425ad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98c075e3ad76c958f4edc8dc6265fb6059a90a01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c63edabb27c5be098383afc39949c5ee0b2935c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 829ffdd46d0c96d82bd785d80b93289d4659cebc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ceb64dc050bcb0879825e065b3449c7dd30adf0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07e516a34085352fba084e24318ec4132af5808a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78e5b3f47efbdb9629d44dba9094a911cb468ed3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 99e8f6d8c118cabb83e96da4dd81dd4422412b13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From dcf969b0dc13c3e79df7a0ce180b4ad474dfd051 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From dc3126d9b8bba8e831bf35ab62df95226a9b850c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 9c43edcecf1e8ca9a014953a380a3c2bf6848d40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4add52c0c6f73d2062de5104dadb51aa5b98f266 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From 705a2471e1d791c46e0dd0d95350cf666960ddd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb8a0cb9a0750ef4e5683529d454a5ae6cda11b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d18d1c8c12f2f2409707e407854c1623043e34c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1111] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From edac4db35a52ba7eb85f290894968fb24f6425c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From ede2890eb915f9da532a4e4619f21444e02516fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60b27df325b989c418b13e98c099d20060199e6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3bcff1bd6b9d56c8da461ef1d64d42f365e78535 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 8ba8310a1886aff8c52b45f3d593ffe8e55f8ff7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From cd697bfd2ee40b3da10e85a5a6ae7ae97b1f285f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 1bba52ea0770784187117ce957b12e22a02e679f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6726cbd4327fd2be51993844e2b2d46df60206d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16adde342f7df45433e9199a39d694c8dce1a6a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 715e65a5e32f40de5173621a50b654a95dd91848 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From 89b8931a09587f7831d71d7ad57ab869f6195492 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1111] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 09c7135febdabfe4e025d51e63000da1dd9d1e7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64ac4a988be4083a52348ba051370b97d29c27b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76e0878b4df12add2a1ed677d36401c7abb54306 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 344eba29607776bdb1b170deccb2ddc9a6544c20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From b4dcdc4578c515afcf148d11a2cd28fcea07b67b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47bc57fda40576aa4614fb2f1a0bb1bf521757ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 71595c8ecf7513721e19bfa87cb43f8363628def Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 6ad35edb19ab132f6256588292527565ae0d1104 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75f62892134298e3294a02c9adf68b104510ad58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 567f1a39dba51ce0b8203e42377a041e4e001e3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4808eecbb7e0f7b09293cf6b8033e1a39830b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From de6a222bfd3f9fca13a379902e2ae18ea91f425b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a28378c762c3e5ee3cc21e46f9ddc7b039c505c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 0be795b813f2bc9fa72c86c06a31c84309dfea62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5a7c4df37f1c14828515c8331f1f027e57c60809 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e1cdb6fa844325a5c681c580f01c3bfbb440ee9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 794bd8f4ddf8460c513ffcc3ff4575c310ba71fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1111] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From ac3180621eb3ecaee2fd6ed700edbc5907718f44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 7e6d206014ef16cf7fa931b12883a9a89f04edf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From 3abc6c3ff1f2d89f5d94004a40d6b7290ffab1fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From c6cf166935da2618a43f0978af2496b3378150e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 4acdfed11f2bd3faab1c6ae9827f6b52b34e249f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1111] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From c997a093cb7bfe9721f45ac444635dff051a9ea2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1111] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 4380c0a1474942e2ef0d35d9cab46f4b957fbffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From e2d2561bcaa213afb2a8cff2da35f6c80af43eee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 12408d0f9b7cc48b5d8d9073f23e3c15ca7f8d8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From 5a97f7e28a83590b28684da9621220fee1ae6268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1111] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 3a75c286e6633a70a1b289f654a67ccfd7b60e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1111] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 8ee44bc7a1e6d71699a6f137a74d6b1e6cd3f25c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From a5e577693d7ffc60acfe9f06245c52e56938453b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 06910506f9524e6abbe3f88fadb69d77060b104a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 667d82ac46ca3d8b331169e8fb202d2dbfacb54a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1111] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From c8c7100c172ed45270291bbab12d89137d9640f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1111] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 8b1384800ba1a6ef369dc62d8a0d0d687fcffc0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 38295ec31e9c531a99eeb7736746f5973b101d62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 1713f0984c43331131942d27c6742170479c5c0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From d1061e8ac3c9a3f2698ff82b0b08fbb5658218be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 674ce6dbb39330908cb74094048f26a513406c25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1111] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 4da6fe43748a8d63ff53211da3bc0e5797da0b89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From bfdc21d4e17a888f9fbfa0d0585be175b54449d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From ee23fd1e82e27ecca1ef5b05e2fad94903e53032 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From b829a2c53fbbae4e7de90d8d129f6385ec9be83e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From de7944fb705114ccc54226fa1a678beb6fb46659 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1111] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From d2d5dd183b4146e3513a8fd0892a7c81e677cd34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1111] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 8c5a4d46e70cee150748ee8bc82b52b16f22273b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From a1c26efd948e90a368e95dd8e2617ebdfdc057d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From cb890f6867d58177cfaed801f8a2e8fa907c2d93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 38091ba7f871170fd0d752f92c2c4c7be04a6dce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 12c9e083f48cccef49fd9df96a94ca175550551c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1111] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From f48790e03b16ed66e041cd83af4faf908f46bd69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1111] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 6093e1dea3d104e64294b5e107ff4fe7685618b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From b50ce5b1c7d9b04730d2b4c23bdb481801abb26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 60d17021ec85aba51f68fd8cc94279aa5c962d95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From ad620deb8d908c18856b930b94d59afec8db8b53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1111] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From 50a56aeb21381e78665de488e51ba43346577ed0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1111] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 9eb1a43ff072690cd4356726b06fd10efa2cc508 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From dcb9a0411f6770dbb378e66bdc1668d2746e6d96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 8712bd6c986347dcef1fb4261893d44ae8246844 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 6e40579e7b57273aa63bc126d3536774c95d0358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 72e72322fa7688f9588b6a9978114b94e7d30166 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1111] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 7274d7f61f4cb97b900e09b1d301a776cdd49a57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1111] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 909e04b989f991fa126f359da17a92a465f1886a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 977a65780fd688b39ded3f41205911ab3d91d631 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From b1dd5edb6bfa63531a5a43b5334dc253507749c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 529db9fbac06a6654ce37f6a944ee9af008ebaa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1111] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From c1ea63d0a6f803fc6042a6dab658863fe7b0382d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1111] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From aa1008c7ac72647b4762cc29d4a2fc42620ac952 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From a503da564b7bc47fa50150e160c7faf036562a93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 4f08d312f6ae6661e0328f722014ba8f08bc1d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From d926e1e60b8ac2297fc7cd5d30f5172e1c525aa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1111] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From e6cbd0d0bd214bfdf2117740c28878dbc791c956 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1111] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From e2ed11101859ab00ed6c3ec32de3f5ab0a3b74af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 91b3e3cbace5ad881b3758a95bf0498dba7a6fd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 1598a0b6a5c71d2f4d131a96c090aa8e8a5f9804 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From af19b204dfbe4dba3059efcad2a8de427708d355 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1111] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From 2e260951ade082688445624a9cfc3dc37ea86eb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1111] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 0be1de01feb21acc49a7091600ac92b111c5a28a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 41eb42c3bc29bd692088a898ecd24ea1a3bd4837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 41ab27636e7c995569a52c34fe1bfe0390190a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From a4f0cd7848471e521f49a153ba2d026e61be9257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 1b9f59ad89d0bc5edb53bb3032ecfaca6d17cbca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d05827ccb8e0a5955820345d50a262491c85e275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From f0004d6655b543a4806d53ef74c60590343d397a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From d9450f9798aa0b618804567c159ce1378118229f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From a4dc9d493362a3eb7f7f3cf951dabfb240d36ace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 9c8c6b717eb788e679e95688eb9fa257ba7db118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 376592413fd2d0011bb172340d7faca725ce23f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 8db5ed1d12bff27f5096e117ead862217c7006d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 8e5730897f012fd01b62b87c5339c0e419af11c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 4176ecf7943863a839c7af2317984af5b5243361 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From 5a05805be15c86637d215b06d7258239ce657f40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From b7a3d6edd212887f131a4176ddf5cd034a6cc6d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From b4a6c9104cda193021c5573d2fb23e4642453dc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dcb4f7acaff498510920bfabd29f459d83f57c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From d99653208722bcf7f73a4a92840ff7283ac394c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 7dd1770a05bbb2e4740ddb37f04129f5ebbc69e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From e7c1ae4645a5868d223c3240d221529240bd601c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 3b8f25836ebc09cac76dee71f7d2afbf6b69f603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 9e635d1125a1777f44b4a499bc3d0d63a1ca62e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 7aa02da286d761eea6bc6b1652f84e27e0c3f8a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 0664b2612f57bf487e013fb55dc37316ad36435e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From d8c942d730849498e7497d48b63eae2f2ab753a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 1e0e8323a3e5102dac8a2b90918508dd4894f4ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 298789904cf9eae4f42d0cd11d86592f70709e03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From b448b47ed9fdad48bb566495b8d0d7098afa3468 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From 9a52168efe28c4819df0544d8f2562e2fe83077d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From b7ae0b9a1e52e1906cca32c46800fc7e078be81c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 87aabba13071c2edbd957d88426d8305cffa4397 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 587c6274b4848017db7d8e8eb20aa6b180202341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From 96f85d022b7cd9673c9cc9401bcab0f7842f30a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From c1981ce91003bc9012d78f03e869f0df4aee0f02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From b7312aa1c25436d8a5a3763ea0f8cc3e22a71046 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 30c934d44ab21117d06849c50fd22b0475dfd692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 874ec52175864bbdc3236a56fc581429bb37fc69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From 73280bf2885306ccd959cdd7f11fec12361fdd45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 08502145749c1b2c8a203c3f274e2f2a5bb18cef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From 27e8cc513f2c0947b526349e434c804073fab838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31edab14361c99e1c3aa43d78d01e1b234176db7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From b208a1b7328e7d9c3b17e481414760409f848422 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From cedeb7ebf18b256749702e65aea014986c0b6a17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d1ccc589dba7eb6f5a0243bcd7cdda2813202c3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 15da20f3aa77a150178e837365328838c50f8b92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From b54c479de68025b0d1e82e09bc913e3d97a2a2c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From a2d28f03faa6cfd8de817594f72c089d65a9efc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 44fe856e6a5f0ed8945e5032b4985b13997d8303 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1111] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From d83fa9e76ed0d34abb300a38dc8903de59a13b38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 6722129b8bc1d3de56170f8d4d9da861ff16fa0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 7318e848064c015ed829d6fcc5f3f004b2b9a06e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From a641b1564e9b98d14dbb6f1f57e0230ee7ebef60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From d9160230337a876eff8e72328949facae98d587a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 39c1df6c313504dac42c7ca9999f51a0d251174f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From abbad2d0534709850721ab63392b0d108308520f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 54787b9f859a9a502a6113120fac84c2820f1b2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 4a9348762abb53d31ed7dbbd90b9b3cdb8f28427 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From e1b167b5340755f2d090d94174a607fe595a6dc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 1ae75d763dc5c6d3e43139bdc7e8395e8058e9fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 1cba8392f0a3466e63ce3b2507cdd5bd290f33bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From 84e7dda8103ca1bbed2f50a718ed10c980b2e74c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 2f22f8d84201cbbd8a74e8e9adf7280420b87ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 0b6a0f06cfbd22b1276a3a73fef9676922742d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 2f5191b2ca3aea66a0a9952fffa880c364b5d5b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 007cf912393eba52d4971cd1784bbd842cea059e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From f2f8e74d7756a2aa1a327a3da5922df5d4c869b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 74ce01205352a4972a3d5e7dcac0ba2a0e8e7bc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From ef6cf60a43511d90a13fe45a7471a819db6c12b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 27e947eb3b0d3bf257ed41fd9e82e88205d5a333 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From dc21b72a1e6bf35b999a22d9b6464c82af3762ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 80a86c4eaa82bdace98905d37dbc73abf81f6d37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 08b004801132e97b756c2e04015fc5a6a7f54519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2219dc570789a10b19d0b01328a5da7a875572fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 965b74edc5db344a8d2801d41bab62358b0c0b2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 417548f1856a76c61f6bb30429e9e7b8f9c5a1f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 239a77774f0eb5cc39583afdbb022e948a744b3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From eabde1a3718249877c99746607101d1ed4493df0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 8f414c98b2f7bce1c67fb7d0a24dba70e5e9c1c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 0613824c8f585deab227050de926e66a1d370eeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 679b1fe944ab51d073180a870126df06c4ec46dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 858ec055303b2ebcf25307d7ec9640cebc26f8ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 68ef873958f6b162141090c5ca054408c7c6d384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From c8cce2f1c04ecbfc31b197f05a72fbae61a3e4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 7ce58051bd2bacd8d912cb1690c643c2d78e9061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From df011e45b3abc11c03dda1bcad6daf18bf1cfe10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From b6e0857deb17531750fd78065031df32c2f97fe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From b15ea16587cf5a7461cab5ffa7e7ecb2324f916f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1111] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From ed9ce6d50b409ae1f9b5f0fc7270a96454ae41a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 4eab7471c6d16cfa87051f7a881fd61df1552ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From f1e37e4763e27903d2baabf0f14c668ec7038e62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 2ef14f8b271bed9e971315f48a092ae5bb28c595 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 0a1cfae9c8cb36418320290709990f4d411df0b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From aab24a86d1cbd2c0e27127ce96ad3d7eceecea23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 60e71385b803e849854efad22942f0ba4bb42765 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 0d31d7fe6329ca4e0aed48c84f0cd1c5e791ab44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From 41a710e8a6a351536d69ac1c7b348250ca6fd539 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 791dbe6c59525fe4ba3c59df86570584b7d625e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 29efd81ab729dd246550a42d864966ec24d3cd43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 5c4d75c2da6280079d11f7f90d8fcd4f332595a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From ae6d9d4ff24d38f3bb134154406e51f4d9d3c9f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 244623f9640276469226c3f793823f645094f158 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 2cd048d1cb94f7a471d5119495374370de40d059 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 9f68b4e7efcfa030386faffd71e0d0b902b9c7d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From e8222b9c3218c18f7bd06458c0bad0ff30ba5664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 775e7a559ca8b04112d8509ffe51722958d41b39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From b8cb7f4d4b31bf4127110aa8aeb365eece5042d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From a1b8d28b5c9ed9c3924b857f3847595cf1374387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 0a8786349aed8c8cb9b0e0b9d584e777435f6e6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 0bbaa6df471c13518bccf2da193021ba5c04dfa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From e11e884e8c55ce9d625141d0aea2184370a08a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 30681a84fc9349f913a2de6cd5e749229419c39a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From f8400665132ea7a40bf2c1b51832b265c09f2acb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 998c9d8fe517e1f3a84a199671cd6233e39fe59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1111] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 164bdcdeb7112554aea8b6d38615a200f700d886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From cd36a2a115ca712964f70ef61ae101348233aa0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 28cccd7644ee5cd75d3304f2e334c77899f1fec5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 1e3c464f7d6b5c541aa0a7c245c90c0e38a306be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From c8b9348261372aed30b6ad101006823895f09061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 1394bbc64425791ea09986d1bbe1b12d38262a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From b02c1051850ef9a4d7ea7945c9a1c21886696702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From a376778b56d1b83d21b9a2cfe94d83bc9f9c5d98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From c71ffc64fccc5666adc9453c17521e40778eee03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From bb23299f95ad70423fa38e3a66f802117c113d8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ba5815b4d1d7cd1df80ee27b65f582861a9ed90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 51f2ffa211392cae2eef856ad0df0acd3d79c977 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dce0718543fcccd1de556d81f8e088b68c861b7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 35cf7379ec775144578d69256f435be01a7ac9c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From e074a04ae092a455ce84bd49c6b9718e7e65a324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 9e0c97fd22b5f0f699cdab74f3fa2b5cf33e52c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From e0da2cd5be601a12cef2186bf7cbb0015059ae36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From fc09a61607a4dccf06d3d665fe94baa8982d2cbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 9322311db5040ee177abb8f355179387f2acf70c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From d6999f43b4ab4da5a54839c74b539d5df7ca8180 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 2acf6cf2054000a59613f0e249ce219838de09dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 73b74fc695bacc2928c564c6fe4c432735d1c26e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 29ae92df9bd8ecd9d48be8eab54de2baebf1604a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From b6173be6d0b95517f7a7f4489e3b90a65b65a203 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From d8b6460c1553a24da8bda07e2c0bc7117b8d9839 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 32c4a6437d9cb9391b66c2a55dcc2362767f3dc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From fb081c30cba16a1655de3bd178dd9019bb00cf58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From c57436c82831aa7af97895a1e66fcd4ce0143128 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From fcea3db35543703557b62882960e7690a57d34e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 69ee641f105ea2b9c27d1833f46d0b6d0077055e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 2f491b0e6d630dd2b0d1779fbfcdb33396bc38a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e5d24bb14f7d92c7ba90b2a831985acac39b2d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From d575064c259f7f8fe6c03093dfc0c15407770e62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 8b0fc58bde021b23795b8e6a8b47a41148c96a11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 102624e3fc14d13d1750701e81a2280198085fb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 2415933ea9b79bf00ea2cca45de3dac565fbd18e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 12c583fd9a1dfbe7364b4806bf3c508de35d2871 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From da7053d8c637b966331e3346f6389bc5f7494c0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 0da53e1acfa2e358539403399612c24bab61fc90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 354d991949e71ddf132faacbe5a26436bfbac882 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From eed9d81b1851953afa3496e20e3eedcd5c300426 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From f06e82afc2f676bfe8807a90de8144cb638e09fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0239d4e167a1bc6fe9450f9fde27e6b7f4cfdb49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 8062f90889010361b8163f274a930505cc308086 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a48a3301ee2143b590f608f0f1b159a747d134b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9a59d59c68e1db2e55a4edd69dab048feabf2cc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 25dd31bb6c2f2a288670065b3eb38904b105c52c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From f5445b8a72737ccb1f1b6f8fd6ef67b7fa8bccd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 96542bcb805951e9b882f2f1ba43512e13acba12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From b3ba78b97b6526512d060e73849ebdfb3e49b0c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6340d04c09d4da40e0a44b88ab2d3fc06c5b520e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bd94d959b46f8008cac14526395ef2824ccdbf55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From c8a645b4af2b1c7654a95bd5faefe265b0ccf19d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 26ef104aadb64f75182f85ec56554acbfcb2f385 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 2249796268ac9d1fdc00ef35252d20297cda81a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e5cc797d4f0bcb3ac135454515f7f6f1652de6bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d525603a2f682e6a07556a61474389f6b75955a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From 0581343a5a281d3fc415956e9e19acbdd8689e4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 14f3c3f417e21f939676e639ba6958d574a20fdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 64a884671475ed7bc5a39e1a56fd96a00e2fb16d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 070d86c6493bca573246df072ab78f7806f28480 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 4b1e90bc3f7a47110cd459d1f87c8db744ca559e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From c07a5801dc6342ce4519465de10156eb6d5441f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1560f63e684feaec73cee8ed90a2ceda62a47f74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 5ef9260a6b5bb8efd13e0351b0bd5b49e69232fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a462e195cf428ba58e6079258219a760c569bc84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From c36da129be840ae958df6cf3a73ee539bbed8c5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 823142b52c7fc310cb7cc1d35f76bc40f01b2d50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 5a1a63d9f9ef83753adea4f23526a41b8a92058d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From cd2731893480a79288c8eca4ccfa5f12da6064be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 0b9fc44a9300eaa3a426f1ffe34c64cbef26df78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 25ff59d311d4929aa19a3bca5bebf21c87e0d049 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From 71d4e6514789c919e8f3656f2f8d4b6adb9cf011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 6de5487a533d082730d4ba92fbe64aa0af80e45b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 0095c4db59e8b61c9369c7cc5ed92c7c3c135674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 1df58f60affa3716645317f1260501b6fc9f32f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1a3ab01fd859052c741c6120b84600eb9ddd81a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From f9c45937465751eb5c869b94b03227ac7c4695ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 30fed1267692de57471c21f942c0d6ccdf9140a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 217165e2c25a40316907fed83c6020e8f6822462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From 69ecb7ab74ed305deb86ced8a9818c507f8c5aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 7611e4cea081584d083a307317c0285f89298d0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 682efdc2520d12ec52792a4763a1958f7c15fdcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 2dfd136753468cf26cbff4c2d5ab57c68d613eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 65286fd1b95d1ec5a1ca9d1f1ca232a7886fee86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From d2dbbbbfadfb7bba925953f832e6543a37d3b7b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ee1da517c4e713888371e35f35b78d98c2d85af2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From 66e649529b61d9a3bc4d9ca50ecb41639a09beb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From a693440085ddf63d674aa310334bf792dffa7f39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From ae7a000dc36a1d5bcd3b4bf89d0937798da09620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 706b96cb57a720b9acb9e1bdada3d0e6c3adcdd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From de56c63206a997f7c658812432a48155459a1761 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ee7e1996797b533c1e70da8117e3fdea2a530e60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 46d42258171526ffbf03f15c8aae9dd7153b9b36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c9d703d14082a4cbe0a8fc5ae375c6ebcd14641b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From f758f9ea6cb563640fcbb3c4ef6819b7e4624f39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ca61f099b24c3a2fedeff1179d3a1ed211c7a80b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 47a1c106da64bd5f96843e69032b98e3e962f2bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ff9563f4dfebf44c18d8821347068ea908f8d547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 1431880b74b06d1f722a58c821c91951f2c89077 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 04f3bea135bd925cb058208f1f17c2aa9a28d473 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9b1dbfb585c8634e15d731081a558c9047a464fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 78818109ca67a14e60537f1e01c8da1882c0fd14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6f4b9dd6dc4ceb0e7bff25c5ef65ead3e6832ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From bcc8ed869486beb8f4dea722c2ffc9b14ba34a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From 91cd4a7735020001abc746b2ab5eab441c311daf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From b2c05cd7bfcdd7c43fb6fb7045706be5410dde54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 29b9f306629bea454ff3a7620b4e93e8e28d07ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From fb03b291654cdbba014af561053d3ac56d0d63c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 88178ca93556b53c7540b434bdbde3854e9d6a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1ae31bac2a23c6642f53ff7ec3944b9a45ed05a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e5f4f45621fba8fbc1902a9c33086f8d3fb3cc49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From f60ebffaee982ab7f93a3b24ed7f5e6e72e716f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c61bb325a6cd3fa2feb79e27920f00d77e163e22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 5c3df4a1b5fee948acd940745fed38fb97808a23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 549ccafa9fd30781744da099e0f8e1567160276b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7c8d5258de6c2792497401146a17752852339e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b92e69cf982abd6c6b0e6013797a4666ab9586fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8bc20247f47f7e9be4bef243f39a13f5a096217 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 6e395bcc56d6a60d8170d339a5f484e3339dd7a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3f2d2ac7e18c5be5b0d8fb83b0714ebfd3c65cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a25d23da22f828e5d42f797dfd084e8a0b31eebe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc43151449d0db87f9ab0d00c1876b43371893f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3efb01d5d4328d449580595860dddd92de88cd41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e92eabc2d695c90e536a7de5b8657b15367a7d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18f19bbd0260b487054b7d5d91c88b87a288bf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cfaf972be474a2ab802322984fca2db3b8c71f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 510f094bb0a1e79c632d8c56fd269a5c593116fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01f69c9300d6363c46517f9c276592ee4d147321 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 106442ef9f4e65699c2f8ea07aaa92b068abbe56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad68583486d2a036095893c19531db49d0b9eb5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 978e4a29bd34ec220c148721deecd1bb3620c0a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From a79ef9eeeba2d765149d6903efe61f5c7f4e057e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 718fdeeedb5ff2b5c53351a59f22b80dfaccce63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 758fe26da4817c0d9aad30f976552af88fd1e72c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af8a9832ec232034a712a75f022335d79a8cb104 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 543435eac3baf1725c8d9248d30a8dcf4aa5f67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f597cea90a06f829221159c5fe36c92abcd44f0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b32353d7ef1c45fc37e0fec156803b71f3343fe1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8a03fb59415ba71a7cf7458545089bca22c5da3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 81248a9840bdf8069a20b5d8c48a90a8d8f50a17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79e6e0b86e498c8541ef65e5301ab4b58e24550d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 2ec0f68156f56c553912b65975750c2ed939fdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d12dafa9632e5bcd63251e5a7bbb46d494d7dc78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea5678e932396fede1e195d80f61ceb84a117112 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 98442a0090123374f960f7c3a73bbbf32172cfa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From c984ad0bc6e216c0c0eeea17c1aa662d259a0e65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60d7fb95b0d24535dda0d36918c0e1632fae4d4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1470b19a1c0f2a07c66a63ac45a9fd6b8a86a7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecdab06214985624828012aed4e5c832594fbe6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 123467930f6fdafda2c242834d71942a9184846e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b12c126e24b50592a56b6ddf2e0f44c0410a8af1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adc81bedfd1130d79f634a01dce3ade1e924bf08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 15abd0997fbdc5c2660a3caee4fa7b110e454e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be7720b676f57e9dfb6e86a6d8fe293118950e16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4925ed233c686fdd293c4296c18fd7c80bd88737 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3cf264bf636ac58b4e4db64f9c41e6956618edc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From af0e914a1bad7b30f890c20bf95b9f5e2e58a702 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 55a23c7dd20def54e0e2fad45bd4d93db798dd3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c249a68c86f0b391ddef5e21f2e5fa2fcb74a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bef697b83097e20ecb19567763f9cb1c88f4bac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2898c97873f365fceb35f78868c574e8a8f28017 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbfba3a75d9edb178ff2e85af1b7004d4966d5f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51d4e09328f60f0ca2e312409553c518ef0299cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From d5078cb83b4a9a9a287d7d83da30907ab2305fff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 30edf5a0b7e7a5599f5294aa81a5f2e51069c28b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f13556fe00d3c070430dd262fe8d54dd9bfd012f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 845c0f7c5909f9c2711de4e06bed23260f2b4aee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c377cb5752f8788faea890cf37e0872c97627277 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaf3aee7f8c14bf82867314350679f3c16532fef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 75a88b670cdac147fa5e515a46b5a0a085746cb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1564d2190e1220a168f14440fbb307260ddf059 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f87c2d888f93a1b316c77a37701e8fd065bd49e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd67b93e9aae0ded6bc2f576a7d66cbd2c29c1ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46d04566be7050de9aed7c6646f88ced2a4ec31a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7fd73163b6d8f8740d1f5de0f2d42826b4ea3a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ecde3333abe46d769cc626341f83af6c92dd1df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20cafc3fb93712f4c4468d04848dabd75f68d7ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From decb79c8f4b78285a9c40d08890210bb7f66c255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807bb37896057c8c56a9a142598bb5cc3a02d294 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01be112fceb402d00d26c2ff4982a40bd97c78c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd5c9f90f9a19d52c1a0e20988a6f9c360f4f913 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From fb0ab7f2250438fe0bd065e93454f09e47f928e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 9ea0674f6e90aa6b7aaa4d08626fa758e68715df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0208c84de7320e6d8ebe683d9333ef0e85c60544 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a111028435618de51b908378753f273cb5a2fa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b319d0576937e3e8d2382d7d223727afc3e2beb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 1d77576eb21971f52ed6ca2ed72988ff5bb4ad58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 9ded70525824dbb13e9e10de4e34fdb33c73954c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cda378dd5b7bf1c7024448371f0c3459549e95f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b1d1605a6373082c8baf6d16241087b1b179a37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 2dccf269eb8d9b51dce5bf5b5d2cca1e3a191b05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 7e869f371eb61b2882ec3b69e90a197f94adc47c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3110ec728969abd384c94b8f11f9942bc95a0a2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 28d0ba572d75255e8cd5399619178379158f60f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a107b2ea0b4e402787f750043ccc5d63a601e9bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 6d8d921b1e3b65dcf3390ddf3e6eadce4af8f8fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From dc6b0c6c3ee225774daa8ac0c9f104bdb2a08ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 52408d8127ecd5071999aabe5d1376397ffbbe99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcf36f17ebbbd085b9f67dc04c6329b221291ba3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From b7f8258d12406579db042edf61fa53072dcbd680 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264d91517801c8ddc512b0e9d323a077a12d5b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d6ef4a76f775b3e02e55970f10e01a2ba7c884f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fd6d45b8a8b617d419d1ca08cd558d913a260db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 9708daf6f16c922bca7b70ebe76339777b7af94e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ff12931df5ebac21a808c4b1a12c372548574c20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8eb59000d849b3c85bfb5474b11d6cf3fea924e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 181c5d88246e5b64ccc61c32f9c2cde8f731b822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f23ee88d663726f08eda869f6255fccfcf78d833 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From e149a980bc9d0ff66fd8674b666b95dee53f1741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3641a9b6872896e968812c3ce24e3ea4161422d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28cfb453c4c8cb3f3dc8aa56fc12365e47aa747a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3622a16c3e8317193532755bf5ea49897165d9b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab7f8b3da1697892e5bf9ef4e33b57f8b17cd41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c2111909c761a63405240d065051d31c82cd3b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1da60fbef98dc3a789b4d4966408b30842f1a36c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab881504092f14879100998b1783c3287fe7debe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a41232eab69edc118839a45ef49b91987a3ecec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 37f5204e52c839901250f273fd2fb1be5e25dfd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32d3cc7562ec9dd07e612c439555e02f216f5f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae795ceec71784e9ffa4e56c4d14cec9ae1d9256 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c91edf5964c40b144926031d94278f75d559492b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95fc278b01a07a930380470d88c36245a13fa67b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e87a0f135d49e8086c22e0a02c096d21a3318ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45a161aa06008acfeb66d5f1f2389a1f28e6c540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9b32c13a6d8d7948c3caa61fc740a04195e47fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2dd545a435058d3d3f60628288c17d78962d0d55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From 1acf9c228bdf3d111210e0bce6a68fc3be1771b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84a31280964886455c51b0013111da91f3379c26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18d4bce60d5a497b82379ef32bfce2ea12325a6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34fdd716a4ffe797bb5a32f760afad2f5b47fd0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab189759751f71d49953d514ffa847991888f274 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd3321f8a7ffb9ac57e462c1a5adb946f382dbe5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From bf67332ebf9d171a308c5e6113e8343bd2669202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db07540e501d251c1b4e66a23949e2b03efc2664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cfce5a4d1f9c20bae2f830c32c69c47bb535076 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 1adaa16807abe50d6b1201981732cbe76ee1b826 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7491bac08c7c328ef6a186bebd38a207c3605435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ebd8ee88bcde5391f357cba3103e1e0ed7766096 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 32f6acc53503e73dcf78fee4d530016d7201635a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 389407010227dac5986664fed6e92093e7369b63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5181dbeff69cb9df112e13cb65f9ec9a8b8ef28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 14e5e6da63f08f67d3f9f13c63a133fed3622678 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 490f568b7f9b89a5316d7215230069bd9ebf4a24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cec116c7919a7a796555854c3d30a2fea1cb96b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 289209c872ba1c1f92ce493af113f57da4c1c29e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2e6b87e3a1403ed7e84dd1f4512d1ce972cee7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 93e57885fc76efdf33f0c535c766e05bdd0c6d16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cef54b43eced4a702fe8503b571ccc3e3613a755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 51b01c8081b85083e7f3ae611b0d9e120d78d853 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 471f0194b4a80a9c96b366514920b96696462019 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 0b00c4f752d89ab42edbd4d4a14ad00311cea817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c041ccfe6772dae52ef2e76d2373ed914fef0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7da514561fa55743be611e9a60c6eb9db138fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1337b2d572677de7043d8a43ba85fc01611fb3e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 349f7342ef14a063b3a8604ad363dae235522c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From c64fe6178d3c12ad11c27d32d2d332840267b680 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d489ef6310a3c9794cd32b6bb202bb13aa05ec49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From 23b8691ecae1469d865c1a3ed54f2505da44c73b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 83c03a62f953eade0ef3bb45c296da04755f0098 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1111] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 0bc9c272ebd317d37d3e52d808519f78e91c8afc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 653bef74ee06a9fd2249fd4794ea4e17e6e9b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fafbdb3fa5a83f75ec9686425ac31795948aafc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fa0b0353b1f846cc68b58c625d481abdbdf95e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f37c626aeadfdb0ef6d94a024c69e9883343a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f72bbc471559766df478e79df78b3c01c65949f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6110f7ffad8ad26189483a522635e30915da4a6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 8368b5014121d4563dae824cf8c3a39b8dab0db1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af4a9f811b16a34c4f03c7d80418786a48c52c8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From d729191a6e140391f2856a345a9d63ee3b51ef7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74d5de5cc71a9c91541c2cdbde7840795a865a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cec9a7a34791dac9fe2fc75a613a1a873db5067 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 11bed04d928db60b54c62c609b98bbc8e1eaa3d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d6baf99a510deeca7349217d29fff7e18eab6b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 56e48aa18c37610d1bff2bd70a9660ec9155692d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc5a9451ab268f52a59fe533c0b443ecf878eaa1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 709c5189685cdb545ebd029af02a158c40884336 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e7dd39f0637f0329de02fa53aa68851c0fa7e10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eded3049be6041a47401f84857eeebe5607d175 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52cea18c6fd639a990fd509dc3349e673a9f885f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3703052dc89d8e8591096e486e4be64eb92f04d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34b61f8944323c1bd62f82076034e11cb7568689 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c67c8af6c209b42934c90dd151add7c326b6f790 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 695ae1eb97fb1ff3614a3c0739175a8788bffece Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 440b468f6fb2564d24e87960d0b652712086e08f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 033b32a5e27ecb79d1c0c4af855d94b2c6cf1b64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 366732517d2f48c0f874e70fbf538c1741073503 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 68d0662978f2d8fcc530febeb43736e2086ae413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57109756ea3ba8eb9c8bd42964cdcda5552cd7e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2823a5f691db2c4860512ad3f229a423857112f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69274f7721efe86e0e02909296d426b222be378a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cab3e0c620d63ac14dc60a5825d1356106850d9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5075709d81c387d201558d73c5f7a641319f92d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc0c09d8986854b75205e770c0be8467cbf546d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6848d0e104ac1e9fd818a5f1b398c1177d844ccb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40e296cabfb41a4595a20fc753e083195b17194a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f35834038b31c362229d10c78b14ab0f168354a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14e235d5497fc3f0edaac653caa889814b6fcf76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec9a98d811104d7d0abf2c44e976bc8006ff46d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb1be1e1682d2fc33638e1c6bbe9c51ea2e99a37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e74dcfec01e83fdf7b741537b6c596dae52a638a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773374b2cc5817b57419e6ae1583c8b3a20b5d57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab453697a920bf8ff8f3e45af9e781d9570bdfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6fe872615dce0b19d39fa7af6cb63e0ff503d31d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From cfe64673a8e32ef17d9c11ecf5020bbef1d9b733 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 291bbcd008d0fe8a3503f412ee63515b78e21325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1111] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 879a7e252ebc2e20664af848e79e40809c9f36de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From a8d02a7bc7cfc4ede2c9a1aefda970d3b5f6e7a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f96de7a9fd7c33e1a0ae95e0e253be2f1a349b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From c4fd5af28ce390c407dba8ada3b91ce9df67f8f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c71913bf9c34fa3d8b7f9136701098f17896ae9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From f4ea73dd479ff689246d8b2348dad348c1283962 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07bef4a3d3743e8db4f5efdcaf16c96f161907fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From f4beed7a6848497ad0755fc7d6b06916500aa530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42e03f396b406f84b6179520a4e21c5bf9d052c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ecb7973d7e593467f05cc2142ed994445780fde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15bcb0068d2f75afb5b207e8cd340a25256dec6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b17b55f4296c90911eb0341c6f9bcd56adbfd5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cb391ce11ab59460012ad0b138c9a321fd8516af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8500ea9b015fb8084a3db539bbedca8c5b4ac8fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e2d277863abaffbbf861c8b6b5a5b830bb9003e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2752861ab74d734139c767f1646d470147a9a842 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 12d9a905c9160c66202b5da9eaee025e752f1d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From 535a390b022e50691910085099a65405702e7bbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2598c7add6809d4513899ed0714bd887fd84e274 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 695b246fccd235f5c959d06d12a7ce4651992c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2435f45824e3efab0f67d5602142ee23c7aadd36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c78ee0640a3c7fa6e6079ff024d8efac84155c90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 03e4463337e5944482a823cd0c1ba33204d2a4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From a03829462aae8255183a2b0daf557fe18f6232a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2895ea67c526c03774bdf67e7c6b54de71123bb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d98e141e95fc21dec60a92692cbb351670a5c6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 866cc97b1913927f3536fc84153dd3960a81ae7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1137864d03cca49cdf3ff1f839c89563fe7bc34b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8632faa8d5ac335f271466166d2c0cf3e10b93c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 718e8157745953626cb2fd1dc7d13b8f9a7731a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 93fbfd4c0271c4831e024573264a5912ca9c0777 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 0355c28ec5191e868d5885a8954c50b2a6dee2a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dc3b25d7829cd095daf9facae8942a8926dd1fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f69c019b6e199da7d94b1865339431d6e410eee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd7e3a132106022ef57fc906efe4a7f6907fd71f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f33a00b3aab75a30a79f416acfa657dff68fb1ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From da27f711d641e924b3242bf08ccf922afdd260c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From b68a02fa2da99a44b85918adc69e55c3c1094c15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From d8d4aab238e6257d01fc76b4dada4962294aeb84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c21b8986324bd753b490483fb08f7458a84c3bb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8fe187190b5627f90126b1ab0e9686c42f79ccd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 57cf5f58b3a5023c66107df42f7ceffa08f1cfe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 5c5d5dd11e0400c000f55b40b8fb2a09c7440890 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42a088392b645569cbe73e441dc9e4b368f9a2a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From b40c3cd77eb16a41b3bf91125487d13ab57832b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 7d81ec67b3cde99a20a0077f1c66e072e26bc22f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From f60685a01e386931220945c3a63249cc526d9e39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 256c3d1e7aaeba8f8d8229d432c26e4c722d6f8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 6d7cc166511084daa09aa4352dbd26941562a2b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1869d8741df44a00a066943d3ce4f2ea22b0dbe3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b5da33e831f7603acc91b77b7ef60b696494f00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47ebc67d0ffc5c45f4e8fa7ba225dbd316de36b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8600b21b8b68b4c331d887cf4e5cfb13d87e2360 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 529b1658f2e92d503f93e95c5051076dc2202812 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f9dc5d7edc59e691a52c8217deb36fe3f43f875 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 499a5dd3a51ce5075ec4cf9405f76cc3b95bbb88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e1778f589582995cfcb6acd7723f93d2984d4fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61cef25f0b2e505955715065aa1ed1ad2c1dbea4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76b9633e1316ff11467a68c0f05914d75f5058e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 279311fb87572a4a3609ccc46b57ec2481ec7fcd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5baf1ef5baff3931b03b4b882dcec6010eb6fb64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9066c8a20f0d75d2cec996b5f9aff7ec2b55801e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86bdad6d86e6b036292b980a49e0d856205ad9f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ced7ec1a0fa63b872f8a3c80b7ff70b26526bd5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 266b75aa60ef07ed4759986769e18edaf7345da9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79bbe24b8877da38faa1f513cbca08363dab1340 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e26b28e65751080fc1a72c3506dc7eb3910dea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf0a6d8ef73cc56cc7f7a8189aaff50ea8548264 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 48b6d53332c5c0b4aec87ce40c81f9c01eb4b946 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab9473bcccac93c226aa2e9cfab6f357ac935c5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc1e39ae9852cf27fa61d3f47f1b24c329cb9984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 92e35ad6f1997ad3a31a68ef9c631100404b664a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60c20e65678a8d67c1e73641760ec1bedd883598 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e69208803e9be6d6380b59a8d7bdbb76089acee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 01265d4e2a236f4408e521add8f8b0bc0d1f2841 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 37bdc31902853948ad5eb8f260cc5603ff08ce4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05de721909ed33ce4c332c515a5edd3604a06e5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adeb448e48f1fe52d39c90e7c87bd6356a817441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 67f2095aa2ed5bb1aaccabbae82b2a83d7b5d097 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 416b8beb641013e2074a272d9b9a0c2d0741fb15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 032743c8349b8f05e0616635187e6702c67b5b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f859988a6fa7409e8a9f75340b1aa29c2cbc9b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89915da6a54d29fd65de14cc949de0c02daa7fc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 85b2cdffc70932b397e39c4ad803507bea4b7118 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 794d23536cd8367f9b1f10626b5438aa9a5602d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e71713f410f22a58074a7ea965ac93acbfb9682c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77a8b1d2e2501fba465ef02c8f3fd2043244facd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 9aa4a4e4bb85c3dd22aba2199546ff243d6dd138 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From f07b2765c357b015a247067f4639346213534f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15c0bdf9ee70c49309d831450cd0387ebbc40ece Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ffa9fe4409082249e14ae8691b0ab9df8db016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5dc4a41ccb63c65b5b7920183ffeb86c1f708ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 667d3ac5ae08cac27cd4b466039860a5026a1c67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From e5764d5477271a31cb1bb6bd6050d6c3a8be77f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d900acae0dce4069213ecf48a55fea50978d0dc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c5333f4e7ddf0eca54fb464cb8a1c950f61ca86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From a0c43f6d529f7b9a26c825326e783002d536e9d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From af06ca4d8f4cc805c45e4d309d65c1fe89c848e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 63c2b050b9ebf2bb67e14e22cd9d34af6a0289df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3560b97da4fe7a416da84194559c560867fa88b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 9691156b5b0f21c7bb1dc69f2aa891359423bf0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From cba8e1ed71ff07129e460962ed9bf60594c7546b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b0fcb7c19defc0a6360832116a846e33309195f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 3163f749de32e2136f083cd842f4c021cd4200b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 80954da7e5d9026e4f0cd58569c22be0989c4652 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc66a2e5dd4a7514b4bbfb65fe12d2295cf85e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e9a7972613d5ce2f1f8cf7de4eb2bf8e1456518 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e07087bce1d2f1ea4fbb105278ea9d2bb86c1a8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 922ff1d43f10ad9fe911e1af60c6fe027ccc3c19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3077e3907fe80f0410d9e61c25fe3ff661c69250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dfd71974beaf8cce174769737c760b6f88408f10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bdfde4f455d08b62eea8b11855c5a27dfbc1e0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bf4f2488285c9a8e8765af861c1a631c3050070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From baa7414973e95602eabb84c7830265d73730d47d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 2c47a748bffdfc9186c685f30950d1a808604fbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 482996225a52c386ac4bda8c2fd7b8608bd1d1c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 313cebac91a3665e7bd825a349be82841e769358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46d16e176466c6b669481597e38793b599603e0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 2b65c9655050ff9f532f35e5b56defd01583ff1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e34428e37684ae909468ec19098124659ceea19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c18244b8433e37d959bbb10f671bc0afc318752 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 195ce699c7150cc5721be331fe52104211720864 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b777fb79a9791c6b146fc9d3c6a2e78a1e3815f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04df64dfba1cedbc9550e2b07687827f12a156ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba3ebda9b738d559dfbccc91e5542caa28e0e00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 034b8d5a5ed84a3949d947dcc52e01aabf380f47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 78930004d370a5244f3f0c40cdd5c1d6af706a2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 8a6a13307ba8aaf555db9c4deaa6bcef0a8c1dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 1dbd8254cf147757b1ac19e5cfc164c27f6597fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From a3a092cf238ae3279d15cbd5ec5140a6de0406e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de21dd6b35a26a3d04297ea35290c60aa7711053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fa1413eabe52230b620e3e2338c125f1972fd3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a19a3111f37821c422ab62f0820eab095c5da3c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30d7fb82e3ab8a5eb333269f1934a63c58f3ef6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56f1e873c0037b1c3c30e4c61aaad1377767a042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0081e45acee1e542594ec8746df9c9d52545601 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de8e0bdb0458388c76b75f99cf9542529154f5ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e830465daf9c91bd8dd6f1ff37e2d17d9560ab9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ef9d215a96be878e8300d4488d8e7d6ad861b15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f25090caeb905bb4ba61bda5d8cca35e361cd3e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 292d4faa67cff59406e9f13a5460d74968ae14f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 38884ad80fd3258f272a0ae733a46dbf5ec6090b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 22ba94a3b204218719811d052fe50150cf473e0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 16f48b1482ee48cd90c2197c1e8f00609be5c7df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 136bc396bdbec55f6d67d1103bd37ce2a6fdfd61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bfc8d0c782e9038476ae0f7f5098309cce925e04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec8c13b39c9561bb32c7c7361fe78a843b1f7c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5f4d167c74e764e3f4b75cad3455b965bcfa7c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 8bf36897181ebf001250c91d4f782f8610a5ada0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 309828a573b31764a0ce9b4609607c3de300610c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 05dab59b83576cf8faa34c8e52e1005bd2e4d394 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b15385821d2f73164da16933f64d86695e2a42d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 575e93dc0cf117b6a6956333a363126e708d712a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10d99fafcfe4761bcc7fa500e0a33de5ee6640de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 319801147d4ab860c7f193d7769d58ff41dae64e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From d0eb9afe57bdba309661a9fe448faaa99b018564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From a63e566a36e05c8387bfdcf40f3307bdfd5fbf22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62f2384937362a2545737e0bbf4829734bcc25bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 173601ea83237cedc45fcf62a4cbadcd8d7ad097 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8bf386d29fb98c6a6881e96988de3957e7b930f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c75aaf3ef4b3aaf3a90f833e9af234ea0402a8a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad80284b4a92832d2c17f6b04271abe3747c9a82 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4afb3ae8ab79f15eb0b959a53075579ec1b75d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2ec36dc7ee49b9f4ec109fe0d26801aab3bc4975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa087397918b1487ab44ade21ba21497d711ebe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From e0183652efdea285fce60a19a4db3540b2bc4a13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From deb978fae21e7818091115dacd631289e8fc56ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6fe5001618612656197d386bad9da7c4cc3d7dda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b74322b4fa25aa98bca3193812ec41e641413c18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0bc1d92fc97bdc3e454aca12ba1f465de67f29a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 447e33b65c5a4aff348b581baa0a6ed3094ccaf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bc192b77846de76bbd4e7acfc3f54ff06a31726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca200f3847ea8f60bbf7fa5388b9c8e79461ace9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f21d6790f212a6f704be3f490bf0c22448d16976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c4fb364a47755f98403d84458e05cbddb1e5a17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d877c35b688e9fd0b902fd00ccc0e6d3acfaa1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7494c64a2c6a0b72d8372a2df2dc8c79ae418821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d645698a2e07eed857b457eeea468582f733563 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 609b71121539ad6b905e782b9f8f3c3cc7758944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f09820b4e2db0deffef8f10aab552fd5b9e40a83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 128b84413511814ce62223fc1d569b00f4dfbf1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 984820927abab5e45a6293da6452f44a2c979cf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9d09f76e63393acb1e40cfc0938e6261def2c65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 755b2b9cc07b13c8f9b434c679fca628f25eed18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 228dd26f887ac2171acc70bcc8d8ad61eff57ef9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd2d5acd176248c43c676120a97cf281216e23c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From daf5434f9ef097678804341f26cd4da12ebc7929 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 554b4cade4683fc51f9b83e410ba174503ca53bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 705bdb837f5afc5c3e04c730716c154bff8a5ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3351ad24ef74a1146cb669a4893625be6f5e4e38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc1376e865448ce1fb8902ebc48d83bc7028517b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 274915712b7bbc77d32f0fd3bfee855d2fb6a8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c2307664732e72e79173090f5b954b714404460 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce38ef709624378c3835244ced3fc6b2a1650e4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 72c2a497c2e67d9faa263e0b112e22c3a789212c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dc0e22da3edfd28b865e89dc8204133ab871b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e822f5c72f4857b36fd0c4ae043b7de653c936ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3c582bf248d12dc9e7a0569df2e5b037157a75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 3d4637b3d3ff3c08073f9d49ad5a9c400150d1c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 927034dc21a5ca2405c166bd254b23afeaa436c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d19cde889a0b1049ac747bd48d460ef124f937ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62e9578cfbfadeab2765a9665195de9917f7bd83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 054950a5f48944ee84840e4c897923c288d4f4eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8521fdd04191a70766ac93b4dcfc00bb1a9433bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 87a029b394df113d93c33f8c210851636b779e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4a35b9f145877da3a6824d01d0522d8306bfa47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 0759d9650a54c0b4c5764af0cdebd4fddd941fea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7950c4bee3c7f53e89f0159f53a57a824ee73e37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46095a3df31ad629d7580f8fe7326e08f92b75e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b454383a4261b255fbb487d38b67f90990d6a8fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6ebc6da9cec10fbd0bd22111844e6f29a1a9eb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fdd06f5a7493bee3be9ac87bbbc7310cb3c92ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From d03cdbb6927e6c467924069ce2f70bc842b22275 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c116a9523b8aa3fa7607c9ffefed96bafc597016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7842ca48e1b9a737a4d0810574a235c4aba253d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e57e223a82a3cace7b4080457d509bc6d7e04009 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ff14c59197de673cf4dcd7ed961f9dcef19f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 0f5231a1e55dab7faf7e260fe74b1b882593777d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From c2ca2a0240d3bb3f04a405b8a742ed967ee02b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ed775e6f8c687f963ba2a6cb628c9281d6e4725a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 477b774520e5d830bbdecc3bbab69de4b5b8f221 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From d58fef09826e70e90a0a7518890aa5426ae114d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From b0fed4f8a6bc8453dcdd66d2a7fcaea8b6d639fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f4a308d0860b532d04a1877871d1e99e281d82e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From cef38492e064f2c1055388eff0482b6c53ba6bf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 8dc4e3a34258c8fe501a65dba598c204041980bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From c1c660d5fac0f29d10e7e38b32f332bc20049ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 34a8ed21c2adac40c7ea68a554f8eff71502a8fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 78b933eb34bc686f6b3dd89da0fe90cf3759d865 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From d56a576d6edc0619332e81bb494e7028cca279a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 741e11ad4bf86f9e8e5161811d74bef8885c9bab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 2ac1e037c1094fd21267b450ee617518db762678 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 80e1caeb5700c535715fab91f15cc8cbf3413f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 8ab857a8c7b32fb657db5cc118be69f41717e807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 70d341c2d82fdb77f771e6e8a9b03709cda7fda8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From de8d597526e6514ab5cbdca55aefd705d7790a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 8b6ae72abf239e7f5a7a30768f252b73c5041367 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 75215fc6e9073ee4486d3d7742fa6bebc7655075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 9357a1f3398bff4b73c36f92dfbfb0a5e3892ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From e1bbb71c152ea658942f124e3a863422714ec1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec21eca149e4778fa8a109c718d4491fb447bbc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 2a6f27eecfb4134a0648e13cad3a123ae34cba3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From f01421798af6cacedc3f1c1a2665d394adfeb120 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 2aa0161c06e0910591a37b3c3fb3705c062b3d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From a00b19e85d59f18c3d9747bb48fc65577e5ee5d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 647014b2dff252510ddd144cfa9de5d6f2d91421 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From aefe679cfd0640b19f33c84a7c1c5f2d11a8a883 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From efe126b785dee299120d9abec7449e1794e619ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 73dbc5c0bd0896c89f56b83bc95198874b1b6803 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From cf9f3a60e21fd9ab09e875549369065fbbb119bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 684fbd153163998049dd7ffa95ae7019756792da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 3f3e7feba5be90003b03a4053d9c1fc06966f5fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From c6b3a735fef9a45df2ce95351c1cd0f8812e6b9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 491c039f611d8b858b16474b91ee06d0cd5b1ae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 3a2bfcbb1edfb493ea61db7d1b370191ad5008a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 8d0ee151cac92959b0dfeff8228134667ec6e966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From c7509a402d998314d7353e0c61ba4db29de8def2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 0171baf8d256cfb6ae44bb3201b9bd95dd00efc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 572f76e941e15df794b2a2badefaf7b84632bb71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 05acd32739e2cfe9a009d3c4fdabcd2f83d44813 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From f48d65bbf20bf21206d9d06b4876436ace59bc58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 2e2395d6bd681dc16ef187fe50b647dd2e3159aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From e3237bb1cdabbac916b42a10ae84c0560315d7f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 81925adf209277a69df39a4f30d3aa9e4a5013cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From efe79fda66fc2172a6e8269e991cec2029b43596 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 093f0ecb144df4299d7f552d27d011561d116ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From ef19d1baf0f9d8d5efc165b700e00e786c862070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From a0d8abdf7d0dce9187a72b0ac79e0a09b41acc90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 2134e6aab2b5dcbce57c48af75520faead142616 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d63d9ff1e7b6670c0bf1e1252e039a437c3044dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 00851720fb66d56ac7d3470372cfe2360a3233bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From f3ff9b415e632a63ec061137417891aff17af7f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b57391f9fafa94342ac00cadfce1256e4f20223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 62746978f7726530d2f0604b96a3361747ce7ae9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From c95ab6593612e2561edc21dbd93cf9a8c935e76e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From c4567ca15be3d99deba8fcc61172b812a273ace9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (16 preceding siblings ...)
  2020-10-08 16:56 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-08 17:59 ` ahesford
  2020-10-08 18:03 ` ahesford
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 17:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1242952 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1111] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1111] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From aa0a4ea048bc4341e0c4738da750de8823472896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From a98cbd95fef2175a95a19d64f9371f5e7dd6177e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1111] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 4b3051e0b2aac3251081022770856c105bc05df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b40320db67539df9c24601ab135be13f295f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1111] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b5d07c8c6bc41597ae22b5b6c08fdb2bf6e244ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 2257a731f1391f0cf66f283c9987077b513788d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From a35e12f33194217c8d8b39eb3a88c153e81be088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1111] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a278539cbb996ba17fad47365082ae823b0e116f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1111] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From d60f5d35c1297b3055f11a8d6034dc68ec646dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 683a59352742d441649d8a4278715b0798356fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11e4b9bfee56db436e14da684edf77583a8f8f1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a527338cb13c8c531e29d1652543ec1e0eb984a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61db8699ba9f3948d71cf1627c58938a74b18ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0098beeb2c04078d1a86d9731698cfa5a2978990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbe8bfb789a190258712d8e0f10a34ddc072930e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e600d7db65dd73f298e4a76d0d6c5bdfc84a2c39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3251259742e476df838b211c2662c42ea0e0ddbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12505dc63e14a0d330dd3864a11273ff9cb8ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9bea89c3c5c58dc38390092837439c7bdc34288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 84508c8aaecc17363e034fedf99cc11e8422c95c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af006fe51acc753820c204105bfe33c4c74119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From a1b422c0af0f2118d1c8e417fba55f25fd3c34ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 06969ded51ad88838f59fe525aaae8844db0dcc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c01471311dabea269446e26f5cc6f602a5f1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b9f35c6aec8098d5d81ce41064d3ad47f3a256f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 8c5f69cfa8c80b662b2e98ad68a202b64eddd4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21f3324c27211f9cd5d99c62976a5d5ba76f974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 9f04b113797c0d8bcda969e27659ee7f25501c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 65fdfa4bcecf7f1435e03398aa0d47ec6de26451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdc7fce935676fba9dc0b7c4657c8b19142e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 89bdc918ad939e54e433e5d8a1c6054b023235e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 81ea37cfebcc44a50e79c4d8bdf5aaa5773b0bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From c3f1a4970d3d7284824753695f24569c48752b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e3a2a6e7a93ecdd8c438830fd5c2f5da7028dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9083eb292a87830daadb85b58d3144b23b4a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f4229139934430093c4078542b72d893fd0ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8b294cb89883fe0a0db0646bb6ff8864cec3b5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8a96ba44a19e3f5d2f570357ede4883cf6d7aa14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a4e632922e05831889ffeb5de9d0813404bdf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From edc7d53c43b7040b7c6021bce36868a5cbad86b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a70a87932de75c1e9adc119297a844967efe994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a837fd90dfa44f239e693d51fa7830f989983974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4ede1e63be6908b9db51d4659cc18dddaaae0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From ec97524b051f8dc35c4544d6b5a3066a52fa0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 0835592663a8e79190ca47baaeb0ed5920cd2ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From f1e77aabcaed6c07b1a0e917cca7c4b7c3d482e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1111] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d1225c97dcd0dfebafb1a50d6c195075759a7462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732068c15a3872ff23114d4d1ff97540bc0f0a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 39930b2e09a67797c0835cd8bee5323cdaea7be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e0439d2ac9df6e815a746fb49feaa378e920cdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65d626bafc31c591714bde4cf749b9d3add9b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 80bad14d8faa33f8f8de8c4f378f5e6f5d1e08cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0676d816f1fbba69459cce46a9a9a875d56fc40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From bf0e607512461c87a7e01997e69f8feca71465a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 262b33a90c207bff00befa64d602370ff18c88e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b35222365a3fcabdb3fa5fface3851b05b0840a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 5dab8f2454f2f53d54ea2a017b2fcc382ddfd45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a7c075f1113bb25954125b6570d1824c7b762d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a398c98199f6ddeb914dfedf813e71b1df4d6ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccb93d30e831918099c37d9eace04bb32df28ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 9c2d472510832ec624dbe39c8d1f3975f58d02c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1111] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ab166c5b1227e8487408e4fb6d745168c33311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From aaf8a05dcce015be1fded6fd09f509f02a158125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From d90e4adb902e41aff31add0304ea5a0c7b8aadbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 505bea9cd2396655675561d0a97d684b59f15c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 1bb81b410bfe35d9725f233adb8f7cfa0393ae57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 4c4d92113c38c4ef119e0177ff67edf4b76dde3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc34756b0c5b608561367b91427ff5075b4a73cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93e24d20400b7326425dabef1b471200468055d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From eee17f97c8d54b4058ead0a76161be68d2693093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 7d90e8689447a27e8202c037470f93ef440b188f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7499fb7fc171f39cbdde1ea63bef443142201f07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f73a7f8e4ce2e8c75b95f27a9c613ed3a748604b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd13bd3b38c4271c527556d734c77937e3bc207d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 5a4808e08089a2bc206fd6f1f3b91eba6d660806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95b5a933db6f4c3fb6a8eada15eb07cae5225933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e4d31ace9f6ed258852acae5f4f01469346a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bece6e16403566a7c2c4171d26fe555e9b49d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12fd70c6b9735a7bc72d68bb4c6d36f3d6df6a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From b27216b2d53c6718b5b36340187cdc992ccecc14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c59e47be537db309c862cb3a3e1f35adf1851a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 683f9bee5fbb602028eb2d5e515c65d8c6f2456e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c2ad83ea920a1d2ddbf8241cf3eeb57b8996bdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1111] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365787209082f147abbcab5d0b37b7265026e90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ba79af2fa135aa9c495084806c7d02d1aedf2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 696a858fbba638a7af5bb8a2a6d62c804de6f38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 4225acdf4a580144b1cd00627e6a5ef8efc0f3ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100bd79aad3c867bbcc8f031107ca768454f0f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From ec7e731e5676ce8216e9af43699ca94b97efabab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1111] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a755c45a4f1a2b819c9d4012daf27cc66c8123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 35b42b9a6a5b6aecd79e9de9f325dfe8b7c63491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 40327a86f9179114a0961ec19423389f61496a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 54c84febbb89361251d386f05b5a41e9626deef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From ec65c3748e7cb154ad00921874487faf235df828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1111] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59932acf82ce9d49e285bc697e2899969335a6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 540c2b0f1a4fdb46f4f3ac4fe2451db6b45492b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 30f46ea9aa7c3d4067c02fe1e4344f2eea4966a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e141e0dc522a79b7ae4c4efe737214c3d2c44ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672758edb8dcbe4262b6309bf87f186a5ceba32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 9317be3ed7150849be7f67334c75531299e8fc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 707a69972e7a427cf42bfe2f3e0d92207317a925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From deeed1c9542912e2db24d5aed4cf6f37a5c9aac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5425390d1b4f75cd225e73d7d35224e9178f1406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b1e707f2156d46bc20a89417a6cbfed42ab2a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From f76b0e27aec889bca5fa905f4d9e438770a9df68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1111] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 1549f66335d8c2b52061e6a90b9f097cd66c0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1564252ba15667418134c6a81b0045dcf1f7510f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ad61d2dafe970a90ec2955a24f1facca159c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From a0b05818fcb4ec1c6ddf7b7fdb1fa92e0003a7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b40076dd1fcbfc486bcd3f6da28e075bf6ee4e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb28b05eb0193c71ca7510ba4271cb1de50b903c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a954fb037f36206ab788931320c40227b751ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d941ed5377442cd7dd3435abb28788e492dbe4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e62656755453fc87fbf9ea12fb7d06cd293d2a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 977933dee5064ae7f414bd689d0705d2112dbae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From a848e9bb427052f2d53e7ed5f36e8f9a1c537ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb344b954df3e8092a2ee1df2ebd6a2254a8d0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92bfca26b5ec69bdc0af82a2c34a5bd6180dd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From f99586ef2b324e2c62d7137767235d6bf0359ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3bc8d11e64d1dfb1c1da1eefe3ec0f567115f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57b0e87ea0766e4fc29d09f912e98631784be742 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53db446136eda728da28c915d5e5a6d994971f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4584e3875bcd225622d86c87d9aee92e704d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdf0ee32a152936b49aa6fba2986a3525c30d32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cac66071927bf6b3224bb9b9204b8e19cd4d0ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40230a63fb0afa691e39edb0dc86fd28eb6bff35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93326acd876255001ee010c9e82fa058631f3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b6302f1cdc1d45ef846d5775527ee17a830d1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab7245f00bd593b820c4f00d78e52eee547af53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7a68cfa0b1363cf9834bc948cb69c899ccecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd9a1382c48a8b9991a7034220dd0f907e2cc37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 6063be92e3b52a4f5b6be2bbe2e616b44719d16f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1111] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c5509555f2ebf543017a7d28b1511a7e001e5bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1111] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c537315d4e2b3579920e351116c4cdd93df9a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From e6459878ae96248ca0668c4e9ee49318bceebe30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 103d072d9427ecd88e628ad1cba051638e92eedc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7963150f93e9f6df9b710ddaff8e72725b692b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 45de17b8bd46c784cf7169909a053a2d5ce7463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1111] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15f0e30ee0a25d25c65594a00c01f2a3b9a72c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d6988c5cd7cd84b5eece51a51f22292e79351291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c3b84ecf751d027127ab4365a3c9fdbada6ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 266773f35ca5a1bd0344f128e03c250f9bf30945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74d0678c1c2d9de56dde94bc0ab761f1f666a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ce67d8d523c364ac7c110a3fc1d90d39defce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d22236c8f69c14e4a7a1ed1931eeeb7d7f1d83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a203ff8bef5a154d8931a6d16a2b700f3d64ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8a15939f67efa89a7cb22d6ce181328441b4b688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 5d003ed8e1fcf8c3b25aa6029d9871609b8ae727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1111] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From f62e762fa9a813e171c0f4d89b0877f32e2f25b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1111] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ecbf2f8b40378a7131f65d96b06646ec30630d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 5490e9e2c4544de3d396426445efcf35d0378dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 96b4a2ebf8b03ac1376c1ede0a214bfb82779d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb7ff709699ecc48b33adb5755290e5f68fec716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From cb065aff9b9aedce2bfb7c7facf9f13455697e71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1111] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90c174ba22f5c5228baa55b9cfe721eaba432a80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 59f14135404ebd4018fce8a7bcdd71ac7bd5c714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 86eaf4f89817658381c5333193b86df42cbe55e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2fd718d61676d8549d03b678848fc1be973fac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534a5fe5a12de6e2d095f75e39af64bfd6f2cf85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 21ada6ea261256fbfc56710960c1f85f0596062b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 715a52f94b4b3089269d548860b05d8948944511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 87d739e67f268daf5c2dc4a580411e9cc97bfc21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f7fcb0433d492385e5cd268de2dc41f093f12ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da26017f791ba7a9f1fd15d056bfa15a2a08ffb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25dddc01a73c1b678ab04daeee6b6d6596f1b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e38253a4215f1d303707ff531c84c9b21e23e88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26b321c5d634e0e9fdd039d94e4901de00278fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb045ddcf5f66400c9fcd1f1551bca3dc9752a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db49479463e51bad85a170a42248db17991d3e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1111] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d828d647594fe287160753e887dd4798504ee869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 4ad2b08cbac05dd81dab63e1200e5ce733caf1d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 4666893b76ffd7c94931f7de5d684c22aebb9e51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1d0417996a678dd65fe851886cb092ce6e21ed3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4fc8a65b59411ad7851b62b4e300c395a0e290ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 85796a10b03341fe29852f7b992548cf54cbfc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39b4afaa50de92e5bbafd67033959ffd0b930d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4873f1c268e5002bf56819f326c763a887fd23c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ffcf8914380edb57bc1880b5b46aa38c70c15ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d4237fee182dbde038a186fa95fba529427885d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81df040bc31e54ab7a6b9788777e7de135f635c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1111] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc978a9bcee4d7ce1f441dd45db9c41d093ee78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 10594b2006f867976765fbeaf7803dfab24e78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9560dacfb377fcc4cb826f48d8f64ab26efd679b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 444078af652677cd79066949ea9ff4a70e0c292e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65eb01da35ca5e5aa23699b0c1b9518659e605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 4b30605768c9ecc7948c63ea82f7c9a327ad9c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 7b7f0db31c29592a827253d873980e185c39ecd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1111] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 832b4e8a265509c8200c53f94be274e22750ae4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455ed466faa4b8aa426ba8d7e9674ca5e5c024f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576559ffd5fe946f3663a12a2fcd5aebe56e41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 3b02f6c968584c0b2b2c227f80e1e1acc1e0a7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c584895f099badd0f80545d38568e99919cbc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1111] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 01f87e724d5cb6a2e431d74a6c0e436dd1b61837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54fc0062240b292543505dd5042228e0ef350b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5951c49eea685ce71b431703df4406149ca6be12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6d2df2e180bfdcc8a79b2d4394b9c9cb3e37fe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 65f77a5227afc349b6c98e65a6316f8cc5b1041c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b49f4ee479c9aebfb62dd9d1a5b7e9dfff325ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1111] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From dd169f9457b91b50709ee72161e3569813d093bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db27bd1811e31aca0b46f6d48cb67c7881fa64d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2717fc209299859adbdc352a196f52f78d4c3476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c05bcd8503a282abe017d74828fbd7ce2f9b2ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30fd0ce001df7b5683ad94b85ae3b73d90f0d4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dab464106c7d8929ff79b9f60729041c277ba18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6e86536f68b9867dfe2735850c8d1abcfed9bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c9f46472c1d5e357a5607b6a0de53cd15a21dbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09225debf6ed1839a1b1c00ceb1487ef1105971a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From f8caba48a0593896d2b69b232d9b90e94a595027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df56dabbdde62119998b0cec2733be2ec6864d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4a7d36c7041ad55354c3a6777358f1d52045f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4cd20b7d25af2942021b2d6b664aba867e90a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From ddeeea3a5eefeec6662a7b172d7683dd34fedafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 89005f5ce69f402de509d837cdbb6806972d5eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 584de96454a2046abdd71aaaec2203b863aeaa1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From fca236cab5d5ea05c8ad19514d5e4bd55b043241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e45faad39b30e60a4e37d8fb8784c8c71b53ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From ff0843038cc98b7c2c2c544eee1c6f2972f95dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2815552f58bd10e4bde5deb0681a25ea8e0ac0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4826a1552d6e43ebf08077b70e434c943327d4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1111] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b047dd77e86255e4d03450c7113a3661ff242b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From bf801d7f57f8bea4ca9f3710826bb09fd5c48135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fdcc6dd453ef168314795b4a84276ba85b7ea44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b716cb8b0cf41db3fb5d177c1cf317a04f91300d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 89befe56c459c8034e8e69ab13259c9530ecb800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 752a4e4bb8e653d55c87519e4593671fc9985b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 7b6fdce1189dc8ca61aebcd745d3597bfcedbe65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88534fc3ff828db0fa7e4ee7f76e8f7f1660922b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f426623912e9b3222162bd66c6b05fbc59cfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b37958e53f14255e4ddf6d1a728840817f1dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From d32cf4774fa25ad7b93a6de7698291353b58755e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1111] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ab2b3399f976f06c127ce4d72e66061d8875f8bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3df026c4b2674c29f4a1b6d80820ab02531bc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbd557be19cb327909dae431ccef303174042976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ae68805d69c390870a5e97540d1d0d37a9537c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 2c85ba665aecfcc41d31cce0bf8e6dc4b9d1a964 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76606758400961c2d51d80155dc495bea7724074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 1ac78b2557b723ba5f9bb61ac524b215533478e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ee20f5a8e73d378a21a91fee94525356e5d6ad68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d2fecaec1b2e9fb6b8adef0df84572ed4f909ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd6c8ddb66e45802cdde92931096e3f1235b0d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13272b8fa5e2b971564f19f76c39ec1ec71a274b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 75e7b647dd9e584ba3d4401388bd54afc1b93ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c268dab438e5b8da5685a5f07094cdff58ba49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 7afe9f3697ee2022d9d2b124a658532517782aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38318849ba1161a8167b4189f004c3e5017df8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b5c07c3826302412746376b9efe0ce53b5f9ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From cdfd94bc864a73f8733c30123ba10c115bb88df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1111] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 955c6c5255389055287621af7d2fe1e4f48c58e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 2e3884fd9b60d67b7afa527f1180fe16192d77c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From a255f79ac5f1f6eeb3074771cf46cf12d1bdf574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 699c20819127a7acd0a1afdb9de5dc0c7af1dc79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f554006bc6d6f553307c2710ad1e76a08a8c13b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1111] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 1cdf1d3203569b7294c4a9a1c4e0f3e6edb461a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1111] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 86790dc22da770e998d743e62528ac9a91585ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 564e7978b084f6071fb857c7545fd0fab8d62b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 129ba554a678aa06ad7a67d7952c9708b8f3d2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From fd191db2c9d6744448a0407fa70930a3e3bca7f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1111] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 996c0b4264b62e93321a028da6998a303a7a41bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1111] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From da95559cc26a299a117aab5114fe1100f73aba1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 4f069465d9d5db6707e2224b5ce170bc0fb7b797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 9e29df577d85a386ef78321ea2aa22176bb4be61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 1641e88f5b25d58e39d1f246c815d42a7fc9740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1111] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From fbc9f9af6f89164261b3de540c0eeb7f4fe5a3aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1111] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d0183295fca8b7b96ca73ca7b7e4d8e20c9aeb18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 73cce03116f5f2c78c5ec5dccc072067f83f68a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From b261e8a7e3dbfb9172920ea4b925fe595104760e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From fe4ae7a333cb21b6e7402687d82c89054d1ef873 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1654a3d9a67faf3d7dc81947378713f5c70a884e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1111] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ea8675052f68326621ec3e9d636c87a0e0e4c6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 8d342f73aea7e7b0253ad291b85beaf48593ca4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From e4f81fac14da87298779a065992400a0d714d668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 0c61138716aa4c1baba8d3fdbcb161fa54477886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 0a6676ad3caa209fe14991510db75ca2764556b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1111] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 8d4ada6bc20896f96baecb226a232c9d5efd973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1111] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From fd9f37fcd2094a204c0dcb9073da1e89b5ec8943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 68195dd7d1e6682a47d53a763d39545e7fa1cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From a3c5753f0c91878393c4344a7dc1cd32605d5973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 542fb54f2546b3b40024339a02120c26d7b9f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 804c50a75138ae6e7ed5372dde662d3ad98c1b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1111] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 4faa1bd332b143bfe6552f6f9e88eee0b0b56f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1111] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 955c3ceb16495de5d23328185279856677126789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 7034cf31580f9a7fd01b9dd98bf69d387c03fcbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4653cf6b531104e28bcd7d6978ac03cb848fb830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3e9f75c07df892d3c6b4bd882e5c04cf40ccbf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1111] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From d514b7bb57344ef6eac397fbfb8eb689c8c03547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1111] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 82c0ff056066b5ca4e62bc4d60aa8a3106d01b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From e20e2c135bad3db0c99f7662a789e3d3842c85fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 11d90053c53b8b3a78d39ecf8b34fbdfecbf46e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From c2e2bb914dccd0b6195747742a85ad5099298d79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From f495ab6d891eb836a4142c97543e76d0d875529b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1111] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From e678a6b8bc64ae22b59858f9f5de8f59e8fb1f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1111] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6e3f9d3eb3c321e442b3c85309509568c9fd831c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c34a4c9880ab0315ed3ff4442fc345568afc8e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 3c318a40bd9e25b7e5b62cb61c708cd64be9c54d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From c2a1849bcd2fb8f184a3a1150cb35f5390672af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1111] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From fe072610596de84e263333364a04f1552c79e150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1111] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 5c80bae4fe5fc2a7af4ca3903353e6876e96fffa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 1e98618b0d235bce88ed93d3d4573169db45cd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 7f5af73fd41ff784b89af6e2a1b60c0b4e0e33fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From b3cf4f753c8e6e5a69949beb0ed041c316e29372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1111] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 98464bec2013d4b5c61faf299d55a90cd26f4658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1111] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7cde6a4cdf7b0896ffd0dd48cee6fedd74ce6faa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 0172733abbd0629a36326a6bd1c9caa4f7da8686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From c4f7d0409a92bc7c434764800afdc3a7830d4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From a0033e2669afc06360bf941d951cf3f4b42e9432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1111] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From e4e6c09567e1b4acaa771378ca6b8c262d550249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1111] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From e6d4a850eceb8bd54157e01fa7b2d3a8cc76045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 234b289fa22698ff0bb15d4ef923294812125a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 74db8941cee29efd81bc2e0705bbffbb0f0ccb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From cae1809f4098a38745580d973960ddb5c13c048a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8e477ef68c91b466110da2f98c9b05b4eac911ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e318f9f03cf392dd56702fd43c5eda658fda42a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 38de06aa9f9791ca48efe49b17c8652f96908aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 24dc2e6649a6b486589e5193eb9f175fb55f40b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 531bef471b51fb8fea789f3c34e3b62eb49ad133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 76322d015c9b9506e3ee073afd68f06f4f9ec7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 06c7c9968c735ff5b56a4c365e19841b329a9ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 1413eca7bb41fc1918915acb5900d6dbf772c6b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 9a0afb81fe2362472bd90d6968270ce9bfb4a8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 5efc34bb23162ace571ae033989f0f9efe2eca77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From a973f8002ff1aab3d866ece80aaed899300a254d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 45467bed1390421289d176a486bfab08cf76ef25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0a78a95bdee1780528288f4e91b85b1a5424a223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d3ee256fa309569d58d85e2fe5831a13ff5577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e5e0c0c7910af06607b8ddca8280529306434d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ab778c5ef24696175c6d10a09ef2971b88c8f042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 5e365cf098b2f8ad849e5cc2486e579410acc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From b28b6f89e6f8a0efa6ce896c216b8ac9b0dfc3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 1a4e727d64465ce135b44ba049a590cdbcb1b542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 434791d39ca3bf2bf904ad3ea7ce42d25a3a568c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 01f58655d0b1ac6133681080423a36d61168488e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 8559e2cada70403bdb59d2c4399875bba8557760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2c43436c4fc075de5e21587c5abde656615ee959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 3c76d0b01e7397d292633e915307027251767ef2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 37bdec6686911d37aa76404460f4cfc3e56f3771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From e833b8e9d8d6219cfbe19e7a9ce8c33999075f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 7dc6b8c65c4e4f2942c57d1fbfd2a1435f47fd30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f7ba2b016742e562a409f92fdaef64e1417fd3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 112bb6b188b140570f8121759bdce45cd67aaa4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ee43abdd78fefeb8a136f899a90bb980e9b9b1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 89d48124d3eec9344026950e747682d0489e3ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 1ea3bfdb9037bf8202b4c5172647d62c6bdb6d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From e7d480f3f5add8610221635c3e50eb05d83c2647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 05b43d2c285db6b0bb288975280ae75cf586ec0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From c21394e981a43cf8b6dbf0a0244aae5452c3f05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 5402e171a2e11dd03a44d04554d1b82a424c29c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From b7285a6156faa59cdee477d7110fd71f0e61f8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9e8f2199e66a84be1bea58fefd1118806bb753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 856c0059b5ff41f65ee7b407b2f3c2a9900f1bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From f1a7b1583fe054d1d0032e1ffc0cdbbd08d356d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d6b7e82ca9cfb6a06e8b77623e48aba73a4e7717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From e1f56c9b5814dc890589904a8523fa6606c0a930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 9cda1ef46f7f5d2d2f6040a9025075453dbea21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 540226e3068c2ed21c8ecccd6750e2b16ceeedbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e0790005a72c7d19d81065e873f8f2b8aac83ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1111] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 62ced0220fa62fefd9e9676310f40314b34ba260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 61eae43fe33b102e464d6c4fac6e33cf9a66f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 35961acbec98390d0e410db92a8d794fd941cfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 8b020d0aaf5789923d64971fb85006f314c81b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 7821e138ca7b09a647fa8f37b27f907ffffd2590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 05025868b9cb03618d2ecb9778d4bca5c2d4e892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 68b0a66a1798965ca8ac22dcc5e4a9b1e192cded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From d318f59ef10a49186ef3a577b211d98959046fdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From ee608fde2140b7a12556f4584bf85a55adb94038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From db7acf306c3c33e5b134760d4312c0c3070a0cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b1018a85d915af0c182ecc361cb22b7f244c12c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 81dd54317f6f8cb6d5dc70ceee244a59c66c6fb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] glade: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From 3e4d5ed2ade2eb497871fade49e426a6b882f747 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From ae63bf4355acd0fb5f6267c8e3bd6d79600fe5a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From ae91028439b1a7d54883928c3d9b8883f8a5bfc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From 384d1e0cbcdfd91fa33342d9b888b3a3a40d32e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 96cdd7da59266c88d776a5642347a17fe459ad62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 58e1e1e5ff1783a073a0546a8b5cba21d24dc67d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From fc905b9e0986b9f2caf66e24e8266d3e3c3e7b9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From f6391e280cc5330dd7f9465ad38129c533eaa7d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 24cc466bd9690ba4069d1b0eee5ef25e64c62781 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 7134b7063f3a1bb571ff1e82a9e800d3d52530d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 4621ea067b2ff9427c36e3a93afd8f17ae983204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From c4dc49d51ca56cddcc31ef35a7448c1aee707e1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 55b5f31753604e9baac5afe2faeb31994b72dbbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 388c2d83a4936972603d7b4726c9ab4d8af1886c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 9f1f1a159658b25b695d009a5fb10202f7e293f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 6917b15345b0e92cd13525513ead7a1326849650 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From caf967b886d3e7e84fadab9ebbd19eb602423f77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 72fdc8c45bfac79ed2dd7e820d69768fc592d8ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 4c320ba1d81cd787ab175f63068369316be69ce7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From fc35e4cadac3d0c722589daade177a2fac73cd3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 465c6fdd5e45b65b1750c3977f07a308ca3eebe3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 185b84dde687ab5919bedca6f08482546b69e808 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 6d3d9d77842d0e38fba56132ef5f1e573b9c51bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 0b7ba778a6bf281ead3ef94f27da0bea510f3c23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From a2a68d1cfdde0395a6197b1795c971fe1f787100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From a0d6f4e33ae2b549a057f4ae99007777defe1a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 0209a982dd2c3834cd1b22eae5addcb9c7e9b6eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1111] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From f07a79a76d39a4a64b5ba6fcf52463ab4182acc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From eb013425b5f8808e7b1e033328f8d75374fe7b2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From f6b47d72448eeaa827f273623de52cf493f78d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 9972f30de1a4303f128d0d2d702ef3eed0ef4aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 125849d99b581f896c50120df4222741d338c636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From a53fe1608695d5f597301453419c7095b555d33e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From b478d9086222b88a4a2e59d33e11e74c87b49dca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From dcdddf4ce2f894baf1086ab88b14b6601d9b38cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From bc55080b60f2b8b6eeeeef34b5f39d8c22e63d5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From a2c62016d80684483b1e2d7a76fc816bfadf7c35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 7bfc4f622fe646d9d89048e8184580c5aabd748c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From ba511ab76ee346a56904b00318a1985b37ec25ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 17407287a72223d6a817dde3977550c67086c0ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From ef61f52dee78f3a2831aeb06da3cdf4fc798194e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From d3b42bd936c4e2a30482d168e1b152f75a477ecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From d7c8dd2996a7315ec3433129959c31eb4d816775 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From d7f547f0e6bd7745246b349baa18a850de668927 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From ac2fdb85084c3c193d85baf0e6b7e9a6270557bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 7a7891cb0e26447de3bb1d0a475340b7f0d86edf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From eedfd9d369d8fc1abadb30f9cbb24863af4d9cfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 70a01f8277d11f96c685e5871ca12af758d142c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 252df851d19979034730f3296d24d939bd1fe8b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 68737b3fa99423ca9e4ef879601313609459425c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 736f8589e4cb52b024416538da1096c83258098e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 6d46bb3af69337c8f5827f9a52588012fc827daa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From ac653771aaaed27568ce8c7f002cf3a7e084cac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1111] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From b428a4431ff4cdb68292c3520e410d4ad758d366 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From d8789a352e61ead63e8d86a3998cf71c08610f1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 20578401a626e5661099d001835b657aaf04bcd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From 37e0a454a1521f1426b87ed6899743c40925bba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 64fd15d0e9100960928bf50ca58c9d4941374e12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 011f52df9df6e8ecd25f649c9482cb1179756c49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 90b9b6a2961c00a7bccbda4f08b2cf33c6d84e43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 9b9c9cfceb1afac1a82612ebf6407847bc3e6245 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From e4160c892922de2839be26107e319d843d201729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 066812a505761a69fb52bafd10680f5d4083ea10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab8a5958b64c64d9f46172a5e78fe17116baff78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From f0c0f66617cb950c8b500d75cf35011b6429d62f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5469488cdd0a31066d6cf7aa99364942443daa15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 7ad5c000ff21a976d6dbfc5bd1515f1954e7891e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From e8baf2b7d3fbc768dd91c1ed58ff0ca0a5618e87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 835011ab4e26ad42ecf2f6d837b0c4c50465e465 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From a04288a588f726a720b4a2ee547519a06ddb4cbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 0a60b5ffc114a89d152d29b15163acc381fde710 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 23e90c1418ad796292e67e97514b3d363b65f58f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 1d626df882e75dfd1ce082d933c4cb01e0f56267 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From ca12653739bb1966ac6bdf77190779c2b68b1199 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 2829502cacca49918cc08bedb9b1b54e1f1d5d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 74f51c023656ac11ceef071ba273fa5bcd83df0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From ed48ee4a5d728d5bfe2cc8dbedd626462a3c06b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 1a8ac7cbe33a5080c658cfd7cf6eef519a1ba1df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 8b7ebd93be16a022556cf7702eada28af2792047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From beacb0ac92b26860e93718c6beaac0e65b530f86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 1a82fcc43c873814d87d269f79ccd10fa11395d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From e916f1091da01f0090bc92bc880b859b6d69c491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 40d28a5dea2718e1aa6178cefb69b0b7889640b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 7dc9a18eea0a04904449d4c1408834c5c3408d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe03187869b06163e02077f3c53aebbc69921a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From a87a424d49f7f28b4540a235f691ab12896dc909 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From d105b01c993c4dd461e1c8d01968fb22fa4e85d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 5dd44836c8b3f8c8b86c93cebbb444be58ea7e8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From d31e037c68a79aee9e82cf673ed66bbbe66cd2de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 47429d65a9f0b4d7aae05a55f718c71a25daf3af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 3b4547d1199441460c685e4089666d8bd85a81bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 2cf4fcec3b2624f03f6fd03a3e92731f93c71410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 845d9543a5523201834d47ba91a9eea137925bf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From e97e3718162f5e44637ee501290d40ce1bfac2c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 75d1899cf88365e0a151f554a70aa13d009a137c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea1f113c532c6377193f912cfb0d2346ecba845f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 3a522f8df3039b72f67b444c1c762fb7edd4c2f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9c3a605036e69bae7d26800e1705b6ca2b16ab27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 921e703aa61377187dccaf7524cfd242b619fd7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 103c4e2070240949dadb49ddc244aa4dd0d851cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 53fab1df9ebf59eeef036f78577b242a9df550d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 246683afc8f70c81192aaa338624cdea9bb84a79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 2b867a99cd64b6f79a81f084cb2852135c4a9310 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c99b36bb9919e2957c4904a5fd201719c04138c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 00ed9c56a377b7070c902e9f370c3d10bc0974e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From c3072f525f2406c67a62abd78fde15ce789322bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 610748386a43f2a7bf204827982bcd6ae17c428e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 61fe08b6e8d59d91f53a6e2cf33324b1525fa958 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b17c8dad62bfdf62f961fbca5a660d0ea7adcd71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bfe454069daf7b24bd1064fa5ec75e9135e94bcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From afa1f97425ce3ad238691283e6b5d05f40965f3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 7ee37eb113972973de05df12149389fc76b6051b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 84e511f423b725a5be14c5afcf166c16fe2bcf74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c175d6c39fdd8cb8cc8cbe622bdf7848eee59917 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 31840831628b75188ed7c0a8bdfb057559b3e6c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From fc7177086418eaa1c2f0ddb85f16fe8ea24203f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a9b16ba5961d979697a50c27989456c4b5c2632a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 5db9221b8b0412931e0544996f41bde674cae4bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3c021e91080e7d01e69610043033d271c7383de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From ea02e1a216e196a920b4ef69eb031c42e4a24963 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From df7518a9bf8efc76aa0ee121e9ef2ab4c8f5553a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 2b804fcbe97481681c1798374ad6b26e61eab855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 42a74c1016da28fa1525290c5107f2e7cfff1727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1e99494c9a531d5c9ef0df6315b08337906e3989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 94ee399f4d5cbcd76cfef6441be5e63e16a0c805 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From b68617c101811c6aa51e6a28ca8cf3d81b40a8d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 84f768b07f07a5a10c613e490558d95eebee799c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 738b3d767be6b2948c71ed007f2560cc6f43ca17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 703efeb1520711a6294f796212bb330fecdf9187 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ddef3ff3eefec4c823d9f87082f13475f5452bde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From d4fef661012ddfa2b259925de0b0993fd066b54b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From de3671ea300d8b95452a6c59eab34d99780584b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From ea6a675efa256b3f7edf73afcee35cf80ea4931b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From 518301f8dde4f88841d9d282406be433f4c58f38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From a9a4494ecd4fe582729687f18f7633062449d9ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ff2f33af5e8da724132172bfe736fbd300dcc3f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 041ea57335da4ae61805154768adb8e5c4ac612d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4eb7e880bdf984f5d440277b536b953cc85ab913 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From a002526f476e580907a50a27ec4a666409ff8331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cbceb34facb43906fb4f7204e6fc41870dba51eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From 8c348aeb4ac79c33070317b5b8bf50401943dd67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From f25503657a35fbc5379c27ba50c54a3a3d580dba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 15c0dc229226a789dba2fd7c77e2205dd23c0330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8e972062c9e183832f6d8eafbd5cac3eb5968eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 971c3d4413327ab9553c2ae3b484a43ad0deb5d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e7e5d0b3ea45a1f2a373d1597dbdf8681185c60b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5e229c83dd2bdd48648f7f05163b13fc37fcaef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5a1e0d94fd3c2b135e751d4157c93b86474088df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From aad4714213097a9dfe2a5d2573c27377015d1b42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 245705257b8860b6a862dbde997a8bd1dd67a6a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From dc4ab1d5576a94208ef8b12afbed383e9aa4c419 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3c637bcd8b75265200c1eb48236fbf54c4cf4ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From f450acc1acb6aa18d2f22105f770773059404a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 420db40ac4e310bfc277ca0e152dc10328f00a86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e5ff797a90975d3616fb3b0c2be799d347d0580f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 1762bc63a7b6a83148c2a24f4a00edd4eebeafde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 07da1d9367a5fbb6a93e9851b95f15d86e31eb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From e2a8dd6ad832e6520b13f2eea2744f6828406aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From f7f9a7670453fe695b6ba49714672f9a03c79cd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 8425b3046fcefab510bfaf62b3e05fb8fffe68db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b6820b52c45b557b74fbab21eba724bda9be2674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From f7b9fdac14edb58f2dcffca508123a24550d7cf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From e66db640738ed2583a3aaace75c6e37aa475d334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ee7fe854f3b985a1db86b5e2b2063dbfd36da8ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b803e02b6ddd0a1de737ca1b5234ff27efb52b72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 3213cf35aded7d45730709fce2da023e3c59d1bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 548c1c324f21d9d23eb09647eb8fbdaa5ff68613 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 67a1062c58b8d83d2591b62bd1364c4a5c24bf0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e35f57fef2c2dde22370bea7b7aa76b5936b7d70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ab5db248a47562443b0c1caca0902e5382e6ab70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a8cb2be0562a1e23dee3dbc465e44765b343e60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb6bc21223acb3ee5b8f99944c900cc03c1da114 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 7b75c0180a9a980d6f52fe9731dcd6855ed369f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d61c4da872f07b190f8fb5fa39694cd3bc5522c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e3f01e3af141d16a00255b8a59d1b1d460e658d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3d203ce745bf7f479b23d2774ba3a257f3c1336 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62875266f51a632b6266b937de7b2ba31bf26d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8068b360714496fac697167d2ae6b0a8c2567823 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6cd967146e7e55d3ab0e1f5dfc82baa179515fa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4b739a73508481b2423d3be2aa6d584cef2b727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb85832b3489a9fbf778e73d080f650f91e04183 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b68e50051fb8cda3c303e05beea5482c3fa3545 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a25f734b29a7b67d81d106d7191544134b8887e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c76ea5ab89c697cba06600d93808801bd03b9d65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee1773b2b187c117b9b73defcba20cdc102adb99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 86a91f311c96382da1cff1a0b5dca24eba1f69e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02f19653ce12ee4f72c815fe5bdd98d91e3f258a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cef89f209d3fac1c433458b2537518d9c290da1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a59817bf445945a109f865968b7c8f768dfa69b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From c3390b13fcc0710d46ab68c33dc184e3514fe736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4d34efe0ec62b450ead66595ad0f94aea1b5f5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d75c9530067e5907455486a843c0543f7ba332de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8661e1727ce21a7603a910b023cd0bb960283362 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 91667071ab82c29ed5d6c2e4ff1e71fd1d94bbd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2076c1cd50a14ccf0c7202b9d48d3fb0059269a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 6535478eac4aa12761266bfa2e08b942252ba884 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c46da21696eac51f4124bafc86e13f08a5c2d694 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07d19587050f5a94a22c6927b560710bfd583bf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 1e6dbb5dbcb86578e6a3b011852306362c4219d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From d817b41f024b5307e3eda14a33de36cdf10c4540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdeb26fbea83616e33a5890a64aeb03542e2e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2ddc71ebde05b8b297d2e5fdcb99b270d8aff19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4012148ddfd880fed2106a719e6a963c5d7d7da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0cf0b745455e39cf80c167f9d4edd67445329ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 401f4594a7ee9695333206d9303c954bcbbb66cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a82529b825dc9e7509c5d63755ef0837e89e4767 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 5b86768175fe3d496b2c274b8645a02838a45735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c260e0a363492f2bb4a4bd0a8171904c1935fc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d45b721df43ef6224fc1da5212c8f0bb5e6cad3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcdafae5cb043d98b5927b29fc38ae51244df146 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 74393c5a06626c8be126fb27cc1dc7d5c8b7dc67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 8d728667a93eb44bd3ff0a359afb7c4c93086579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eede9a35091ce01316af3b5863e23398cfc61d2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b75e026d7de15d5677db3d5a740da402871d1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b604821ad63a7efbedac652edc379494c6456fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7674c7e2925415a8d54d2564c4915a3025b46fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10b864712da481c8a0e848b4586c397d4d54585c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 613ec517520c0f41560f044f235e2cfd4d7e9794 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From d5956625ccea0fa0d893125fe50a714d5d901783 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29ccd897bdbb7c5087525bcd1d6537f64e35b6bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 54afb14127399651ed1e28dfdd6655429bf1dfa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32d436e2a208f7b65d2fbf49a7f8c0d3f78042a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10f393a69522f0b402f274f64a30aeb89fad1531 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From c42ccea7aff61ade3291dd671fa2af52a400fe57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2839a798c7a15acea8861d53775d72065c607999 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ffda1c6d895d513baf30f0e51821d834c98f3b0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a6a1a2f9703604a54b55d8aef7de0f3d9f54fc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f723da519c6a509df402918f7156522a0d9e84dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee3982c819350afaecb75661cb4cc4bae5bc718f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5676802989ff43726f6308034d5161dad4ebc1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 569e9c2974dbc637975f01967df5e9e792006fdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 62b44203745d8ba90b8844e13c81c999cbcfc209 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1363a9263ec1fec1d31e885bc3061f3a4b4514b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c35923374fbb4254e88248f270d4c5ff108b9223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d2337884f90cd37f189c56ffb81d52fbfba6b39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From af031e36939ef76b61a418953cf3e1b3228d7db2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From a20d7f55b52567b9752feee83befea3948b30125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c1b6a10e1b7f03799bed42bd44c7e7c2c181539 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbd66a48ffee791dd6e8e07b97cf0320d9b408f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3922c5da93dd4bc0ec0570a4e80542e569a2536 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 7464f695d42711ed8dc3b374c9f95915d5bccf38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 94d7155e7d6c08192777b5d251c86b7d77593162 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ea2ea8ff33075287cda913acc9af89a56db81da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ebea1a13ad95f00c0ab643ef08035529a04c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 9089e31cdbc042a606fe5156ae51dad70c5d5f2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From e385bb85971f9d58692758adb3520d63b1b7b58f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3138eff8d7ed46799f143772fe3c144f22f4525a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From d666e6840ca362ddf236943083236aa5459ce529 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8f1aa19dc5c8bec3aaae7ad4443984eb4586bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 37b15ba5c2d4fd029e43e9767e503095439ea500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 6e21aaefea81e37d9c51e58dc63a92bd2941258e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e4a435fd0180550f5e89d56d29e7212b1a2aa60d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3ab7af0a3f9f33e96af76d0a4180402b24171688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 46b8ed9a636f20117378c883f604cbde5021ed67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f705e7407bc14b1cbd3252ca51647618bb9012fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 404d983172dea6760e5cb87685f40ab971b7bd9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 168e1dd5a297be1675acc31fb2db76b87a0b0618 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 7f135571baf580ebc9b6455c230603906e56de11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a35f6e8730922e2690bfe38240c9442506c44a45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3acd8db35999abe18f0fc7dbc9cefb8eb8a28ed0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 421d712a84c75993417e9d5324a0f6e5e4c248e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From a45e6ed234e11f7d26a0ff4cfbe101b43f231fc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From d9799dd21d92c3d246829482b68e45e960a25ef5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd029c80aa2ac1048387429c8eaf1e594763e9d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98e6b66ac0efd9e0c7b3c4b649bf92515792781b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8686b803c1d5d02c30400178931baabe6ed85d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a12b2f0f4ba5abfdb3a32dd524d9a62cf9d4b40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b43f84ef0f95348d5d61a55efe29d6061a8d35c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaf02dd22a60310338fa31ed116d00943fbcbcdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8e059955256b33a244cf3bcf3044f6ab87afb4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f71176d04c304ddd71c8eacf4f6f5801007eb67d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 4fb783618d9f014a681134438d589847226616a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ee39e4028b911ed4af27bc8ebdb86dad2464d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4564fc9e5dc169600dc990050636417daf2c4d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dfee1835900ba53c524dfa6b589236eb6fd67a5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6c0f450c1d7700083770d812c9bc94eb7d83a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60ce69f53e1a093826b03d652b956a5d631e75e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 585713fcfd906b2563abcc01f77cb6d1c17ab803 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8463aa6a6b48c9211c328f0d6ae4356291d0a8df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2072bc635c290b7f33b67178d0fcfa09f3230e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From af4e7d09c6dfb2a445c7eaea279c34835c01b25c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 816f93767d0f33850e08cb3a5418e45e420ac938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 398fc8d2bd6aabdb8660a53312176c7d7fe7ceae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22758eb593f9f29fddf6351c6662e8d3cec26ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09a8726bae4abc72d108131b8323ed2eadc5098a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38504a389170ce66d3447be342caf3f8d23b713b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 5084d07a7488bc70c396f0dde0b001129155663c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86ce943d696fcdbebd144f4c1e839075338f9be3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad0e30562ea844694561ad92e635437a1243b228 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 37d38b7a221da65ca5876a69014d5f272759f292 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ace8f43c00a9ab49f2a76fa9e08c54526274e13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c97e81cfaf8614acf600fcf8be1b5ad81450f171 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 9add506478e6076bca28ee6db078029be6423668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f3205f3cfe579532c93b4c48d71eb7231311b17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99a0d784c3451a7704c6f0f05d39b204b3988c76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 770eac8f1f2a1b15d2918ae2fd617a4cf9ee23a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b33b19d752a652df2649e48192d7f678cf32df11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26e40767ebf585f6dbc0c09b24fe68f04b6ab47a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From c7f103ed61f93037248845b55fe2f73c67367604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bffec043d1fc5397e2dfe054986e1f4a4906f6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 473d4ac7f516628b0d0d5d270fa1a7b47517046e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c75d732eb59a2744f6fa97a842d5dd02cbfd70e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 8c3899a495249357d346988c6a8f938bab6b480f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f5403da04db159de6b6fd93a5027a301157cba2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 4e0321b2d48ca0988cc2dd88c5f5ec10f409df3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9bdab2d139e6b0414285f18067bc117a3da6add Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d428dbb38cd6ebfb69ec1a74c0b048209321d55e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 836234a2aaf83fb1f5729b664c3aac1c3013e3b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 34b63f4b6a2a8eac9534c810f7c32416276e3e72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From e26019e7e8df6cdefbfd7f8e2cc7dc7fceb6e834 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9eaf389af62c61920dc341690b8b2c9b8f023d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d9329a9728418c8c6670f30fa923f8758b82d624 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 48f3e61c6c83411587dad73839d18c7727e419d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1111] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 305a268409980e8222b33d265a094c9a5007d84e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 718ee63a531ba7fb7565d5782563ee5537ce0ed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d26389d1171a4206f0b560e3164d00181114561 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 490816c78de3f3a09405a465a4b00ca834b3b9ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96d2e2e95f452e7b9fcba400a09c2a71b23ccf75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbaa9dbf23001f4412c45d2e7942c8075d374deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 8accbc9d5103fb2fa8156eff6f4d2cd2a072b638 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 8ed1524870a22f08d0f08b5b97e855f4c78ef8df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8727d73ef7a37397a61b294ad2212dbda959870 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 74a2e8da7ca655b2f5aa1c92063ba0f5c2f8cec9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f9aff5116f593d1200c9be7179e7e46eae16dc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c25a522519457607c824e5fa326fd45e0b4c670d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 9c29968f69570cc57b685a3ab4ac0b75c9097251 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b5e968e2fbc7d52982cd17766d3d684ea4b63c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From ba38d25eeba08ac81ea2e6edc28c8536c4a8ef26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2977d418f8a3dc6984e6b4910ca5f8df717de5e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c5d1718fa657e715ef3933d65473d06deae8338 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb225510cd5b3c22ec9e04e329bd9ad9837c68b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6841e01b2fec2e3f371b4347df14ffa8416c81e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab231540b44cd06b0bf3c235f990a92284009f79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65d759c7d9bd3780d1820900f5d27f9aa6440a2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33f581cbba4f0e38a8c963961556bfec756da2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5a8fe1c1aca6d5403a24f26e294bcbf071c44dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84ba479abdfc2b16118246f684ebde8b8cc83d5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 279358f112250872b14cbdc1d1b29fbdc9e5eb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From ad3845af106e26d06e4053e22631fb313279e2aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3faa3c6e04359e29c782e7806861687b3d8b02f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 7b3d384dc2a0287d4a89eaa3694311dc8af59e00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5597c30a822dbc0f88866155102f38f709a692d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 908f31391510a1dc66c19745a7b980a56e20a124 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 580908836406ba6ea6350db72947230db951eba4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd15119cbe8122e6f38aae1bc348d0ab13685e69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5adbb630f468ffaccc9c3b8e29b39be2bc5dfe4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ea5db803c0fd76d6aa482bbfe68140a722cdff7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42130e4acaee52f4aaa530163298f6af21364043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 655f414df63fe3d8506521219bac7e8b7908ced6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f85fc03c5b11f6f5ebe790a244afa6b8c7b7564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc8ec57149486b76aae824f3714b6f5cc590da76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0a8ad72b84448b289a1904f69d94b8a2c910503 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4bcf8b634aa5be6e8d55a84ef31833452249831 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13f114f2261f0cadccde6897ab43b30fbd7b42e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70237cbb4e0ec35b1b59666922bbbf14ca9fdd13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d527c0e8f2a567772bb007fbb1aabe8cdd7697da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c8e70851a7e53fbc1541eb413d6d4627adcc5c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 819017f014013941491e941f977312000aac3257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c355ea7c202c524706bb974cc06bca2f494c82e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1111] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From b94704bc0d90b1de0d600ebb8045bdbd757761c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 4cd56921e24de77947f7765b4a81cb08507b6f86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75fc4165c809c3b5689464c4eba5871a3382b102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From e557c6ed8635af033ab633df2741d798690b1048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9d1340b148faad3299a0f2c818224e9976c640e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From eda2bc98e892e8da78a99751998ad0b6408e113f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d3d75d462908ff1ede0d182f6cd1ca37cda9b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 36f33fcc5161a042cbccf6bcc4a5a5d303cbf69b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d5ab1ade7855b307bb4ec5e18929ee8a60e788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d391cce5ea84a42ade56b682acba3d5b7669655 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53d8ec783bd7d389d0a068380f366180aacacc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 487a9e8004b4ce994fbd52d861a6810dc9fec9c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From f00d84ae359f88501c308155205259753a85e51f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52c1710cb08c487db615fba8170becc72509ecb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c5300b3fa34a0e5512aacc7185934e13f0e000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14f9a9d7b742479f87e74dee0a393e00ff8bc7e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From a4ad56eb5132e0c31f9204758a7e7ed4c3ccb220 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From 6d1b5888acc6eb08d05a3497f877cf609b4ffae3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b201562b1342411ecd97470f5b5ddf8ad65530d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c3bafc700a278c7606451665b0c964b63677c60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de3eefa7be5cbe5e0e40ff20239f0e47d2f6ac76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1daa2ffa2bd5a965a04a51c5999338b0355b3880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 98b2d9d7607bb19e477f08ea9db4aac3fa60ecc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From 1c4287b4a9373a9f0d138048675d980614ec1731 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5300780c7aa84799effbcee8ee769db3c35b795b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d4d764ba856334338694b3de826e3cc1b133aad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e5b85ce18d546bbdb1cab431a2a128a450a22bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 196c56238008e393c9d5240a8f520682cf6c2b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17963a9b263d75b4b3f3eaa857dd18136bfdd8f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5efa3e8130faec004d7eec9c03d5a09adcae6ddd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2962a991a3697d37fc6374070db5eabece8f697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 4b31b15f5207ce045af2ee0779d315dd497cfb9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fd54008c6b71db33c02f9c4dd70c7c9bf4e16e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca156c02b697508657193a3d23cbf6b6ded47aae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cda2bfd0c6535a64b744a7ec86348d7c23f3027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4eb4e4ce22a538af6662e68f7a4cb180d80b7ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From 78371613c0dce1a044c5717763c4bdab365f2beb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From c119368907379341a90ed76515fcd0c6cb04e245 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From f912a1e9b6e681953ab9ebecbe8b21e7f889e0e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b14adcc939e95ac9098a8436f11f647769e1f307 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90935c1851aa9ade104c8fa8955169d3c32eae8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 2cd11a13e4b4f521828daae8f80c3abdf15a052d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 3181b03288498b5b24b2c476eaddee1b26c705e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f15440f2608aa52e10e11165552558c7ce9e0627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 6a4fc9d1d20c10175d408cdba9aa36510b914ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From f661cb60d4c8af4cb42072a6f9c1a481e438105e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 26b6072f6dc5c545f42f420a37665bb5dc4689ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ad91449ee1ebd6b69f974549d14e250f8717100 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From bf45f20c80a1146a3b6eac8c98fca4ea3aaf6fd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From c210b963982752a6cb46cb24729891f7c692e433 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46f27bdb394a68c463a2e5446ec79b26cf5242e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92e645f58cb62d90460d5dc44985d977e6ea671d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ebf2856a0a067fc3d4c35a8b5af34a6d04d3b665 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b935aa12eea1768b7c9593039d61682c4c20671f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0bbf6e9b870b43a26ca60060ade95add786d8ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7962decabbade6303b571635e7547f0e29c7b76d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9589fda21cc66fb3659ad0629c1491bec865879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef864387535e563f02e47862e838ced839054496 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2227382226083d9fd313c913826cdd2e9e26a007 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 97abeca01477139e2adf777ded8dea55b36107cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4f98ef6ca6b6311ac89e3940ce102cf883238de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34a03af8cb6eaeb7758ea166a5fe58b2094216bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fa2e45b346a2b82328b8b533c64df58fdb4c45b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d055fa43781ebf7dbe61f7acbbe1eeb4416fb38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From d70b2daf9afe0f62659962fc2c775fef7a96b3a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3ace5cf9c8d35af01a37dd8295ae5c3043e0632 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2bcc761ea529c0220025162307337237e6ac4d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6971a2c29289aeeb799a95a9db39d8d32966719 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 9bd4a31ef92fc1a32a8ec0c7c5311e5429b187fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 238858c6706b52609446b790897739cb1c8d36ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d844526ef592d5614e78dd530a9792e46fe7e52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 751754742e1b042b1b8b96ebefdcf4207db6479b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96ea7b4a2bbbe7060939596b9b0a6b9a71f3316 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81ed0ca70c7be9eef1a08d3fa3dcdd7f19b82a3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 38976e8e13c22616fa14668a35f3a4a6d20d7ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df7f1867ae08f9107c677fc0b7d7c971d053f9c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af4041ed1506213d341c485a9ff48cbcb91799a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edde2d4982c8d94b7f266d3b99b58c0e5d3d516 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 38156f1e82aa5fc4bab781d1ae98b05fbedab4ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From f70def3d1c7e97f74faf2f25d957d9dc2ef54c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c070f639e26539eedfa4c59d3c86fab2d6f67bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c033a001a1325fb864e6b5f79d2917d1064c0e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85fbdd91d3d363856bf9a3c5dca629e75fc3e325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 820713d65bbd2b115ab6f25ba05d6411e1730fb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b08762859382a029dc22d090dfeb39232be348c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9885b14f2dd91c28d0b5e0e3a77089fc3b36a844 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 79b80fda2626f0bbcf06aa9c5bf457e4103f7aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From b6e7979bf169e57731b26a1e1670643214ab0f09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 3eeff05146a685e4254adab2face79fb4e6c0e17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0b6def5987eec9e085e4dce3a6e549b47553303 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9be0ffcb0516a295874d0a6bace9b9b4e7fc0294 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b7a9151252602808f1b06be1c37e084ed46bbef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3303c0e772d4a1938195815b36e721e602036df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 2e6b80d6e5e65cf9dae0cbaab9c9d7d8c64ae8d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90f3eaf8c367ae6b84af52c49e4d6e7b26df29b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f3aa4fcd6ff4273c19629e91d22e0e95dd1f513 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 2ae473caa99ce3ae1a1cd62f6e624c5f26c2db4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From a5cd3fe33d71c1149f6e0ab31a9ffe28b1cb0572 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From b5029c29bff8edd67252d2bb2a1b60b95898f38b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3dae79b0b2d1248d0122702be6cff4cdff136d98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 8db6094057ac3b98d6accbd7f8aea9c67042fd1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 588fdcac691b919593a91b663241b3a24ad79f0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4cc20b5594c0706fc15c8aa975bb682b536b32e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From 99bc50d162ab8aa6f9c82e57f338e251bb674658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 6e441e3900a58262b66b0b8f71a654b5249e6057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 225f4f43ee066fffc96901ffcbf9fcb7682c781a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 258aaf7de59c390919faf1c13cd9122ee109d84a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2d3f85ed6503798b3761ffcd8ec267f9db52285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63bba17557e1960baa1e27a7e1464a1f5990e28e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98570ec22aa96ff10dbbadbff92ed3dd09b5056a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf3c671105469f750603ca48aaccb32d9ca492e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cf6c093799102598a7f8d256e4d166d459ee73b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66e18485e503d29043c6291637e63d2888d0189e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92802c6a3170d0711e31691e234c3231569f985e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From a2108ab05beb482cfa82919c559dd535f8070c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 039272dbb9169cffe5dcd07f769bc0768d320fd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be6153d75967c39d6364890c192af6f8161609a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d40a18928484d3521504f3f5b9dc33e266b48f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 6a17abfb44aeab9ca4a9a265ce281693d1d78fa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d012a354fb50d4a870fe0eabe685eaa0e01e851f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 805e9b96922dfebc133f256740afae08de245433 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 4c2084d015978ae17a63de5029604916c2dad921 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3557faff9fbe43da862e2b8448429cd3abad7d87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6955a78035c22d3b61fc7e1fcdb3b8ee1b40dce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92f9e28930832f2db777fa9a68b26551a21b4822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7057f2d289607e5c2af5b34cd45b4bc193569a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59de751eae938c891ce3db6cbc0b76045416a01e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From da45e18f18d85550a5a881f2f74fff56806ef38d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 7b5285ae954d13b546cb54caad0cc1c6f1583630 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From fc68331e920bc15eabbbc140142544ae6b5af890 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ad64d867b3175699882a3b9ae82719c57b3d6a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c92aeec977cc1c065ee7fc64d01a57a724684c7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c548483e09381c58be16baa916d7987810e7d11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b65df3b38aa59cde3498eaaba191bd1cfb401e02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 482cfbf81499890b72880d3b674cb8133f0568a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ad993525ffde7bc58d004132ca58c72d2f7128a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8c5267f4d0c2ea8444884cda15e9ca892e44514 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ef0de280d1d6d594efcf7384871b28561cd5b16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f9f1a182ad7f15bdf5cda9925a274e61afb038b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d206f41538c8afac82a603e0621b13f70297522 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 937f5fea8fa78eafb3098bbb5d855876bd69d9ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 45b2f1624d26fb56e351438292199623e5549205 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From f45f5eb670ffd4c940228e385f8ae70f12b08f70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 37efa4393e1a6237ba1d2f0dd5fe6f305cf2ede6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce19bdd41fbc2a409afe6c599084439366b6e92b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44d7742525d7507bcd820b94e4ba05776a7a1cb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6da6570f7bbef7469c01b158f099519b43531641 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d409880498a4d246455fe75e11db7cee4359f8fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 98f3b3b1723f487d022859b3360221a909222fcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc0a4da2d27e5f4f1ee75eb55cc31f019686d40c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From e8edb50f63a210bbf3996b5de15eb42bf8bac34e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8790f96d06758ac6dc6047402f9ef4b1f21b8d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 7d424e4f6b05fa006a3268ac9c4ef12639d6891e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0bfb205be515a3455631a81aa77326e35da63a51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 342e758e782e612d85b72fb38ee1632f115a5c4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 447f0472eb8c83960e51fb45a3cab07f1a438784 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 7785059476cf2a849476f0e31613e515e54aaa98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d59522f30adc51a1d49db05ae6a85c867703a96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From a9a904ae3504b299fa7271260b50787e755d3636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57a7eedbd6f03388bfaad7d8bb6b52c1b3385fc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8334ee4816b23108a29118faa45bc367670fb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf64aa27b9bd5da9d4c5231243b29c0e29756e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e9fee68e4f9068b15f0400096022100b35d0ead8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 51a21ad5cac70365d5ea54afac8dd9b8ff1996ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3909f3e2392f72764b3aa451a1eeb6cc62349167 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 0cf02f34f082df005d0d2bfa8e3077c687b42966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3bd967b4cc68e9890e4390e7c09c11151a5929ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 76aafe32d712cea01b442e9bdd1eb4f2df4bc053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f58fcb8355081dfdd6becff8632bf91deffe099 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2d7828ca76e87deab4af26d24c6ccd83661c637 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2e11cc718f2c876847012ca4eb8a4e33df0d3eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b6efd2b1b2bfe7cceb0848aa53d340f3b9d0b09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c18b29dc28c6f7213e103dd355821e30af093692 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdc623cc2c68d008bfdcf31a8c4c0b9fa04d9089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59c998b910444a4c5f67399c1ecd2d2e2a58fef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b3ba5cada73657ef30c85629c61a553f4eed998 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c04327a6776214a4a6b06f68da3e4f56edc617e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f72e00459a80ca64fbcbc7c0870758e5cab0b8c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 469b0033a8c3666aa7ee59e4fa1d3687564c76d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3bacfb7bb612512b0c2628d14d6ef0f3845b791a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 827976609d1d34724a082e6162b25c6878787a9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b322967b2aa24b64dcf40a13131c12a45936492 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1536546eefda72d309ca68b5c25b27e9ff3cc8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From e916ed5ce2eaccf2fb397b16d3f31ce8695bde89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2df48b1656327b299f6353c3b8000a4d62cfd97b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7e1a402bc8a263339fb4dea6833100dbe623dd28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aee9b74ed2ed806959f02508fe7f925432c531d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7905822ca16dc80479c631c315e1db9f2b4c5138 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From f3b5c2b2c9dc7df0f6456f8994a35c02d3d8ade7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10adedbbd22733844a5a49313c259d7464bc558 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca207d84bd5002ed6f72ee9d5145accf1ea725c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 74063e1bc92e02474813aa3964933440cf3fc685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 471a17127b5f1e6a4fcc0e0e59c0bd81eb3d578d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c95cb90cf9adb1948519d5e6b35f94ee4359834b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From ccfe65bf7bcfb6b78811d4034223cef2d39fa4d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2acf1c258cb23ee7aeda86517518eb954d4af024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84f5e2d7197ea8a4e624e6cbf1d3c503d583f608 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4df707c77d8436a0b43dd7a2319a58b224b0db96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From e94ad542af22e65d53be60ff402e21062efbc721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ca1af40038de9f1983f1c7b18c70dc77b39da942 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99fd37b33caa0f5c2d53ab9544aeceb7cafcf6c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2399e7d6ea142db579f0591aaf2149048912ff6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b46e6f318efb127faa7840a94fb49e24c1e39503 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3588de0d233b44de7ad53aeebd21e07b92c48fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b003bbb0269e130366fe27e9404b5462204a98b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 340cf2a8e8657568127fa26c911f025f6fe73d01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From c11f894d6a3bffd5e4948204e8138a5c023b2d4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 196f634089d043df05566e4a8691a96fcd813cb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40f03db19200e2bbdf7c2b6bb847366e129e83a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d47079a9a8396d3be311c2334f363086e761c11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cc0781dc5904ead8877826364839c90dcb135f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8865b8723978209146f1e2cec2b772bb75e83d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 773d83b0960e0cefdf36c8aa056a8965f8ef6f6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a848c63dea73756d1f28d63ee4f7339d1058e668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eece420676934d61ea9260e4e75f4ad1ccdd817f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f90173ff1cfb3ec677258a4a8a1b79adc8254a73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27ff240c1f13cef43d3ee8b7aa804853a12e934c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From f30ba0180165ed6672821e598d491dade0efb2f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From dae8e810eb36bb0369878c60eef68a8744b2cb0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e3029ac14f24cc61bed41a1deb8b211394da6d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From f4543d83e2579d6b94c1113b64d8d60c262c7759 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 6b095761fd0e2f27504f65458546e6a337bfb98e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From f23e5217fe72e5b91c9f78f7ffae7bded3f55267 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c684b87b4932d59e00ba608e4959956ed2459c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 9d4fdf0524aee752eb8eec4854c12b3fc3023962 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 200134401f3193f67088b357bb06dc217eeeb838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 9adca5e182ce17770cd27ab40667b44862f0fc5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From ab8d30489f2aec75934f787b06b8546cd861b012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From ba76b51a10d2349b46fa89965c272b71306e9acf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 6a0aef9616e60f35997d3bd45a533abdec51b8af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From e64a68fe3c786645bed103792eca587195f773d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 98701e25a5aab212a09265deb8867c87904aa929 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 46269ebc9e9d11b799f8816fd0e0a08d19f00325 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 9503732fce18bdf5032e0a21e078223785867760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From b66b052c68492d3c1062d8b432e18adf4b41cf54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From c75d2d7bf523228bb9ecc7e6044e2fccceb82653 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 2c617acc1b101f604cf67c5433f1c2d3c6c3383d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 5de03ff397e66b056b205da7ebb0def5ebab8d48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From afa0a7011a08f79234ab5804360eaea42d80ceed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 5e5dd8fb24ce0f656107a4ba5586fa7625811913 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22c6fc9f96abdd7272040bb5588b0134c2e692c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From bead4c0efbd6b2f9c4b3b0efd7de33191a773a34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 5d7609e72e15e39c2a874f82314c055f5872dfee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From d4971fd426483195ab3f58bc6918847f68297652 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From a0d6788213a30898c220ab5047516b6b62ce4252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 997598f5492d2c756e46852deff4a86e1220ef4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From d0d38b65cfda2bf99afce2656c426fba3d8941d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 0102ddec924e6b09363c9d8a27b70724aeb42260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 2ab1a8c277479e0b19bc7669877b86d9255dcf4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 450c537009873e992802616c3f648a77de32223e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From bc4b7ec22c11d4e47dec9041bf5aaed5289923ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 1b361ac96da06ee99cc45d19dd1939537a87d113 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 7b8fcb04b91c701d035edb37c823c87a1c82dfbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 907f35b49b172f6eae2e4ba580a52382e89d3247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 26cfa61dc54be747945a65a2aba79afe9a89a4d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 55f6690f1bbe750740150f800731183b64173019 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 46d8d7ed5c4d2f8750a315821f1b3b0020c012c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 6ffec106686a1474e48faee60772dafaaaf44a2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 09c08fb6296d42510642ae71b7044f82020fa3c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 5d3bd36ccbe6d29d719bd63499d0272dd87d1d06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 2d99fb441e96b019ff0b852353448ff3b8b567de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 68458dcfe4488a2925b12daf9b3795cc3c502674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 427448ee6c6b0901cae7529766723f15ae482683 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From c3dce599dc3eaa8e4cf2b1813714a38a1ad3f0a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 397a0c86eb6e2ee8a3ce910f9714b6ce932f293e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 43611708ff95d7e709b65433ce6de8009d74505e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 4e94cd965748d239e661bc0d0d98188ba4d17dd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 7b537a1b00d362a553025efd3aa1b56fa53e761f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 82b1d452182805b4902e92d243ec8e040e9ef103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8abd4e15e6a0c355243d946fa4ebdb5b00377b73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 87d4f7540e1ce7a66bd87b104a5e20ad62635ce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 91e7cd008c63ed4764808bf4ab431de6bb574e19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92cd37a8a562b21f460db82daa434650d9f303f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From ccf0b8064a701c368a209ab69445042abb7bb5d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 54dfb4d4e98516979280e07123fd600f853beb87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From acb7af3658cd684957b92d2899da9d630d2ee540 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (17 preceding siblings ...)
  2020-10-08 17:59 ` ahesford
@ 2020-10-08 18:03 ` ahesford
  2020-10-09 18:02 ` ahesford
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-08 18:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1242953 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1111] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1111] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1111] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1111] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1111] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1111] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1111] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1111] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1111] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1111] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From aa0a4ea048bc4341e0c4738da750de8823472896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1111] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From a98cbd95fef2175a95a19d64f9371f5e7dd6177e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1111] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 4b3051e0b2aac3251081022770856c105bc05df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b40320db67539df9c24601ab135be13f295f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1111] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b5d07c8c6bc41597ae22b5b6c08fdb2bf6e244ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1111] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 2257a731f1391f0cf66f283c9987077b513788d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1111] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From a35e12f33194217c8d8b39eb3a88c153e81be088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1111] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a278539cbb996ba17fad47365082ae823b0e116f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1111] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From d60f5d35c1297b3055f11a8d6034dc68ec646dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1111] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 683a59352742d441649d8a4278715b0798356fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1111] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11e4b9bfee56db436e14da684edf77583a8f8f1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1111] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a527338cb13c8c531e29d1652543ec1e0eb984a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1111] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61db8699ba9f3948d71cf1627c58938a74b18ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1111] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0098beeb2c04078d1a86d9731698cfa5a2978990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbe8bfb789a190258712d8e0f10a34ddc072930e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e600d7db65dd73f298e4a76d0d6c5bdfc84a2c39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1111] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3251259742e476df838b211c2662c42ea0e0ddbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1111] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12505dc63e14a0d330dd3864a11273ff9cb8ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1111] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9bea89c3c5c58dc38390092837439c7bdc34288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1111] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 84508c8aaecc17363e034fedf99cc11e8422c95c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1111] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af006fe51acc753820c204105bfe33c4c74119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1111] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From a1b422c0af0f2118d1c8e417fba55f25fd3c34ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 06969ded51ad88838f59fe525aaae8844db0dcc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1111] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c01471311dabea269446e26f5cc6f602a5f1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1111] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b9f35c6aec8098d5d81ce41064d3ad47f3a256f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1111] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 8c5f69cfa8c80b662b2e98ad68a202b64eddd4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1111] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21f3324c27211f9cd5d99c62976a5d5ba76f974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1111] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 9f04b113797c0d8bcda969e27659ee7f25501c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1111] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 65fdfa4bcecf7f1435e03398aa0d47ec6de26451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1111] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdc7fce935676fba9dc0b7c4657c8b19142e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 89bdc918ad939e54e433e5d8a1c6054b023235e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1111] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 81ea37cfebcc44a50e79c4d8bdf5aaa5773b0bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1111] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From c3f1a4970d3d7284824753695f24569c48752b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1111] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e3a2a6e7a93ecdd8c438830fd5c2f5da7028dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1111] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9083eb292a87830daadb85b58d3144b23b4a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1111] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f4229139934430093c4078542b72d893fd0ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8b294cb89883fe0a0db0646bb6ff8864cec3b5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8a96ba44a19e3f5d2f570357ede4883cf6d7aa14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1111] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a4e632922e05831889ffeb5de9d0813404bdf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From edc7d53c43b7040b7c6021bce36868a5cbad86b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1111] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a70a87932de75c1e9adc119297a844967efe994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1111] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a837fd90dfa44f239e693d51fa7830f989983974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1111] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4ede1e63be6908b9db51d4659cc18dddaaae0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1111] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From ec97524b051f8dc35c4544d6b5a3066a52fa0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1111] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 0835592663a8e79190ca47baaeb0ed5920cd2ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1111] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From f1e77aabcaed6c07b1a0e917cca7c4b7c3d482e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1111] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d1225c97dcd0dfebafb1a50d6c195075759a7462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1111] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732068c15a3872ff23114d4d1ff97540bc0f0a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1111] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 39930b2e09a67797c0835cd8bee5323cdaea7be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1111] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e0439d2ac9df6e815a746fb49feaa378e920cdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1111] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65d626bafc31c591714bde4cf749b9d3add9b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1111] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 80bad14d8faa33f8f8de8c4f378f5e6f5d1e08cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1111] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0676d816f1fbba69459cce46a9a9a875d56fc40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1111] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From bf0e607512461c87a7e01997e69f8feca71465a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1111] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 262b33a90c207bff00befa64d602370ff18c88e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1111] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b35222365a3fcabdb3fa5fface3851b05b0840a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1111] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 5dab8f2454f2f53d54ea2a017b2fcc382ddfd45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1111] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a7c075f1113bb25954125b6570d1824c7b762d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1111] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a398c98199f6ddeb914dfedf813e71b1df4d6ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1111] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccb93d30e831918099c37d9eace04bb32df28ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1111] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 9c2d472510832ec624dbe39c8d1f3975f58d02c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1111] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ab166c5b1227e8487408e4fb6d745168c33311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1111] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From aaf8a05dcce015be1fded6fd09f509f02a158125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1111] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From d90e4adb902e41aff31add0304ea5a0c7b8aadbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 505bea9cd2396655675561d0a97d684b59f15c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1111] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 1bb81b410bfe35d9725f233adb8f7cfa0393ae57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1111] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 4c4d92113c38c4ef119e0177ff67edf4b76dde3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1111] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc34756b0c5b608561367b91427ff5075b4a73cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1111] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93e24d20400b7326425dabef1b471200468055d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1111] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From eee17f97c8d54b4058ead0a76161be68d2693093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1111] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 7d90e8689447a27e8202c037470f93ef440b188f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1111] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7499fb7fc171f39cbdde1ea63bef443142201f07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1111] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f73a7f8e4ce2e8c75b95f27a9c613ed3a748604b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1111] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd13bd3b38c4271c527556d734c77937e3bc207d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1111] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 5a4808e08089a2bc206fd6f1f3b91eba6d660806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1111] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95b5a933db6f4c3fb6a8eada15eb07cae5225933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1111] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e4d31ace9f6ed258852acae5f4f01469346a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1111] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bece6e16403566a7c2c4171d26fe555e9b49d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1111] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12fd70c6b9735a7bc72d68bb4c6d36f3d6df6a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1111] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From b27216b2d53c6718b5b36340187cdc992ccecc14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1111] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c59e47be537db309c862cb3a3e1f35adf1851a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1111] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 683f9bee5fbb602028eb2d5e515c65d8c6f2456e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c2ad83ea920a1d2ddbf8241cf3eeb57b8996bdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1111] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365787209082f147abbcab5d0b37b7265026e90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1111] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ba79af2fa135aa9c495084806c7d02d1aedf2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1111] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 696a858fbba638a7af5bb8a2a6d62c804de6f38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1111] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 4225acdf4a580144b1cd00627e6a5ef8efc0f3ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1111] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100bd79aad3c867bbcc8f031107ca768454f0f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1111] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From ec7e731e5676ce8216e9af43699ca94b97efabab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1111] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a755c45a4f1a2b819c9d4012daf27cc66c8123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1111] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 35b42b9a6a5b6aecd79e9de9f325dfe8b7c63491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1111] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 40327a86f9179114a0961ec19423389f61496a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1111] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 54c84febbb89361251d386f05b5a41e9626deef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1111] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From ec65c3748e7cb154ad00921874487faf235df828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1111] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59932acf82ce9d49e285bc697e2899969335a6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1111] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 540c2b0f1a4fdb46f4f3ac4fe2451db6b45492b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1111] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 30f46ea9aa7c3d4067c02fe1e4344f2eea4966a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1111] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e141e0dc522a79b7ae4c4efe737214c3d2c44ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672758edb8dcbe4262b6309bf87f186a5ceba32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1111] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 9317be3ed7150849be7f67334c75531299e8fc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 707a69972e7a427cf42bfe2f3e0d92207317a925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1111] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From deeed1c9542912e2db24d5aed4cf6f37a5c9aac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1111] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5425390d1b4f75cd225e73d7d35224e9178f1406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1111] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b1e707f2156d46bc20a89417a6cbfed42ab2a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1111] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From f76b0e27aec889bca5fa905f4d9e438770a9df68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1111] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 1549f66335d8c2b52061e6a90b9f097cd66c0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1111] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1564252ba15667418134c6a81b0045dcf1f7510f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1111] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ad61d2dafe970a90ec2955a24f1facca159c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1111] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From a0b05818fcb4ec1c6ddf7b7fdb1fa92e0003a7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1111] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b40076dd1fcbfc486bcd3f6da28e075bf6ee4e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1111] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb28b05eb0193c71ca7510ba4271cb1de50b903c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1111] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a954fb037f36206ab788931320c40227b751ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1111] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d941ed5377442cd7dd3435abb28788e492dbe4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1111] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e62656755453fc87fbf9ea12fb7d06cd293d2a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1111] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 977933dee5064ae7f414bd689d0705d2112dbae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From a848e9bb427052f2d53e7ed5f36e8f9a1c537ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1111] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb344b954df3e8092a2ee1df2ebd6a2254a8d0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1111] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92bfca26b5ec69bdc0af82a2c34a5bd6180dd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From f99586ef2b324e2c62d7137767235d6bf0359ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1111] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3bc8d11e64d1dfb1c1da1eefe3ec0f567115f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1111] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57b0e87ea0766e4fc29d09f912e98631784be742 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1111] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53db446136eda728da28c915d5e5a6d994971f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1111] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4584e3875bcd225622d86c87d9aee92e704d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1111] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdf0ee32a152936b49aa6fba2986a3525c30d32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1111] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cac66071927bf6b3224bb9b9204b8e19cd4d0ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1111] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40230a63fb0afa691e39edb0dc86fd28eb6bff35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1111] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93326acd876255001ee010c9e82fa058631f3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1111] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b6302f1cdc1d45ef846d5775527ee17a830d1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1111] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab7245f00bd593b820c4f00d78e52eee547af53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1111] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7a68cfa0b1363cf9834bc948cb69c899ccecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1111] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd9a1382c48a8b9991a7034220dd0f907e2cc37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1111] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 6063be92e3b52a4f5b6be2bbe2e616b44719d16f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1111] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c5509555f2ebf543017a7d28b1511a7e001e5bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1111] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c537315d4e2b3579920e351116c4cdd93df9a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1111] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From e6459878ae96248ca0668c4e9ee49318bceebe30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1111] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 103d072d9427ecd88e628ad1cba051638e92eedc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1111] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7963150f93e9f6df9b710ddaff8e72725b692b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1111] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 45de17b8bd46c784cf7169909a053a2d5ce7463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1111] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15f0e30ee0a25d25c65594a00c01f2a3b9a72c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1111] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d6988c5cd7cd84b5eece51a51f22292e79351291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1111] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c3b84ecf751d027127ab4365a3c9fdbada6ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1111] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 266773f35ca5a1bd0344f128e03c250f9bf30945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1111] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74d0678c1c2d9de56dde94bc0ab761f1f666a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1111] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ce67d8d523c364ac7c110a3fc1d90d39defce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1111] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d22236c8f69c14e4a7a1ed1931eeeb7d7f1d83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1111] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a203ff8bef5a154d8931a6d16a2b700f3d64ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1111] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8a15939f67efa89a7cb22d6ce181328441b4b688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1111] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 5d003ed8e1fcf8c3b25aa6029d9871609b8ae727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1111] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From f62e762fa9a813e171c0f4d89b0877f32e2f25b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1111] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ecbf2f8b40378a7131f65d96b06646ec30630d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1111] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 5490e9e2c4544de3d396426445efcf35d0378dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1111] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 96b4a2ebf8b03ac1376c1ede0a214bfb82779d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1111] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb7ff709699ecc48b33adb5755290e5f68fec716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1111] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From cb065aff9b9aedce2bfb7c7facf9f13455697e71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1111] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90c174ba22f5c5228baa55b9cfe721eaba432a80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1111] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 59f14135404ebd4018fce8a7bcdd71ac7bd5c714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1111] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 86eaf4f89817658381c5333193b86df42cbe55e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1111] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2fd718d61676d8549d03b678848fc1be973fac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1111] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534a5fe5a12de6e2d095f75e39af64bfd6f2cf85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1111] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 21ada6ea261256fbfc56710960c1f85f0596062b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 715a52f94b4b3089269d548860b05d8948944511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1111] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 87d739e67f268daf5c2dc4a580411e9cc97bfc21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1111] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f7fcb0433d492385e5cd268de2dc41f093f12ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1111] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da26017f791ba7a9f1fd15d056bfa15a2a08ffb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1111] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25dddc01a73c1b678ab04daeee6b6d6596f1b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1111] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e38253a4215f1d303707ff531c84c9b21e23e88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1111] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26b321c5d634e0e9fdd039d94e4901de00278fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1111] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb045ddcf5f66400c9fcd1f1551bca3dc9752a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1111] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db49479463e51bad85a170a42248db17991d3e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1111] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d828d647594fe287160753e887dd4798504ee869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1111] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 4ad2b08cbac05dd81dab63e1200e5ce733caf1d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 4666893b76ffd7c94931f7de5d684c22aebb9e51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1111] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1d0417996a678dd65fe851886cb092ce6e21ed3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1111] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4fc8a65b59411ad7851b62b4e300c395a0e290ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1111] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 85796a10b03341fe29852f7b992548cf54cbfc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1111] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39b4afaa50de92e5bbafd67033959ffd0b930d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4873f1c268e5002bf56819f326c763a887fd23c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1111] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ffcf8914380edb57bc1880b5b46aa38c70c15ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1111] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d4237fee182dbde038a186fa95fba529427885d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1111] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81df040bc31e54ab7a6b9788777e7de135f635c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1111] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc978a9bcee4d7ce1f441dd45db9c41d093ee78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1111] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 10594b2006f867976765fbeaf7803dfab24e78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1111] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9560dacfb377fcc4cb826f48d8f64ab26efd679b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1111] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 444078af652677cd79066949ea9ff4a70e0c292e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1111] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65eb01da35ca5e5aa23699b0c1b9518659e605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1111] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 4b30605768c9ecc7948c63ea82f7c9a327ad9c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1111] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 7b7f0db31c29592a827253d873980e185c39ecd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1111] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 832b4e8a265509c8200c53f94be274e22750ae4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1111] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455ed466faa4b8aa426ba8d7e9674ca5e5c024f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1111] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576559ffd5fe946f3663a12a2fcd5aebe56e41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1111] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 3b02f6c968584c0b2b2c227f80e1e1acc1e0a7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1111] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c584895f099badd0f80545d38568e99919cbc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1111] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 01f87e724d5cb6a2e431d74a6c0e436dd1b61837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1111] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54fc0062240b292543505dd5042228e0ef350b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1111] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5951c49eea685ce71b431703df4406149ca6be12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1111] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6d2df2e180bfdcc8a79b2d4394b9c9cb3e37fe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1111] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 65f77a5227afc349b6c98e65a6316f8cc5b1041c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1111] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b49f4ee479c9aebfb62dd9d1a5b7e9dfff325ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1111] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From dd169f9457b91b50709ee72161e3569813d093bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db27bd1811e31aca0b46f6d48cb67c7881fa64d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2717fc209299859adbdc352a196f52f78d4c3476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1111] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c05bcd8503a282abe017d74828fbd7ce2f9b2ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1111] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30fd0ce001df7b5683ad94b85ae3b73d90f0d4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dab464106c7d8929ff79b9f60729041c277ba18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1111] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6e86536f68b9867dfe2735850c8d1abcfed9bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1111] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c9f46472c1d5e357a5607b6a0de53cd15a21dbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1111] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09225debf6ed1839a1b1c00ceb1487ef1105971a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1111] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From f8caba48a0593896d2b69b232d9b90e94a595027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1111] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df56dabbdde62119998b0cec2733be2ec6864d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1111] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4a7d36c7041ad55354c3a6777358f1d52045f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1111] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4cd20b7d25af2942021b2d6b664aba867e90a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1111] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From ddeeea3a5eefeec6662a7b172d7683dd34fedafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1111] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 89005f5ce69f402de509d837cdbb6806972d5eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1111] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 584de96454a2046abdd71aaaec2203b863aeaa1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1111] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From fca236cab5d5ea05c8ad19514d5e4bd55b043241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1111] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e45faad39b30e60a4e37d8fb8784c8c71b53ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1111] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From ff0843038cc98b7c2c2c544eee1c6f2972f95dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1111] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2815552f58bd10e4bde5deb0681a25ea8e0ac0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1111] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4826a1552d6e43ebf08077b70e434c943327d4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1111] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b047dd77e86255e4d03450c7113a3661ff242b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1111] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From bf801d7f57f8bea4ca9f3710826bb09fd5c48135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1111] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fdcc6dd453ef168314795b4a84276ba85b7ea44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1111] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b716cb8b0cf41db3fb5d177c1cf317a04f91300d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1111] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 89befe56c459c8034e8e69ab13259c9530ecb800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1111] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 752a4e4bb8e653d55c87519e4593671fc9985b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1111] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 7b6fdce1189dc8ca61aebcd745d3597bfcedbe65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1111] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88534fc3ff828db0fa7e4ee7f76e8f7f1660922b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1111] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f426623912e9b3222162bd66c6b05fbc59cfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1111] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b37958e53f14255e4ddf6d1a728840817f1dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1111] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From d32cf4774fa25ad7b93a6de7698291353b58755e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1111] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ab2b3399f976f06c127ce4d72e66061d8875f8bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1111] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3df026c4b2674c29f4a1b6d80820ab02531bc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1111] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbd557be19cb327909dae431ccef303174042976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1111] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ae68805d69c390870a5e97540d1d0d37a9537c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1111] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 2c85ba665aecfcc41d31cce0bf8e6dc4b9d1a964 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1111] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76606758400961c2d51d80155dc495bea7724074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1111] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 1ac78b2557b723ba5f9bb61ac524b215533478e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1111] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ee20f5a8e73d378a21a91fee94525356e5d6ad68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1111] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d2fecaec1b2e9fb6b8adef0df84572ed4f909ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1111] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd6c8ddb66e45802cdde92931096e3f1235b0d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1111] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13272b8fa5e2b971564f19f76c39ec1ec71a274b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1111] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 75e7b647dd9e584ba3d4401388bd54afc1b93ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1111] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c268dab438e5b8da5685a5f07094cdff58ba49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1111] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 7afe9f3697ee2022d9d2b124a658532517782aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1111] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38318849ba1161a8167b4189f004c3e5017df8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1111] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b5c07c3826302412746376b9efe0ce53b5f9ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1111] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From cdfd94bc864a73f8733c30123ba10c115bb88df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1111] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 955c6c5255389055287621af7d2fe1e4f48c58e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1111] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 2e3884fd9b60d67b7afa527f1180fe16192d77c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1111] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From a255f79ac5f1f6eeb3074771cf46cf12d1bdf574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1111] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 699c20819127a7acd0a1afdb9de5dc0c7af1dc79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1111] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f554006bc6d6f553307c2710ad1e76a08a8c13b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1111] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 1cdf1d3203569b7294c4a9a1c4e0f3e6edb461a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1111] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 86790dc22da770e998d743e62528ac9a91585ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1111] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 564e7978b084f6071fb857c7545fd0fab8d62b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1111] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 129ba554a678aa06ad7a67d7952c9708b8f3d2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1111] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From fd191db2c9d6744448a0407fa70930a3e3bca7f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1111] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 996c0b4264b62e93321a028da6998a303a7a41bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1111] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From da95559cc26a299a117aab5114fe1100f73aba1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1111] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 4f069465d9d5db6707e2224b5ce170bc0fb7b797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1111] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 9e29df577d85a386ef78321ea2aa22176bb4be61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1111] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 1641e88f5b25d58e39d1f246c815d42a7fc9740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1111] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From fbc9f9af6f89164261b3de540c0eeb7f4fe5a3aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1111] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d0183295fca8b7b96ca73ca7b7e4d8e20c9aeb18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1111] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 73cce03116f5f2c78c5ec5dccc072067f83f68a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1111] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From b261e8a7e3dbfb9172920ea4b925fe595104760e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1111] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From fe4ae7a333cb21b6e7402687d82c89054d1ef873 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1111] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1654a3d9a67faf3d7dc81947378713f5c70a884e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1111] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ea8675052f68326621ec3e9d636c87a0e0e4c6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1111] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 8d342f73aea7e7b0253ad291b85beaf48593ca4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1111] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From e4f81fac14da87298779a065992400a0d714d668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1111] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 0c61138716aa4c1baba8d3fdbcb161fa54477886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1111] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 0a6676ad3caa209fe14991510db75ca2764556b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1111] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 8d4ada6bc20896f96baecb226a232c9d5efd973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1111] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From fd9f37fcd2094a204c0dcb9073da1e89b5ec8943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1111] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 68195dd7d1e6682a47d53a763d39545e7fa1cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1111] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From a3c5753f0c91878393c4344a7dc1cd32605d5973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1111] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 542fb54f2546b3b40024339a02120c26d7b9f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1111] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 804c50a75138ae6e7ed5372dde662d3ad98c1b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1111] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 4faa1bd332b143bfe6552f6f9e88eee0b0b56f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1111] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 955c3ceb16495de5d23328185279856677126789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1111] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 7034cf31580f9a7fd01b9dd98bf69d387c03fcbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1111] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4653cf6b531104e28bcd7d6978ac03cb848fb830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1111] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3e9f75c07df892d3c6b4bd882e5c04cf40ccbf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1111] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From d514b7bb57344ef6eac397fbfb8eb689c8c03547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1111] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 82c0ff056066b5ca4e62bc4d60aa8a3106d01b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1111] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From e20e2c135bad3db0c99f7662a789e3d3842c85fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1111] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 11d90053c53b8b3a78d39ecf8b34fbdfecbf46e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1111] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From c2e2bb914dccd0b6195747742a85ad5099298d79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1111] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From f495ab6d891eb836a4142c97543e76d0d875529b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1111] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From e678a6b8bc64ae22b59858f9f5de8f59e8fb1f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1111] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6e3f9d3eb3c321e442b3c85309509568c9fd831c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1111] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c34a4c9880ab0315ed3ff4442fc345568afc8e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1111] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 3c318a40bd9e25b7e5b62cb61c708cd64be9c54d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1111] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From c2a1849bcd2fb8f184a3a1150cb35f5390672af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1111] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From fe072610596de84e263333364a04f1552c79e150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1111] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 5c80bae4fe5fc2a7af4ca3903353e6876e96fffa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1111] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 1e98618b0d235bce88ed93d3d4573169db45cd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1111] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 7f5af73fd41ff784b89af6e2a1b60c0b4e0e33fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1111] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From b3cf4f753c8e6e5a69949beb0ed041c316e29372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1111] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 98464bec2013d4b5c61faf299d55a90cd26f4658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1111] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7cde6a4cdf7b0896ffd0dd48cee6fedd74ce6faa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1111] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 0172733abbd0629a36326a6bd1c9caa4f7da8686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1111] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From c4f7d0409a92bc7c434764800afdc3a7830d4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1111] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From a0033e2669afc06360bf941d951cf3f4b42e9432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1111] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From e4e6c09567e1b4acaa771378ca6b8c262d550249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1111] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From e6d4a850eceb8bd54157e01fa7b2d3a8cc76045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1111] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 234b289fa22698ff0bb15d4ef923294812125a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1111] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 74db8941cee29efd81bc2e0705bbffbb0f0ccb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1111] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From cae1809f4098a38745580d973960ddb5c13c048a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1111] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8e477ef68c91b466110da2f98c9b05b4eac911ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1111] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e318f9f03cf392dd56702fd43c5eda658fda42a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1111] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 38de06aa9f9791ca48efe49b17c8652f96908aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1111] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 24dc2e6649a6b486589e5193eb9f175fb55f40b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1111] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 531bef471b51fb8fea789f3c34e3b62eb49ad133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1111] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 76322d015c9b9506e3ee073afd68f06f4f9ec7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1111] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 06c7c9968c735ff5b56a4c365e19841b329a9ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1111] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 1413eca7bb41fc1918915acb5900d6dbf772c6b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1111] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 9a0afb81fe2362472bd90d6968270ce9bfb4a8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1111] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 5efc34bb23162ace571ae033989f0f9efe2eca77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1111] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From a973f8002ff1aab3d866ece80aaed899300a254d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1111] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 45467bed1390421289d176a486bfab08cf76ef25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1111] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0a78a95bdee1780528288f4e91b85b1a5424a223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1111] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d3ee256fa309569d58d85e2fe5831a13ff5577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1111] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e5e0c0c7910af06607b8ddca8280529306434d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1111] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ab778c5ef24696175c6d10a09ef2971b88c8f042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1111] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 5e365cf098b2f8ad849e5cc2486e579410acc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1111] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From b28b6f89e6f8a0efa6ce896c216b8ac9b0dfc3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1111] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 1a4e727d64465ce135b44ba049a590cdbcb1b542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1111] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 434791d39ca3bf2bf904ad3ea7ce42d25a3a568c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1111] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 01f58655d0b1ac6133681080423a36d61168488e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1111] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 8559e2cada70403bdb59d2c4399875bba8557760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1111] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2c43436c4fc075de5e21587c5abde656615ee959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1111] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 3c76d0b01e7397d292633e915307027251767ef2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1111] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 37bdec6686911d37aa76404460f4cfc3e56f3771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1111] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From e833b8e9d8d6219cfbe19e7a9ce8c33999075f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1111] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 7dc6b8c65c4e4f2942c57d1fbfd2a1435f47fd30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1111] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f7ba2b016742e562a409f92fdaef64e1417fd3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1111] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 112bb6b188b140570f8121759bdce45cd67aaa4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1111] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ee43abdd78fefeb8a136f899a90bb980e9b9b1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1111] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 89d48124d3eec9344026950e747682d0489e3ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1111] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 1ea3bfdb9037bf8202b4c5172647d62c6bdb6d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1111] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From e7d480f3f5add8610221635c3e50eb05d83c2647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1111] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 05b43d2c285db6b0bb288975280ae75cf586ec0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1111] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From c21394e981a43cf8b6dbf0a0244aae5452c3f05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1111] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 5402e171a2e11dd03a44d04554d1b82a424c29c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1111] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From b7285a6156faa59cdee477d7110fd71f0e61f8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1111] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9e8f2199e66a84be1bea58fefd1118806bb753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1111] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 856c0059b5ff41f65ee7b407b2f3c2a9900f1bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1111] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From f1a7b1583fe054d1d0032e1ffc0cdbbd08d356d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1111] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d6b7e82ca9cfb6a06e8b77623e48aba73a4e7717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1111] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From e1f56c9b5814dc890589904a8523fa6606c0a930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1111] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 9cda1ef46f7f5d2d2f6040a9025075453dbea21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1111] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 540226e3068c2ed21c8ecccd6750e2b16ceeedbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1111] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e0790005a72c7d19d81065e873f8f2b8aac83ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1111] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 62ced0220fa62fefd9e9676310f40314b34ba260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1111] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 61eae43fe33b102e464d6c4fac6e33cf9a66f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1111] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 35961acbec98390d0e410db92a8d794fd941cfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1111] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 8b020d0aaf5789923d64971fb85006f314c81b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1111] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 7821e138ca7b09a647fa8f37b27f907ffffd2590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1111] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 05025868b9cb03618d2ecb9778d4bca5c2d4e892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1111] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 68b0a66a1798965ca8ac22dcc5e4a9b1e192cded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1111] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From d318f59ef10a49186ef3a577b211d98959046fdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1111] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From ee608fde2140b7a12556f4584bf85a55adb94038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1111] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From db7acf306c3c33e5b134760d4312c0c3070a0cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1111] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b1018a85d915af0c182ecc361cb22b7f244c12c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1111] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 62aa633ad3ffbf852154c4b887f5ede830fafb90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1111] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From d3463afe1fb7c09b44823eede9945598b704a973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1111] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 62edd28ce834ad724fdbc663ba68e566f3bf1681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1111] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 122912d37128c39f9398ecedc62f969b126de11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1111] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From e9de038f10de4d1c4403da01b31ec1c684914fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1111] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5740eade02c323af2a66759ed3cd1701d6a1df5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1111] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 38d2875b580be291841969195317cf3feda006cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1111] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 75d6f7fe23657d245409c72ed58241f5d68668a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1111] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From d0ffa1897293ed885ec4abdf56b351a305a8577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1111] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From cdf365a749b30ebdd43d2c187300d37d52ea4619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1111] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From a09153169f07cf84d3a9dddf83ad0811f76a0cd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1111] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 7c017d2bbb5db3320418b87967fbc17b006adee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1111] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 2289fdd5cccc4cb1f10d5e9eb00de141729321c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1111] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2965485f65ef262c0d949ba0ca58b3896012641c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1111] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 6646cccc08926f5ebbebcba241be697674903b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1111] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 098828d2b1a4acbeb88378054ce3910e5a219ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1111] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 693069b85ffe5efbb919acda5cb594581ee14cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1111] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6843a1fcf3edbcfc72c9d964b040b3c2543490e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1111] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 4c0afd2776d3304fb4e624e682619b485e85b8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1111] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 0151563b34ef3ea1d6c148f8aae83ce1cc3dbb51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1111] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 064ca4f3d1a91dd08243f42c9e91499b4b388ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1111] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From e6d2db6677f17258bb83bd134880041e8ff13950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1111] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From c8b628ba63e18f1b900f0f2dd662d55703539dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1111] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b74b36966b563f6e887e77c8a4050266816186c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1111] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 5d5730d69276368f247a115f9902ed3459fbe265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1111] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 80774f97c099ab3d7e9c8f08fc593f92326b04ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1111] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From d63216659d8381902ac0cbc0aa4739900015986e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1111] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 042d623d077dec2e06fccad88abfa5d9cdef913e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1111] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b1b6d5257e9d1a73b528ffdb53b85ff07780c748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1111] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 7426999b6ca09bbca024f10ac6e32d383697a9df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1111] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From a3ab50a41d527e5fe343300ba21fe21fccdf2ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1111] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 7f6062dc142459b675e873f54063f67b7efd686f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1111] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From cd2bef5838d153d699ebafe1ca541d4c3547b730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1111] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From eb8cee4c9b698e955d617fbdbb85fcc09a84e13a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1111] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8357a9bf1aed0883570fa0aa6ecf10783c2c36f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1111] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 42462d4e731bc5dd3d11b8ba2b67bce0d352019a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1111] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From f9343bc34fb4a159f748ed3e9c32aafe00082b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1111] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 4415a95a134ad71b1769d419b00ece390fd428a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1111] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From e5bd344aa59407715180a3755a77fa8976eee463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1111] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 8e55af4095bd4a1fc83c82c795a128252fcf4e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1111] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From a402ab17b5c5d265f9d0e6870c24e2f446829507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1111] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 16311ea54f1e43d06b9208d894240b0292edba3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1111] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 6e159ac356b8143a05a86c5b589c817e539b14e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1111] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From dbc3da286e9f72a39b069dee6584c8ffd1a086a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1111] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From d6e35145b5b19902014831c36ec6ee040ffdc59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1111] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 2f2377bc3ca06ed3502332569ad093b54065e1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1111] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 283bb1416eee507404badfa43aefffd4c9c8145d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1111] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 1056aa3c70cd42ae7ae3bdfeb863d18c07c3b57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1111] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 62813ea78152d6e7c5c6b83593de28de002b7484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1111] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c5df245dec29f34233b6683e2091f1f2fb105c9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1111] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 9d27bcb9dadfe72bff258e3e15e605f19155964e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1111] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 806e6c5b1c33ecb32ee691dd776cb9784c551fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1111] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From ab991c44d23a222d64011535761821c8918d215d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1111] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 848971c410610c62a04c045e6dd6de76ed86fa05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1111] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From e9c0d7f70832e1a3d41052b4395f8f29433f08f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1111] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 5c9afd07e5fbb5db30a9959b2513cc394415c11b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1111] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 6a9fd3e4847791bb700b80984a134dbe26d8f97c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1111] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From aa4d4c6885505da5767090db71e4f7ce885ba923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1111] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 9f0ccc26716cb4e52b1811c0ec113df3ec8186fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1111] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 0a8152aaed111bab2b327527bbfd02b114dede50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1111] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 8705ce835826fbcf151409499d42f1df2b63c48b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1111] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From c2a4ccbddfe9d777ff8b3eedfa82aa7c54bc9ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1111] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 0ec22d98aacff2349c422b3d5106fe651ab44896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1111] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2e5d19ebe99f1b8e082e81c8f4488f002f86ee6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1111] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2945f5951c3ca2760b4cac24b60e4d3ab157fe7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1111] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 05be8d7f02d941ab88dc3926558e142bc8fea1f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1111] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01b92bf5df1236396f721e352148a5ba23762055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1111] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 645432972787ea6dd3c47f2a9abefff5a19f00c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1111] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c7cc316320a4fa853fadf72ade8a32009b910bb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1111] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From c9c39428a63af30409c40263b1560f7225377e1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1111] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 841ee9123e8f0ddbb9b95b6a5e84b0e8eb8ed500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1111] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 54833df52ca67a0eec8dbde8addd647f1aa04369 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1111] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 350c0f639c4d5e97d2b92c9fa886b2e00075a4f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1111] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 140a219e12f955eee2f508954d6998e7a70d1331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1111] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 1f9db9ff60ffbc563f4865f5dab1259108ca788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1111] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 1c09bdf2b8a7650f75eff536729efc9c51ffc889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1111] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 298b4fbb7d31c47d4ba5276bdf8456c98c0d21f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1111] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 008707b03a8a1d3f69bd0924493135e7b43ba594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1111] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 4fad5db2a85e11fedd0d3011b3abb3888a8f51a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1111] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From f0b51d35436d14ef9d0175a4d071294fd40fa8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1111] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 062f328a7ebc4e54191683d65f23c29d2d600a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1111] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 73ba5840794a006a0e5d0d2f029998ca602b1348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1111] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 1dfe7011fff8a761412ec9969f91f7735dcbc7bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1111] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 978359c2b0f0f145bb53ab04d5589b1c4d60f12e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1111] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 7f5603032a6f3ad96d60c916c565a95bb4cbb62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1111] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2245f653b3c34a403c12ec39db555893b393979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1111] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From d774e9f4ddbab42994a80d222ba92e10fcc8f463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1111] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From a321542f430470fb387aedac4358fd4fce326537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1111] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 37dc6c507af4875cf143ed85580c9542f8aeeee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1111] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 689d9ba923e0a508693dfdef619235cb64c34bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1111] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 859347fa523a082ba601772527299d8e2baf2326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1111] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From c03eeaf5a97b2bde4b96bee838ce316310fa33b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1111] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From f755fb6ebe48a5b8775bc2e80f0a445ce485d1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 89f646a57e7262326009f4bda174653ccdc9ff69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1111] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 34c637771dad9e03bf6351315fe0e8940c1154ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1111] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 339dabf39ba81b17f459b1a75234c353b63edf4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1111] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dab862f8b92c3792177ef6c45d850ae403d2016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1111] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 3dfe9398c16fe78e7a38d74e984286bdabf4a41f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1111] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fb6b61328b87bd9100f7390cf8e5ed8c50f9c88a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1111] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From dda46eb4171fa0f59bd5f9fa6f881ea925908334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1111] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From eddafd7a0d60243c9a7e83a0635471246fe88509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1111] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 583e7d2507b879dc1d30d6aec5f847577452c8fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1111] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 1b1406c0a5a8127acf56a9e7e1ab9b9cb82ac671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1111] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From edc493e375bf8eb4568ffd9a1a4e4a5df2c74780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1111] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 382761963fb389c36379c8e10cea7a57ad2d5197 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1111] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b53e92ae9c3ed108ed6fa8bac0614ba5b78ad86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1111] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From fc915170f06549216ca92ae0511a22f6766a1202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1111] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 03cb2426a2ff38d35fddcd5773f745976e70b0cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1111] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 46764f1370e1112f141f585e78b75d9dbf81693b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1111] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ba296a607dfa4a52f872ca1c51ebb9f6f362138b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1111] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de9ed37ad156cf9f4a552e9bb557dc796828b8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1111] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From e96531ad09ea2b0eedc33bf885684f54832bd99a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1111] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From b68b7132bcb8bc7e0d90d3061e2fca8a13fe31c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1111] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From a2275dcd6340a28c3b925a304f0d40c6d53845cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1111] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bf84d47e7fe01db456b8958ba84de043cfa02f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1111] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From addc3952a893a5e5d3dc5a9035cc7a0586e91de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1111] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From a8af98a9f93203f362a1835b5ec13806208bcc24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1111] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 40e342658f4914db3f8512504ffa8ffc488ce48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1111] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 151eed01d34c3bcc0f8d5a2307662bbaab4e8370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1111] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 97477f0703cc7bd21937091f3df5e91b4f14e2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1111] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 6beb59a81496626b1ff5d89dea0b4da35b4a679d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1111] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From c415d403ebb1a353633e3ec0660ed960c3fbf1ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1111] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From e5e05fc8ee617e9e7064360f3ecefffcd0e76fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1111] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From e330b2a7348eb463647cd29e236383a10b490d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1111] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4a3788094e16a5736e4d3c9fd947a8e2d3d2f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1111] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 71f762d8fc31b709583931ac206e7eca6b0e43d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1111] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From f80d602961828d1753383943b4f7fd63c4844a01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1111] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 494f323abadcf85fa226cec1439f1b84663c917a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1111] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 4245e79c364fbe387b435661234af3a80e8b12ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1111] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 784a0af14c653066b5c551d1b97e073a91988abc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1111] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60603f82e5aee0b7625f1643f0831b1543faa170 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1111] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 60e64eee0d3548c62d7a96438f8acdf3687bae98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1111] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac940e7158589daf846b83f52f3ef462e1cc953f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1111] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From e9e66510a09c94e3082e3715b0adbccaaf400deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1111] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From c5faf04a6b4dbac73e4d4814fdc977fa4f5e8eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1111] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 928d85a1bbb83d51447a14a4c18e1d0d423e558e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1111] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 73286a4b3662eb4dade6b22f59cde346ee24f011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1111] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 9b6298ffffbdff4ade414fbced43ca602d08016a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1111] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a1a3b7688572efb7cb8f9eac8c84bd6933422f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1111] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 97e72386f04baad02298c23848cc48799beff524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1111] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c67f261a15c258a6fbcd4f3b7b0987c291c5339f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1111] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From bd115a63986828ba4a751b11ee48b97a3bd75495 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1111] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From b3ffdd847d26ef0f58e66a973e23be3fcba09d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1111] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 8a8664571fca09d15735050d00af9b5218ed8ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1111] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c880f96c282f4055a38b9afda47a58d0da164f55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1111] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1184cd68b7d2397d99f817d43ec280ed82be34ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1111] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From afd4d334f2ca75a0d06ea9ae7d7f26e9fe74134c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1111] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5487836ce8cafcaea141753adbc3624924fe8de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1111] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 29e8027dd810f8dc8e42c7fd61724c674e339658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1111] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From bdeeb30e63308efcf15c06c53c7149270cd46835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1111] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1819149924e9204980a25d427983fb4f2f67f177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1111] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 49e2937f91e89674ade1212106091a01078e3723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1111] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f349f015cf8b0a29c54e747c0968969a550fb847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1111] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 53c2c5f4d44bb699f9c6af825d789ef97881b1ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1111] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 25874fc115381c399eabee6471ce99554f5e6483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1111] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ab1cfcc0af183a2391116526cb33816e11cc71cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1111] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 30a4a07e27d128376806efd56efd794c1e5f367a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1111] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64c87ddba5edf0352b4ee69041d095b648800c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1111] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From ba7c595ae5c2041d9fcc4db2e2c44ec5c45ec3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1111] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From d51c7e1ceb12d71ab6d58ae53c1ba92b65008f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1111] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 688500b3becf5b68d978232ecef369cf5e92db32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1111] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3eac69ffaf7e0cee72a24f0ec4be22c5294a4de9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1111] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 28d4bdb1cc48893e42c46e5e70c4fc3c914058b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1111] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 3ba48439926777840f0604e6b3fba6211aa44c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1111] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 554faba5b63724db011ba6c10ea0a49409b44b41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1111] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 810548e69c64b2f789793a69cbd00676cc5fc9d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1111] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From c55c08cc072d63399040e099bb1f6c1431b4c670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1111] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f3e8319ccdbec4c61cb055193dec255abbb018e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1111] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 4263448464cd7b317af9b333f9867e462ad4bc4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1111] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e30d0a3426cd7dd3f3c8ebe0821c2f689b152ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1111] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cad789c3cc16b3df72cedbefd1a28b460facb2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1111] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954021d92c1cf7b129850f40778eaf839b735867 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1111] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424db37b3cc136cd034a3fc9ec8ab1f330b60d40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1111] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From a8b01bbca1513fedd10a540446e9bb9693ae999b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1111] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c7f336359c62f5a7bab2fce96ba8e2d45a9d021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1111] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97409db74a3e08acd983b9396bab9d51023dcd1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1111] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fb0389c2cf52d6770afaa2bd119b971b6673726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1111] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16974fcddac64d49a7a524bac5cabf6bbfe3c35d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1111] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f3d96eccd7a092de226af17234de520b6d68c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9faf82e32b308445b0675d96c9e9aa9ce2d1c33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1111] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6aa76c9d9d40c0cad5e5702a08d269cd5c9c010 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1111] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f76ae95700ecffb15ca5d927fac42d8f75f550c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1111] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad18a7bbdd0d3546cfa6e8aea1e3bc87100428b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1111] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6623f30b771b674ed3eb3cc727541f4ace6bb52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1111] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54410c43b49bf7b23a7b6da2252c0fbe9a56ecf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1111] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52acbb5940ba0d1e0178fbe53147da08d731d455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1111] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 3551b07df7da2825e1a7082383fa22ec202bfa20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1111] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5fd486c3b59a4b1b7cb22176a2fef82c4f5b9e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1111] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d23de15b105ecd65a1c557a26911080b5d7cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1111] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce129baf193e3e0964fdb0cc499c0de702160bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1111] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From eb74a6744aa24e747ec40982ffd0cb3f61eb7aea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1111] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 546da74c7011adef50c584875c76d37f0ee0579b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1111] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c98e2aec14b767bb8cca3dcb89af4ec7f7746456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1111] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 235907a1d90ad5774796255719c9a4a05573ae46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1111] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 29fb0530cf5c3b18f2537ee28b5655e6d0f7afad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1111] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0805204a9f99afdba8d541d9ae7dbe4a91843b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From de3daa07c46d06e35e0cc158dc17ef44e7982ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1111] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23661df87904acdea7b50702e8ab5f9afe607cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1111] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2daa553c7775b78d6812af2b370d8b18d9fa6e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1111] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From af3f13d06ec2de160ae50fc0269d38677a716f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1111] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 17191b9bcda9927f2e0870cd271750665e98122e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1111] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06a878829fc376049812e45fa98949091425bbb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1111] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d42e1f5474fb50a28b39a9d6d8f370af2dd337f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1111] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a4ffc7c4027cfe9f1fe41690ee4a7052b6b6f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1111] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9168805eb41cc462bc904cdc2fe42e6415733679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1111] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8069933d7ee60f25a7dd8357ab70b701cfa27627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1111] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483def6c54b7c6824edff18305cf9b959ac0369c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1111] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From cd45015a87f0776e8b1f926984dcc54c4e19d0e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1111] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d18a97736ea7f6efe412413ebee7a2afe79753a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1111] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d2726cd8326d167f89c67b5e21bff3f3a32fa5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1111] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 238b904fe7e616983305d9923a365bb4039bddf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1111] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From bff52684545d3cf834d4354131ca632246b24d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1111] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 4a938ed0eb0822a394dcaf5cc6a22d2e0d73df41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1111] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1f7f0001bea0d7afe0ace73134b61b1ad35a32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1111] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc1b4f4bfb189eac8b7ddfb55f84c1be4c24d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1111] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5f72cc8bc573c1aa9422e19dede178af89eb2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1111] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c22c45cab067ff65eed51a650c1e0c11df38dc62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1111] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04912b3339553b5075cf674b65e2af1c94ca7272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1111] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From ff5ef1d3556801768b9c31dc1cb94ac0a2884f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1111] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 63f9b93758738968adf251084854af3e013ee341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1111] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 877740306ad3d4d4fb7b2407ad0d5d3ec6a400b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1111] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From fa43653adc189e94376111bca51aea5c1d9b5947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1111] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 833e5587a9315945621acf2e7d919569643ca324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1111] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af2c5d2792f62011f9e30e0851e9ad2e05c4bf50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1111] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From e933174da3fa6dbc052f45bb22bd7b3d414e43d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1111] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b8b5923115c302b8c06bb2b8b3ea72086ec6a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1111] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d432a623420a232a9d79d0f0180a8f73a461a6f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1111] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7863478e9e6afe976e71de5084b881e5dfae56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1111] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b7b216e6061f7e41352e54acd4c4f532bd9583c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1111] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa402ee2adc36fd7aac99f600bd96b0a55a8c3ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1111] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb734cd4d72c4d3c8924eaa0d5a5f4b5f0b3957 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1111] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81281039b4c2bc339fc9bb611a85009b8d7e2e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1111] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac6a8167e97ea6b3c737fa7e6f78b6126b17fd38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1111] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94780884ada5f380d7d80af2621a6bc87d25a880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1111] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41fa74f7db68cf3bb83297e7044eb7b7a62cba21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1111] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807a9756e628646829f02165f5978e0351a5b5c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1111] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9feb3646e00bfbfc812dede0c09262a3d0248dd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1111] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From c9715479b83d6559ec947b4548ba5fbdba78433e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1111] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 170941272a42c04e47b653265d527f811501544c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1111] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ce3b6ad7ce595eae7fd3c3ace99ee41299044c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1111] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796ee9a907249b9adac093ede893229dcb34ca9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1111] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From f626e24e7fa378cc051f8b2557522655e7f5a7dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1111] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 3570ff604352879fb92915ac62ee660c5d54135b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1111] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5f07832a5ae32503408ea18269356710a93725f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1111] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 943864fabb82eb2fa74a806fe4d652860d6112d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1111] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From adf0c17429461fe07bc0209da102987216514b7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1111] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 961cfee8cf8a6427d8c7ea9662288579cbe079be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1111] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3791e40215e357a8625a30b417d85ed5cef88f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1111] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 5474b9cb929eaa496f99366cfa45c0514c746a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1111] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2fad2f77863f3ea03d88c473089dd70c0d782db9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1111] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 74eee6940460bb83328abfa4610be15175ce17a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1111] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4d54357556466ab9c26d24c09ec5cda331a60adc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1111] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e36b3dfd86cd773d69dfdb90a85fe361c4128429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1111] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 541df74a893ae188ed9d1f46c8bd18cd159b18bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1111] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9e71f26cea24a99ed79fb08a93589a994a24548c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1111] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29caf28680fba850fe2e804255bb87892091b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1111] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d32c98afdd8e6dbb614ec6cda8f7c82b88113972 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1111] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac92791889933abc54bd59611f8356a6cef410d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1111] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From ca8d994084996b426bc4d69498cbb7d0b61e231c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1111] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea16b4a622386a1b8677cd9b7abff690cf62abe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1111] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9c2fe815accb1f6a5d4d57ae365a15ca6a433dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1111] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849a5867b40341d9fa523a02db2042615fe5d855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1111] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7d075137679ea28a0ef270a36359ace52532a9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1111] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 81e7301b0553df976271b32ad3ece7b104b323b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1111] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96eb190a547b16a9c64973f2b9ab4834a906235c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1111] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1a18a8b9e8a8195af206e2f2d8d25407eb53c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1111] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d098e0cf463b414fc099c2309408047e5430db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1111] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7984ca88b491ae402a6b33061b57a0552fc452fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1111] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66152577eba606609f8943c57c59265d6303607e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1111] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 060ec5ae9ae6ccbfa1546127ef5d8e4ba5fda5e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1111] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3c0d8a64a5a89c1a4d9c27f9bf1d3d65259afe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1111] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e17d0b3cda17316b8b0979a79d3ea597291386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1111] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 52cd0afcc35362bb0c3fecb94b636ad6d4225035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1111] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0bc6048e5a7e8cc4c3b14bfcc37f69825c5c47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1111] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 347ad6e76ac1ade399679ea8c542211fae8a3204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1111] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 636998c179b588ace7e11079db0ba466f30999ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1111] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e355ae54bc786d4702e1b1f7f287e4316ac807d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1111] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c803bf7a990617102dd29195aa6fe179ea7852f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1111] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60877ce4085ce6120256c48fb8a1badd03269772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1111] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96ff4182f4abbd3aee21b1055d1738ab960354fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1111] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaa219b6d8ab9fa8b4884ae849d4a6df8d71e36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1111] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From ddf6714b703b97a6bc8ada92f616dddbf72b1a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1111] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 641a0d0bc06f6e9c44097983d9f9155c4db2bdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1111] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24a183752d82c975724f1bd5d8367a964b8e76fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1111] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49fa57f066328603739caac8740aeb54e7928111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1111] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a89a5818c1d83f6d0be2510a6b2e4e1b350d6fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1111] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6aa7e614547fb42c7214eaf31ed3cb269363317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1111] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4aa44a86f6b3966421bf9b7947dff73b465e642f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1111] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fdf772573452b401a6bf456cfd8aae12ab51703 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1111] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8b66b3f4cab9cd5ecf9b6eb536df4791c0eb3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1111] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 061e5c3605b2a98097c5d69a7eb8a142ceed6603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1111] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dfaba60585ae538b8108aba3d205c506677cada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1111] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a746d8c1b03698d2260d63a5647aa3ae207990bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1111] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From b3c8ade815d85e8c8eca89cc2a41044f8fac1022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1111] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9661d9d4087ca9cf3b4962337089b4fd5817b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1111] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 352730427cdf1f17fd8d0ee6d05830db2b282c3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1111] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 8e11ad2b4e0f11272507ce124e1a80f60113ce87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1111] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b66f0ac17cd2bc2e63e7a40f3bf788ba7bd53c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1111] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 380b8f2709d2f29c7bf81c9f3423867488b1195a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1111] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4536a68802c1205cec3301cde797132045d41255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1111] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53413c21e43c3caa4593ef8a1e6d20ee0067a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1111] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9521e9c095d1f4f3da73b15d5624654f1379d23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1111] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45f3fcfbe68b94ffeb560c633c7b83760de88729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1111] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 56afb2b1acd3283ecb60be20f06c1d22008e16a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1111] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa2dcb37763b83e41c3b846afbdb0c693fe54617 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1111] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a25767eb542541b15a9bf84a4e60093c101cfc87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1111] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20a87fd850d6f8d10bd4b93489e10c1990a9b26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1111] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b55399ff5350e460cf6d4c5c8f4bc61a9a397a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1111] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f00fb4479048d9bf88b1e9fc54ba855b3414c519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1111] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2cdbd85d8b1299f1389e8113ff18ebcb866d1ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1111] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 4fbd90899ff773628a7fe9f2581ee8620a022dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1111] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796034c6ac6a60b8df51b59047e7af6644233e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1111] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d40a16600f2158c04909f22a54669dfa5419a476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1111] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 5920b820b400ed570c111b9d2ef3f2e5dad90f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1111] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 74870dd840e841ddac879a026071c2c1b8e6ac26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1111] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 0896c1cbc407385d035a47cca1f1836609060a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1111] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80b922fa4dc73d90108a23977acb551133f5de19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1111] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cd8def6ebded59fa4bfba828d964d3f642a1c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1111] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae5103a1adef5536ee96de3e5643b16f6c91ee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1111] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92cf87a274678cb31afcee22cce09ef23449f716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1111] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f297c9beac008e061000e25424abd6488459309c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1111] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 49ff1840a9aae0b6d2ac16578d6122cbf2e7f736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1111] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 912aecd952241964f31e1e0714cde1b07e525b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1111] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 8c1d95bde6e770014a05c2527a78616d3b283210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1111] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73a1370aa07c9da14fc4c041b8e127000f972b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1111] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bcabc5ebe19958210b97ad19f7bef769dfd579f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1111] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 123c64b7eb02da557619f84bb3a9a0c41b5df966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1111] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2098d03e901cee371b98f48f1952669ac353b53a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1111] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 78dc77ac1d91701c03b7d44126157883d08a93be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1111] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed58940998b79138256c5d294bfb789f59f373ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1111] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a05189fdc506ce1632faf755c410c094235cbb5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1111] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f6a54ed281a9f2154b0ea23365c744e79654cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1111] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19b740ee8794e7833bfafd454c2422db81669c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1111] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29b36d97cb93baf8e6b0db2cec0486ed2ac9e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1111] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab0166f633387d2d8bc4712a35f3b5cd7975c87e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1111] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bf407bc949c95cda4beedee99215f5f15793447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1111] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63085d8093a3ca01ff02bd21bb8d9379609436a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1111] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66844c16917fe83c54beb511b11526dda5f578d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1111] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81a5639e64e1389774181cd6b67f9f02c35f147a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1111] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From af7ca2cf5d4fe2979b68e4a1a8ad68c97d089774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1111] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 099a396e0a700425b9a1b72240bf8b83033cdc84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1111] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 687d4bb0a003271077e6769c2f98bc6ba8d39313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1111] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e233e9fff41c318035ab9bb858ee58e4b3391475 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1111] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2027b640e0e5aa6911cb5453cfb01182367b0d61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1111] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1ea57e5963316b2d56d151c298fcc92cc09bb20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1111] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807986bc2ab3be96b0edf39e500d55073410d846 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1111] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4539013b1b3f032e1b8473c84f75872fdbf00334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1111] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82f819a355993eb10817061ac11b9a766d3b34d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1111] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dac710c1de6b7abf91a7e7f0b4d18d84c92af7e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1111] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed101d9338a5537300a75348824ffb3a9bd45dac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1111] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ea2c6f2b532dca102148ddce08a39fff682e9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1111] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f16db6b7e913e51abed7ca92f55476c85a0f64b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1111] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f2e5a24178505088eb2f90d969640c26bc2cb8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1111] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02aab1fa96da11b0e55b42bc3a8d75600d79a7f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1111] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b093b448bc91d4eeca99d1c35888e358c2e6267b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1111] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34206340c3862535b7cf789f82d8a1d6b0729ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1111] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 657c476a9a87bf8f0a88a518c72fd74c0b8a720e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1111] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f230bfe99e83f9969e45945b34fa9bd1b18c7721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1111] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From b6bca9aaceed4d6b130e12ffd0df3b0c76fdbdc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1111] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99f7a3e7606bd60590f3c3ffc74e9e3b55700348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1111] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 3e57c8f6f779e70082385cb8f2c23182d1a9f76b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1111] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 11a430e8bd95a69f57e49a6c4f03a9b8b26bb9b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1111] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c8d18cfd8045e6a564ce4897c27128a85e35384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1111] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 2075e959cf53fa63718fc805463eec462cff3ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1111] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732e4b0b7c4ba62724dd621105c1a4d7ed5cc036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1111] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 02702c4003341ce665d1886484c6b50f7498a7a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1111] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15438f50295223209f93013a0c61e2317faf5bad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1111] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 5541a4eb4ccf20dddd403c16ef8cd75f26ed803f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1111] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9f021d1989cbda95c8fd7d592ff62cb5da1ffad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1111] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff7830f3170daa5d0a2dc8f92c64c3a4ac45218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1111] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28beb5a56435f7f02db7a65f8eecb09879c8b379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1111] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c66a87e3e59f0f3819de166c3b896fcd9d37b45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1111] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cbccae2a99238f076a1c47d7f306362768f36ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1111] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0573dc9ab69a51e432003ac4461c4ffd65738056 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1111] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d55aa814fbdc4779aaeaf885b3c7e04fab323584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1111] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7febb3ef3d85a639f0cab3cb4b2de2041efe0191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1111] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 3482e8d9f9c2aaf73e0533093891e2ee4fd2a604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1111] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From f3a1de5e66cee42f9482dfddde5f0ec09ead4579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1111] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e0516e98bfa370715ee416d726087bce2e1db60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1111] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc296e16d83bcfffe517a346a09f092b76505d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1111] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d73868bb8b639676d0cd2a6de4bb340d9c7b34e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1111] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26ea22104069a829eb7f96b090d78460a24f8664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1111] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 5b60b104558808635f13835ccf69966d4d2a46c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1111] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From eeb0a76da06195484bb4e63c0de9c7b735edcfa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1111] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c1bf25fae33ff2ac413e79ca8488f877135108ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1111] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8cd07aac2e3d2076630d2fa618c71aa2c70bbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1111] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0086a3d030f5d6c328472a4799065e6ea6440ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1111] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57bc5e35d659120e644c80d4fcba3b10460e9732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1111] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975aad8286d7ca4b28b2487f5c5636bc6d6ab97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1111] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cca1208548241a4227c46dfad7c443641e927938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1111] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57573a5604ada57b160b6f338c0f1bb44c90e29c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1111] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 32440fd2c8b4f0a1baeba4e5e62b721910a3ab3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1111] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c232afe201cf088a7b3b438d57299b4d965089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1111] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 609442796721b9d150389ccf3782e3c2cddbcea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1111] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28a53d0b345d925aaa3e8eef2941dd1fd91f6d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1111] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15a1141ea3c4c3dc5941cdd04b63130e5d19d4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1111] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From d5dfc5f7123bacb37b7ce4523a2ec34f912e1d07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1111] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 576ba06d694828e2f1e14aea3f41bee36f957065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1111] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 368f03391780d24fd5ec01e20d5ac6b9617fb1b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1111] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d36448c7dd8e969a2190f55eaf7f3cc99ef027d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1111] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 766d3a80782265d51d431adbcd8a788f6fca9fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1111] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 3f21e43b43c30fe1b4e158ae855e8485897944b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1111] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 255dddb1a253bfafa863400dc2b785a024bf995c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1111] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41d021f8f75d9bd859590965ba9cdd42bfcbfa3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1111] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 4843cdbcf027a18bcf3cf9232b7123ca001f666b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1111] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From bd0a9165a83c8dbf187246ca80cdb64ae8d08e7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1111] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 36e68cbee67fb043763dc648049fa96f1451a03c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1111] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8259132aa01f0b0157e7fbfda191aed036eb31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1111] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From ec62e66d9125e35c641abee03e945fb618b1f939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1111] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1b17c877b48b56a98d3b54baf9794f35427b0e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1111] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6046768a60508f474149937d1f855f024be919d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1111] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44dd57079539afbfda9eaf7e3a5cf7f004c95a64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1111] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ebcde78573bfccc353c2b42961445058068efe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1111] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fb8d293b07027293531fc11b2a0f02c8dca0ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1111] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd681b1c59fb3176e069c337b12fc295e5094ad4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1111] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c493b98445d8ea619d204a4fdf0c089638844f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1111] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76c63ceacd49594bf7f688364172e1e6a5d5df86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1111] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 048600bc597eb34716dcd632e2748642ae0c182d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1111] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c0621bf68258089b349527b1d8ac5dd0306f045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1111] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1bfdbbbf0fd04a9026797ab5d8249bd9cb6ce76a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1111] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ce7981cc80da0e500997214f54b20784e5ed1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1111] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a014074cb77512452e14240f824cdcdeee469c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1111] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7adca8688e58e26d52dbc4b494194a9e036397b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1111] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007b5fbd80ef807c51fde09ebfbce84329c62ab0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1111] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 4e135078bcba1a2a6a32cb3649e1319ec3443649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1111] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 468eaa8bfff153211f58f5d170e21256404871e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1111] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67c4ebdd6f4fc51c418cbb8cefee41105b914cce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1111] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cda4cb417382a944ffb6dd292146a7bd6baf91b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1111] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 259fe22131c4d533cc7fd3ddf26914960e82b329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1111] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46968fa312ca8f0509576d60370fe4ac0ee6ba57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1111] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 355678d9e2ae152022ff42be2a61bebaa6f3c989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1111] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0b031709a39b83e7744ac029582a868a4189f45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1111] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23cf40bb1d8b12731bc1e9368caefd73312c1fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1111] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf71c50da51618587e829874b49f33b542aa2e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1111] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From ff0560a5ebed7e24526050832e76f3afc06cae9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1111] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53e9287310bbd2dab82adc662840815f397e0822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1111] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7957cd801d8ec09249465010a27d879f85f88b8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1111] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f9d9ddc71b4fae5f55abe9471360e98819053df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1111] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 02451ba0540f4a0c5b2cb7260c9b7ddf13921a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1111] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From e2e14f5c87f9439cbb6f25ac8b34c29f95f16548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1111] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455118cfedb47bbb72d44a50e5e8d08afde3251d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1111] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 371a6d893328f442d297fd371ecff26c1d335cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1111] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ee7e4d37ec0c8c0ba9c03cee2454e0af438ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1111] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 52c4659e5c3f9e872713a0e89da7772931a94dff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1111] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 679c66f8db1de2fc3caadfc49fe9744311c6081f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1111] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e9b2710641c9637079b857e36e5d303b17f5300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1111] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03cfc645a66e2cf61eabb4d74d66cd8be56e68fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1111] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 6c2488d2d8e10423baec227f601bb4792991c123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1111] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 6e1be0caf8fd751120c0f7dc41254e458af6c529 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1111] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fc890ef1b0b2d4f49fd0c7c3b8d4a393b999bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1111] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3ebaf2d0da14bbcecdccc77583b72cc1bec2efe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1111] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a73d882a2c80b099d02109934af664f501b80f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1111] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be6e869a5609190336b58d44fa31435f2a7c06b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1111] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 09aef7619f4b9975f5abec57e9177c44fbf69391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1111] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 337d69f9344a8cea50c8d1c5fc5bf529048a19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1111] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3fbb1e95bcbf712dce3b6455035e8e059fdd60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1111] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From e1a2d32053e4994f83ac8c6a9873d880db455d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1111] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From f3d802f2a0de5b631bad7e6cc0de35e270606249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1111] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From ec7ecd9cbc23b1ea89c5f65fa46a4ca30d304d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1111] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a89b10e8c8d36e387929c8a80d6b3d0a5c5d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1111] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 48075fa0e0cd70a027f608c5aa7a49cbbb0139bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1111] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 904f003dbaeac61ab540d55d2f7cbf6d5cc13b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1111] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24011fca68207ac1ce11cc985440c1386d96e80b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1111] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From a3416176c299186d329c610eb41bd9eebce523f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1111] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 8ee2b68aec0df1e10c9b267e4160561477f15160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1111] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b760e0e2b0f66af931c7c09fb1bdbef2ab756a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1111] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2407653fa7786730d70ac4e6294d621fd5c556bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1111] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ad31895c1543cd6a1385b936e8e0bc3347dd89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1111] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8f0c59e8f061a8bbf6f56632ee3c9bb2f7689d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1111] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf3d1a5a2d70d70bf798aed1b428f6c53a417fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1111] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 951a3fa8d807fd1805114987b4a9f04a803c752b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1111] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc2e8153e9bc3b56bf6cb4e92357270b752fe70e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1111] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5350c35e133a46610656dcad4dc00bbacebb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1111] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3a96ba77e17a41c9246a329b1e41c3c59b19ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1111] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 6a536ed6875d6e7fde4d6d4b6ed822c5a7b31413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1111] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 212198deeba42120d2f3571d1fa317f3e2ac05fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1111] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2f3cfb90a77a535a3104d2ddad189b210b3fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1111] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975001f1e61f87f8a75b1b5e8977b0dfd1e32f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1111] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 878922c835cba9533707d579f94d2ba9533aa953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1111] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb09e1e5e81f785087de94c3eebff92e7331e2d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1111] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3675247afb1f09dad43cea623a5156094c4b834c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1111] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 9b344ccca1aaa924d7eb1cc757b8bd4bfa6f41ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1111] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed6d460af70a6580735c0d0d9d20ea7ac984f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1111] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eefc673e6f710ea4e19e568d2a01f20b447e38aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1111] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a738beb85d99a50fac44e2e084928c8da66fa226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1111] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10dd97a1478a5edd6f1d54478dbb8c680ccb7cac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1111] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14255d929370960836130df3834087975e77f8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1111] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 796923a1c25b65c0fb9621fa52a4db308aae7208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1111] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d2fdc31b08e266898a91816e5e3fba310f0add77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1111] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 889d776eda86e96cea7a3f3360d154025aa251bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1111] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d094be599be9b0f5fd1e3cfe612feee6dadab9a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1111] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cdf8bdd2f64d72633f1613664a93ad288dcd505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0066411426e34b300217c77268ccac1a69b77b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c610da23e46bec3771b4ca57acf4ec2d42bb315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1111] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 662d2d6162231caa993ef5d704f07c4fe0d564c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1111] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f8cb2b0de28fc1322cd4f4970cbed9a24dcc994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1111] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d7125cee33724345d68f3be1aa3b38acda2c95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e211c8fc7c3bb133b7fd90842e39908ed075ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1111] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ee445b5542b2e24a6c70013023644ae92fd13e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1111] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f03d1ab41e610d9b9978f793743ed9542635f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1111] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 5212e1ff62dac48402a1b10e9f1330c563ea201a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1111] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From bf071d1a550497d73a9136391c457476e3695571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1111] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From c8039c8fa98321fd176f267dbf29bb73a1e5c642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1111] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4dea759c9105fa682c2d7fe3275b087918c91d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1111] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d926dd321d713c953139c6004b4615f919e21f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1111] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64e9e96c4e551fd1c1093bf42876a4913b54cc57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1111] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a92208e65a651920038bea6b6fa59ab1a9f11537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1111] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10c103d4055a99155e0b0202c47d5fb3c4aa6f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1111] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5dc376d6cc54f2460d204e82b74de24905e628c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1111] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7e3ad2bbc9a96ab2a2234e15f97bd07c68b595d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1111] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 3c07a16b322214a7bb164bbcc6230f52744a5b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1111] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70d0edf24abf6082b18bbbca77877df82da12467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1111] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 75739a305d881bc163923f6c441ad71f8d7c6a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1111] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c94a6201f76fed392a7ab447dffb62863bf44a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1111] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 9b99e209d7a7bd3c5b7b39d5090929241705e4bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1111] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From c07ff57075ba6fa0654ee8503b00d3de4220a447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1111] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 0cf81a420b63f5e5098f1b8a729d9e54c5eed1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1111] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10eeb706221aefbf5f50afa3dc4fcb0471b62b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1111] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 05a4f13297b5ffb8595478a6c0b531fe3c8653e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1111] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e2f27b9a59982094eba79ffbfc3d60733db9f42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1111] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c928b79fe136abd0a776819f4519d486acb694f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1111] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89bac9a62c42149468cbd53bc19570a8d78efa97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1111] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee2d3608892468e331eeccea5054a0ce332fbab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1111] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2e4de744908fb7911540baf8354a42cf37c51644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1111] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 439a341bf79941f3fd29ec5dc4be311f2df8db99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1111] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From ab9e2eba5cdb1b609e0065bf1d2f18a159683d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1111] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e9d713a977203699f55a78d61e1713842750786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1111] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6d648545897e55d48ddd39b6e8e3931890801b5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1111] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a8456caa5aa2a838c6eda67b0e17402cea63087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1111] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2300dd6ab7f9c35523f22c450211bca964ef3a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1111] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be4825b8a521544e04200a76b484615d7bf3212c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1111] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483f80e6c53761fccb682672e6c59b12fe6ed3f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1111] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92d9f8b0935e74b77f81df88dd305de412ea5d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51dbd2162dec0dc833f456acc5343403295949e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fec247408bddcb48257d5019051de7a68daa04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d89dce0343afd8a40de6be1a3dc666fa39e6d54c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d4870cc45537cb6c9afd1fb51691a8874d604b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea1b63cc7583eb0c72c02ebee891d76f7ae4bede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5143df1a21bcf1e230823e63848c0f538f12446f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1becead594a6a176cf71854a9deb866676b7bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 633b1f8d8ed43cd634cda676f458d49baff2a660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1808f5ec91f2d5f381600ff05e64d53cc760fb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75a913405552b29e72dc7aecb7990b40eb8db80f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1111] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 6e541e0a65f922084dcbf27220bfaeae557b8b7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df5a97f7ecc36e82833ffad65a595e7dde9089de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c50ff58bb06a8cb2c68ba252d2681ba3d5da646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51799f9a6a4b916879ab14901d58c9403a55343c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a38f9b04be812b703228053404fba053080abb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From bf4416e769dd76084c7cfe5e0240ac2c66906250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a39c56b82bb8268889704fb249f6ff36f8618a33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf5676077f363c88beb87fce4876b0639ffcee19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e5939b55c287fda0d78928c4ecc78196d9b1e70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f9afe090ec0d0f6a7afe649bf21f405d3a12e4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10b725942f1171f4d5dc2b77d31d0a96520a2db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 29d3f515d848e728cf4635379f379f77ec858a0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57be94bf52bb81cf4779d7cfb4f3f235cd90940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1df9b798e11121a6d0876c69e4620ddbfbaac7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7418fa1a690d6dfec8a7c05ac4c498cd69fcf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 6c4e57e6e2b7353a4f433d6231091b42de8c7449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b66dfaa38b5d8cbbd5cf940fa26edf187a95a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd998ecb2ad9f12f7065af9b49f6cc6b979aec77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8cf54e0e83b73d345c2bc5388a0084e9fb73a8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01d86a6b626482cdb548967607b52a696808c97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9a25b27d1e35446ef58e7c7faf31e873895fb46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7074544f9c69e46254fc2790566e18caa404626b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01e60d100717841785f5ee022599556a3dc2c8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 64ebd94ba4c4241105e1bad468f467325d8eabbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73272d5993fee751c85c236ac2f030d5dce97a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6b400d33ff996164cafe4bcf4f9a8d5e8d6d102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b89db575551bdc3af8aab3f854ea47a8885e5d49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9664c6b0a0572fb96c58f9c70927f93d47bb616e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e3fa364b259d1d1ba4b7ad8671d33e898004200 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From eeb4075c3706b6a1b94bb480de7d0d957babb0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a658a389cffa0739b0ce120d7b813b92104570f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039d250899647d052ec5096b27bb416aa98ad6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8568b1229aeb766b2e2de4e1ebe3846197e2c018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d02298b70720bb683d0afbb7bb1932e47aed802 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 4af56e25b4f3034aac2078ac111d2ccaad7a69f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 28fb5348046baf50ed26d97b8ab998964abb927c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From f806f589cf5a784c8bc868464da2a18f6f16c477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 1f63b7226ed42ac64f2576412f8d8fd8f8da4047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From a99a0b01dd6e51370bbbeef8cd06e22152fcb76f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 4fdddbdda5137f1ce84cbaaaa03ce8282438a1b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a80174e362cefaf3a8bf3e7cb80715c3ad353ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From ca6cbbba241caec3d5ef05eb0423afd84a3ccd1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From fb061fb6b7677522e3ee835802ad852748741148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 437c6d03b98c07b4f1ee8224abf96a3a166f5aed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 36145ac527969be1babb162ea5396cc300c7fb7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 1a746ef5568fb165361fe95586fd0f002dccf9f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From ddb15001ab0f23a0e4ef37f7f7672a43d5b75b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 024c4734795610239af8910dc714d9e0ad2dbb35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 70db9d3457bb468716fe9e32bafbe89bef16e8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 786044aa966b33ed9d399a55e660a3647ee1e5c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From ed2f58a0850f7b9d0027ce9c3c25512e567058e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 971ceacc1b38bdacfab6f1abf715df84f14fa33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 60150aed11838c5fcad160720a93add3509c49ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 17d3d225090882f9b41f46fc6ad08ef3cdc0c93b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 08e754d2455371b4b47e5e4873f0b82b6fdb9d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3e0a6224033637ab27aff0bdba8c4213ae6ae8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From b6ffcee645d4130857457444235d4e34726f0a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e0bef9e8f3be0880d75927962925367b4617d8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 9c6e1212059d779f3b63944e22af1d521825c46f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 5e2ba1dab763c3a3f959acc54c1b9de66b6db7b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 58fb67b5cdd1d952286fb317a0e1c7fc7ffb359d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 7f105d5bfa271ac1591e0f06cf1e1614d2c4a0c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 9e212e72eedba3d775ecdd4020dd89d1303340c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From c456bcee2ce2f5c2c5cb1162a3abe28a55a07a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From fdb5bab69270a5bfaa0356b2035f42b7ec420092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From bf867e3e7f3ae0ae336896c7ad817ed4da62823c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 612543f26271538f1e22e403205aee742318ec28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From ba33c29b33e9a1ad889748401d685b83a8cf8936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 9afab39a9f62d2b482799a889c01531933c8ef4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 56fd8d6f1bbf7d832d48978dc39181cb695258a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From d291d388ca3bd4b2a9262b852a47d76ebfc1df23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 362e60ef7d0598b7cb08a1a0bbaf314b6317527e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 65c8c43762d32189e48eae9b055ef5ac90fd22c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 59c9013cbb665d9f99ce27920c0dc6b3d4354e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From fd1290834ca1384f82a4ca9639330f06d5413bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From aad81bc4fda2656d8d519642a7e37fafc2c8175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 85d120fdfc9aab543b4aae11d6a1f9c4cb0a69b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 0b8a3c6c1fcb95586268946303bd09cc8f78be31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From f055e981135a791802fe2a3a73e7bb07384d2de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From a40cd0a2e6c97ee30d7f10ef07738f8327188040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 75c620f48d8de5cca25ee24e7a91c6e393883364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 555313cae9b63bd860f0554f3d7dafc75864b8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 8d0fd0775e4df2689e3d079fa7b66bbd9422f35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From e7d47d8509674b217cd29c0ee895cc60926993e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1111] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 4d0be8edebf7fb96fc263653b41c948513a8d1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From f559db7f97bbbd89c3fb98692a16166f381a2894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df6d740173823754f5abb0218f4b4299255896e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 45e2ef35ea11586829b5ba09cea4696a8b489c3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 15001c1b2f49878d8e775233c096b7e61a8df77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f40b01b9349f16f39cfae67da1727ad72b79d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 78d7a91d189c22d1819fdaea88475bdeaefd0387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 0d2d5eea1a11e292cc2a708508584a1f0b6d7f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 820bcba31cda9bdb41e9f600128cb7cf0fd92e91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (18 preceding siblings ...)
  2020-10-08 18:03 ` ahesford
@ 2020-10-09 18:02 ` ahesford
  2020-10-09 18:46 ` ahesford
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-09 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1253066 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1118] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1118] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1118] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1118] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1118] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1118] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1118] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1118] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1118] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1118] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1118] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1118] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1118] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1118] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1118] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1118] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1118] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1118] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1118] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1118] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1118] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1118] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1118] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1118] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1118] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1118] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1118] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1118] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1118] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1118] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1118] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1118] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1118] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1118] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1118] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1118] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1118] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1118] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1118] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1118] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1118] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1118] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1118] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1118] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1118] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1118] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1118] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1118] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1118] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1118] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1118] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1118] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1118] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1118] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1118] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1118] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1118] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1118] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1118] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1118] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1118] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1118] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1118] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1118] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1118] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1118] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1118] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1118] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1118] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1118] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1118] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1118] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1118] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1118] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1118] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1118] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1118] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1118] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1118] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1118] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1118] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1118] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1118] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1118] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1118] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1118] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1118] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1118] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1118] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1118] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1118] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1118] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1118] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1118] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1118] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1118] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1118] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1118] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1118] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1118] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1118] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1118] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1118] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1118] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1118] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1118] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1118] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1118] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1118] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From aa0a4ea048bc4341e0c4738da750de8823472896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1118] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From a98cbd95fef2175a95a19d64f9371f5e7dd6177e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1118] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 4b3051e0b2aac3251081022770856c105bc05df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1118] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b40320db67539df9c24601ab135be13f295f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1118] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b5d07c8c6bc41597ae22b5b6c08fdb2bf6e244ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1118] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 2257a731f1391f0cf66f283c9987077b513788d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1118] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From a35e12f33194217c8d8b39eb3a88c153e81be088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1118] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a278539cbb996ba17fad47365082ae823b0e116f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1118] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From d60f5d35c1297b3055f11a8d6034dc68ec646dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1118] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 683a59352742d441649d8a4278715b0798356fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1118] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11e4b9bfee56db436e14da684edf77583a8f8f1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1118] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a527338cb13c8c531e29d1652543ec1e0eb984a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1118] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61db8699ba9f3948d71cf1627c58938a74b18ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1118] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0098beeb2c04078d1a86d9731698cfa5a2978990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1118] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbe8bfb789a190258712d8e0f10a34ddc072930e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1118] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e600d7db65dd73f298e4a76d0d6c5bdfc84a2c39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1118] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3251259742e476df838b211c2662c42ea0e0ddbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1118] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12505dc63e14a0d330dd3864a11273ff9cb8ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1118] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9bea89c3c5c58dc38390092837439c7bdc34288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1118] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 84508c8aaecc17363e034fedf99cc11e8422c95c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1118] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af006fe51acc753820c204105bfe33c4c74119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1118] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From a1b422c0af0f2118d1c8e417fba55f25fd3c34ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1118] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 06969ded51ad88838f59fe525aaae8844db0dcc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1118] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c01471311dabea269446e26f5cc6f602a5f1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1118] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b9f35c6aec8098d5d81ce41064d3ad47f3a256f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1118] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 8c5f69cfa8c80b662b2e98ad68a202b64eddd4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1118] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21f3324c27211f9cd5d99c62976a5d5ba76f974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1118] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 9f04b113797c0d8bcda969e27659ee7f25501c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1118] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 65fdfa4bcecf7f1435e03398aa0d47ec6de26451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1118] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdc7fce935676fba9dc0b7c4657c8b19142e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1118] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 89bdc918ad939e54e433e5d8a1c6054b023235e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1118] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 81ea37cfebcc44a50e79c4d8bdf5aaa5773b0bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1118] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From c3f1a4970d3d7284824753695f24569c48752b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1118] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e3a2a6e7a93ecdd8c438830fd5c2f5da7028dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1118] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9083eb292a87830daadb85b58d3144b23b4a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1118] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f4229139934430093c4078542b72d893fd0ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1118] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8b294cb89883fe0a0db0646bb6ff8864cec3b5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1118] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8a96ba44a19e3f5d2f570357ede4883cf6d7aa14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1118] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a4e632922e05831889ffeb5de9d0813404bdf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1118] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From edc7d53c43b7040b7c6021bce36868a5cbad86b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1118] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a70a87932de75c1e9adc119297a844967efe994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1118] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a837fd90dfa44f239e693d51fa7830f989983974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1118] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4ede1e63be6908b9db51d4659cc18dddaaae0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1118] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From ec97524b051f8dc35c4544d6b5a3066a52fa0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1118] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 0835592663a8e79190ca47baaeb0ed5920cd2ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1118] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From f1e77aabcaed6c07b1a0e917cca7c4b7c3d482e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1118] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d1225c97dcd0dfebafb1a50d6c195075759a7462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1118] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732068c15a3872ff23114d4d1ff97540bc0f0a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1118] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 39930b2e09a67797c0835cd8bee5323cdaea7be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1118] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e0439d2ac9df6e815a746fb49feaa378e920cdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1118] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65d626bafc31c591714bde4cf749b9d3add9b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1118] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 80bad14d8faa33f8f8de8c4f378f5e6f5d1e08cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1118] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0676d816f1fbba69459cce46a9a9a875d56fc40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1118] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From bf0e607512461c87a7e01997e69f8feca71465a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1118] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 262b33a90c207bff00befa64d602370ff18c88e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1118] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b35222365a3fcabdb3fa5fface3851b05b0840a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1118] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 5dab8f2454f2f53d54ea2a017b2fcc382ddfd45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1118] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a7c075f1113bb25954125b6570d1824c7b762d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1118] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a398c98199f6ddeb914dfedf813e71b1df4d6ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1118] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccb93d30e831918099c37d9eace04bb32df28ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1118] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 9c2d472510832ec624dbe39c8d1f3975f58d02c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1118] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ab166c5b1227e8487408e4fb6d745168c33311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1118] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From aaf8a05dcce015be1fded6fd09f509f02a158125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1118] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From d90e4adb902e41aff31add0304ea5a0c7b8aadbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1118] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 505bea9cd2396655675561d0a97d684b59f15c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1118] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 1bb81b410bfe35d9725f233adb8f7cfa0393ae57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1118] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 4c4d92113c38c4ef119e0177ff67edf4b76dde3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1118] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc34756b0c5b608561367b91427ff5075b4a73cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1118] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93e24d20400b7326425dabef1b471200468055d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1118] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From eee17f97c8d54b4058ead0a76161be68d2693093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1118] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 7d90e8689447a27e8202c037470f93ef440b188f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1118] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7499fb7fc171f39cbdde1ea63bef443142201f07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1118] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f73a7f8e4ce2e8c75b95f27a9c613ed3a748604b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1118] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd13bd3b38c4271c527556d734c77937e3bc207d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1118] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 5a4808e08089a2bc206fd6f1f3b91eba6d660806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1118] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95b5a933db6f4c3fb6a8eada15eb07cae5225933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1118] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e4d31ace9f6ed258852acae5f4f01469346a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1118] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bece6e16403566a7c2c4171d26fe555e9b49d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1118] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12fd70c6b9735a7bc72d68bb4c6d36f3d6df6a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1118] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From b27216b2d53c6718b5b36340187cdc992ccecc14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1118] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c59e47be537db309c862cb3a3e1f35adf1851a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1118] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 683f9bee5fbb602028eb2d5e515c65d8c6f2456e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1118] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c2ad83ea920a1d2ddbf8241cf3eeb57b8996bdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1118] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365787209082f147abbcab5d0b37b7265026e90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1118] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ba79af2fa135aa9c495084806c7d02d1aedf2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1118] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 696a858fbba638a7af5bb8a2a6d62c804de6f38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1118] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 4225acdf4a580144b1cd00627e6a5ef8efc0f3ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1118] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100bd79aad3c867bbcc8f031107ca768454f0f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1118] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From ec7e731e5676ce8216e9af43699ca94b97efabab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1118] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a755c45a4f1a2b819c9d4012daf27cc66c8123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1118] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 35b42b9a6a5b6aecd79e9de9f325dfe8b7c63491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1118] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 40327a86f9179114a0961ec19423389f61496a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1118] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 54c84febbb89361251d386f05b5a41e9626deef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1118] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From ec65c3748e7cb154ad00921874487faf235df828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1118] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59932acf82ce9d49e285bc697e2899969335a6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1118] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 540c2b0f1a4fdb46f4f3ac4fe2451db6b45492b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1118] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 30f46ea9aa7c3d4067c02fe1e4344f2eea4966a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1118] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e141e0dc522a79b7ae4c4efe737214c3d2c44ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1118] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672758edb8dcbe4262b6309bf87f186a5ceba32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1118] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 9317be3ed7150849be7f67334c75531299e8fc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1118] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 707a69972e7a427cf42bfe2f3e0d92207317a925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1118] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From deeed1c9542912e2db24d5aed4cf6f37a5c9aac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1118] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5425390d1b4f75cd225e73d7d35224e9178f1406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1118] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b1e707f2156d46bc20a89417a6cbfed42ab2a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1118] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From f76b0e27aec889bca5fa905f4d9e438770a9df68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1118] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 1549f66335d8c2b52061e6a90b9f097cd66c0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1118] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1564252ba15667418134c6a81b0045dcf1f7510f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1118] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ad61d2dafe970a90ec2955a24f1facca159c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1118] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From a0b05818fcb4ec1c6ddf7b7fdb1fa92e0003a7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1118] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b40076dd1fcbfc486bcd3f6da28e075bf6ee4e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1118] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb28b05eb0193c71ca7510ba4271cb1de50b903c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1118] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a954fb037f36206ab788931320c40227b751ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1118] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d941ed5377442cd7dd3435abb28788e492dbe4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1118] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e62656755453fc87fbf9ea12fb7d06cd293d2a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1118] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 977933dee5064ae7f414bd689d0705d2112dbae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1118] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From a848e9bb427052f2d53e7ed5f36e8f9a1c537ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1118] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb344b954df3e8092a2ee1df2ebd6a2254a8d0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1118] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92bfca26b5ec69bdc0af82a2c34a5bd6180dd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1118] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From f99586ef2b324e2c62d7137767235d6bf0359ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1118] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3bc8d11e64d1dfb1c1da1eefe3ec0f567115f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1118] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57b0e87ea0766e4fc29d09f912e98631784be742 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1118] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53db446136eda728da28c915d5e5a6d994971f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1118] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4584e3875bcd225622d86c87d9aee92e704d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1118] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdf0ee32a152936b49aa6fba2986a3525c30d32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1118] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cac66071927bf6b3224bb9b9204b8e19cd4d0ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1118] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40230a63fb0afa691e39edb0dc86fd28eb6bff35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1118] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93326acd876255001ee010c9e82fa058631f3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1118] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b6302f1cdc1d45ef846d5775527ee17a830d1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1118] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab7245f00bd593b820c4f00d78e52eee547af53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1118] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7a68cfa0b1363cf9834bc948cb69c899ccecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1118] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd9a1382c48a8b9991a7034220dd0f907e2cc37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1118] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 6063be92e3b52a4f5b6be2bbe2e616b44719d16f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1118] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c5509555f2ebf543017a7d28b1511a7e001e5bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1118] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c537315d4e2b3579920e351116c4cdd93df9a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1118] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From e6459878ae96248ca0668c4e9ee49318bceebe30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1118] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 103d072d9427ecd88e628ad1cba051638e92eedc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1118] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7963150f93e9f6df9b710ddaff8e72725b692b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1118] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 45de17b8bd46c784cf7169909a053a2d5ce7463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1118] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15f0e30ee0a25d25c65594a00c01f2a3b9a72c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1118] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d6988c5cd7cd84b5eece51a51f22292e79351291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1118] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c3b84ecf751d027127ab4365a3c9fdbada6ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1118] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 266773f35ca5a1bd0344f128e03c250f9bf30945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1118] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74d0678c1c2d9de56dde94bc0ab761f1f666a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1118] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ce67d8d523c364ac7c110a3fc1d90d39defce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1118] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d22236c8f69c14e4a7a1ed1931eeeb7d7f1d83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1118] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a203ff8bef5a154d8931a6d16a2b700f3d64ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1118] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8a15939f67efa89a7cb22d6ce181328441b4b688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1118] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 5d003ed8e1fcf8c3b25aa6029d9871609b8ae727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1118] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From f62e762fa9a813e171c0f4d89b0877f32e2f25b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1118] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ecbf2f8b40378a7131f65d96b06646ec30630d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1118] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 5490e9e2c4544de3d396426445efcf35d0378dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1118] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 96b4a2ebf8b03ac1376c1ede0a214bfb82779d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1118] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb7ff709699ecc48b33adb5755290e5f68fec716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1118] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From cb065aff9b9aedce2bfb7c7facf9f13455697e71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1118] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90c174ba22f5c5228baa55b9cfe721eaba432a80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1118] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 59f14135404ebd4018fce8a7bcdd71ac7bd5c714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1118] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 86eaf4f89817658381c5333193b86df42cbe55e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1118] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2fd718d61676d8549d03b678848fc1be973fac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1118] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534a5fe5a12de6e2d095f75e39af64bfd6f2cf85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1118] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 21ada6ea261256fbfc56710960c1f85f0596062b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1118] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 715a52f94b4b3089269d548860b05d8948944511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1118] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 87d739e67f268daf5c2dc4a580411e9cc97bfc21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1118] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f7fcb0433d492385e5cd268de2dc41f093f12ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1118] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da26017f791ba7a9f1fd15d056bfa15a2a08ffb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1118] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25dddc01a73c1b678ab04daeee6b6d6596f1b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1118] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e38253a4215f1d303707ff531c84c9b21e23e88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1118] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26b321c5d634e0e9fdd039d94e4901de00278fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1118] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb045ddcf5f66400c9fcd1f1551bca3dc9752a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1118] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db49479463e51bad85a170a42248db17991d3e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1118] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d828d647594fe287160753e887dd4798504ee869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1118] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 4ad2b08cbac05dd81dab63e1200e5ce733caf1d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1118] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 4666893b76ffd7c94931f7de5d684c22aebb9e51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1118] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1d0417996a678dd65fe851886cb092ce6e21ed3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1118] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4fc8a65b59411ad7851b62b4e300c395a0e290ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1118] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 85796a10b03341fe29852f7b992548cf54cbfc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1118] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39b4afaa50de92e5bbafd67033959ffd0b930d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1118] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4873f1c268e5002bf56819f326c763a887fd23c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1118] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ffcf8914380edb57bc1880b5b46aa38c70c15ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1118] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d4237fee182dbde038a186fa95fba529427885d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1118] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81df040bc31e54ab7a6b9788777e7de135f635c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1118] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc978a9bcee4d7ce1f441dd45db9c41d093ee78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1118] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 10594b2006f867976765fbeaf7803dfab24e78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1118] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9560dacfb377fcc4cb826f48d8f64ab26efd679b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1118] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 444078af652677cd79066949ea9ff4a70e0c292e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1118] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65eb01da35ca5e5aa23699b0c1b9518659e605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1118] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 4b30605768c9ecc7948c63ea82f7c9a327ad9c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1118] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 7b7f0db31c29592a827253d873980e185c39ecd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1118] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 832b4e8a265509c8200c53f94be274e22750ae4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1118] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455ed466faa4b8aa426ba8d7e9674ca5e5c024f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1118] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576559ffd5fe946f3663a12a2fcd5aebe56e41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1118] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 3b02f6c968584c0b2b2c227f80e1e1acc1e0a7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1118] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c584895f099badd0f80545d38568e99919cbc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1118] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 01f87e724d5cb6a2e431d74a6c0e436dd1b61837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1118] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54fc0062240b292543505dd5042228e0ef350b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1118] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5951c49eea685ce71b431703df4406149ca6be12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1118] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6d2df2e180bfdcc8a79b2d4394b9c9cb3e37fe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1118] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 65f77a5227afc349b6c98e65a6316f8cc5b1041c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1118] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b49f4ee479c9aebfb62dd9d1a5b7e9dfff325ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1118] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From dd169f9457b91b50709ee72161e3569813d093bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1118] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db27bd1811e31aca0b46f6d48cb67c7881fa64d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1118] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2717fc209299859adbdc352a196f52f78d4c3476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1118] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c05bcd8503a282abe017d74828fbd7ce2f9b2ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1118] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30fd0ce001df7b5683ad94b85ae3b73d90f0d4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1118] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dab464106c7d8929ff79b9f60729041c277ba18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1118] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6e86536f68b9867dfe2735850c8d1abcfed9bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1118] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c9f46472c1d5e357a5607b6a0de53cd15a21dbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1118] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09225debf6ed1839a1b1c00ceb1487ef1105971a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1118] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From f8caba48a0593896d2b69b232d9b90e94a595027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1118] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df56dabbdde62119998b0cec2733be2ec6864d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1118] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4a7d36c7041ad55354c3a6777358f1d52045f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1118] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4cd20b7d25af2942021b2d6b664aba867e90a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1118] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From ddeeea3a5eefeec6662a7b172d7683dd34fedafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1118] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 89005f5ce69f402de509d837cdbb6806972d5eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1118] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 584de96454a2046abdd71aaaec2203b863aeaa1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1118] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From fca236cab5d5ea05c8ad19514d5e4bd55b043241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1118] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e45faad39b30e60a4e37d8fb8784c8c71b53ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1118] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From ff0843038cc98b7c2c2c544eee1c6f2972f95dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1118] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2815552f58bd10e4bde5deb0681a25ea8e0ac0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1118] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4826a1552d6e43ebf08077b70e434c943327d4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1118] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b047dd77e86255e4d03450c7113a3661ff242b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1118] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From bf801d7f57f8bea4ca9f3710826bb09fd5c48135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1118] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fdcc6dd453ef168314795b4a84276ba85b7ea44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1118] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b716cb8b0cf41db3fb5d177c1cf317a04f91300d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1118] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 89befe56c459c8034e8e69ab13259c9530ecb800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1118] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 752a4e4bb8e653d55c87519e4593671fc9985b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1118] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 7b6fdce1189dc8ca61aebcd745d3597bfcedbe65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1118] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88534fc3ff828db0fa7e4ee7f76e8f7f1660922b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1118] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f426623912e9b3222162bd66c6b05fbc59cfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1118] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b37958e53f14255e4ddf6d1a728840817f1dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1118] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From d32cf4774fa25ad7b93a6de7698291353b58755e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1118] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ab2b3399f976f06c127ce4d72e66061d8875f8bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1118] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3df026c4b2674c29f4a1b6d80820ab02531bc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1118] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbd557be19cb327909dae431ccef303174042976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1118] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ae68805d69c390870a5e97540d1d0d37a9537c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1118] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 2c85ba665aecfcc41d31cce0bf8e6dc4b9d1a964 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1118] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76606758400961c2d51d80155dc495bea7724074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1118] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 1ac78b2557b723ba5f9bb61ac524b215533478e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1118] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ee20f5a8e73d378a21a91fee94525356e5d6ad68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1118] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d2fecaec1b2e9fb6b8adef0df84572ed4f909ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1118] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd6c8ddb66e45802cdde92931096e3f1235b0d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1118] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13272b8fa5e2b971564f19f76c39ec1ec71a274b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1118] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 75e7b647dd9e584ba3d4401388bd54afc1b93ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1118] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c268dab438e5b8da5685a5f07094cdff58ba49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1118] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 7afe9f3697ee2022d9d2b124a658532517782aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1118] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38318849ba1161a8167b4189f004c3e5017df8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1118] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b5c07c3826302412746376b9efe0ce53b5f9ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1118] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From cdfd94bc864a73f8733c30123ba10c115bb88df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1118] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 955c6c5255389055287621af7d2fe1e4f48c58e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1118] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 2e3884fd9b60d67b7afa527f1180fe16192d77c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1118] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From a255f79ac5f1f6eeb3074771cf46cf12d1bdf574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1118] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 699c20819127a7acd0a1afdb9de5dc0c7af1dc79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1118] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f554006bc6d6f553307c2710ad1e76a08a8c13b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1118] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 1cdf1d3203569b7294c4a9a1c4e0f3e6edb461a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1118] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 86790dc22da770e998d743e62528ac9a91585ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1118] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 564e7978b084f6071fb857c7545fd0fab8d62b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1118] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 129ba554a678aa06ad7a67d7952c9708b8f3d2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1118] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From fd191db2c9d6744448a0407fa70930a3e3bca7f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1118] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 996c0b4264b62e93321a028da6998a303a7a41bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1118] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From da95559cc26a299a117aab5114fe1100f73aba1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1118] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 4f069465d9d5db6707e2224b5ce170bc0fb7b797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1118] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 9e29df577d85a386ef78321ea2aa22176bb4be61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1118] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 1641e88f5b25d58e39d1f246c815d42a7fc9740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1118] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From fbc9f9af6f89164261b3de540c0eeb7f4fe5a3aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1118] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d0183295fca8b7b96ca73ca7b7e4d8e20c9aeb18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1118] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 73cce03116f5f2c78c5ec5dccc072067f83f68a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1118] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From b261e8a7e3dbfb9172920ea4b925fe595104760e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1118] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From fe4ae7a333cb21b6e7402687d82c89054d1ef873 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1118] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1654a3d9a67faf3d7dc81947378713f5c70a884e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1118] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ea8675052f68326621ec3e9d636c87a0e0e4c6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1118] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 8d342f73aea7e7b0253ad291b85beaf48593ca4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1118] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From e4f81fac14da87298779a065992400a0d714d668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1118] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 0c61138716aa4c1baba8d3fdbcb161fa54477886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1118] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 0a6676ad3caa209fe14991510db75ca2764556b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1118] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 8d4ada6bc20896f96baecb226a232c9d5efd973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1118] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From fd9f37fcd2094a204c0dcb9073da1e89b5ec8943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1118] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 68195dd7d1e6682a47d53a763d39545e7fa1cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1118] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From a3c5753f0c91878393c4344a7dc1cd32605d5973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1118] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 542fb54f2546b3b40024339a02120c26d7b9f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1118] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 804c50a75138ae6e7ed5372dde662d3ad98c1b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1118] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 4faa1bd332b143bfe6552f6f9e88eee0b0b56f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1118] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 955c3ceb16495de5d23328185279856677126789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1118] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 7034cf31580f9a7fd01b9dd98bf69d387c03fcbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1118] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4653cf6b531104e28bcd7d6978ac03cb848fb830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1118] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3e9f75c07df892d3c6b4bd882e5c04cf40ccbf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1118] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From d514b7bb57344ef6eac397fbfb8eb689c8c03547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1118] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 82c0ff056066b5ca4e62bc4d60aa8a3106d01b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1118] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From e20e2c135bad3db0c99f7662a789e3d3842c85fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1118] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 11d90053c53b8b3a78d39ecf8b34fbdfecbf46e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1118] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From c2e2bb914dccd0b6195747742a85ad5099298d79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1118] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From f495ab6d891eb836a4142c97543e76d0d875529b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1118] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From e678a6b8bc64ae22b59858f9f5de8f59e8fb1f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1118] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6e3f9d3eb3c321e442b3c85309509568c9fd831c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1118] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c34a4c9880ab0315ed3ff4442fc345568afc8e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1118] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 3c318a40bd9e25b7e5b62cb61c708cd64be9c54d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1118] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From c2a1849bcd2fb8f184a3a1150cb35f5390672af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1118] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From fe072610596de84e263333364a04f1552c79e150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1118] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 5c80bae4fe5fc2a7af4ca3903353e6876e96fffa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1118] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 1e98618b0d235bce88ed93d3d4573169db45cd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1118] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 7f5af73fd41ff784b89af6e2a1b60c0b4e0e33fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1118] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From b3cf4f753c8e6e5a69949beb0ed041c316e29372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1118] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 98464bec2013d4b5c61faf299d55a90cd26f4658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1118] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7cde6a4cdf7b0896ffd0dd48cee6fedd74ce6faa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1118] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 0172733abbd0629a36326a6bd1c9caa4f7da8686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1118] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From c4f7d0409a92bc7c434764800afdc3a7830d4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1118] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From a0033e2669afc06360bf941d951cf3f4b42e9432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1118] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From e4e6c09567e1b4acaa771378ca6b8c262d550249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1118] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From e6d4a850eceb8bd54157e01fa7b2d3a8cc76045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1118] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 234b289fa22698ff0bb15d4ef923294812125a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1118] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 74db8941cee29efd81bc2e0705bbffbb0f0ccb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1118] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From cae1809f4098a38745580d973960ddb5c13c048a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1118] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8e477ef68c91b466110da2f98c9b05b4eac911ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1118] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e318f9f03cf392dd56702fd43c5eda658fda42a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1118] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 38de06aa9f9791ca48efe49b17c8652f96908aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1118] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 24dc2e6649a6b486589e5193eb9f175fb55f40b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1118] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 531bef471b51fb8fea789f3c34e3b62eb49ad133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1118] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 76322d015c9b9506e3ee073afd68f06f4f9ec7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1118] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 06c7c9968c735ff5b56a4c365e19841b329a9ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1118] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 1413eca7bb41fc1918915acb5900d6dbf772c6b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1118] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 9a0afb81fe2362472bd90d6968270ce9bfb4a8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1118] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 5efc34bb23162ace571ae033989f0f9efe2eca77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1118] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From a973f8002ff1aab3d866ece80aaed899300a254d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1118] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 45467bed1390421289d176a486bfab08cf76ef25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1118] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0a78a95bdee1780528288f4e91b85b1a5424a223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1118] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d3ee256fa309569d58d85e2fe5831a13ff5577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1118] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e5e0c0c7910af06607b8ddca8280529306434d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1118] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ab778c5ef24696175c6d10a09ef2971b88c8f042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1118] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 5e365cf098b2f8ad849e5cc2486e579410acc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1118] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From b28b6f89e6f8a0efa6ce896c216b8ac9b0dfc3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1118] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 1a4e727d64465ce135b44ba049a590cdbcb1b542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1118] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 434791d39ca3bf2bf904ad3ea7ce42d25a3a568c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1118] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 01f58655d0b1ac6133681080423a36d61168488e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1118] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 8559e2cada70403bdb59d2c4399875bba8557760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1118] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2c43436c4fc075de5e21587c5abde656615ee959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1118] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 3c76d0b01e7397d292633e915307027251767ef2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1118] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 37bdec6686911d37aa76404460f4cfc3e56f3771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1118] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From e833b8e9d8d6219cfbe19e7a9ce8c33999075f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1118] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 7dc6b8c65c4e4f2942c57d1fbfd2a1435f47fd30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1118] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f7ba2b016742e562a409f92fdaef64e1417fd3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1118] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 112bb6b188b140570f8121759bdce45cd67aaa4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1118] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ee43abdd78fefeb8a136f899a90bb980e9b9b1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1118] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 89d48124d3eec9344026950e747682d0489e3ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1118] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 1ea3bfdb9037bf8202b4c5172647d62c6bdb6d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1118] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From e7d480f3f5add8610221635c3e50eb05d83c2647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1118] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 05b43d2c285db6b0bb288975280ae75cf586ec0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1118] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From c21394e981a43cf8b6dbf0a0244aae5452c3f05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1118] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 5402e171a2e11dd03a44d04554d1b82a424c29c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1118] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From b7285a6156faa59cdee477d7110fd71f0e61f8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1118] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9e8f2199e66a84be1bea58fefd1118806bb753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1118] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 856c0059b5ff41f65ee7b407b2f3c2a9900f1bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1118] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From f1a7b1583fe054d1d0032e1ffc0cdbbd08d356d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1118] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d6b7e82ca9cfb6a06e8b77623e48aba73a4e7717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1118] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From e1f56c9b5814dc890589904a8523fa6606c0a930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1118] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 9cda1ef46f7f5d2d2f6040a9025075453dbea21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1118] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 540226e3068c2ed21c8ecccd6750e2b16ceeedbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1118] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e0790005a72c7d19d81065e873f8f2b8aac83ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1118] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 62ced0220fa62fefd9e9676310f40314b34ba260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1118] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 61eae43fe33b102e464d6c4fac6e33cf9a66f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1118] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 35961acbec98390d0e410db92a8d794fd941cfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1118] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 8b020d0aaf5789923d64971fb85006f314c81b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1118] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 7821e138ca7b09a647fa8f37b27f907ffffd2590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1118] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 05025868b9cb03618d2ecb9778d4bca5c2d4e892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1118] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 68b0a66a1798965ca8ac22dcc5e4a9b1e192cded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1118] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From d318f59ef10a49186ef3a577b211d98959046fdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1118] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From ee608fde2140b7a12556f4584bf85a55adb94038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1118] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From db7acf306c3c33e5b134760d4312c0c3070a0cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1118] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b1018a85d915af0c182ecc361cb22b7f244c12c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1118] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 62aa633ad3ffbf852154c4b887f5ede830fafb90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1118] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From d3463afe1fb7c09b44823eede9945598b704a973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1118] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 62edd28ce834ad724fdbc663ba68e566f3bf1681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1118] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 122912d37128c39f9398ecedc62f969b126de11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1118] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From e9de038f10de4d1c4403da01b31ec1c684914fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1118] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5740eade02c323af2a66759ed3cd1701d6a1df5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1118] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 38d2875b580be291841969195317cf3feda006cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1118] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 75d6f7fe23657d245409c72ed58241f5d68668a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1118] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From d0ffa1897293ed885ec4abdf56b351a305a8577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1118] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From cdf365a749b30ebdd43d2c187300d37d52ea4619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1118] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From a09153169f07cf84d3a9dddf83ad0811f76a0cd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1118] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 7c017d2bbb5db3320418b87967fbc17b006adee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1118] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 2289fdd5cccc4cb1f10d5e9eb00de141729321c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1118] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2965485f65ef262c0d949ba0ca58b3896012641c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1118] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 6646cccc08926f5ebbebcba241be697674903b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1118] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 098828d2b1a4acbeb88378054ce3910e5a219ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1118] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 693069b85ffe5efbb919acda5cb594581ee14cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1118] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6843a1fcf3edbcfc72c9d964b040b3c2543490e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1118] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 4c0afd2776d3304fb4e624e682619b485e85b8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1118] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 0151563b34ef3ea1d6c148f8aae83ce1cc3dbb51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1118] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 064ca4f3d1a91dd08243f42c9e91499b4b388ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1118] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From e6d2db6677f17258bb83bd134880041e8ff13950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1118] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From c8b628ba63e18f1b900f0f2dd662d55703539dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1118] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b74b36966b563f6e887e77c8a4050266816186c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1118] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 5d5730d69276368f247a115f9902ed3459fbe265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1118] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 80774f97c099ab3d7e9c8f08fc593f92326b04ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1118] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From d63216659d8381902ac0cbc0aa4739900015986e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1118] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 042d623d077dec2e06fccad88abfa5d9cdef913e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1118] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b1b6d5257e9d1a73b528ffdb53b85ff07780c748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1118] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 7426999b6ca09bbca024f10ac6e32d383697a9df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1118] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From a3ab50a41d527e5fe343300ba21fe21fccdf2ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1118] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 7f6062dc142459b675e873f54063f67b7efd686f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1118] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From cd2bef5838d153d699ebafe1ca541d4c3547b730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1118] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From eb8cee4c9b698e955d617fbdbb85fcc09a84e13a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1118] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8357a9bf1aed0883570fa0aa6ecf10783c2c36f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1118] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 42462d4e731bc5dd3d11b8ba2b67bce0d352019a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1118] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From f9343bc34fb4a159f748ed3e9c32aafe00082b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1118] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 4415a95a134ad71b1769d419b00ece390fd428a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1118] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From e5bd344aa59407715180a3755a77fa8976eee463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1118] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 8e55af4095bd4a1fc83c82c795a128252fcf4e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1118] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From a402ab17b5c5d265f9d0e6870c24e2f446829507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1118] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 16311ea54f1e43d06b9208d894240b0292edba3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1118] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 6e159ac356b8143a05a86c5b589c817e539b14e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1118] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From dbc3da286e9f72a39b069dee6584c8ffd1a086a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1118] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From d6e35145b5b19902014831c36ec6ee040ffdc59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1118] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 2f2377bc3ca06ed3502332569ad093b54065e1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1118] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 283bb1416eee507404badfa43aefffd4c9c8145d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1118] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 1056aa3c70cd42ae7ae3bdfeb863d18c07c3b57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1118] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 62813ea78152d6e7c5c6b83593de28de002b7484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1118] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c5df245dec29f34233b6683e2091f1f2fb105c9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1118] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 9d27bcb9dadfe72bff258e3e15e605f19155964e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1118] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 806e6c5b1c33ecb32ee691dd776cb9784c551fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1118] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From ab991c44d23a222d64011535761821c8918d215d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1118] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 848971c410610c62a04c045e6dd6de76ed86fa05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1118] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From e9c0d7f70832e1a3d41052b4395f8f29433f08f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1118] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 5c9afd07e5fbb5db30a9959b2513cc394415c11b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1118] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 6a9fd3e4847791bb700b80984a134dbe26d8f97c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1118] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From aa4d4c6885505da5767090db71e4f7ce885ba923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1118] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 9f0ccc26716cb4e52b1811c0ec113df3ec8186fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1118] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 0a8152aaed111bab2b327527bbfd02b114dede50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1118] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 8705ce835826fbcf151409499d42f1df2b63c48b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1118] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From c2a4ccbddfe9d777ff8b3eedfa82aa7c54bc9ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1118] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 0ec22d98aacff2349c422b3d5106fe651ab44896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1118] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2e5d19ebe99f1b8e082e81c8f4488f002f86ee6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1118] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2945f5951c3ca2760b4cac24b60e4d3ab157fe7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1118] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 05be8d7f02d941ab88dc3926558e142bc8fea1f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1118] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01b92bf5df1236396f721e352148a5ba23762055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1118] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 645432972787ea6dd3c47f2a9abefff5a19f00c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1118] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c7cc316320a4fa853fadf72ade8a32009b910bb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1118] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From c9c39428a63af30409c40263b1560f7225377e1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1118] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 841ee9123e8f0ddbb9b95b6a5e84b0e8eb8ed500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1118] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 54833df52ca67a0eec8dbde8addd647f1aa04369 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1118] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 350c0f639c4d5e97d2b92c9fa886b2e00075a4f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1118] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 140a219e12f955eee2f508954d6998e7a70d1331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1118] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 1f9db9ff60ffbc563f4865f5dab1259108ca788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1118] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 1c09bdf2b8a7650f75eff536729efc9c51ffc889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1118] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 298b4fbb7d31c47d4ba5276bdf8456c98c0d21f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1118] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 008707b03a8a1d3f69bd0924493135e7b43ba594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1118] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 4fad5db2a85e11fedd0d3011b3abb3888a8f51a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1118] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From f0b51d35436d14ef9d0175a4d071294fd40fa8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1118] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 062f328a7ebc4e54191683d65f23c29d2d600a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1118] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 73ba5840794a006a0e5d0d2f029998ca602b1348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1118] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 1dfe7011fff8a761412ec9969f91f7735dcbc7bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1118] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 978359c2b0f0f145bb53ab04d5589b1c4d60f12e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1118] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 7f5603032a6f3ad96d60c916c565a95bb4cbb62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1118] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2245f653b3c34a403c12ec39db555893b393979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1118] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From d774e9f4ddbab42994a80d222ba92e10fcc8f463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1118] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From a321542f430470fb387aedac4358fd4fce326537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1118] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 37dc6c507af4875cf143ed85580c9542f8aeeee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1118] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 689d9ba923e0a508693dfdef619235cb64c34bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1118] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 859347fa523a082ba601772527299d8e2baf2326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1118] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From c03eeaf5a97b2bde4b96bee838ce316310fa33b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1118] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From f755fb6ebe48a5b8775bc2e80f0a445ce485d1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1118] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 89f646a57e7262326009f4bda174653ccdc9ff69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1118] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 34c637771dad9e03bf6351315fe0e8940c1154ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1118] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 339dabf39ba81b17f459b1a75234c353b63edf4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1118] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dab862f8b92c3792177ef6c45d850ae403d2016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1118] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 3dfe9398c16fe78e7a38d74e984286bdabf4a41f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1118] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fb6b61328b87bd9100f7390cf8e5ed8c50f9c88a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1118] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From dda46eb4171fa0f59bd5f9fa6f881ea925908334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1118] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From eddafd7a0d60243c9a7e83a0635471246fe88509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1118] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 583e7d2507b879dc1d30d6aec5f847577452c8fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1118] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 1b1406c0a5a8127acf56a9e7e1ab9b9cb82ac671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1118] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From edc493e375bf8eb4568ffd9a1a4e4a5df2c74780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1118] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 382761963fb389c36379c8e10cea7a57ad2d5197 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1118] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b53e92ae9c3ed108ed6fa8bac0614ba5b78ad86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1118] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From fc915170f06549216ca92ae0511a22f6766a1202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1118] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 03cb2426a2ff38d35fddcd5773f745976e70b0cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1118] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 46764f1370e1112f141f585e78b75d9dbf81693b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1118] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ba296a607dfa4a52f872ca1c51ebb9f6f362138b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1118] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de9ed37ad156cf9f4a552e9bb557dc796828b8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1118] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From e96531ad09ea2b0eedc33bf885684f54832bd99a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1118] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From b68b7132bcb8bc7e0d90d3061e2fca8a13fe31c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1118] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From a2275dcd6340a28c3b925a304f0d40c6d53845cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1118] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bf84d47e7fe01db456b8958ba84de043cfa02f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1118] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From addc3952a893a5e5d3dc5a9035cc7a0586e91de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1118] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From a8af98a9f93203f362a1835b5ec13806208bcc24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1118] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 40e342658f4914db3f8512504ffa8ffc488ce48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1118] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 151eed01d34c3bcc0f8d5a2307662bbaab4e8370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1118] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 97477f0703cc7bd21937091f3df5e91b4f14e2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1118] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 6beb59a81496626b1ff5d89dea0b4da35b4a679d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1118] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From c415d403ebb1a353633e3ec0660ed960c3fbf1ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1118] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From e5e05fc8ee617e9e7064360f3ecefffcd0e76fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1118] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From e330b2a7348eb463647cd29e236383a10b490d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1118] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4a3788094e16a5736e4d3c9fd947a8e2d3d2f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1118] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 71f762d8fc31b709583931ac206e7eca6b0e43d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1118] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From f80d602961828d1753383943b4f7fd63c4844a01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1118] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 494f323abadcf85fa226cec1439f1b84663c917a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1118] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 4245e79c364fbe387b435661234af3a80e8b12ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1118] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 784a0af14c653066b5c551d1b97e073a91988abc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1118] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60603f82e5aee0b7625f1643f0831b1543faa170 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1118] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 60e64eee0d3548c62d7a96438f8acdf3687bae98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1118] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac940e7158589daf846b83f52f3ef462e1cc953f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1118] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From e9e66510a09c94e3082e3715b0adbccaaf400deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1118] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From c5faf04a6b4dbac73e4d4814fdc977fa4f5e8eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1118] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 928d85a1bbb83d51447a14a4c18e1d0d423e558e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1118] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 73286a4b3662eb4dade6b22f59cde346ee24f011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1118] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 9b6298ffffbdff4ade414fbced43ca602d08016a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1118] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a1a3b7688572efb7cb8f9eac8c84bd6933422f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1118] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 97e72386f04baad02298c23848cc48799beff524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1118] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c67f261a15c258a6fbcd4f3b7b0987c291c5339f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1118] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From bd115a63986828ba4a751b11ee48b97a3bd75495 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1118] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From b3ffdd847d26ef0f58e66a973e23be3fcba09d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1118] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 8a8664571fca09d15735050d00af9b5218ed8ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1118] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c880f96c282f4055a38b9afda47a58d0da164f55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1118] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1184cd68b7d2397d99f817d43ec280ed82be34ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1118] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From afd4d334f2ca75a0d06ea9ae7d7f26e9fe74134c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1118] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5487836ce8cafcaea141753adbc3624924fe8de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1118] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 29e8027dd810f8dc8e42c7fd61724c674e339658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1118] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From bdeeb30e63308efcf15c06c53c7149270cd46835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1118] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1819149924e9204980a25d427983fb4f2f67f177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1118] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 49e2937f91e89674ade1212106091a01078e3723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1118] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f349f015cf8b0a29c54e747c0968969a550fb847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1118] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 53c2c5f4d44bb699f9c6af825d789ef97881b1ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1118] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 25874fc115381c399eabee6471ce99554f5e6483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1118] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ab1cfcc0af183a2391116526cb33816e11cc71cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1118] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 30a4a07e27d128376806efd56efd794c1e5f367a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1118] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64c87ddba5edf0352b4ee69041d095b648800c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1118] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From ba7c595ae5c2041d9fcc4db2e2c44ec5c45ec3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1118] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From d51c7e1ceb12d71ab6d58ae53c1ba92b65008f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1118] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 688500b3becf5b68d978232ecef369cf5e92db32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1118] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3eac69ffaf7e0cee72a24f0ec4be22c5294a4de9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1118] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 28d4bdb1cc48893e42c46e5e70c4fc3c914058b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1118] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 3ba48439926777840f0604e6b3fba6211aa44c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1118] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 554faba5b63724db011ba6c10ea0a49409b44b41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1118] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 810548e69c64b2f789793a69cbd00676cc5fc9d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1118] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From c55c08cc072d63399040e099bb1f6c1431b4c670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1118] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f3e8319ccdbec4c61cb055193dec255abbb018e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1118] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 4263448464cd7b317af9b333f9867e462ad4bc4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1118] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e30d0a3426cd7dd3f3c8ebe0821c2f689b152ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1118] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cad789c3cc16b3df72cedbefd1a28b460facb2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1118] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954021d92c1cf7b129850f40778eaf839b735867 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1118] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424db37b3cc136cd034a3fc9ec8ab1f330b60d40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1118] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From a8b01bbca1513fedd10a540446e9bb9693ae999b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1118] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c7f336359c62f5a7bab2fce96ba8e2d45a9d021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1118] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97409db74a3e08acd983b9396bab9d51023dcd1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1118] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fb0389c2cf52d6770afaa2bd119b971b6673726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1118] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16974fcddac64d49a7a524bac5cabf6bbfe3c35d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1118] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f3d96eccd7a092de226af17234de520b6d68c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1118] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9faf82e32b308445b0675d96c9e9aa9ce2d1c33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1118] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6aa76c9d9d40c0cad5e5702a08d269cd5c9c010 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1118] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f76ae95700ecffb15ca5d927fac42d8f75f550c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1118] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad18a7bbdd0d3546cfa6e8aea1e3bc87100428b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1118] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6623f30b771b674ed3eb3cc727541f4ace6bb52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1118] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54410c43b49bf7b23a7b6da2252c0fbe9a56ecf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1118] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52acbb5940ba0d1e0178fbe53147da08d731d455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1118] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 3551b07df7da2825e1a7082383fa22ec202bfa20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1118] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5fd486c3b59a4b1b7cb22176a2fef82c4f5b9e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1118] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d23de15b105ecd65a1c557a26911080b5d7cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1118] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce129baf193e3e0964fdb0cc499c0de702160bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1118] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From eb74a6744aa24e747ec40982ffd0cb3f61eb7aea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1118] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 546da74c7011adef50c584875c76d37f0ee0579b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1118] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c98e2aec14b767bb8cca3dcb89af4ec7f7746456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1118] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 235907a1d90ad5774796255719c9a4a05573ae46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1118] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 29fb0530cf5c3b18f2537ee28b5655e6d0f7afad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1118] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0805204a9f99afdba8d541d9ae7dbe4a91843b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1118] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From de3daa07c46d06e35e0cc158dc17ef44e7982ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1118] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23661df87904acdea7b50702e8ab5f9afe607cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1118] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2daa553c7775b78d6812af2b370d8b18d9fa6e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1118] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From af3f13d06ec2de160ae50fc0269d38677a716f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1118] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 17191b9bcda9927f2e0870cd271750665e98122e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1118] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06a878829fc376049812e45fa98949091425bbb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1118] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d42e1f5474fb50a28b39a9d6d8f370af2dd337f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1118] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a4ffc7c4027cfe9f1fe41690ee4a7052b6b6f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1118] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9168805eb41cc462bc904cdc2fe42e6415733679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1118] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8069933d7ee60f25a7dd8357ab70b701cfa27627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1118] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483def6c54b7c6824edff18305cf9b959ac0369c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1118] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From cd45015a87f0776e8b1f926984dcc54c4e19d0e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1118] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d18a97736ea7f6efe412413ebee7a2afe79753a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1118] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d2726cd8326d167f89c67b5e21bff3f3a32fa5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1118] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 238b904fe7e616983305d9923a365bb4039bddf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1118] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From bff52684545d3cf834d4354131ca632246b24d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1118] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 4a938ed0eb0822a394dcaf5cc6a22d2e0d73df41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1118] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1f7f0001bea0d7afe0ace73134b61b1ad35a32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1118] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc1b4f4bfb189eac8b7ddfb55f84c1be4c24d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1118] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5f72cc8bc573c1aa9422e19dede178af89eb2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1118] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c22c45cab067ff65eed51a650c1e0c11df38dc62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1118] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04912b3339553b5075cf674b65e2af1c94ca7272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1118] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From ff5ef1d3556801768b9c31dc1cb94ac0a2884f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1118] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 63f9b93758738968adf251084854af3e013ee341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1118] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 877740306ad3d4d4fb7b2407ad0d5d3ec6a400b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1118] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From fa43653adc189e94376111bca51aea5c1d9b5947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1118] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 833e5587a9315945621acf2e7d919569643ca324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1118] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af2c5d2792f62011f9e30e0851e9ad2e05c4bf50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1118] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From e933174da3fa6dbc052f45bb22bd7b3d414e43d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1118] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b8b5923115c302b8c06bb2b8b3ea72086ec6a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1118] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d432a623420a232a9d79d0f0180a8f73a461a6f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1118] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7863478e9e6afe976e71de5084b881e5dfae56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1118] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b7b216e6061f7e41352e54acd4c4f532bd9583c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1118] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa402ee2adc36fd7aac99f600bd96b0a55a8c3ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1118] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb734cd4d72c4d3c8924eaa0d5a5f4b5f0b3957 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1118] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81281039b4c2bc339fc9bb611a85009b8d7e2e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1118] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac6a8167e97ea6b3c737fa7e6f78b6126b17fd38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1118] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94780884ada5f380d7d80af2621a6bc87d25a880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1118] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41fa74f7db68cf3bb83297e7044eb7b7a62cba21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1118] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807a9756e628646829f02165f5978e0351a5b5c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1118] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9feb3646e00bfbfc812dede0c09262a3d0248dd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1118] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From c9715479b83d6559ec947b4548ba5fbdba78433e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1118] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 170941272a42c04e47b653265d527f811501544c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1118] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ce3b6ad7ce595eae7fd3c3ace99ee41299044c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1118] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796ee9a907249b9adac093ede893229dcb34ca9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1118] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From f626e24e7fa378cc051f8b2557522655e7f5a7dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1118] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 3570ff604352879fb92915ac62ee660c5d54135b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1118] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5f07832a5ae32503408ea18269356710a93725f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1118] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 943864fabb82eb2fa74a806fe4d652860d6112d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1118] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From adf0c17429461fe07bc0209da102987216514b7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1118] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 961cfee8cf8a6427d8c7ea9662288579cbe079be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1118] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3791e40215e357a8625a30b417d85ed5cef88f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1118] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 5474b9cb929eaa496f99366cfa45c0514c746a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1118] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2fad2f77863f3ea03d88c473089dd70c0d782db9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1118] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 74eee6940460bb83328abfa4610be15175ce17a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1118] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4d54357556466ab9c26d24c09ec5cda331a60adc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1118] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e36b3dfd86cd773d69dfdb90a85fe361c4128429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1118] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 541df74a893ae188ed9d1f46c8bd18cd159b18bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1118] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9e71f26cea24a99ed79fb08a93589a994a24548c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1118] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29caf28680fba850fe2e804255bb87892091b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1118] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d32c98afdd8e6dbb614ec6cda8f7c82b88113972 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1118] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac92791889933abc54bd59611f8356a6cef410d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1118] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From ca8d994084996b426bc4d69498cbb7d0b61e231c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1118] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea16b4a622386a1b8677cd9b7abff690cf62abe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1118] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9c2fe815accb1f6a5d4d57ae365a15ca6a433dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1118] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849a5867b40341d9fa523a02db2042615fe5d855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1118] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7d075137679ea28a0ef270a36359ace52532a9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1118] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 81e7301b0553df976271b32ad3ece7b104b323b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1118] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96eb190a547b16a9c64973f2b9ab4834a906235c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1118] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1a18a8b9e8a8195af206e2f2d8d25407eb53c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1118] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d098e0cf463b414fc099c2309408047e5430db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1118] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7984ca88b491ae402a6b33061b57a0552fc452fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1118] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66152577eba606609f8943c57c59265d6303607e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1118] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 060ec5ae9ae6ccbfa1546127ef5d8e4ba5fda5e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1118] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3c0d8a64a5a89c1a4d9c27f9bf1d3d65259afe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1118] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e17d0b3cda17316b8b0979a79d3ea597291386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1118] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 52cd0afcc35362bb0c3fecb94b636ad6d4225035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1118] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0bc6048e5a7e8cc4c3b14bfcc37f69825c5c47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1118] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 347ad6e76ac1ade399679ea8c542211fae8a3204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1118] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 636998c179b588ace7e11079db0ba466f30999ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1118] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e355ae54bc786d4702e1b1f7f287e4316ac807d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1118] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c803bf7a990617102dd29195aa6fe179ea7852f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1118] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60877ce4085ce6120256c48fb8a1badd03269772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1118] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96ff4182f4abbd3aee21b1055d1738ab960354fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1118] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaa219b6d8ab9fa8b4884ae849d4a6df8d71e36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1118] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From ddf6714b703b97a6bc8ada92f616dddbf72b1a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1118] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 641a0d0bc06f6e9c44097983d9f9155c4db2bdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1118] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24a183752d82c975724f1bd5d8367a964b8e76fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1118] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49fa57f066328603739caac8740aeb54e7928111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1118] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a89a5818c1d83f6d0be2510a6b2e4e1b350d6fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1118] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6aa7e614547fb42c7214eaf31ed3cb269363317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1118] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4aa44a86f6b3966421bf9b7947dff73b465e642f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1118] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fdf772573452b401a6bf456cfd8aae12ab51703 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1118] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8b66b3f4cab9cd5ecf9b6eb536df4791c0eb3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1118] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 061e5c3605b2a98097c5d69a7eb8a142ceed6603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1118] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dfaba60585ae538b8108aba3d205c506677cada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1118] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a746d8c1b03698d2260d63a5647aa3ae207990bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1118] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From b3c8ade815d85e8c8eca89cc2a41044f8fac1022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1118] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9661d9d4087ca9cf3b4962337089b4fd5817b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1118] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 352730427cdf1f17fd8d0ee6d05830db2b282c3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1118] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 8e11ad2b4e0f11272507ce124e1a80f60113ce87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1118] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b66f0ac17cd2bc2e63e7a40f3bf788ba7bd53c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1118] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 380b8f2709d2f29c7bf81c9f3423867488b1195a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1118] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4536a68802c1205cec3301cde797132045d41255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1118] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53413c21e43c3caa4593ef8a1e6d20ee0067a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1118] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9521e9c095d1f4f3da73b15d5624654f1379d23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1118] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45f3fcfbe68b94ffeb560c633c7b83760de88729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1118] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 56afb2b1acd3283ecb60be20f06c1d22008e16a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1118] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa2dcb37763b83e41c3b846afbdb0c693fe54617 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1118] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a25767eb542541b15a9bf84a4e60093c101cfc87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1118] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20a87fd850d6f8d10bd4b93489e10c1990a9b26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1118] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b55399ff5350e460cf6d4c5c8f4bc61a9a397a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1118] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f00fb4479048d9bf88b1e9fc54ba855b3414c519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1118] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2cdbd85d8b1299f1389e8113ff18ebcb866d1ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1118] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 4fbd90899ff773628a7fe9f2581ee8620a022dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1118] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796034c6ac6a60b8df51b59047e7af6644233e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1118] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d40a16600f2158c04909f22a54669dfa5419a476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1118] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 5920b820b400ed570c111b9d2ef3f2e5dad90f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1118] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 74870dd840e841ddac879a026071c2c1b8e6ac26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1118] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 0896c1cbc407385d035a47cca1f1836609060a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1118] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80b922fa4dc73d90108a23977acb551133f5de19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1118] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cd8def6ebded59fa4bfba828d964d3f642a1c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1118] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae5103a1adef5536ee96de3e5643b16f6c91ee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1118] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92cf87a274678cb31afcee22cce09ef23449f716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1118] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f297c9beac008e061000e25424abd6488459309c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1118] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 49ff1840a9aae0b6d2ac16578d6122cbf2e7f736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1118] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 912aecd952241964f31e1e0714cde1b07e525b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1118] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 8c1d95bde6e770014a05c2527a78616d3b283210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1118] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73a1370aa07c9da14fc4c041b8e127000f972b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1118] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bcabc5ebe19958210b97ad19f7bef769dfd579f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1118] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 123c64b7eb02da557619f84bb3a9a0c41b5df966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1118] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2098d03e901cee371b98f48f1952669ac353b53a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1118] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 78dc77ac1d91701c03b7d44126157883d08a93be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1118] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed58940998b79138256c5d294bfb789f59f373ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1118] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a05189fdc506ce1632faf755c410c094235cbb5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1118] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f6a54ed281a9f2154b0ea23365c744e79654cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1118] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19b740ee8794e7833bfafd454c2422db81669c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1118] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29b36d97cb93baf8e6b0db2cec0486ed2ac9e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1118] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab0166f633387d2d8bc4712a35f3b5cd7975c87e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1118] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bf407bc949c95cda4beedee99215f5f15793447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1118] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63085d8093a3ca01ff02bd21bb8d9379609436a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1118] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66844c16917fe83c54beb511b11526dda5f578d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1118] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81a5639e64e1389774181cd6b67f9f02c35f147a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1118] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From af7ca2cf5d4fe2979b68e4a1a8ad68c97d089774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1118] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 099a396e0a700425b9a1b72240bf8b83033cdc84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1118] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 687d4bb0a003271077e6769c2f98bc6ba8d39313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1118] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e233e9fff41c318035ab9bb858ee58e4b3391475 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1118] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2027b640e0e5aa6911cb5453cfb01182367b0d61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1118] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1ea57e5963316b2d56d151c298fcc92cc09bb20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1118] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807986bc2ab3be96b0edf39e500d55073410d846 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1118] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4539013b1b3f032e1b8473c84f75872fdbf00334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1118] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82f819a355993eb10817061ac11b9a766d3b34d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1118] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dac710c1de6b7abf91a7e7f0b4d18d84c92af7e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1118] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed101d9338a5537300a75348824ffb3a9bd45dac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1118] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ea2c6f2b532dca102148ddce08a39fff682e9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1118] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f16db6b7e913e51abed7ca92f55476c85a0f64b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1118] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f2e5a24178505088eb2f90d969640c26bc2cb8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1118] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02aab1fa96da11b0e55b42bc3a8d75600d79a7f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1118] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b093b448bc91d4eeca99d1c35888e358c2e6267b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1118] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34206340c3862535b7cf789f82d8a1d6b0729ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1118] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 657c476a9a87bf8f0a88a518c72fd74c0b8a720e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1118] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f230bfe99e83f9969e45945b34fa9bd1b18c7721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1118] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From b6bca9aaceed4d6b130e12ffd0df3b0c76fdbdc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1118] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99f7a3e7606bd60590f3c3ffc74e9e3b55700348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1118] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 3e57c8f6f779e70082385cb8f2c23182d1a9f76b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1118] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 11a430e8bd95a69f57e49a6c4f03a9b8b26bb9b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1118] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c8d18cfd8045e6a564ce4897c27128a85e35384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1118] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 2075e959cf53fa63718fc805463eec462cff3ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1118] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732e4b0b7c4ba62724dd621105c1a4d7ed5cc036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1118] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 02702c4003341ce665d1886484c6b50f7498a7a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1118] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15438f50295223209f93013a0c61e2317faf5bad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1118] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 5541a4eb4ccf20dddd403c16ef8cd75f26ed803f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1118] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9f021d1989cbda95c8fd7d592ff62cb5da1ffad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1118] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff7830f3170daa5d0a2dc8f92c64c3a4ac45218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1118] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28beb5a56435f7f02db7a65f8eecb09879c8b379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1118] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c66a87e3e59f0f3819de166c3b896fcd9d37b45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1118] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cbccae2a99238f076a1c47d7f306362768f36ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1118] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0573dc9ab69a51e432003ac4461c4ffd65738056 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1118] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d55aa814fbdc4779aaeaf885b3c7e04fab323584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1118] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7febb3ef3d85a639f0cab3cb4b2de2041efe0191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1118] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 3482e8d9f9c2aaf73e0533093891e2ee4fd2a604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1118] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From f3a1de5e66cee42f9482dfddde5f0ec09ead4579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1118] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e0516e98bfa370715ee416d726087bce2e1db60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1118] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc296e16d83bcfffe517a346a09f092b76505d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1118] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d73868bb8b639676d0cd2a6de4bb340d9c7b34e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1118] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26ea22104069a829eb7f96b090d78460a24f8664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1118] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 5b60b104558808635f13835ccf69966d4d2a46c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1118] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From eeb0a76da06195484bb4e63c0de9c7b735edcfa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1118] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c1bf25fae33ff2ac413e79ca8488f877135108ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1118] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8cd07aac2e3d2076630d2fa618c71aa2c70bbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1118] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0086a3d030f5d6c328472a4799065e6ea6440ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1118] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57bc5e35d659120e644c80d4fcba3b10460e9732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1118] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975aad8286d7ca4b28b2487f5c5636bc6d6ab97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1118] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cca1208548241a4227c46dfad7c443641e927938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1118] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57573a5604ada57b160b6f338c0f1bb44c90e29c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1118] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 32440fd2c8b4f0a1baeba4e5e62b721910a3ab3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1118] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c232afe201cf088a7b3b438d57299b4d965089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1118] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 609442796721b9d150389ccf3782e3c2cddbcea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1118] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28a53d0b345d925aaa3e8eef2941dd1fd91f6d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1118] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15a1141ea3c4c3dc5941cdd04b63130e5d19d4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1118] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From d5dfc5f7123bacb37b7ce4523a2ec34f912e1d07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1118] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 576ba06d694828e2f1e14aea3f41bee36f957065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1118] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 368f03391780d24fd5ec01e20d5ac6b9617fb1b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1118] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d36448c7dd8e969a2190f55eaf7f3cc99ef027d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1118] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 766d3a80782265d51d431adbcd8a788f6fca9fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1118] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 3f21e43b43c30fe1b4e158ae855e8485897944b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1118] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 255dddb1a253bfafa863400dc2b785a024bf995c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1118] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41d021f8f75d9bd859590965ba9cdd42bfcbfa3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1118] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 4843cdbcf027a18bcf3cf9232b7123ca001f666b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1118] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From bd0a9165a83c8dbf187246ca80cdb64ae8d08e7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1118] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 36e68cbee67fb043763dc648049fa96f1451a03c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1118] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8259132aa01f0b0157e7fbfda191aed036eb31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1118] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From ec62e66d9125e35c641abee03e945fb618b1f939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1118] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1b17c877b48b56a98d3b54baf9794f35427b0e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1118] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6046768a60508f474149937d1f855f024be919d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1118] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44dd57079539afbfda9eaf7e3a5cf7f004c95a64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1118] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ebcde78573bfccc353c2b42961445058068efe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1118] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fb8d293b07027293531fc11b2a0f02c8dca0ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1118] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd681b1c59fb3176e069c337b12fc295e5094ad4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1118] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c493b98445d8ea619d204a4fdf0c089638844f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1118] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76c63ceacd49594bf7f688364172e1e6a5d5df86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1118] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 048600bc597eb34716dcd632e2748642ae0c182d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1118] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c0621bf68258089b349527b1d8ac5dd0306f045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1118] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1bfdbbbf0fd04a9026797ab5d8249bd9cb6ce76a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1118] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ce7981cc80da0e500997214f54b20784e5ed1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1118] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a014074cb77512452e14240f824cdcdeee469c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1118] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7adca8688e58e26d52dbc4b494194a9e036397b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1118] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007b5fbd80ef807c51fde09ebfbce84329c62ab0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1118] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 4e135078bcba1a2a6a32cb3649e1319ec3443649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1118] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 468eaa8bfff153211f58f5d170e21256404871e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1118] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67c4ebdd6f4fc51c418cbb8cefee41105b914cce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1118] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cda4cb417382a944ffb6dd292146a7bd6baf91b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1118] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 259fe22131c4d533cc7fd3ddf26914960e82b329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1118] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46968fa312ca8f0509576d60370fe4ac0ee6ba57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1118] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 355678d9e2ae152022ff42be2a61bebaa6f3c989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1118] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0b031709a39b83e7744ac029582a868a4189f45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1118] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23cf40bb1d8b12731bc1e9368caefd73312c1fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1118] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf71c50da51618587e829874b49f33b542aa2e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1118] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From ff0560a5ebed7e24526050832e76f3afc06cae9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1118] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53e9287310bbd2dab82adc662840815f397e0822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1118] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7957cd801d8ec09249465010a27d879f85f88b8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1118] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f9d9ddc71b4fae5f55abe9471360e98819053df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1118] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 02451ba0540f4a0c5b2cb7260c9b7ddf13921a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1118] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From e2e14f5c87f9439cbb6f25ac8b34c29f95f16548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1118] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455118cfedb47bbb72d44a50e5e8d08afde3251d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1118] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 371a6d893328f442d297fd371ecff26c1d335cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1118] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ee7e4d37ec0c8c0ba9c03cee2454e0af438ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1118] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 52c4659e5c3f9e872713a0e89da7772931a94dff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1118] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 679c66f8db1de2fc3caadfc49fe9744311c6081f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1118] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e9b2710641c9637079b857e36e5d303b17f5300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1118] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03cfc645a66e2cf61eabb4d74d66cd8be56e68fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1118] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 6c2488d2d8e10423baec227f601bb4792991c123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1118] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 6e1be0caf8fd751120c0f7dc41254e458af6c529 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1118] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fc890ef1b0b2d4f49fd0c7c3b8d4a393b999bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1118] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3ebaf2d0da14bbcecdccc77583b72cc1bec2efe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1118] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a73d882a2c80b099d02109934af664f501b80f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1118] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be6e869a5609190336b58d44fa31435f2a7c06b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1118] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 09aef7619f4b9975f5abec57e9177c44fbf69391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1118] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 337d69f9344a8cea50c8d1c5fc5bf529048a19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1118] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3fbb1e95bcbf712dce3b6455035e8e059fdd60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1118] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From e1a2d32053e4994f83ac8c6a9873d880db455d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1118] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From f3d802f2a0de5b631bad7e6cc0de35e270606249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1118] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From ec7ecd9cbc23b1ea89c5f65fa46a4ca30d304d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1118] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a89b10e8c8d36e387929c8a80d6b3d0a5c5d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1118] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 48075fa0e0cd70a027f608c5aa7a49cbbb0139bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1118] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 904f003dbaeac61ab540d55d2f7cbf6d5cc13b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1118] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24011fca68207ac1ce11cc985440c1386d96e80b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1118] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From a3416176c299186d329c610eb41bd9eebce523f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1118] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 8ee2b68aec0df1e10c9b267e4160561477f15160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1118] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b760e0e2b0f66af931c7c09fb1bdbef2ab756a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1118] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2407653fa7786730d70ac4e6294d621fd5c556bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1118] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ad31895c1543cd6a1385b936e8e0bc3347dd89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1118] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8f0c59e8f061a8bbf6f56632ee3c9bb2f7689d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1118] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf3d1a5a2d70d70bf798aed1b428f6c53a417fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1118] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 951a3fa8d807fd1805114987b4a9f04a803c752b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1118] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc2e8153e9bc3b56bf6cb4e92357270b752fe70e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1118] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5350c35e133a46610656dcad4dc00bbacebb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1118] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3a96ba77e17a41c9246a329b1e41c3c59b19ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1118] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 6a536ed6875d6e7fde4d6d4b6ed822c5a7b31413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1118] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 212198deeba42120d2f3571d1fa317f3e2ac05fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1118] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2f3cfb90a77a535a3104d2ddad189b210b3fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1118] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975001f1e61f87f8a75b1b5e8977b0dfd1e32f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1118] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 878922c835cba9533707d579f94d2ba9533aa953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1118] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb09e1e5e81f785087de94c3eebff92e7331e2d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1118] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3675247afb1f09dad43cea623a5156094c4b834c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1118] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 9b344ccca1aaa924d7eb1cc757b8bd4bfa6f41ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1118] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed6d460af70a6580735c0d0d9d20ea7ac984f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1118] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eefc673e6f710ea4e19e568d2a01f20b447e38aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1118] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a738beb85d99a50fac44e2e084928c8da66fa226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1118] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10dd97a1478a5edd6f1d54478dbb8c680ccb7cac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1118] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14255d929370960836130df3834087975e77f8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1118] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 796923a1c25b65c0fb9621fa52a4db308aae7208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1118] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d2fdc31b08e266898a91816e5e3fba310f0add77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1118] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 889d776eda86e96cea7a3f3360d154025aa251bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1118] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d094be599be9b0f5fd1e3cfe612feee6dadab9a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1118] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cdf8bdd2f64d72633f1613664a93ad288dcd505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1118] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0066411426e34b300217c77268ccac1a69b77b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1118] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c610da23e46bec3771b4ca57acf4ec2d42bb315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1118] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 662d2d6162231caa993ef5d704f07c4fe0d564c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1118] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f8cb2b0de28fc1322cd4f4970cbed9a24dcc994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1118] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d7125cee33724345d68f3be1aa3b38acda2c95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1118] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e211c8fc7c3bb133b7fd90842e39908ed075ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1118] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ee445b5542b2e24a6c70013023644ae92fd13e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1118] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f03d1ab41e610d9b9978f793743ed9542635f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1118] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 5212e1ff62dac48402a1b10e9f1330c563ea201a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1118] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From bf071d1a550497d73a9136391c457476e3695571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1118] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From c8039c8fa98321fd176f267dbf29bb73a1e5c642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1118] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4dea759c9105fa682c2d7fe3275b087918c91d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1118] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d926dd321d713c953139c6004b4615f919e21f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1118] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64e9e96c4e551fd1c1093bf42876a4913b54cc57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1118] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a92208e65a651920038bea6b6fa59ab1a9f11537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1118] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10c103d4055a99155e0b0202c47d5fb3c4aa6f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1118] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5dc376d6cc54f2460d204e82b74de24905e628c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1118] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7e3ad2bbc9a96ab2a2234e15f97bd07c68b595d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1118] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 3c07a16b322214a7bb164bbcc6230f52744a5b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1118] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70d0edf24abf6082b18bbbca77877df82da12467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1118] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 75739a305d881bc163923f6c441ad71f8d7c6a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1118] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c94a6201f76fed392a7ab447dffb62863bf44a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1118] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 9b99e209d7a7bd3c5b7b39d5090929241705e4bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1118] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From c07ff57075ba6fa0654ee8503b00d3de4220a447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1118] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 0cf81a420b63f5e5098f1b8a729d9e54c5eed1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1118] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10eeb706221aefbf5f50afa3dc4fcb0471b62b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1118] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 05a4f13297b5ffb8595478a6c0b531fe3c8653e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1118] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e2f27b9a59982094eba79ffbfc3d60733db9f42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1118] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c928b79fe136abd0a776819f4519d486acb694f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1118] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89bac9a62c42149468cbd53bc19570a8d78efa97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1118] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee2d3608892468e331eeccea5054a0ce332fbab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1118] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2e4de744908fb7911540baf8354a42cf37c51644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1118] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 439a341bf79941f3fd29ec5dc4be311f2df8db99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1118] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From ab9e2eba5cdb1b609e0065bf1d2f18a159683d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1118] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e9d713a977203699f55a78d61e1713842750786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1118] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6d648545897e55d48ddd39b6e8e3931890801b5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1118] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a8456caa5aa2a838c6eda67b0e17402cea63087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1118] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2300dd6ab7f9c35523f22c450211bca964ef3a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1118] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be4825b8a521544e04200a76b484615d7bf3212c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1118] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483f80e6c53761fccb682672e6c59b12fe6ed3f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1118] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92d9f8b0935e74b77f81df88dd305de412ea5d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1118] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51dbd2162dec0dc833f456acc5343403295949e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1118] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fec247408bddcb48257d5019051de7a68daa04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1118] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d89dce0343afd8a40de6be1a3dc666fa39e6d54c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1118] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d4870cc45537cb6c9afd1fb51691a8874d604b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1118] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea1b63cc7583eb0c72c02ebee891d76f7ae4bede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1118] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5143df1a21bcf1e230823e63848c0f538f12446f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1118] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1becead594a6a176cf71854a9deb866676b7bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1118] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 633b1f8d8ed43cd634cda676f458d49baff2a660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1118] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1808f5ec91f2d5f381600ff05e64d53cc760fb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1118] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75a913405552b29e72dc7aecb7990b40eb8db80f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1118] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 6e541e0a65f922084dcbf27220bfaeae557b8b7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1118] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df5a97f7ecc36e82833ffad65a595e7dde9089de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1118] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c50ff58bb06a8cb2c68ba252d2681ba3d5da646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1118] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51799f9a6a4b916879ab14901d58c9403a55343c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1118] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a38f9b04be812b703228053404fba053080abb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1118] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From bf4416e769dd76084c7cfe5e0240ac2c66906250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1118] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a39c56b82bb8268889704fb249f6ff36f8618a33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1118] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf5676077f363c88beb87fce4876b0639ffcee19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1118] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e5939b55c287fda0d78928c4ecc78196d9b1e70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1118] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f9afe090ec0d0f6a7afe649bf21f405d3a12e4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1118] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10b725942f1171f4d5dc2b77d31d0a96520a2db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1118] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 29d3f515d848e728cf4635379f379f77ec858a0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1118] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57be94bf52bb81cf4779d7cfb4f3f235cd90940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1118] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1df9b798e11121a6d0876c69e4620ddbfbaac7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1118] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7418fa1a690d6dfec8a7c05ac4c498cd69fcf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1118] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 6c4e57e6e2b7353a4f433d6231091b42de8c7449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1118] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b66dfaa38b5d8cbbd5cf940fa26edf187a95a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1118] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd998ecb2ad9f12f7065af9b49f6cc6b979aec77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1118] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8cf54e0e83b73d345c2bc5388a0084e9fb73a8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1118] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01d86a6b626482cdb548967607b52a696808c97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1118] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9a25b27d1e35446ef58e7c7faf31e873895fb46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1118] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7074544f9c69e46254fc2790566e18caa404626b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1118] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01e60d100717841785f5ee022599556a3dc2c8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1118] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 64ebd94ba4c4241105e1bad468f467325d8eabbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1118] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73272d5993fee751c85c236ac2f030d5dce97a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1118] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6b400d33ff996164cafe4bcf4f9a8d5e8d6d102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1118] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b89db575551bdc3af8aab3f854ea47a8885e5d49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1118] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9664c6b0a0572fb96c58f9c70927f93d47bb616e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1118] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e3fa364b259d1d1ba4b7ad8671d33e898004200 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1118] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From eeb4075c3706b6a1b94bb480de7d0d957babb0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1118] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a658a389cffa0739b0ce120d7b813b92104570f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1118] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039d250899647d052ec5096b27bb416aa98ad6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1118] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8568b1229aeb766b2e2de4e1ebe3846197e2c018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1118] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d02298b70720bb683d0afbb7bb1932e47aed802 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1118] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 4af56e25b4f3034aac2078ac111d2ccaad7a69f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1118] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 28fb5348046baf50ed26d97b8ab998964abb927c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1118] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From f806f589cf5a784c8bc868464da2a18f6f16c477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1118] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 1f63b7226ed42ac64f2576412f8d8fd8f8da4047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1118] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From a99a0b01dd6e51370bbbeef8cd06e22152fcb76f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1118] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 4fdddbdda5137f1ce84cbaaaa03ce8282438a1b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1118] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a80174e362cefaf3a8bf3e7cb80715c3ad353ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1118] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From ca6cbbba241caec3d5ef05eb0423afd84a3ccd1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1118] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From fb061fb6b7677522e3ee835802ad852748741148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1118] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 437c6d03b98c07b4f1ee8224abf96a3a166f5aed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1118] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 36145ac527969be1babb162ea5396cc300c7fb7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1118] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 1a746ef5568fb165361fe95586fd0f002dccf9f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1118] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From ddb15001ab0f23a0e4ef37f7f7672a43d5b75b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1118] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 024c4734795610239af8910dc714d9e0ad2dbb35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1118] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 70db9d3457bb468716fe9e32bafbe89bef16e8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1118] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 786044aa966b33ed9d399a55e660a3647ee1e5c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1118] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From ed2f58a0850f7b9d0027ce9c3c25512e567058e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1118] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 971ceacc1b38bdacfab6f1abf715df84f14fa33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1118] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 60150aed11838c5fcad160720a93add3509c49ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1118] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 17d3d225090882f9b41f46fc6ad08ef3cdc0c93b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1118] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 08e754d2455371b4b47e5e4873f0b82b6fdb9d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1118] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3e0a6224033637ab27aff0bdba8c4213ae6ae8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1118] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From b6ffcee645d4130857457444235d4e34726f0a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1118] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e0bef9e8f3be0880d75927962925367b4617d8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1118] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 9c6e1212059d779f3b63944e22af1d521825c46f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1118] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 5e2ba1dab763c3a3f959acc54c1b9de66b6db7b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1118] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 58fb67b5cdd1d952286fb317a0e1c7fc7ffb359d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1118] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 7f105d5bfa271ac1591e0f06cf1e1614d2c4a0c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1118] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 9e212e72eedba3d775ecdd4020dd89d1303340c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1118] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From c456bcee2ce2f5c2c5cb1162a3abe28a55a07a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1118] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From fdb5bab69270a5bfaa0356b2035f42b7ec420092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1118] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From bf867e3e7f3ae0ae336896c7ad817ed4da62823c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1118] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 612543f26271538f1e22e403205aee742318ec28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1118] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From ba33c29b33e9a1ad889748401d685b83a8cf8936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1118] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 9afab39a9f62d2b482799a889c01531933c8ef4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1118] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 56fd8d6f1bbf7d832d48978dc39181cb695258a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1118] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From d291d388ca3bd4b2a9262b852a47d76ebfc1df23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1118] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 362e60ef7d0598b7cb08a1a0bbaf314b6317527e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1118] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 65c8c43762d32189e48eae9b055ef5ac90fd22c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1118] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 59c9013cbb665d9f99ce27920c0dc6b3d4354e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1118] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From fd1290834ca1384f82a4ca9639330f06d5413bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1118] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From aad81bc4fda2656d8d519642a7e37fafc2c8175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1118] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 85d120fdfc9aab543b4aae11d6a1f9c4cb0a69b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1118] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 0b8a3c6c1fcb95586268946303bd09cc8f78be31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1118] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From f055e981135a791802fe2a3a73e7bb07384d2de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1118] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From a40cd0a2e6c97ee30d7f10ef07738f8327188040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1118] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 75c620f48d8de5cca25ee24e7a91c6e393883364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1118] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 555313cae9b63bd860f0554f3d7dafc75864b8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1118] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 8d0fd0775e4df2689e3d079fa7b66bbd9422f35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1118] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From e7d47d8509674b217cd29c0ee895cc60926993e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1118] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 4d0be8edebf7fb96fc263653b41c948513a8d1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1118] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From f559db7f97bbbd89c3fb98692a16166f381a2894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1118] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df6d740173823754f5abb0218f4b4299255896e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1118] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 45e2ef35ea11586829b5ba09cea4696a8b489c3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1118] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 15001c1b2f49878d8e775233c096b7e61a8df77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1118] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f40b01b9349f16f39cfae67da1727ad72b79d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1118] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 78d7a91d189c22d1819fdaea88475bdeaefd0387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1118] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 0d2d5eea1a11e292cc2a708508584a1f0b6d7f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1118] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From cd9addf76b764a36614f2a1750907243e0c68df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1118] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 78facc24f44dfea2c830f206f78813720701a16d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:29 -0400
Subject: [PATCH 1112/1118] fixup! cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins-python2  |  1 -
 srcpkgs/cairo-dock-plugins/template | 16 +++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 120000 srcpkgs/cairo-dock-plugins-python2

diff --git a/srcpkgs/cairo-dock-plugins-python2 b/srcpkgs/cairo-dock-plugins-python2
deleted file mode 120000
index 3f919c136ba..00000000000
--- a/srcpkgs/cairo-dock-plugins-python2
+++ /dev/null
@@ -1 +0,0 @@
-cairo-dock-plugins
\ No newline at end of file
diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 6f28bf559a6..1086ee328e4 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -4,11 +4,9 @@ version=3.4.1
 revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
-# XXX libetpan, libdbusmenu, etc
 makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel
- libical-devel libxklavier-devel zeitgeist-devel libsensors-devel
- cairo-dock-devel gnome-menus-devel vte290-devel vala-devel vala
- python-devel python3-devel upower-devel"
+ libical-devel libxklavier-devel zeitgeist-devel libsensors-devel vala-devel
+ cairo-dock-devel gnome-menus-devel vte290-devel python3-devel upower-devel"
 depends="cairo-dock>=${version} upower"
 short_desc="Plugins for cairo-dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +17,7 @@ checksum=e09b8e600398749d1f74b26e645b477a1844a3eea02fcadd6877935da3f8639e
 patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" python-devel python3-devel vala"
+	hostmakedepends+=" python3-devel vala-devel"
 fi
 
 CFLAGS="-fcommon"
@@ -32,14 +30,6 @@ pre_configure() {
 	echo -n > logout/CMakeLists.txt
 }
 
-cairo-dock-plugins-python2_package() {
-	depends="python ${sourcepkg}>=${version}_${revision}"
-	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"
-	short_desc+=" - python2 bindings"
-	pkg_install() {
-		vmove ${py2_sitelib}
-	}
-}
 cairo-dock-plugins-python3_package() {
 	depends="python3 ${sourcepkg}>=${version}_${revision}"
 	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"

From 96e47de77ed42ecf7eb948344d172c406a3c1628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:46 -0400
Subject: [PATCH 1113/1118] fixup! SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index a380dfb5845..8d7bfc99778 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -4,7 +4,8 @@ version=0.7.2
 revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
-hostmakedepends="doxygen swig"
+configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
+hostmakedepends="doxygen swig python3"
 makedepends="python3-devel"
 short_desc="Vendor and platform neutral SDR support library"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b696d0e66f2b6867ca58ed2b84d4f6b3d6627f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:13 -0400
Subject: [PATCH 1114/1118] fixup! python3-pandas-msgpack: rebuild for Python
 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 5eed8fc3c76..f084c711e78 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -13,7 +13,6 @@ license="BSD-3-Clause"
 homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
 distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
 checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
-nocross="python3-pandas is nocross"
 
 post_install() {
 	vlicense LICENSE.md

From fa735c99cb468365f92fc53bc036fc51022aade4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:34 -0400
Subject: [PATCH 1115/1118] fixup! vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 0bc71d1261e..80b0a104e1a 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,10 +1,10 @@
 # Template file for 'vimiv'
-pkgname="vimiv"
+pkgname=vimiv
 version=0.9.1
 revision=5
-build_style=gnu-makefile
-pycompile_module=vimiv
+build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="python3 gtk+3 python3-gobject"
 short_desc="Image viewer with vim-like keybindings"
 maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
@@ -12,3 +12,20 @@ license="MIT"
 homepage="http://karlch.github.io/vimiv/"
 distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
 checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
+conf_files="/etc/vimiv/*"
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall config/vimivrc 0644 etc/vimiv
+	vinstall config/keys.conf 0644 etc/vimiv
+
+	vinstall vimiv.desktop 0644 usr/share/applications
+
+	vman man/vimiv.1
+	vman man/vimivrc.5
+
+	vinstall vimiv.appdata.xml 0644 usr/share/appdata
+
+	./scripts/install_icons.sh ${DESTDIR}
+}

From 7d66b86af25b0330677ddf09ff060056cecc8366 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 12:30:55 -0400
Subject: [PATCH 1116/1118] fixup! python3-orocos-kdl: rebuild for Python 3.9,
 fix breakage with sip

---
 srcpkgs/python3-orocos-kdl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 20341a9fd17..728ed73d780 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -5,8 +5,8 @@ revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake
-configure_args="-DPYTHON_VERSION=3"
-hostmakedepends="python3 python3-sip"
+configure_args="-DPYTHON_VERSION=3 -DSIP_EXECUTABLE=/usr/bin/sip"
+hostmakedepends="python3 python3-sip sip"
 makedepends="python3-sip-devel python3-devel orocos-kdl-devel eigen3.2"
 depends="python3 python3-sip"
 short_desc="Python3 Bindings for Orocos Kinematics and Dynamics C++ library"

From 5a50f4725a1cbc112d05e41bf3ea8b798e4cddb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:13:13 -0400
Subject: [PATCH 1117/1118] fixup! python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index 478d94a2338..de246d9fc9c 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -4,7 +4,7 @@ version=2.1.3
 revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
 makedepends="python3-setuptools python3-devel libspotify-devel"
 depends="python3-setuptools python3-cffi"
 short_desc="Provides an interface to Spotify music services"

From da6e827e5655d9c167e19cc3bce0f0c82b527bfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:48:44 -0400
Subject: [PATCH 1118/1118] libspotify: fix disparate versioning for armv6l

armv6l provides a different libspotify version than all other archs.
Commit 35ff97c5cd04ceceeaec389ef7fe972b7f1ee6cf attempted to version the
armv6l package based on the library version, but the disparity breaks
xbps-src when trying to rebuild the dependant python3-pyspotify.

[ci skip]
---
 srcpkgs/libspotify/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template
index a6dac136108..9888a207729 100644
--- a/srcpkgs/libspotify/template
+++ b/srcpkgs/libspotify/template
@@ -1,14 +1,15 @@
-#Template for the 'libspotify'
+# Template file for 'libspotify'
 pkgname=libspotify
+reverts="12.1.103_1"
 version=12.1.51
-revision=1
-short_desc="Spotify library for building your own streaming apps"
-maintainer="noah <nsawyer1993@gmail.com>"
+revision=2
 archs="x86_64 i686 armv5tel armv6l armv7l"
 wrksrc="libspotify-${version}-Linux-${XBPS_TARGET_MACHINE}-release"
-repository="nonfree"
-license="custom"
+short_desc="Spotify library for building your own streaming apps"
+maintainer="noah <nsawyer1993@gmail.com>"
+license="custom:Proprietary"
 homepage="https://developer.spotify.com/technologies/libspotify/"
+repository="nonfree"
 _libspotify_mopidy="https://github.com/mopidy/libspotify-archive/raw/master"
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
@@ -22,10 +23,12 @@ elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
 	wrksrc="libspotify-${version}-Linux-armv7-release"
 	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
-	version=12.1.103
-	wrksrc="libspotify-${version}-Linux-armv6-bcm2708hardfp-release"
+	# Even though the library version is different, xbps-src breaks if
+	# the versioning of packages across archs is not consistent
+	_libversion=12.1.103
+	wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
 	checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
-	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv6-bcm2708hardfp-release.tar.gz"
+	distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
 	wrksrc="libspotify-${version}-Linux-armv5-release"
 	checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (19 preceding siblings ...)
  2020-10-09 18:02 ` ahesford
@ 2020-10-09 18:46 ` ahesford
  2020-10-09 20:42 ` ericonr
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-09 18:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1254801 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1120] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1120] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1120] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1120] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1120] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1120] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1120] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1120] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1120] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1120] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1120] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1120] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1120] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1120] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1120] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1120] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1120] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1120] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1120] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1120] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1120] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1120] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1120] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1120] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1120] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1120] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1120] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1120] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1120] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1120] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1120] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1120] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1120] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1120] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1120] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1120] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1120] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1120] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1120] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1120] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1120] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1120] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1120] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1120] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1120] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1120] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1120] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1120] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1120] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1120] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1120] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1120] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1120] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1120] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1120] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1120] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1120] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1120] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1120] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1120] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1120] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1120] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1120] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1120] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1120] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1120] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1120] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1120] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1120] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1120] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1120] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1120] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1120] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1120] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1120] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1120] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1120] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1120] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1120] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1120] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1120] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1120] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1120] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1120] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1120] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1120] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1120] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1120] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1120] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1120] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1120] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1120] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1120] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1120] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1120] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1120] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1120] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1120] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1120] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1120] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1120] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1120] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1120] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1120] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1120] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1120] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1120] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1120] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1120] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From aa0a4ea048bc4341e0c4738da750de8823472896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1120] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From a98cbd95fef2175a95a19d64f9371f5e7dd6177e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1120] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 4b3051e0b2aac3251081022770856c105bc05df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1120] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b40320db67539df9c24601ab135be13f295f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1120] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b5d07c8c6bc41597ae22b5b6c08fdb2bf6e244ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1120] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 2257a731f1391f0cf66f283c9987077b513788d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1120] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From a35e12f33194217c8d8b39eb3a88c153e81be088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1120] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a278539cbb996ba17fad47365082ae823b0e116f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1120] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From d60f5d35c1297b3055f11a8d6034dc68ec646dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1120] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 683a59352742d441649d8a4278715b0798356fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1120] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11e4b9bfee56db436e14da684edf77583a8f8f1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1120] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a527338cb13c8c531e29d1652543ec1e0eb984a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1120] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61db8699ba9f3948d71cf1627c58938a74b18ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1120] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0098beeb2c04078d1a86d9731698cfa5a2978990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1120] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbe8bfb789a190258712d8e0f10a34ddc072930e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1120] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e600d7db65dd73f298e4a76d0d6c5bdfc84a2c39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1120] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3251259742e476df838b211c2662c42ea0e0ddbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1120] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12505dc63e14a0d330dd3864a11273ff9cb8ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1120] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9bea89c3c5c58dc38390092837439c7bdc34288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1120] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 84508c8aaecc17363e034fedf99cc11e8422c95c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1120] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af006fe51acc753820c204105bfe33c4c74119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1120] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From a1b422c0af0f2118d1c8e417fba55f25fd3c34ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1120] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 06969ded51ad88838f59fe525aaae8844db0dcc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1120] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c01471311dabea269446e26f5cc6f602a5f1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1120] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b9f35c6aec8098d5d81ce41064d3ad47f3a256f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1120] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 8c5f69cfa8c80b662b2e98ad68a202b64eddd4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1120] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21f3324c27211f9cd5d99c62976a5d5ba76f974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1120] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 9f04b113797c0d8bcda969e27659ee7f25501c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1120] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 65fdfa4bcecf7f1435e03398aa0d47ec6de26451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1120] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdc7fce935676fba9dc0b7c4657c8b19142e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1120] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 89bdc918ad939e54e433e5d8a1c6054b023235e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1120] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 81ea37cfebcc44a50e79c4d8bdf5aaa5773b0bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1120] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From c3f1a4970d3d7284824753695f24569c48752b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1120] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e3a2a6e7a93ecdd8c438830fd5c2f5da7028dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1120] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9083eb292a87830daadb85b58d3144b23b4a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1120] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f4229139934430093c4078542b72d893fd0ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1120] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8b294cb89883fe0a0db0646bb6ff8864cec3b5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1120] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8a96ba44a19e3f5d2f570357ede4883cf6d7aa14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1120] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a4e632922e05831889ffeb5de9d0813404bdf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1120] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From edc7d53c43b7040b7c6021bce36868a5cbad86b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1120] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a70a87932de75c1e9adc119297a844967efe994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1120] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a837fd90dfa44f239e693d51fa7830f989983974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1120] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4ede1e63be6908b9db51d4659cc18dddaaae0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1120] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From ec97524b051f8dc35c4544d6b5a3066a52fa0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1120] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 0835592663a8e79190ca47baaeb0ed5920cd2ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1120] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From f1e77aabcaed6c07b1a0e917cca7c4b7c3d482e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1120] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d1225c97dcd0dfebafb1a50d6c195075759a7462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1120] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732068c15a3872ff23114d4d1ff97540bc0f0a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1120] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 39930b2e09a67797c0835cd8bee5323cdaea7be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1120] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e0439d2ac9df6e815a746fb49feaa378e920cdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1120] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65d626bafc31c591714bde4cf749b9d3add9b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1120] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 80bad14d8faa33f8f8de8c4f378f5e6f5d1e08cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1120] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0676d816f1fbba69459cce46a9a9a875d56fc40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1120] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From bf0e607512461c87a7e01997e69f8feca71465a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1120] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 262b33a90c207bff00befa64d602370ff18c88e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1120] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b35222365a3fcabdb3fa5fface3851b05b0840a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1120] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 5dab8f2454f2f53d54ea2a017b2fcc382ddfd45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1120] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a7c075f1113bb25954125b6570d1824c7b762d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1120] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a398c98199f6ddeb914dfedf813e71b1df4d6ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1120] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccb93d30e831918099c37d9eace04bb32df28ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1120] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 9c2d472510832ec624dbe39c8d1f3975f58d02c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1120] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ab166c5b1227e8487408e4fb6d745168c33311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1120] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From aaf8a05dcce015be1fded6fd09f509f02a158125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1120] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From d90e4adb902e41aff31add0304ea5a0c7b8aadbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1120] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 505bea9cd2396655675561d0a97d684b59f15c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1120] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 1bb81b410bfe35d9725f233adb8f7cfa0393ae57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1120] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 4c4d92113c38c4ef119e0177ff67edf4b76dde3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1120] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc34756b0c5b608561367b91427ff5075b4a73cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1120] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93e24d20400b7326425dabef1b471200468055d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1120] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From eee17f97c8d54b4058ead0a76161be68d2693093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1120] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 7d90e8689447a27e8202c037470f93ef440b188f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1120] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7499fb7fc171f39cbdde1ea63bef443142201f07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1120] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f73a7f8e4ce2e8c75b95f27a9c613ed3a748604b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1120] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd13bd3b38c4271c527556d734c77937e3bc207d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1120] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 5a4808e08089a2bc206fd6f1f3b91eba6d660806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1120] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95b5a933db6f4c3fb6a8eada15eb07cae5225933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1120] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e4d31ace9f6ed258852acae5f4f01469346a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1120] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bece6e16403566a7c2c4171d26fe555e9b49d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1120] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12fd70c6b9735a7bc72d68bb4c6d36f3d6df6a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1120] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From b27216b2d53c6718b5b36340187cdc992ccecc14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1120] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c59e47be537db309c862cb3a3e1f35adf1851a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1120] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 683f9bee5fbb602028eb2d5e515c65d8c6f2456e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1120] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c2ad83ea920a1d2ddbf8241cf3eeb57b8996bdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1120] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365787209082f147abbcab5d0b37b7265026e90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1120] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ba79af2fa135aa9c495084806c7d02d1aedf2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1120] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 696a858fbba638a7af5bb8a2a6d62c804de6f38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1120] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 4225acdf4a580144b1cd00627e6a5ef8efc0f3ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1120] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100bd79aad3c867bbcc8f031107ca768454f0f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1120] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From ec7e731e5676ce8216e9af43699ca94b97efabab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1120] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a755c45a4f1a2b819c9d4012daf27cc66c8123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1120] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 35b42b9a6a5b6aecd79e9de9f325dfe8b7c63491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1120] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 40327a86f9179114a0961ec19423389f61496a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1120] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 54c84febbb89361251d386f05b5a41e9626deef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1120] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From ec65c3748e7cb154ad00921874487faf235df828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1120] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59932acf82ce9d49e285bc697e2899969335a6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1120] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 540c2b0f1a4fdb46f4f3ac4fe2451db6b45492b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1120] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 30f46ea9aa7c3d4067c02fe1e4344f2eea4966a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1120] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e141e0dc522a79b7ae4c4efe737214c3d2c44ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1120] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672758edb8dcbe4262b6309bf87f186a5ceba32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1120] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 9317be3ed7150849be7f67334c75531299e8fc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1120] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 707a69972e7a427cf42bfe2f3e0d92207317a925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1120] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From deeed1c9542912e2db24d5aed4cf6f37a5c9aac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1120] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5425390d1b4f75cd225e73d7d35224e9178f1406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1120] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b1e707f2156d46bc20a89417a6cbfed42ab2a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1120] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From f76b0e27aec889bca5fa905f4d9e438770a9df68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1120] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 1549f66335d8c2b52061e6a90b9f097cd66c0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1120] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1564252ba15667418134c6a81b0045dcf1f7510f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1120] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ad61d2dafe970a90ec2955a24f1facca159c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1120] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From a0b05818fcb4ec1c6ddf7b7fdb1fa92e0003a7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1120] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b40076dd1fcbfc486bcd3f6da28e075bf6ee4e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1120] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb28b05eb0193c71ca7510ba4271cb1de50b903c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1120] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a954fb037f36206ab788931320c40227b751ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1120] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d941ed5377442cd7dd3435abb28788e492dbe4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1120] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e62656755453fc87fbf9ea12fb7d06cd293d2a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1120] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 977933dee5064ae7f414bd689d0705d2112dbae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1120] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From a848e9bb427052f2d53e7ed5f36e8f9a1c537ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1120] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb344b954df3e8092a2ee1df2ebd6a2254a8d0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1120] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92bfca26b5ec69bdc0af82a2c34a5bd6180dd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1120] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From f99586ef2b324e2c62d7137767235d6bf0359ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1120] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3bc8d11e64d1dfb1c1da1eefe3ec0f567115f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1120] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57b0e87ea0766e4fc29d09f912e98631784be742 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1120] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53db446136eda728da28c915d5e5a6d994971f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1120] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4584e3875bcd225622d86c87d9aee92e704d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1120] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdf0ee32a152936b49aa6fba2986a3525c30d32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1120] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cac66071927bf6b3224bb9b9204b8e19cd4d0ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1120] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40230a63fb0afa691e39edb0dc86fd28eb6bff35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1120] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93326acd876255001ee010c9e82fa058631f3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1120] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b6302f1cdc1d45ef846d5775527ee17a830d1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1120] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab7245f00bd593b820c4f00d78e52eee547af53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1120] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7a68cfa0b1363cf9834bc948cb69c899ccecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1120] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd9a1382c48a8b9991a7034220dd0f907e2cc37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1120] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 6063be92e3b52a4f5b6be2bbe2e616b44719d16f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1120] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c5509555f2ebf543017a7d28b1511a7e001e5bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1120] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c537315d4e2b3579920e351116c4cdd93df9a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1120] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From e6459878ae96248ca0668c4e9ee49318bceebe30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1120] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 103d072d9427ecd88e628ad1cba051638e92eedc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1120] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7963150f93e9f6df9b710ddaff8e72725b692b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1120] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 45de17b8bd46c784cf7169909a053a2d5ce7463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1120] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15f0e30ee0a25d25c65594a00c01f2a3b9a72c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1120] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d6988c5cd7cd84b5eece51a51f22292e79351291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1120] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c3b84ecf751d027127ab4365a3c9fdbada6ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1120] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 266773f35ca5a1bd0344f128e03c250f9bf30945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1120] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74d0678c1c2d9de56dde94bc0ab761f1f666a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1120] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ce67d8d523c364ac7c110a3fc1d90d39defce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1120] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d22236c8f69c14e4a7a1ed1931eeeb7d7f1d83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1120] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a203ff8bef5a154d8931a6d16a2b700f3d64ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1120] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8a15939f67efa89a7cb22d6ce181328441b4b688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1120] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 5d003ed8e1fcf8c3b25aa6029d9871609b8ae727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1120] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From f62e762fa9a813e171c0f4d89b0877f32e2f25b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1120] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ecbf2f8b40378a7131f65d96b06646ec30630d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1120] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 5490e9e2c4544de3d396426445efcf35d0378dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1120] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 96b4a2ebf8b03ac1376c1ede0a214bfb82779d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1120] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb7ff709699ecc48b33adb5755290e5f68fec716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1120] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From cb065aff9b9aedce2bfb7c7facf9f13455697e71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1120] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90c174ba22f5c5228baa55b9cfe721eaba432a80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1120] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 59f14135404ebd4018fce8a7bcdd71ac7bd5c714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1120] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 86eaf4f89817658381c5333193b86df42cbe55e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1120] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2fd718d61676d8549d03b678848fc1be973fac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1120] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534a5fe5a12de6e2d095f75e39af64bfd6f2cf85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1120] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 21ada6ea261256fbfc56710960c1f85f0596062b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1120] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 715a52f94b4b3089269d548860b05d8948944511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1120] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 87d739e67f268daf5c2dc4a580411e9cc97bfc21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1120] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f7fcb0433d492385e5cd268de2dc41f093f12ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1120] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da26017f791ba7a9f1fd15d056bfa15a2a08ffb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1120] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25dddc01a73c1b678ab04daeee6b6d6596f1b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1120] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e38253a4215f1d303707ff531c84c9b21e23e88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1120] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26b321c5d634e0e9fdd039d94e4901de00278fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1120] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb045ddcf5f66400c9fcd1f1551bca3dc9752a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1120] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db49479463e51bad85a170a42248db17991d3e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1120] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d828d647594fe287160753e887dd4798504ee869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1120] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 4ad2b08cbac05dd81dab63e1200e5ce733caf1d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1120] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 4666893b76ffd7c94931f7de5d684c22aebb9e51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1120] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1d0417996a678dd65fe851886cb092ce6e21ed3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1120] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4fc8a65b59411ad7851b62b4e300c395a0e290ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1120] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 85796a10b03341fe29852f7b992548cf54cbfc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1120] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39b4afaa50de92e5bbafd67033959ffd0b930d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1120] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4873f1c268e5002bf56819f326c763a887fd23c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1120] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ffcf8914380edb57bc1880b5b46aa38c70c15ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1120] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d4237fee182dbde038a186fa95fba529427885d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1120] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81df040bc31e54ab7a6b9788777e7de135f635c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1120] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc978a9bcee4d7ce1f441dd45db9c41d093ee78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1120] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 10594b2006f867976765fbeaf7803dfab24e78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1120] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9560dacfb377fcc4cb826f48d8f64ab26efd679b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1120] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 444078af652677cd79066949ea9ff4a70e0c292e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1120] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65eb01da35ca5e5aa23699b0c1b9518659e605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1120] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 4b30605768c9ecc7948c63ea82f7c9a327ad9c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1120] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 7b7f0db31c29592a827253d873980e185c39ecd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1120] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 832b4e8a265509c8200c53f94be274e22750ae4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1120] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455ed466faa4b8aa426ba8d7e9674ca5e5c024f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1120] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576559ffd5fe946f3663a12a2fcd5aebe56e41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1120] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 3b02f6c968584c0b2b2c227f80e1e1acc1e0a7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1120] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c584895f099badd0f80545d38568e99919cbc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1120] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 01f87e724d5cb6a2e431d74a6c0e436dd1b61837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1120] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54fc0062240b292543505dd5042228e0ef350b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1120] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5951c49eea685ce71b431703df4406149ca6be12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1120] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6d2df2e180bfdcc8a79b2d4394b9c9cb3e37fe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1120] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 65f77a5227afc349b6c98e65a6316f8cc5b1041c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1120] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b49f4ee479c9aebfb62dd9d1a5b7e9dfff325ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1120] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From dd169f9457b91b50709ee72161e3569813d093bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1120] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db27bd1811e31aca0b46f6d48cb67c7881fa64d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1120] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2717fc209299859adbdc352a196f52f78d4c3476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1120] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c05bcd8503a282abe017d74828fbd7ce2f9b2ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1120] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30fd0ce001df7b5683ad94b85ae3b73d90f0d4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1120] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dab464106c7d8929ff79b9f60729041c277ba18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1120] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6e86536f68b9867dfe2735850c8d1abcfed9bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1120] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c9f46472c1d5e357a5607b6a0de53cd15a21dbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1120] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09225debf6ed1839a1b1c00ceb1487ef1105971a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1120] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From f8caba48a0593896d2b69b232d9b90e94a595027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1120] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df56dabbdde62119998b0cec2733be2ec6864d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1120] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4a7d36c7041ad55354c3a6777358f1d52045f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1120] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4cd20b7d25af2942021b2d6b664aba867e90a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1120] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From ddeeea3a5eefeec6662a7b172d7683dd34fedafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1120] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 89005f5ce69f402de509d837cdbb6806972d5eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1120] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 584de96454a2046abdd71aaaec2203b863aeaa1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1120] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From fca236cab5d5ea05c8ad19514d5e4bd55b043241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1120] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e45faad39b30e60a4e37d8fb8784c8c71b53ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1120] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From ff0843038cc98b7c2c2c544eee1c6f2972f95dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1120] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2815552f58bd10e4bde5deb0681a25ea8e0ac0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1120] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4826a1552d6e43ebf08077b70e434c943327d4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1120] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b047dd77e86255e4d03450c7113a3661ff242b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1120] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From bf801d7f57f8bea4ca9f3710826bb09fd5c48135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1120] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fdcc6dd453ef168314795b4a84276ba85b7ea44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1120] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b716cb8b0cf41db3fb5d177c1cf317a04f91300d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1120] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 89befe56c459c8034e8e69ab13259c9530ecb800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1120] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 752a4e4bb8e653d55c87519e4593671fc9985b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1120] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 7b6fdce1189dc8ca61aebcd745d3597bfcedbe65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1120] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88534fc3ff828db0fa7e4ee7f76e8f7f1660922b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1120] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f426623912e9b3222162bd66c6b05fbc59cfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1120] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b37958e53f14255e4ddf6d1a728840817f1dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1120] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From d32cf4774fa25ad7b93a6de7698291353b58755e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1120] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ab2b3399f976f06c127ce4d72e66061d8875f8bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1120] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3df026c4b2674c29f4a1b6d80820ab02531bc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1120] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbd557be19cb327909dae431ccef303174042976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1120] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ae68805d69c390870a5e97540d1d0d37a9537c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1120] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 2c85ba665aecfcc41d31cce0bf8e6dc4b9d1a964 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1120] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76606758400961c2d51d80155dc495bea7724074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1120] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 1ac78b2557b723ba5f9bb61ac524b215533478e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1120] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ee20f5a8e73d378a21a91fee94525356e5d6ad68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1120] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d2fecaec1b2e9fb6b8adef0df84572ed4f909ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1120] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd6c8ddb66e45802cdde92931096e3f1235b0d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1120] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13272b8fa5e2b971564f19f76c39ec1ec71a274b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1120] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 75e7b647dd9e584ba3d4401388bd54afc1b93ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1120] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c268dab438e5b8da5685a5f07094cdff58ba49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1120] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 7afe9f3697ee2022d9d2b124a658532517782aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1120] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38318849ba1161a8167b4189f004c3e5017df8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1120] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b5c07c3826302412746376b9efe0ce53b5f9ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1120] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From cdfd94bc864a73f8733c30123ba10c115bb88df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1120] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 955c6c5255389055287621af7d2fe1e4f48c58e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1120] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 2e3884fd9b60d67b7afa527f1180fe16192d77c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1120] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From a255f79ac5f1f6eeb3074771cf46cf12d1bdf574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1120] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 699c20819127a7acd0a1afdb9de5dc0c7af1dc79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1120] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f554006bc6d6f553307c2710ad1e76a08a8c13b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1120] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 1cdf1d3203569b7294c4a9a1c4e0f3e6edb461a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1120] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 86790dc22da770e998d743e62528ac9a91585ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1120] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 564e7978b084f6071fb857c7545fd0fab8d62b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1120] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 129ba554a678aa06ad7a67d7952c9708b8f3d2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1120] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From fd191db2c9d6744448a0407fa70930a3e3bca7f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1120] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 996c0b4264b62e93321a028da6998a303a7a41bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1120] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From da95559cc26a299a117aab5114fe1100f73aba1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1120] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 4f069465d9d5db6707e2224b5ce170bc0fb7b797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1120] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 9e29df577d85a386ef78321ea2aa22176bb4be61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1120] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 1641e88f5b25d58e39d1f246c815d42a7fc9740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1120] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From fbc9f9af6f89164261b3de540c0eeb7f4fe5a3aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1120] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d0183295fca8b7b96ca73ca7b7e4d8e20c9aeb18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1120] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 73cce03116f5f2c78c5ec5dccc072067f83f68a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1120] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From b261e8a7e3dbfb9172920ea4b925fe595104760e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1120] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From fe4ae7a333cb21b6e7402687d82c89054d1ef873 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1120] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1654a3d9a67faf3d7dc81947378713f5c70a884e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1120] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ea8675052f68326621ec3e9d636c87a0e0e4c6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1120] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 8d342f73aea7e7b0253ad291b85beaf48593ca4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1120] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From e4f81fac14da87298779a065992400a0d714d668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1120] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 0c61138716aa4c1baba8d3fdbcb161fa54477886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1120] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 0a6676ad3caa209fe14991510db75ca2764556b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1120] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 8d4ada6bc20896f96baecb226a232c9d5efd973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1120] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From fd9f37fcd2094a204c0dcb9073da1e89b5ec8943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1120] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 68195dd7d1e6682a47d53a763d39545e7fa1cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1120] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From a3c5753f0c91878393c4344a7dc1cd32605d5973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1120] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 542fb54f2546b3b40024339a02120c26d7b9f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1120] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 804c50a75138ae6e7ed5372dde662d3ad98c1b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1120] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 4faa1bd332b143bfe6552f6f9e88eee0b0b56f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1120] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 955c3ceb16495de5d23328185279856677126789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1120] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 7034cf31580f9a7fd01b9dd98bf69d387c03fcbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1120] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4653cf6b531104e28bcd7d6978ac03cb848fb830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1120] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3e9f75c07df892d3c6b4bd882e5c04cf40ccbf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1120] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From d514b7bb57344ef6eac397fbfb8eb689c8c03547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1120] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 82c0ff056066b5ca4e62bc4d60aa8a3106d01b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1120] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From e20e2c135bad3db0c99f7662a789e3d3842c85fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1120] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 11d90053c53b8b3a78d39ecf8b34fbdfecbf46e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1120] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From c2e2bb914dccd0b6195747742a85ad5099298d79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1120] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From f495ab6d891eb836a4142c97543e76d0d875529b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1120] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From e678a6b8bc64ae22b59858f9f5de8f59e8fb1f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1120] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6e3f9d3eb3c321e442b3c85309509568c9fd831c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1120] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c34a4c9880ab0315ed3ff4442fc345568afc8e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1120] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 3c318a40bd9e25b7e5b62cb61c708cd64be9c54d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1120] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From c2a1849bcd2fb8f184a3a1150cb35f5390672af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1120] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From fe072610596de84e263333364a04f1552c79e150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1120] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 5c80bae4fe5fc2a7af4ca3903353e6876e96fffa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1120] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 1e98618b0d235bce88ed93d3d4573169db45cd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1120] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 7f5af73fd41ff784b89af6e2a1b60c0b4e0e33fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1120] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From b3cf4f753c8e6e5a69949beb0ed041c316e29372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1120] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 98464bec2013d4b5c61faf299d55a90cd26f4658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1120] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7cde6a4cdf7b0896ffd0dd48cee6fedd74ce6faa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1120] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 0172733abbd0629a36326a6bd1c9caa4f7da8686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1120] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From c4f7d0409a92bc7c434764800afdc3a7830d4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1120] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From a0033e2669afc06360bf941d951cf3f4b42e9432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1120] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From e4e6c09567e1b4acaa771378ca6b8c262d550249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1120] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From e6d4a850eceb8bd54157e01fa7b2d3a8cc76045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1120] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 234b289fa22698ff0bb15d4ef923294812125a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1120] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 74db8941cee29efd81bc2e0705bbffbb0f0ccb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1120] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From cae1809f4098a38745580d973960ddb5c13c048a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1120] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8e477ef68c91b466110da2f98c9b05b4eac911ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1120] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e318f9f03cf392dd56702fd43c5eda658fda42a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1120] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 38de06aa9f9791ca48efe49b17c8652f96908aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1120] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 24dc2e6649a6b486589e5193eb9f175fb55f40b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1120] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 531bef471b51fb8fea789f3c34e3b62eb49ad133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1120] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 76322d015c9b9506e3ee073afd68f06f4f9ec7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1120] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 06c7c9968c735ff5b56a4c365e19841b329a9ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1120] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 1413eca7bb41fc1918915acb5900d6dbf772c6b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1120] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 9a0afb81fe2362472bd90d6968270ce9bfb4a8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1120] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 5efc34bb23162ace571ae033989f0f9efe2eca77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1120] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From a973f8002ff1aab3d866ece80aaed899300a254d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1120] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 45467bed1390421289d176a486bfab08cf76ef25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1120] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0a78a95bdee1780528288f4e91b85b1a5424a223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1120] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d3ee256fa309569d58d85e2fe5831a13ff5577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1120] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e5e0c0c7910af06607b8ddca8280529306434d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1120] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ab778c5ef24696175c6d10a09ef2971b88c8f042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1120] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 5e365cf098b2f8ad849e5cc2486e579410acc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1120] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From b28b6f89e6f8a0efa6ce896c216b8ac9b0dfc3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1120] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 1a4e727d64465ce135b44ba049a590cdbcb1b542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1120] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 434791d39ca3bf2bf904ad3ea7ce42d25a3a568c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1120] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 01f58655d0b1ac6133681080423a36d61168488e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1120] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 8559e2cada70403bdb59d2c4399875bba8557760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1120] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2c43436c4fc075de5e21587c5abde656615ee959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1120] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 3c76d0b01e7397d292633e915307027251767ef2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1120] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 37bdec6686911d37aa76404460f4cfc3e56f3771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1120] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From e833b8e9d8d6219cfbe19e7a9ce8c33999075f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1120] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 7dc6b8c65c4e4f2942c57d1fbfd2a1435f47fd30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1120] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f7ba2b016742e562a409f92fdaef64e1417fd3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1120] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 112bb6b188b140570f8121759bdce45cd67aaa4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1120] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ee43abdd78fefeb8a136f899a90bb980e9b9b1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1120] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 89d48124d3eec9344026950e747682d0489e3ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1120] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 1ea3bfdb9037bf8202b4c5172647d62c6bdb6d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1120] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From e7d480f3f5add8610221635c3e50eb05d83c2647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1120] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 05b43d2c285db6b0bb288975280ae75cf586ec0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1120] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From c21394e981a43cf8b6dbf0a0244aae5452c3f05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1120] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 5402e171a2e11dd03a44d04554d1b82a424c29c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1120] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From b7285a6156faa59cdee477d7110fd71f0e61f8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1120] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9e8f2199e66a84be1bea58fefd1118806bb753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1120] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 856c0059b5ff41f65ee7b407b2f3c2a9900f1bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1120] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From f1a7b1583fe054d1d0032e1ffc0cdbbd08d356d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1120] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d6b7e82ca9cfb6a06e8b77623e48aba73a4e7717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1120] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From e1f56c9b5814dc890589904a8523fa6606c0a930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1120] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 9cda1ef46f7f5d2d2f6040a9025075453dbea21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1120] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 540226e3068c2ed21c8ecccd6750e2b16ceeedbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1120] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e0790005a72c7d19d81065e873f8f2b8aac83ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1120] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 62ced0220fa62fefd9e9676310f40314b34ba260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1120] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 61eae43fe33b102e464d6c4fac6e33cf9a66f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1120] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 35961acbec98390d0e410db92a8d794fd941cfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1120] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 8b020d0aaf5789923d64971fb85006f314c81b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1120] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 7821e138ca7b09a647fa8f37b27f907ffffd2590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1120] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 05025868b9cb03618d2ecb9778d4bca5c2d4e892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1120] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 68b0a66a1798965ca8ac22dcc5e4a9b1e192cded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1120] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From d318f59ef10a49186ef3a577b211d98959046fdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1120] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From ee608fde2140b7a12556f4584bf85a55adb94038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1120] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From db7acf306c3c33e5b134760d4312c0c3070a0cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1120] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b1018a85d915af0c182ecc361cb22b7f244c12c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1120] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 62aa633ad3ffbf852154c4b887f5ede830fafb90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1120] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From d3463afe1fb7c09b44823eede9945598b704a973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1120] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 62edd28ce834ad724fdbc663ba68e566f3bf1681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1120] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 122912d37128c39f9398ecedc62f969b126de11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1120] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From e9de038f10de4d1c4403da01b31ec1c684914fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1120] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5740eade02c323af2a66759ed3cd1701d6a1df5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1120] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 38d2875b580be291841969195317cf3feda006cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1120] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 75d6f7fe23657d245409c72ed58241f5d68668a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1120] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From d0ffa1897293ed885ec4abdf56b351a305a8577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1120] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From cdf365a749b30ebdd43d2c187300d37d52ea4619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1120] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From a09153169f07cf84d3a9dddf83ad0811f76a0cd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1120] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 7c017d2bbb5db3320418b87967fbc17b006adee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1120] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 2289fdd5cccc4cb1f10d5e9eb00de141729321c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1120] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2965485f65ef262c0d949ba0ca58b3896012641c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1120] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 6646cccc08926f5ebbebcba241be697674903b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1120] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 098828d2b1a4acbeb88378054ce3910e5a219ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1120] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 693069b85ffe5efbb919acda5cb594581ee14cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1120] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6843a1fcf3edbcfc72c9d964b040b3c2543490e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1120] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 4c0afd2776d3304fb4e624e682619b485e85b8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1120] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 0151563b34ef3ea1d6c148f8aae83ce1cc3dbb51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1120] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 064ca4f3d1a91dd08243f42c9e91499b4b388ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1120] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From e6d2db6677f17258bb83bd134880041e8ff13950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1120] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From c8b628ba63e18f1b900f0f2dd662d55703539dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1120] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b74b36966b563f6e887e77c8a4050266816186c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1120] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 5d5730d69276368f247a115f9902ed3459fbe265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1120] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 80774f97c099ab3d7e9c8f08fc593f92326b04ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1120] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From d63216659d8381902ac0cbc0aa4739900015986e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1120] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 042d623d077dec2e06fccad88abfa5d9cdef913e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1120] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b1b6d5257e9d1a73b528ffdb53b85ff07780c748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1120] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 7426999b6ca09bbca024f10ac6e32d383697a9df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1120] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From a3ab50a41d527e5fe343300ba21fe21fccdf2ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1120] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 7f6062dc142459b675e873f54063f67b7efd686f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1120] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From cd2bef5838d153d699ebafe1ca541d4c3547b730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1120] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From eb8cee4c9b698e955d617fbdbb85fcc09a84e13a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1120] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8357a9bf1aed0883570fa0aa6ecf10783c2c36f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1120] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 42462d4e731bc5dd3d11b8ba2b67bce0d352019a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1120] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From f9343bc34fb4a159f748ed3e9c32aafe00082b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1120] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 4415a95a134ad71b1769d419b00ece390fd428a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1120] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From e5bd344aa59407715180a3755a77fa8976eee463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1120] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 8e55af4095bd4a1fc83c82c795a128252fcf4e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1120] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From a402ab17b5c5d265f9d0e6870c24e2f446829507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1120] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 16311ea54f1e43d06b9208d894240b0292edba3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1120] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 6e159ac356b8143a05a86c5b589c817e539b14e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1120] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From dbc3da286e9f72a39b069dee6584c8ffd1a086a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1120] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From d6e35145b5b19902014831c36ec6ee040ffdc59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1120] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 2f2377bc3ca06ed3502332569ad093b54065e1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1120] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 283bb1416eee507404badfa43aefffd4c9c8145d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1120] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 1056aa3c70cd42ae7ae3bdfeb863d18c07c3b57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1120] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 62813ea78152d6e7c5c6b83593de28de002b7484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1120] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c5df245dec29f34233b6683e2091f1f2fb105c9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1120] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 9d27bcb9dadfe72bff258e3e15e605f19155964e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1120] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 806e6c5b1c33ecb32ee691dd776cb9784c551fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1120] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From ab991c44d23a222d64011535761821c8918d215d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1120] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 848971c410610c62a04c045e6dd6de76ed86fa05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1120] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From e9c0d7f70832e1a3d41052b4395f8f29433f08f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1120] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 5c9afd07e5fbb5db30a9959b2513cc394415c11b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1120] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 6a9fd3e4847791bb700b80984a134dbe26d8f97c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1120] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From aa4d4c6885505da5767090db71e4f7ce885ba923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1120] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 9f0ccc26716cb4e52b1811c0ec113df3ec8186fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1120] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 0a8152aaed111bab2b327527bbfd02b114dede50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1120] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 8705ce835826fbcf151409499d42f1df2b63c48b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1120] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From c2a4ccbddfe9d777ff8b3eedfa82aa7c54bc9ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1120] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 0ec22d98aacff2349c422b3d5106fe651ab44896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1120] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2e5d19ebe99f1b8e082e81c8f4488f002f86ee6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1120] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2945f5951c3ca2760b4cac24b60e4d3ab157fe7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1120] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 05be8d7f02d941ab88dc3926558e142bc8fea1f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1120] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01b92bf5df1236396f721e352148a5ba23762055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1120] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 645432972787ea6dd3c47f2a9abefff5a19f00c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1120] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c7cc316320a4fa853fadf72ade8a32009b910bb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1120] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From c9c39428a63af30409c40263b1560f7225377e1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1120] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 841ee9123e8f0ddbb9b95b6a5e84b0e8eb8ed500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1120] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 54833df52ca67a0eec8dbde8addd647f1aa04369 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1120] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 350c0f639c4d5e97d2b92c9fa886b2e00075a4f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1120] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 140a219e12f955eee2f508954d6998e7a70d1331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1120] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 1f9db9ff60ffbc563f4865f5dab1259108ca788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1120] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 1c09bdf2b8a7650f75eff536729efc9c51ffc889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1120] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 298b4fbb7d31c47d4ba5276bdf8456c98c0d21f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1120] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 008707b03a8a1d3f69bd0924493135e7b43ba594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1120] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 4fad5db2a85e11fedd0d3011b3abb3888a8f51a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1120] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From f0b51d35436d14ef9d0175a4d071294fd40fa8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1120] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 062f328a7ebc4e54191683d65f23c29d2d600a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1120] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 73ba5840794a006a0e5d0d2f029998ca602b1348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1120] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 1dfe7011fff8a761412ec9969f91f7735dcbc7bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1120] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 978359c2b0f0f145bb53ab04d5589b1c4d60f12e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1120] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 7f5603032a6f3ad96d60c916c565a95bb4cbb62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1120] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2245f653b3c34a403c12ec39db555893b393979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1120] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From d774e9f4ddbab42994a80d222ba92e10fcc8f463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1120] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From a321542f430470fb387aedac4358fd4fce326537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1120] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 37dc6c507af4875cf143ed85580c9542f8aeeee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1120] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 689d9ba923e0a508693dfdef619235cb64c34bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1120] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 859347fa523a082ba601772527299d8e2baf2326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1120] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From c03eeaf5a97b2bde4b96bee838ce316310fa33b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1120] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From f755fb6ebe48a5b8775bc2e80f0a445ce485d1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1120] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 89f646a57e7262326009f4bda174653ccdc9ff69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1120] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 34c637771dad9e03bf6351315fe0e8940c1154ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1120] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 339dabf39ba81b17f459b1a75234c353b63edf4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1120] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dab862f8b92c3792177ef6c45d850ae403d2016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1120] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 3dfe9398c16fe78e7a38d74e984286bdabf4a41f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1120] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fb6b61328b87bd9100f7390cf8e5ed8c50f9c88a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1120] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From dda46eb4171fa0f59bd5f9fa6f881ea925908334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1120] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From eddafd7a0d60243c9a7e83a0635471246fe88509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1120] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 583e7d2507b879dc1d30d6aec5f847577452c8fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1120] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 1b1406c0a5a8127acf56a9e7e1ab9b9cb82ac671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1120] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From edc493e375bf8eb4568ffd9a1a4e4a5df2c74780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1120] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 382761963fb389c36379c8e10cea7a57ad2d5197 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1120] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b53e92ae9c3ed108ed6fa8bac0614ba5b78ad86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1120] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From fc915170f06549216ca92ae0511a22f6766a1202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1120] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 03cb2426a2ff38d35fddcd5773f745976e70b0cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1120] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 46764f1370e1112f141f585e78b75d9dbf81693b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1120] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ba296a607dfa4a52f872ca1c51ebb9f6f362138b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1120] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de9ed37ad156cf9f4a552e9bb557dc796828b8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1120] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From e96531ad09ea2b0eedc33bf885684f54832bd99a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1120] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From b68b7132bcb8bc7e0d90d3061e2fca8a13fe31c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1120] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From a2275dcd6340a28c3b925a304f0d40c6d53845cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1120] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bf84d47e7fe01db456b8958ba84de043cfa02f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1120] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From addc3952a893a5e5d3dc5a9035cc7a0586e91de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1120] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From a8af98a9f93203f362a1835b5ec13806208bcc24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1120] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 40e342658f4914db3f8512504ffa8ffc488ce48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1120] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 151eed01d34c3bcc0f8d5a2307662bbaab4e8370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1120] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 97477f0703cc7bd21937091f3df5e91b4f14e2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1120] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 6beb59a81496626b1ff5d89dea0b4da35b4a679d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1120] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From c415d403ebb1a353633e3ec0660ed960c3fbf1ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1120] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From e5e05fc8ee617e9e7064360f3ecefffcd0e76fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1120] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From e330b2a7348eb463647cd29e236383a10b490d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1120] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4a3788094e16a5736e4d3c9fd947a8e2d3d2f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1120] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 71f762d8fc31b709583931ac206e7eca6b0e43d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1120] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From f80d602961828d1753383943b4f7fd63c4844a01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1120] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 494f323abadcf85fa226cec1439f1b84663c917a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1120] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 4245e79c364fbe387b435661234af3a80e8b12ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1120] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 784a0af14c653066b5c551d1b97e073a91988abc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1120] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60603f82e5aee0b7625f1643f0831b1543faa170 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1120] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 60e64eee0d3548c62d7a96438f8acdf3687bae98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1120] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac940e7158589daf846b83f52f3ef462e1cc953f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1120] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From e9e66510a09c94e3082e3715b0adbccaaf400deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1120] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From c5faf04a6b4dbac73e4d4814fdc977fa4f5e8eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1120] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 928d85a1bbb83d51447a14a4c18e1d0d423e558e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1120] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 73286a4b3662eb4dade6b22f59cde346ee24f011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1120] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 9b6298ffffbdff4ade414fbced43ca602d08016a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1120] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a1a3b7688572efb7cb8f9eac8c84bd6933422f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1120] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 97e72386f04baad02298c23848cc48799beff524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1120] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c67f261a15c258a6fbcd4f3b7b0987c291c5339f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1120] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From bd115a63986828ba4a751b11ee48b97a3bd75495 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1120] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From b3ffdd847d26ef0f58e66a973e23be3fcba09d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1120] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 8a8664571fca09d15735050d00af9b5218ed8ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1120] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c880f96c282f4055a38b9afda47a58d0da164f55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1120] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1184cd68b7d2397d99f817d43ec280ed82be34ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1120] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From afd4d334f2ca75a0d06ea9ae7d7f26e9fe74134c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1120] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5487836ce8cafcaea141753adbc3624924fe8de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1120] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 29e8027dd810f8dc8e42c7fd61724c674e339658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1120] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From bdeeb30e63308efcf15c06c53c7149270cd46835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1120] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1819149924e9204980a25d427983fb4f2f67f177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1120] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 49e2937f91e89674ade1212106091a01078e3723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1120] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f349f015cf8b0a29c54e747c0968969a550fb847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1120] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 53c2c5f4d44bb699f9c6af825d789ef97881b1ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1120] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 25874fc115381c399eabee6471ce99554f5e6483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1120] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ab1cfcc0af183a2391116526cb33816e11cc71cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1120] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 30a4a07e27d128376806efd56efd794c1e5f367a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1120] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64c87ddba5edf0352b4ee69041d095b648800c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1120] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From ba7c595ae5c2041d9fcc4db2e2c44ec5c45ec3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1120] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From d51c7e1ceb12d71ab6d58ae53c1ba92b65008f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1120] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 688500b3becf5b68d978232ecef369cf5e92db32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1120] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3eac69ffaf7e0cee72a24f0ec4be22c5294a4de9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1120] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 28d4bdb1cc48893e42c46e5e70c4fc3c914058b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1120] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 3ba48439926777840f0604e6b3fba6211aa44c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1120] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 554faba5b63724db011ba6c10ea0a49409b44b41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1120] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 810548e69c64b2f789793a69cbd00676cc5fc9d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1120] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From c55c08cc072d63399040e099bb1f6c1431b4c670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1120] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f3e8319ccdbec4c61cb055193dec255abbb018e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1120] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 4263448464cd7b317af9b333f9867e462ad4bc4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1120] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e30d0a3426cd7dd3f3c8ebe0821c2f689b152ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1120] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cad789c3cc16b3df72cedbefd1a28b460facb2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1120] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954021d92c1cf7b129850f40778eaf839b735867 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1120] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424db37b3cc136cd034a3fc9ec8ab1f330b60d40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1120] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From a8b01bbca1513fedd10a540446e9bb9693ae999b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1120] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c7f336359c62f5a7bab2fce96ba8e2d45a9d021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1120] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97409db74a3e08acd983b9396bab9d51023dcd1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1120] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fb0389c2cf52d6770afaa2bd119b971b6673726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1120] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16974fcddac64d49a7a524bac5cabf6bbfe3c35d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1120] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f3d96eccd7a092de226af17234de520b6d68c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1120] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9faf82e32b308445b0675d96c9e9aa9ce2d1c33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1120] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6aa76c9d9d40c0cad5e5702a08d269cd5c9c010 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1120] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f76ae95700ecffb15ca5d927fac42d8f75f550c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1120] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad18a7bbdd0d3546cfa6e8aea1e3bc87100428b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1120] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6623f30b771b674ed3eb3cc727541f4ace6bb52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1120] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54410c43b49bf7b23a7b6da2252c0fbe9a56ecf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1120] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52acbb5940ba0d1e0178fbe53147da08d731d455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1120] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 3551b07df7da2825e1a7082383fa22ec202bfa20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1120] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5fd486c3b59a4b1b7cb22176a2fef82c4f5b9e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1120] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d23de15b105ecd65a1c557a26911080b5d7cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1120] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce129baf193e3e0964fdb0cc499c0de702160bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1120] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From eb74a6744aa24e747ec40982ffd0cb3f61eb7aea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1120] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 546da74c7011adef50c584875c76d37f0ee0579b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1120] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c98e2aec14b767bb8cca3dcb89af4ec7f7746456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1120] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 235907a1d90ad5774796255719c9a4a05573ae46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1120] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 29fb0530cf5c3b18f2537ee28b5655e6d0f7afad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1120] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0805204a9f99afdba8d541d9ae7dbe4a91843b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1120] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From de3daa07c46d06e35e0cc158dc17ef44e7982ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1120] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23661df87904acdea7b50702e8ab5f9afe607cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1120] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2daa553c7775b78d6812af2b370d8b18d9fa6e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1120] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From af3f13d06ec2de160ae50fc0269d38677a716f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1120] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 17191b9bcda9927f2e0870cd271750665e98122e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1120] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06a878829fc376049812e45fa98949091425bbb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1120] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d42e1f5474fb50a28b39a9d6d8f370af2dd337f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1120] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a4ffc7c4027cfe9f1fe41690ee4a7052b6b6f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1120] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9168805eb41cc462bc904cdc2fe42e6415733679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1120] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8069933d7ee60f25a7dd8357ab70b701cfa27627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1120] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483def6c54b7c6824edff18305cf9b959ac0369c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1120] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From cd45015a87f0776e8b1f926984dcc54c4e19d0e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1120] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d18a97736ea7f6efe412413ebee7a2afe79753a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1120] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d2726cd8326d167f89c67b5e21bff3f3a32fa5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1120] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 238b904fe7e616983305d9923a365bb4039bddf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1120] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From bff52684545d3cf834d4354131ca632246b24d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1120] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 4a938ed0eb0822a394dcaf5cc6a22d2e0d73df41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1120] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1f7f0001bea0d7afe0ace73134b61b1ad35a32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1120] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc1b4f4bfb189eac8b7ddfb55f84c1be4c24d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1120] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5f72cc8bc573c1aa9422e19dede178af89eb2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1120] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c22c45cab067ff65eed51a650c1e0c11df38dc62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1120] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04912b3339553b5075cf674b65e2af1c94ca7272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1120] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From ff5ef1d3556801768b9c31dc1cb94ac0a2884f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1120] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 63f9b93758738968adf251084854af3e013ee341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1120] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 877740306ad3d4d4fb7b2407ad0d5d3ec6a400b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1120] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From fa43653adc189e94376111bca51aea5c1d9b5947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1120] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 833e5587a9315945621acf2e7d919569643ca324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1120] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af2c5d2792f62011f9e30e0851e9ad2e05c4bf50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1120] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From e933174da3fa6dbc052f45bb22bd7b3d414e43d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1120] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b8b5923115c302b8c06bb2b8b3ea72086ec6a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1120] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d432a623420a232a9d79d0f0180a8f73a461a6f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1120] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7863478e9e6afe976e71de5084b881e5dfae56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1120] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b7b216e6061f7e41352e54acd4c4f532bd9583c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1120] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa402ee2adc36fd7aac99f600bd96b0a55a8c3ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1120] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb734cd4d72c4d3c8924eaa0d5a5f4b5f0b3957 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1120] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81281039b4c2bc339fc9bb611a85009b8d7e2e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1120] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac6a8167e97ea6b3c737fa7e6f78b6126b17fd38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1120] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94780884ada5f380d7d80af2621a6bc87d25a880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1120] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41fa74f7db68cf3bb83297e7044eb7b7a62cba21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1120] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807a9756e628646829f02165f5978e0351a5b5c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1120] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9feb3646e00bfbfc812dede0c09262a3d0248dd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1120] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From c9715479b83d6559ec947b4548ba5fbdba78433e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1120] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 170941272a42c04e47b653265d527f811501544c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1120] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ce3b6ad7ce595eae7fd3c3ace99ee41299044c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1120] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796ee9a907249b9adac093ede893229dcb34ca9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1120] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From f626e24e7fa378cc051f8b2557522655e7f5a7dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1120] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 3570ff604352879fb92915ac62ee660c5d54135b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1120] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5f07832a5ae32503408ea18269356710a93725f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1120] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 943864fabb82eb2fa74a806fe4d652860d6112d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1120] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From adf0c17429461fe07bc0209da102987216514b7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1120] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 961cfee8cf8a6427d8c7ea9662288579cbe079be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1120] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3791e40215e357a8625a30b417d85ed5cef88f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1120] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 5474b9cb929eaa496f99366cfa45c0514c746a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1120] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2fad2f77863f3ea03d88c473089dd70c0d782db9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1120] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 74eee6940460bb83328abfa4610be15175ce17a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1120] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4d54357556466ab9c26d24c09ec5cda331a60adc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1120] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e36b3dfd86cd773d69dfdb90a85fe361c4128429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1120] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 541df74a893ae188ed9d1f46c8bd18cd159b18bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1120] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9e71f26cea24a99ed79fb08a93589a994a24548c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1120] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29caf28680fba850fe2e804255bb87892091b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1120] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d32c98afdd8e6dbb614ec6cda8f7c82b88113972 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1120] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac92791889933abc54bd59611f8356a6cef410d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1120] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From ca8d994084996b426bc4d69498cbb7d0b61e231c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1120] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea16b4a622386a1b8677cd9b7abff690cf62abe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1120] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9c2fe815accb1f6a5d4d57ae365a15ca6a433dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1120] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849a5867b40341d9fa523a02db2042615fe5d855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1120] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7d075137679ea28a0ef270a36359ace52532a9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1120] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 81e7301b0553df976271b32ad3ece7b104b323b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1120] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96eb190a547b16a9c64973f2b9ab4834a906235c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1120] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1a18a8b9e8a8195af206e2f2d8d25407eb53c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1120] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d098e0cf463b414fc099c2309408047e5430db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1120] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7984ca88b491ae402a6b33061b57a0552fc452fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1120] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66152577eba606609f8943c57c59265d6303607e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1120] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 060ec5ae9ae6ccbfa1546127ef5d8e4ba5fda5e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1120] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3c0d8a64a5a89c1a4d9c27f9bf1d3d65259afe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1120] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e17d0b3cda17316b8b0979a79d3ea597291386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1120] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 52cd0afcc35362bb0c3fecb94b636ad6d4225035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1120] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0bc6048e5a7e8cc4c3b14bfcc37f69825c5c47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1120] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 347ad6e76ac1ade399679ea8c542211fae8a3204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1120] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 636998c179b588ace7e11079db0ba466f30999ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1120] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e355ae54bc786d4702e1b1f7f287e4316ac807d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1120] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c803bf7a990617102dd29195aa6fe179ea7852f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1120] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60877ce4085ce6120256c48fb8a1badd03269772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1120] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96ff4182f4abbd3aee21b1055d1738ab960354fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1120] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaa219b6d8ab9fa8b4884ae849d4a6df8d71e36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1120] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From ddf6714b703b97a6bc8ada92f616dddbf72b1a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1120] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 641a0d0bc06f6e9c44097983d9f9155c4db2bdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1120] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24a183752d82c975724f1bd5d8367a964b8e76fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1120] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49fa57f066328603739caac8740aeb54e7928111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1120] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a89a5818c1d83f6d0be2510a6b2e4e1b350d6fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1120] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6aa7e614547fb42c7214eaf31ed3cb269363317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1120] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4aa44a86f6b3966421bf9b7947dff73b465e642f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1120] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fdf772573452b401a6bf456cfd8aae12ab51703 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1120] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8b66b3f4cab9cd5ecf9b6eb536df4791c0eb3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1120] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 061e5c3605b2a98097c5d69a7eb8a142ceed6603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1120] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dfaba60585ae538b8108aba3d205c506677cada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1120] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a746d8c1b03698d2260d63a5647aa3ae207990bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1120] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From b3c8ade815d85e8c8eca89cc2a41044f8fac1022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1120] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9661d9d4087ca9cf3b4962337089b4fd5817b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1120] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 352730427cdf1f17fd8d0ee6d05830db2b282c3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1120] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 8e11ad2b4e0f11272507ce124e1a80f60113ce87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1120] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b66f0ac17cd2bc2e63e7a40f3bf788ba7bd53c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1120] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 380b8f2709d2f29c7bf81c9f3423867488b1195a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1120] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4536a68802c1205cec3301cde797132045d41255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1120] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53413c21e43c3caa4593ef8a1e6d20ee0067a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1120] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9521e9c095d1f4f3da73b15d5624654f1379d23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1120] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45f3fcfbe68b94ffeb560c633c7b83760de88729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1120] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 56afb2b1acd3283ecb60be20f06c1d22008e16a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1120] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa2dcb37763b83e41c3b846afbdb0c693fe54617 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1120] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a25767eb542541b15a9bf84a4e60093c101cfc87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1120] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20a87fd850d6f8d10bd4b93489e10c1990a9b26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1120] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b55399ff5350e460cf6d4c5c8f4bc61a9a397a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1120] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f00fb4479048d9bf88b1e9fc54ba855b3414c519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1120] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2cdbd85d8b1299f1389e8113ff18ebcb866d1ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1120] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 4fbd90899ff773628a7fe9f2581ee8620a022dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1120] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796034c6ac6a60b8df51b59047e7af6644233e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1120] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d40a16600f2158c04909f22a54669dfa5419a476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1120] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 5920b820b400ed570c111b9d2ef3f2e5dad90f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1120] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 74870dd840e841ddac879a026071c2c1b8e6ac26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1120] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 0896c1cbc407385d035a47cca1f1836609060a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1120] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80b922fa4dc73d90108a23977acb551133f5de19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1120] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cd8def6ebded59fa4bfba828d964d3f642a1c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1120] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae5103a1adef5536ee96de3e5643b16f6c91ee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1120] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92cf87a274678cb31afcee22cce09ef23449f716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1120] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f297c9beac008e061000e25424abd6488459309c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1120] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 49ff1840a9aae0b6d2ac16578d6122cbf2e7f736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1120] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 912aecd952241964f31e1e0714cde1b07e525b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1120] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 8c1d95bde6e770014a05c2527a78616d3b283210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1120] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73a1370aa07c9da14fc4c041b8e127000f972b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1120] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bcabc5ebe19958210b97ad19f7bef769dfd579f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1120] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 123c64b7eb02da557619f84bb3a9a0c41b5df966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1120] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2098d03e901cee371b98f48f1952669ac353b53a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1120] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 78dc77ac1d91701c03b7d44126157883d08a93be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1120] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed58940998b79138256c5d294bfb789f59f373ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1120] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a05189fdc506ce1632faf755c410c094235cbb5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1120] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f6a54ed281a9f2154b0ea23365c744e79654cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1120] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19b740ee8794e7833bfafd454c2422db81669c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1120] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29b36d97cb93baf8e6b0db2cec0486ed2ac9e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1120] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab0166f633387d2d8bc4712a35f3b5cd7975c87e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1120] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bf407bc949c95cda4beedee99215f5f15793447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1120] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63085d8093a3ca01ff02bd21bb8d9379609436a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1120] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66844c16917fe83c54beb511b11526dda5f578d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1120] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81a5639e64e1389774181cd6b67f9f02c35f147a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1120] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From af7ca2cf5d4fe2979b68e4a1a8ad68c97d089774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1120] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 099a396e0a700425b9a1b72240bf8b83033cdc84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1120] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 687d4bb0a003271077e6769c2f98bc6ba8d39313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1120] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e233e9fff41c318035ab9bb858ee58e4b3391475 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1120] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2027b640e0e5aa6911cb5453cfb01182367b0d61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1120] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1ea57e5963316b2d56d151c298fcc92cc09bb20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1120] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807986bc2ab3be96b0edf39e500d55073410d846 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1120] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4539013b1b3f032e1b8473c84f75872fdbf00334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1120] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82f819a355993eb10817061ac11b9a766d3b34d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1120] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dac710c1de6b7abf91a7e7f0b4d18d84c92af7e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1120] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed101d9338a5537300a75348824ffb3a9bd45dac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1120] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ea2c6f2b532dca102148ddce08a39fff682e9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1120] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f16db6b7e913e51abed7ca92f55476c85a0f64b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1120] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f2e5a24178505088eb2f90d969640c26bc2cb8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1120] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02aab1fa96da11b0e55b42bc3a8d75600d79a7f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1120] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b093b448bc91d4eeca99d1c35888e358c2e6267b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1120] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34206340c3862535b7cf789f82d8a1d6b0729ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1120] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 657c476a9a87bf8f0a88a518c72fd74c0b8a720e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1120] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f230bfe99e83f9969e45945b34fa9bd1b18c7721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1120] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From b6bca9aaceed4d6b130e12ffd0df3b0c76fdbdc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1120] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99f7a3e7606bd60590f3c3ffc74e9e3b55700348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1120] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 3e57c8f6f779e70082385cb8f2c23182d1a9f76b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1120] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 11a430e8bd95a69f57e49a6c4f03a9b8b26bb9b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1120] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c8d18cfd8045e6a564ce4897c27128a85e35384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1120] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 2075e959cf53fa63718fc805463eec462cff3ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1120] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732e4b0b7c4ba62724dd621105c1a4d7ed5cc036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1120] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 02702c4003341ce665d1886484c6b50f7498a7a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1120] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15438f50295223209f93013a0c61e2317faf5bad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1120] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 5541a4eb4ccf20dddd403c16ef8cd75f26ed803f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1120] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9f021d1989cbda95c8fd7d592ff62cb5da1ffad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1120] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff7830f3170daa5d0a2dc8f92c64c3a4ac45218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1120] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28beb5a56435f7f02db7a65f8eecb09879c8b379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1120] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c66a87e3e59f0f3819de166c3b896fcd9d37b45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1120] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cbccae2a99238f076a1c47d7f306362768f36ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1120] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0573dc9ab69a51e432003ac4461c4ffd65738056 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1120] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d55aa814fbdc4779aaeaf885b3c7e04fab323584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1120] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7febb3ef3d85a639f0cab3cb4b2de2041efe0191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1120] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 3482e8d9f9c2aaf73e0533093891e2ee4fd2a604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1120] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From f3a1de5e66cee42f9482dfddde5f0ec09ead4579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1120] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e0516e98bfa370715ee416d726087bce2e1db60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1120] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc296e16d83bcfffe517a346a09f092b76505d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1120] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d73868bb8b639676d0cd2a6de4bb340d9c7b34e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1120] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26ea22104069a829eb7f96b090d78460a24f8664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1120] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 5b60b104558808635f13835ccf69966d4d2a46c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1120] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From eeb0a76da06195484bb4e63c0de9c7b735edcfa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1120] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c1bf25fae33ff2ac413e79ca8488f877135108ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1120] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8cd07aac2e3d2076630d2fa618c71aa2c70bbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1120] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0086a3d030f5d6c328472a4799065e6ea6440ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1120] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57bc5e35d659120e644c80d4fcba3b10460e9732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1120] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975aad8286d7ca4b28b2487f5c5636bc6d6ab97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1120] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cca1208548241a4227c46dfad7c443641e927938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1120] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57573a5604ada57b160b6f338c0f1bb44c90e29c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1120] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 32440fd2c8b4f0a1baeba4e5e62b721910a3ab3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1120] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c232afe201cf088a7b3b438d57299b4d965089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1120] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 609442796721b9d150389ccf3782e3c2cddbcea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1120] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28a53d0b345d925aaa3e8eef2941dd1fd91f6d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1120] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15a1141ea3c4c3dc5941cdd04b63130e5d19d4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1120] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From d5dfc5f7123bacb37b7ce4523a2ec34f912e1d07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1120] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 576ba06d694828e2f1e14aea3f41bee36f957065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1120] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 368f03391780d24fd5ec01e20d5ac6b9617fb1b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1120] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d36448c7dd8e969a2190f55eaf7f3cc99ef027d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1120] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 766d3a80782265d51d431adbcd8a788f6fca9fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1120] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 3f21e43b43c30fe1b4e158ae855e8485897944b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1120] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 255dddb1a253bfafa863400dc2b785a024bf995c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1120] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41d021f8f75d9bd859590965ba9cdd42bfcbfa3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1120] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 4843cdbcf027a18bcf3cf9232b7123ca001f666b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1120] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From bd0a9165a83c8dbf187246ca80cdb64ae8d08e7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1120] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 36e68cbee67fb043763dc648049fa96f1451a03c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1120] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8259132aa01f0b0157e7fbfda191aed036eb31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1120] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From ec62e66d9125e35c641abee03e945fb618b1f939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1120] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1b17c877b48b56a98d3b54baf9794f35427b0e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1120] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6046768a60508f474149937d1f855f024be919d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1120] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44dd57079539afbfda9eaf7e3a5cf7f004c95a64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1120] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ebcde78573bfccc353c2b42961445058068efe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1120] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fb8d293b07027293531fc11b2a0f02c8dca0ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1120] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd681b1c59fb3176e069c337b12fc295e5094ad4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1120] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c493b98445d8ea619d204a4fdf0c089638844f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1120] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76c63ceacd49594bf7f688364172e1e6a5d5df86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1120] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 048600bc597eb34716dcd632e2748642ae0c182d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1120] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c0621bf68258089b349527b1d8ac5dd0306f045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1120] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1bfdbbbf0fd04a9026797ab5d8249bd9cb6ce76a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1120] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ce7981cc80da0e500997214f54b20784e5ed1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1120] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a014074cb77512452e14240f824cdcdeee469c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1120] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7adca8688e58e26d52dbc4b494194a9e036397b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1120] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007b5fbd80ef807c51fde09ebfbce84329c62ab0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1120] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 4e135078bcba1a2a6a32cb3649e1319ec3443649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1120] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 468eaa8bfff153211f58f5d170e21256404871e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1120] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67c4ebdd6f4fc51c418cbb8cefee41105b914cce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1120] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cda4cb417382a944ffb6dd292146a7bd6baf91b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1120] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 259fe22131c4d533cc7fd3ddf26914960e82b329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1120] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46968fa312ca8f0509576d60370fe4ac0ee6ba57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1120] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 355678d9e2ae152022ff42be2a61bebaa6f3c989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1120] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0b031709a39b83e7744ac029582a868a4189f45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1120] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23cf40bb1d8b12731bc1e9368caefd73312c1fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1120] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf71c50da51618587e829874b49f33b542aa2e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1120] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From ff0560a5ebed7e24526050832e76f3afc06cae9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1120] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53e9287310bbd2dab82adc662840815f397e0822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1120] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7957cd801d8ec09249465010a27d879f85f88b8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1120] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f9d9ddc71b4fae5f55abe9471360e98819053df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1120] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 02451ba0540f4a0c5b2cb7260c9b7ddf13921a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1120] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From e2e14f5c87f9439cbb6f25ac8b34c29f95f16548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1120] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455118cfedb47bbb72d44a50e5e8d08afde3251d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1120] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 371a6d893328f442d297fd371ecff26c1d335cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1120] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ee7e4d37ec0c8c0ba9c03cee2454e0af438ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1120] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 52c4659e5c3f9e872713a0e89da7772931a94dff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1120] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 679c66f8db1de2fc3caadfc49fe9744311c6081f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1120] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e9b2710641c9637079b857e36e5d303b17f5300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1120] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03cfc645a66e2cf61eabb4d74d66cd8be56e68fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1120] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 6c2488d2d8e10423baec227f601bb4792991c123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1120] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 6e1be0caf8fd751120c0f7dc41254e458af6c529 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1120] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fc890ef1b0b2d4f49fd0c7c3b8d4a393b999bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1120] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3ebaf2d0da14bbcecdccc77583b72cc1bec2efe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1120] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a73d882a2c80b099d02109934af664f501b80f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1120] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be6e869a5609190336b58d44fa31435f2a7c06b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1120] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 09aef7619f4b9975f5abec57e9177c44fbf69391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1120] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 337d69f9344a8cea50c8d1c5fc5bf529048a19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1120] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3fbb1e95bcbf712dce3b6455035e8e059fdd60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1120] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From e1a2d32053e4994f83ac8c6a9873d880db455d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1120] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From f3d802f2a0de5b631bad7e6cc0de35e270606249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1120] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From ec7ecd9cbc23b1ea89c5f65fa46a4ca30d304d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1120] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a89b10e8c8d36e387929c8a80d6b3d0a5c5d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1120] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 48075fa0e0cd70a027f608c5aa7a49cbbb0139bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1120] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 904f003dbaeac61ab540d55d2f7cbf6d5cc13b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1120] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24011fca68207ac1ce11cc985440c1386d96e80b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1120] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From a3416176c299186d329c610eb41bd9eebce523f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1120] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 8ee2b68aec0df1e10c9b267e4160561477f15160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1120] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b760e0e2b0f66af931c7c09fb1bdbef2ab756a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1120] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2407653fa7786730d70ac4e6294d621fd5c556bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1120] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ad31895c1543cd6a1385b936e8e0bc3347dd89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1120] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8f0c59e8f061a8bbf6f56632ee3c9bb2f7689d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1120] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf3d1a5a2d70d70bf798aed1b428f6c53a417fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1120] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 951a3fa8d807fd1805114987b4a9f04a803c752b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1120] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc2e8153e9bc3b56bf6cb4e92357270b752fe70e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1120] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5350c35e133a46610656dcad4dc00bbacebb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1120] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3a96ba77e17a41c9246a329b1e41c3c59b19ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1120] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 6a536ed6875d6e7fde4d6d4b6ed822c5a7b31413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1120] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 212198deeba42120d2f3571d1fa317f3e2ac05fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1120] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2f3cfb90a77a535a3104d2ddad189b210b3fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1120] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975001f1e61f87f8a75b1b5e8977b0dfd1e32f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1120] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 878922c835cba9533707d579f94d2ba9533aa953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1120] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb09e1e5e81f785087de94c3eebff92e7331e2d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1120] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3675247afb1f09dad43cea623a5156094c4b834c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1120] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 9b344ccca1aaa924d7eb1cc757b8bd4bfa6f41ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1120] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed6d460af70a6580735c0d0d9d20ea7ac984f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1120] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eefc673e6f710ea4e19e568d2a01f20b447e38aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1120] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a738beb85d99a50fac44e2e084928c8da66fa226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1120] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10dd97a1478a5edd6f1d54478dbb8c680ccb7cac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1120] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14255d929370960836130df3834087975e77f8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1120] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 796923a1c25b65c0fb9621fa52a4db308aae7208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1120] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d2fdc31b08e266898a91816e5e3fba310f0add77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1120] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 889d776eda86e96cea7a3f3360d154025aa251bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1120] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d094be599be9b0f5fd1e3cfe612feee6dadab9a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1120] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cdf8bdd2f64d72633f1613664a93ad288dcd505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1120] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0066411426e34b300217c77268ccac1a69b77b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1120] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c610da23e46bec3771b4ca57acf4ec2d42bb315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1120] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 662d2d6162231caa993ef5d704f07c4fe0d564c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1120] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f8cb2b0de28fc1322cd4f4970cbed9a24dcc994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1120] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d7125cee33724345d68f3be1aa3b38acda2c95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1120] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e211c8fc7c3bb133b7fd90842e39908ed075ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1120] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ee445b5542b2e24a6c70013023644ae92fd13e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1120] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f03d1ab41e610d9b9978f793743ed9542635f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1120] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 5212e1ff62dac48402a1b10e9f1330c563ea201a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1120] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From bf071d1a550497d73a9136391c457476e3695571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1120] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From c8039c8fa98321fd176f267dbf29bb73a1e5c642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1120] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4dea759c9105fa682c2d7fe3275b087918c91d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1120] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d926dd321d713c953139c6004b4615f919e21f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1120] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64e9e96c4e551fd1c1093bf42876a4913b54cc57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1120] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a92208e65a651920038bea6b6fa59ab1a9f11537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1120] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10c103d4055a99155e0b0202c47d5fb3c4aa6f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1120] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5dc376d6cc54f2460d204e82b74de24905e628c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1120] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7e3ad2bbc9a96ab2a2234e15f97bd07c68b595d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1120] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 3c07a16b322214a7bb164bbcc6230f52744a5b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1120] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70d0edf24abf6082b18bbbca77877df82da12467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1120] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 75739a305d881bc163923f6c441ad71f8d7c6a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1120] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c94a6201f76fed392a7ab447dffb62863bf44a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1120] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 9b99e209d7a7bd3c5b7b39d5090929241705e4bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1120] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From c07ff57075ba6fa0654ee8503b00d3de4220a447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1120] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 0cf81a420b63f5e5098f1b8a729d9e54c5eed1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1120] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10eeb706221aefbf5f50afa3dc4fcb0471b62b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1120] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 05a4f13297b5ffb8595478a6c0b531fe3c8653e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1120] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e2f27b9a59982094eba79ffbfc3d60733db9f42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1120] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c928b79fe136abd0a776819f4519d486acb694f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1120] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89bac9a62c42149468cbd53bc19570a8d78efa97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1120] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee2d3608892468e331eeccea5054a0ce332fbab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1120] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2e4de744908fb7911540baf8354a42cf37c51644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1120] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 439a341bf79941f3fd29ec5dc4be311f2df8db99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1120] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From ab9e2eba5cdb1b609e0065bf1d2f18a159683d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1120] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e9d713a977203699f55a78d61e1713842750786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1120] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6d648545897e55d48ddd39b6e8e3931890801b5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1120] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a8456caa5aa2a838c6eda67b0e17402cea63087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1120] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2300dd6ab7f9c35523f22c450211bca964ef3a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1120] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be4825b8a521544e04200a76b484615d7bf3212c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1120] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483f80e6c53761fccb682672e6c59b12fe6ed3f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1120] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92d9f8b0935e74b77f81df88dd305de412ea5d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1120] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51dbd2162dec0dc833f456acc5343403295949e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1120] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fec247408bddcb48257d5019051de7a68daa04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1120] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d89dce0343afd8a40de6be1a3dc666fa39e6d54c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1120] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d4870cc45537cb6c9afd1fb51691a8874d604b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1120] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea1b63cc7583eb0c72c02ebee891d76f7ae4bede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1120] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5143df1a21bcf1e230823e63848c0f538f12446f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1120] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1becead594a6a176cf71854a9deb866676b7bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1120] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 633b1f8d8ed43cd634cda676f458d49baff2a660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1120] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1808f5ec91f2d5f381600ff05e64d53cc760fb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1120] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75a913405552b29e72dc7aecb7990b40eb8db80f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1120] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 6e541e0a65f922084dcbf27220bfaeae557b8b7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1120] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df5a97f7ecc36e82833ffad65a595e7dde9089de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1120] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c50ff58bb06a8cb2c68ba252d2681ba3d5da646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1120] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51799f9a6a4b916879ab14901d58c9403a55343c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1120] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a38f9b04be812b703228053404fba053080abb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1120] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From bf4416e769dd76084c7cfe5e0240ac2c66906250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1120] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a39c56b82bb8268889704fb249f6ff36f8618a33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1120] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf5676077f363c88beb87fce4876b0639ffcee19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1120] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e5939b55c287fda0d78928c4ecc78196d9b1e70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1120] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f9afe090ec0d0f6a7afe649bf21f405d3a12e4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1120] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10b725942f1171f4d5dc2b77d31d0a96520a2db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1120] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 29d3f515d848e728cf4635379f379f77ec858a0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1120] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57be94bf52bb81cf4779d7cfb4f3f235cd90940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1120] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1df9b798e11121a6d0876c69e4620ddbfbaac7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1120] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7418fa1a690d6dfec8a7c05ac4c498cd69fcf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1120] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 6c4e57e6e2b7353a4f433d6231091b42de8c7449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1120] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b66dfaa38b5d8cbbd5cf940fa26edf187a95a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1120] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd998ecb2ad9f12f7065af9b49f6cc6b979aec77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1120] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8cf54e0e83b73d345c2bc5388a0084e9fb73a8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1120] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01d86a6b626482cdb548967607b52a696808c97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1120] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9a25b27d1e35446ef58e7c7faf31e873895fb46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1120] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7074544f9c69e46254fc2790566e18caa404626b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1120] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01e60d100717841785f5ee022599556a3dc2c8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1120] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 64ebd94ba4c4241105e1bad468f467325d8eabbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1120] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73272d5993fee751c85c236ac2f030d5dce97a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1120] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6b400d33ff996164cafe4bcf4f9a8d5e8d6d102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1120] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b89db575551bdc3af8aab3f854ea47a8885e5d49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1120] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9664c6b0a0572fb96c58f9c70927f93d47bb616e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1120] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e3fa364b259d1d1ba4b7ad8671d33e898004200 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1120] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From eeb4075c3706b6a1b94bb480de7d0d957babb0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1120] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a658a389cffa0739b0ce120d7b813b92104570f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1120] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039d250899647d052ec5096b27bb416aa98ad6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1120] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8568b1229aeb766b2e2de4e1ebe3846197e2c018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1120] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d02298b70720bb683d0afbb7bb1932e47aed802 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1120] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 4af56e25b4f3034aac2078ac111d2ccaad7a69f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1120] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 28fb5348046baf50ed26d97b8ab998964abb927c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1120] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From f806f589cf5a784c8bc868464da2a18f6f16c477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1120] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 1f63b7226ed42ac64f2576412f8d8fd8f8da4047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1120] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From a99a0b01dd6e51370bbbeef8cd06e22152fcb76f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1120] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 4fdddbdda5137f1ce84cbaaaa03ce8282438a1b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1120] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a80174e362cefaf3a8bf3e7cb80715c3ad353ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1120] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From ca6cbbba241caec3d5ef05eb0423afd84a3ccd1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1120] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From fb061fb6b7677522e3ee835802ad852748741148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1120] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 437c6d03b98c07b4f1ee8224abf96a3a166f5aed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1120] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 36145ac527969be1babb162ea5396cc300c7fb7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1120] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 1a746ef5568fb165361fe95586fd0f002dccf9f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1120] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From ddb15001ab0f23a0e4ef37f7f7672a43d5b75b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1120] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 024c4734795610239af8910dc714d9e0ad2dbb35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1120] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 70db9d3457bb468716fe9e32bafbe89bef16e8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1120] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 786044aa966b33ed9d399a55e660a3647ee1e5c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1120] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From ed2f58a0850f7b9d0027ce9c3c25512e567058e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1120] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 971ceacc1b38bdacfab6f1abf715df84f14fa33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1120] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 60150aed11838c5fcad160720a93add3509c49ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1120] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 17d3d225090882f9b41f46fc6ad08ef3cdc0c93b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1120] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 08e754d2455371b4b47e5e4873f0b82b6fdb9d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1120] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3e0a6224033637ab27aff0bdba8c4213ae6ae8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1120] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From b6ffcee645d4130857457444235d4e34726f0a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1120] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e0bef9e8f3be0880d75927962925367b4617d8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1120] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 9c6e1212059d779f3b63944e22af1d521825c46f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1120] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 5e2ba1dab763c3a3f959acc54c1b9de66b6db7b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1120] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 58fb67b5cdd1d952286fb317a0e1c7fc7ffb359d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1120] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 7f105d5bfa271ac1591e0f06cf1e1614d2c4a0c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1120] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 9e212e72eedba3d775ecdd4020dd89d1303340c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1120] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From c456bcee2ce2f5c2c5cb1162a3abe28a55a07a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1120] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From fdb5bab69270a5bfaa0356b2035f42b7ec420092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1120] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From bf867e3e7f3ae0ae336896c7ad817ed4da62823c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1120] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 612543f26271538f1e22e403205aee742318ec28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1120] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From ba33c29b33e9a1ad889748401d685b83a8cf8936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1120] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 9afab39a9f62d2b482799a889c01531933c8ef4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1120] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 56fd8d6f1bbf7d832d48978dc39181cb695258a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1120] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From d291d388ca3bd4b2a9262b852a47d76ebfc1df23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1120] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 362e60ef7d0598b7cb08a1a0bbaf314b6317527e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1120] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 65c8c43762d32189e48eae9b055ef5ac90fd22c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1120] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 59c9013cbb665d9f99ce27920c0dc6b3d4354e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1120] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From fd1290834ca1384f82a4ca9639330f06d5413bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1120] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From aad81bc4fda2656d8d519642a7e37fafc2c8175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1120] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 85d120fdfc9aab543b4aae11d6a1f9c4cb0a69b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1120] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 0b8a3c6c1fcb95586268946303bd09cc8f78be31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1120] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From f055e981135a791802fe2a3a73e7bb07384d2de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1120] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From a40cd0a2e6c97ee30d7f10ef07738f8327188040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1120] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 75c620f48d8de5cca25ee24e7a91c6e393883364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1120] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 555313cae9b63bd860f0554f3d7dafc75864b8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1120] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 8d0fd0775e4df2689e3d079fa7b66bbd9422f35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1120] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From e7d47d8509674b217cd29c0ee895cc60926993e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1120] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 4d0be8edebf7fb96fc263653b41c948513a8d1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1120] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From f559db7f97bbbd89c3fb98692a16166f381a2894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1120] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df6d740173823754f5abb0218f4b4299255896e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1120] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 45e2ef35ea11586829b5ba09cea4696a8b489c3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1120] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 15001c1b2f49878d8e775233c096b7e61a8df77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1120] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f40b01b9349f16f39cfae67da1727ad72b79d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1120] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 78d7a91d189c22d1819fdaea88475bdeaefd0387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1120] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 0d2d5eea1a11e292cc2a708508584a1f0b6d7f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1120] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From cd9addf76b764a36614f2a1750907243e0c68df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1120] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 78facc24f44dfea2c830f206f78813720701a16d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:29 -0400
Subject: [PATCH 1112/1120] fixup! cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins-python2  |  1 -
 srcpkgs/cairo-dock-plugins/template | 16 +++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 120000 srcpkgs/cairo-dock-plugins-python2

diff --git a/srcpkgs/cairo-dock-plugins-python2 b/srcpkgs/cairo-dock-plugins-python2
deleted file mode 120000
index 3f919c136ba..00000000000
--- a/srcpkgs/cairo-dock-plugins-python2
+++ /dev/null
@@ -1 +0,0 @@
-cairo-dock-plugins
\ No newline at end of file
diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 6f28bf559a6..1086ee328e4 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -4,11 +4,9 @@ version=3.4.1
 revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
-# XXX libetpan, libdbusmenu, etc
 makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel
- libical-devel libxklavier-devel zeitgeist-devel libsensors-devel
- cairo-dock-devel gnome-menus-devel vte290-devel vala-devel vala
- python-devel python3-devel upower-devel"
+ libical-devel libxklavier-devel zeitgeist-devel libsensors-devel vala-devel
+ cairo-dock-devel gnome-menus-devel vte290-devel python3-devel upower-devel"
 depends="cairo-dock>=${version} upower"
 short_desc="Plugins for cairo-dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +17,7 @@ checksum=e09b8e600398749d1f74b26e645b477a1844a3eea02fcadd6877935da3f8639e
 patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" python-devel python3-devel vala"
+	hostmakedepends+=" python3-devel vala-devel"
 fi
 
 CFLAGS="-fcommon"
@@ -32,14 +30,6 @@ pre_configure() {
 	echo -n > logout/CMakeLists.txt
 }
 
-cairo-dock-plugins-python2_package() {
-	depends="python ${sourcepkg}>=${version}_${revision}"
-	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"
-	short_desc+=" - python2 bindings"
-	pkg_install() {
-		vmove ${py2_sitelib}
-	}
-}
 cairo-dock-plugins-python3_package() {
 	depends="python3 ${sourcepkg}>=${version}_${revision}"
 	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"

From 96e47de77ed42ecf7eb948344d172c406a3c1628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:46 -0400
Subject: [PATCH 1113/1120] fixup! SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index a380dfb5845..8d7bfc99778 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -4,7 +4,8 @@ version=0.7.2
 revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
-hostmakedepends="doxygen swig"
+configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
+hostmakedepends="doxygen swig python3"
 makedepends="python3-devel"
 short_desc="Vendor and platform neutral SDR support library"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b696d0e66f2b6867ca58ed2b84d4f6b3d6627f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:13 -0400
Subject: [PATCH 1114/1120] fixup! python3-pandas-msgpack: rebuild for Python
 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 5eed8fc3c76..f084c711e78 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -13,7 +13,6 @@ license="BSD-3-Clause"
 homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
 distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
 checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
-nocross="python3-pandas is nocross"
 
 post_install() {
 	vlicense LICENSE.md

From fa735c99cb468365f92fc53bc036fc51022aade4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:34 -0400
Subject: [PATCH 1115/1120] fixup! vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 0bc71d1261e..80b0a104e1a 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,10 +1,10 @@
 # Template file for 'vimiv'
-pkgname="vimiv"
+pkgname=vimiv
 version=0.9.1
 revision=5
-build_style=gnu-makefile
-pycompile_module=vimiv
+build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="python3 gtk+3 python3-gobject"
 short_desc="Image viewer with vim-like keybindings"
 maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
@@ -12,3 +12,20 @@ license="MIT"
 homepage="http://karlch.github.io/vimiv/"
 distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
 checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
+conf_files="/etc/vimiv/*"
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall config/vimivrc 0644 etc/vimiv
+	vinstall config/keys.conf 0644 etc/vimiv
+
+	vinstall vimiv.desktop 0644 usr/share/applications
+
+	vman man/vimiv.1
+	vman man/vimivrc.5
+
+	vinstall vimiv.appdata.xml 0644 usr/share/appdata
+
+	./scripts/install_icons.sh ${DESTDIR}
+}

From 7d66b86af25b0330677ddf09ff060056cecc8366 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 12:30:55 -0400
Subject: [PATCH 1116/1120] fixup! python3-orocos-kdl: rebuild for Python 3.9,
 fix breakage with sip

---
 srcpkgs/python3-orocos-kdl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 20341a9fd17..728ed73d780 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -5,8 +5,8 @@ revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake
-configure_args="-DPYTHON_VERSION=3"
-hostmakedepends="python3 python3-sip"
+configure_args="-DPYTHON_VERSION=3 -DSIP_EXECUTABLE=/usr/bin/sip"
+hostmakedepends="python3 python3-sip sip"
 makedepends="python3-sip-devel python3-devel orocos-kdl-devel eigen3.2"
 depends="python3 python3-sip"
 short_desc="Python3 Bindings for Orocos Kinematics and Dynamics C++ library"

From 5a50f4725a1cbc112d05e41bf3ea8b798e4cddb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:13:13 -0400
Subject: [PATCH 1117/1120] fixup! python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index 478d94a2338..de246d9fc9c 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -4,7 +4,7 @@ version=2.1.3
 revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
 makedepends="python3-setuptools python3-devel libspotify-devel"
 depends="python3-setuptools python3-cffi"
 short_desc="Provides an interface to Spotify music services"

From da6e827e5655d9c167e19cc3bce0f0c82b527bfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:48:44 -0400
Subject: [PATCH 1118/1120] libspotify: fix disparate versioning for armv6l

armv6l provides a different libspotify version than all other archs.
Commit 35ff97c5cd04ceceeaec389ef7fe972b7f1ee6cf attempted to version the
armv6l package based on the library version, but the disparity breaks
xbps-src when trying to rebuild the dependant python3-pyspotify.

[ci skip]
---
 srcpkgs/libspotify/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template
index a6dac136108..9888a207729 100644
--- a/srcpkgs/libspotify/template
+++ b/srcpkgs/libspotify/template
@@ -1,14 +1,15 @@
-#Template for the 'libspotify'
+# Template file for 'libspotify'
 pkgname=libspotify
+reverts="12.1.103_1"
 version=12.1.51
-revision=1
-short_desc="Spotify library for building your own streaming apps"
-maintainer="noah <nsawyer1993@gmail.com>"
+revision=2
 archs="x86_64 i686 armv5tel armv6l armv7l"
 wrksrc="libspotify-${version}-Linux-${XBPS_TARGET_MACHINE}-release"
-repository="nonfree"
-license="custom"
+short_desc="Spotify library for building your own streaming apps"
+maintainer="noah <nsawyer1993@gmail.com>"
+license="custom:Proprietary"
 homepage="https://developer.spotify.com/technologies/libspotify/"
+repository="nonfree"
 _libspotify_mopidy="https://github.com/mopidy/libspotify-archive/raw/master"
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
@@ -22,10 +23,12 @@ elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
 	wrksrc="libspotify-${version}-Linux-armv7-release"
 	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
-	version=12.1.103
-	wrksrc="libspotify-${version}-Linux-armv6-bcm2708hardfp-release"
+	# Even though the library version is different, xbps-src breaks if
+	# the versioning of packages across archs is not consistent
+	_libversion=12.1.103
+	wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
 	checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
-	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv6-bcm2708hardfp-release.tar.gz"
+	distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
 	wrksrc="libspotify-${version}-Linux-armv5-release"
 	checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc

From b3a089f66cb50fcc55030002cfceac3d4387a61f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 14:46:07 -0400
Subject: [PATCH 1119/1120] fixup! piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 1719f425bb9..bb1afcf4501 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -3,7 +3,7 @@ pkgname=piper
 version=0.5.1
 revision=2
 build_style=meson
-hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
+hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev"
 makedepends="python3-devel python3-gobject-devel"
 depends="libratbag gtk+3 python3-lxml"
 checkdepends="python3-flake8"

From 7a1d0d75d0bbc48202260dee54dd06931b2b935e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 14:46:35 -0400
Subject: [PATCH 1120/1120] fixup! gnuradio-osmosdr: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 7a3b2026035..0c1fae16800 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
-hostmakedepends="pkg-config swig"
+hostmakedepends="pkg-config swig python3 gnuradio"
 makedepends="boost-devel gnuradio-devel libairspy-devel libhackrf-devel
  librtlsdr-devel python3-devel uhd-devel log4cpp-devel mpir-devel
  SoapySDR-devel volk-devel fftw-devel gmpxx-devel"

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (20 preceding siblings ...)
  2020-10-09 18:46 ` ahesford
@ 2020-10-09 20:42 ` ericonr
  2020-10-09 20:45 ` ericonr
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-10-09 20:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706393792

Comment:
You need to rebuild `mlt` as well (because of `mlt-python3`). There are probably a few other missing packages as well.

For a branch with resolved conflicts, see https://github.com/ericonr/void-packages/tree/python-3.9

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (21 preceding siblings ...)
  2020-10-09 20:42 ` ericonr
@ 2020-10-09 20:45 ` ericonr
  2020-10-09 20:55 ` ericonr
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-10-09 20:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706393792

Comment:
You need to rebuild `mlt` as well (because of `mlt-python3` - it installs files in `/usr/lib/python3.8` directly :c ). There are probably a few other missing packages as well.

For a branch with resolved conflicts, see https://github.com/ericonr/void-packages/tree/python-3.9

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (22 preceding siblings ...)
  2020-10-09 20:45 ` ericonr
@ 2020-10-09 20:55 ` ericonr
  2020-10-09 22:16 ` ericonr
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-10-09 20:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706398623

Comment:
`flowblade`'s egg info is also versioned, so it has py3.8 in the name. Not sure how that works out with a new Python.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (23 preceding siblings ...)
  2020-10-09 20:55 ` ericonr
@ 2020-10-09 22:16 ` ericonr
  2020-10-10  3:37 ` ahesford
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2020-10-09 22:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706398623

Comment:
`flowblade`'s egg info is also versioned, so it has py3.8 in the name. Not sure how that works out with a new Python.

My branch now has commits for the two mentioned packages.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (24 preceding siblings ...)
  2020-10-09 22:16 ` ericonr
@ 2020-10-10  3:37 ` ahesford
  2020-10-10  4:27 ` [PR PATCH] [Updated] " ahesford
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10  3:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706480213

Comment:
Good catch on mlt. The flowblade egg info shouldn't matter but we'll bump it anyway. It's just Python and won't take long to build.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (25 preceding siblings ...)
  2020-10-10  3:37 ` ahesford
@ 2020-10-10  4:27 ` ahesford
  2020-10-10  5:00 ` ahesford
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10  4:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1256698 bytes --]

From 3da16945c0ea3871d291c6f061e2407dcfb1df9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1122] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index 7dad8c2117d..e1e729428d3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bcb0971265beb83f54bacd565974db6f7936b619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1122] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From ced124771164e33e6a1dc55863450fab58f08953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1122] Grammalecte: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Grammalecte/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template
index 00e2bbb34a8..ed8a6b5afb7 100644
--- a/srcpkgs/Grammalecte/template
+++ b/srcpkgs/Grammalecte/template
@@ -1,8 +1,7 @@
 # Template file for 'Grammalecte'
 pkgname=Grammalecte
 version=1.6.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 build_style=python3-module
 hostmakedepends="python3-setuptools bsdtar"

From 9a291b9ba1d5bfcfd1c4c2343ed54e9e722b95f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0004/1122] PhotoCollage: rebuild for Python 3.9, drop noarch

---
 srcpkgs/PhotoCollage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template
index e649885fda0..39c24a430be 100644
--- a/srcpkgs/PhotoCollage/template
+++ b/srcpkgs/PhotoCollage/template
@@ -1,8 +1,7 @@
 # Template file for 'PhotoCollage'
 pkgname=PhotoCollage
 version=1.4.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3"
 depends="python3-Pillow python3-gobject"

From fefa199924df6c6a9f84620d6f912b2f145fdddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0005/1122] Solaar: rebuild for Python 3.9, drop noarch

---
 srcpkgs/Solaar/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template
index da77237f898..1ba1c2ea72c 100644
--- a/srcpkgs/Solaar/template
+++ b/srcpkgs/Solaar/template
@@ -1,8 +1,7 @@
 # Template file for 'Solaar'
 pkgname=Solaar
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyudev"

From 1b176c2ce6e363a89e3474122b693225b29ffde7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0006/1122] TwitchNotifier: rebuild for Python 3.9, drop noarch

---
 srcpkgs/TwitchNotifier/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template
index 3bbba11db49..d8aa07537ae 100644
--- a/srcpkgs/TwitchNotifier/template
+++ b/srcpkgs/TwitchNotifier/template
@@ -1,12 +1,11 @@
 # Template file for 'TwitchNotifier'
 pkgname=TwitchNotifier
 version=0.5
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="python3-devel"
 depends="python3-gobject python3-requests libnotify"
-archs=noarch
 short_desc="Daemon that notifies you about your followed channels on Twitch.TV"
 maintainer="Giedrius Statkevičius <giedriuswork@gmail.com>"
 license="GPL-3"

From babfd0f1317c77cc275db3d998d9e6dda8365caf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0007/1122] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 7619c84c205c10705d44f1d7634714800a3132ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1122] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From d432dcd32ea9f8c458946093f240ba8060255bd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1122] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 613178c253b0e75276737578d78242beeeeab8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0010/1122] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 9097519d839cce62a58181e04af7bb5a772992ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0011/1122] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 1748359bc7c0753596371b6cf946c94368d11d31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0012/1122] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 49446e26377da32f67ca105fc972f4b581f94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0013/1122] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From 30a925541cdadeb37fd96f8c899ab15fe01f1272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1122] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 9dfdd7f252b65215859e2354649216c451414da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1122] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From c7445d33a283afd16f172f0c1349080158f5bc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0016/1122] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a06600c902d21416ffa16113378673e0d9a5682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0017/1122] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 6305e0c30dd1f24adafef5412fa2325bc533af99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0018/1122] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From ed864bf461dff959f8d11c52be99dd441f4c5464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0019/1122] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From b03c39800d7eb916dea3001180231d9e0c8f559a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1122] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 7ec04dfb5cd1cb9c49abe59b6d0f8a001bbd13ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0021/1122] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From db661dcb56cbf050c15fce457c448ba5ae5ab149 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0022/1122] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 7bb78c1a640fac32ab4d582fa332c4d2d6cd4190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0023/1122] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 1b7665e34accd75c3d4467ea1d5e6d0843534643 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0024/1122] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From c2951a3580dafc09d6820dfc0e59c3e27c952ac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1122] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From a6e8c6a0337755d732c419095b7043250952f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0026/1122] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From cb97a471a699070912f41e7f48bc22d3648d63bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0027/1122] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From cc38138bacdf1a503b3e8e396e4ca3c0d66e49e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0028/1122] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 76f23c6590e1184adbdbfbf188313b6f6f038d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0029/1122] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 8eb80f4b963ea0b6de8ca867cdefe83748afd67a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1122] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From ee31595acc644d38ddf6b72ddfd4ae88481cae38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0031/1122] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 712f516df723436ef82429b4990d9d7258c22ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0032/1122] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From b7c6f648d7ea9beaa87e6ce4e6558eb22c59dcae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0033/1122] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From fb1ffdec9788e0fb905f9324044b43e16817b4ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0034/1122] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From 5ae3e8aa0f4fe8af0e82ac8b6adf847cffbd2dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1122] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From fd62d1b31c819889511876dfb7a8e19873eee16c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1122] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 9c28801d375c8fa2731908dcea46ef1ca1a57d51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0037/1122] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From aca185264cf1e04a664553d424b3c3e147c8db8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0038/1122] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From 7e1af14e2ac3d634bf16074ba08b7dec58e0a30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0039/1122] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From f0646ece945a70660e026cb6a7d6f0fd9d21c19b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0040/1122] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 3c3b2c5f23c5fdb2796a3c98f28ea3b95fd8c140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1122] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 1aefaad69810378ba31a02307dd39f9be43278f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1122] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From c9110f55933468b8e5185d5aedcfb02cb6cea14c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0043/1122] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 88db008e0bc98cde04fa291d42c55a52b8fb4285 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0044/1122] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1fbce073a9123ae09409310cbfa0ecadc0b89ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0045/1122] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9ad84aaf6edc83aee5a0018ebcb84e2d463563b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0046/1122] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 080f8fd154f9f3ed98ab9253c1eaed6ae615eab2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1122] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From c1f063404fda999041e2481ff7e38332d1fd9b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1122] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From e10315d31f1427c4d1f8510dde0d70b6b883ec8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0049/1122] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 353efe143b47bb65537abee669ecf06098e64cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0050/1122] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From f357bffdc008f4d1a3f910b2ba7c99f5ecf0a384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0051/1122] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From b763a7c385dadbfe367ebebbab6dbc3c852c9995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0052/1122] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From afed84e02e89dde4a7998e7285d715bc5ab66a95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1122] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From ff153298583a768d0fce66db068419d3969d4f2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0054/1122] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 2ad97bfd4e00aa52aee35ec6dc9e30fb0fabec3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0055/1122] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 46c5dd102b1f1c866741ecd54cfbfd7198b2931d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0056/1122] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From abb2f2ad96e00ba1013fc9c760cbfafc9bfd9075 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0057/1122] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 67b757ffbf0e1b551a9fffc9922fff881930f0c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1122] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 2b4912bfb14e025c5dbb0676e5726d091a947df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0059/1122] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 8580967cc05d1e4203bc25ccf0258347a07c61be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0060/1122] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 9b51275c640b521f28566cac80813cbb571af498 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0061/1122] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From e91e05a0c0d5ad8bb889ab1f2bb47ac2bb9d2342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0062/1122] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 1b776a37bdf946d4387d8d31c47a46acc78d00a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1122] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 1933d90aba6f0daa1cf38ffec1f79488992c477a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1122] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 747d4cb81062c0e1279b875451b7946c677804b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0065/1122] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 020716a7a5cbd456a57e1043886c181280ac256a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0066/1122] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From b36392931d756a3c55e86b261ea5887601386674 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0067/1122] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 1057acc9442bd147f3b9b856a764a4c2ff2084bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0068/1122] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 850eaa002dfd69a690a7e9896508f195da229bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0069/1122] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From c35cfdc422c83055decd669c6d0936b1dc97327b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0070/1122] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 438791fdaa2686c5227b93f62ed82a8a38d43247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0071/1122] jrnl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/jrnl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template
index b184ef09508..1b8392991e0 100644
--- a/srcpkgs/jrnl/template
+++ b/srcpkgs/jrnl/template
@@ -1,8 +1,7 @@
 # Template file for 'jrnl'
 pkgname=jrnl
 version=1.9.8
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="jrnl"
 hostmakedepends="python3-setuptools"

From 2d8916e55564e466f17f82fb07232405f53ff57d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0072/1122] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From c1b6d094d2f3affc7cd228795a17b9fad0021f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0073/1122] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 7ff16f64e533ac9de92400cb8e04b1ab0777a91f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0074/1122] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 9ea03063bf6c1840f1fbdacb427f0291954d17a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0075/1122] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From 1ba96a7a0afdeb060d6941260d1167be7a5fa7de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0076/1122] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From a988488aa9844f2f0e7cbcff9eec7cb00ea3644b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0077/1122] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From fc7ed41b865462ad2a17acab2e9453aea036b697 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0078/1122] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 1ce2eff07d97d1ddd8da6c2d120351248f55638f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0079/1122] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 171865bba03af87bc8e33c7deed5762b60f5d868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0080/1122] meson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/meson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index 2c1bbbc74f6..88e14850bc2 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,8 +1,7 @@
 # Template file for 'meson'
 pkgname=meson
 version=0.55.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 depends="ninja python3-setuptools"

From 0f94ccfff38b0aeafe231631610adeaed0e44eab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0081/1122] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 663805979a65ba22eaaf2c3ac14afb1cf797cc73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0082/1122] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 6e4c0e7e5fdd3801bc4c33f416fd7952a56b2da6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0083/1122] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 0a641ecea4ff5dfe475ad852a4c55d569ff51573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0084/1122] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 1555f881b5a6fb1467a2719c934f01460b74eefc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0085/1122] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 09efa4ba2871e5a3ea57836f61368f43c9e880b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0086/1122] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbb6c5c8166d866d17ffa78938172e90ee626392 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0087/1122] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From ae7d4dd237cd485f901cffc30876a0ba50c0c342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0088/1122] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From b4b458be40fe0944dec885b4d761a8bf51f24e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0089/1122] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 42d09e568598ed1e420da8f984bef22c21bfe838 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0090/1122] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From ffb88fa72ccf81010d67b7c4a293a7a14aebc7e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0091/1122] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 993b4d2887209300fc8781a8614d0aad4d89e967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0092/1122] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 6517c62a05e06f73f7a85bfe6d568766af9af807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0093/1122] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From dd358e782ca59db862bb875d2d731e17851853ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0094/1122] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From fd7da23f03224ffc0a88f748fd76e997c438a449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0095/1122] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 164fde1fb48ac7d76041e2dfce203d44eb8b0ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0096/1122] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d412a6e90272626fc8c40935c6b4ad71d4825b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0097/1122] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From fa01c0ffc3a2baf9f06018ead7872d1720b4cd81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0098/1122] onionshare: rebuild for Python 3.9, drop noarch

---
 srcpkgs/onionshare/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template
index b8df8ae79c7..b9d4fe0fafb 100644
--- a/srcpkgs/onionshare/template
+++ b/srcpkgs/onionshare/template
@@ -1,8 +1,7 @@
 # Template file for 'onionshare'
 pkgname=onionshare
 version=2.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_dirs="/usr/share/nautilus-python/extensions"
 hostmakedepends="python3-setuptools"

From b2c128834b74d381f1024dd1fac1865a60e4332f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0099/1122] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From 956be18a9e64c5c6d48972ca97c37b369666fecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0100/1122] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4c23b2c037a4d167bdb638302fe37dfc1eafd60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0101/1122] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From a010bd09e198134db7b9b577c7a87df5e672a0a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0102/1122] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0817d5023a133cd77c1a08946b959e147ef31261 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0103/1122] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From bf3c97f71b755f38727ad638adc021f7c479230a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0104/1122] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From f8462c2559a0bde3cf2ae38bbb6809e6923289d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0105/1122] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 03aae45fe7eab59911f89d4ea303733f46c1ff2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0106/1122] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From f61c957caf3996be4ed818004f68a8c5104b653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0107/1122] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From b194e78e955849c4ea8aa6ad8e6a543636d0a7d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0108/1122] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..1719f425bb9 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,8 +1,7 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
 makedepends="python3-devel python3-gobject-devel"

From 26650040a0f37732bc05398bb7e707586438ae66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0109/1122] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From aa0a4ea048bc4341e0c4738da750de8823472896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0110/1122] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From a98cbd95fef2175a95a19d64f9371f5e7dd6177e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0111/1122] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 4b3051e0b2aac3251081022770856c105bc05df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0112/1122] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b40320db67539df9c24601ab135be13f295f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0113/1122] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From b5d07c8c6bc41597ae22b5b6c08fdb2bf6e244ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0114/1122] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 2257a731f1391f0cf66f283c9987077b513788d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0115/1122] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From a35e12f33194217c8d8b39eb3a88c153e81be088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0116/1122] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a278539cbb996ba17fad47365082ae823b0e116f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0117/1122] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From d60f5d35c1297b3055f11a8d6034dc68ec646dfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0118/1122] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 683a59352742d441649d8a4278715b0798356fae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0119/1122] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 11e4b9bfee56db436e14da684edf77583a8f8f1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0120/1122] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a527338cb13c8c531e29d1652543ec1e0eb984a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0121/1122] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61db8699ba9f3948d71cf1627c58938a74b18ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0122/1122] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0098beeb2c04078d1a86d9731698cfa5a2978990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0123/1122] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbe8bfb789a190258712d8e0f10a34ddc072930e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0124/1122] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e600d7db65dd73f298e4a76d0d6c5bdfc84a2c39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0125/1122] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3251259742e476df838b211c2662c42ea0e0ddbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0126/1122] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12505dc63e14a0d330dd3864a11273ff9cb8ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0127/1122] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9bea89c3c5c58dc38390092837439c7bdc34288 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0128/1122] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From 84508c8aaecc17363e034fedf99cc11e8422c95c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0129/1122] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af006fe51acc753820c204105bfe33c4c74119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0130/1122] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From a1b422c0af0f2118d1c8e417fba55f25fd3c34ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0131/1122] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 06969ded51ad88838f59fe525aaae8844db0dcc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0132/1122] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5c01471311dabea269446e26f5cc6f602a5f1ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0133/1122] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b9f35c6aec8098d5d81ce41064d3ad47f3a256f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0134/1122] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 8c5f69cfa8c80b662b2e98ad68a202b64eddd4e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0135/1122] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d21f3324c27211f9cd5d99c62976a5d5ba76f974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0136/1122] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 9f04b113797c0d8bcda969e27659ee7f25501c9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0137/1122] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 65fdfa4bcecf7f1435e03398aa0d47ec6de26451 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0138/1122] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cefdc7fce935676fba9dc0b7c4657c8b19142e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0139/1122] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From 89bdc918ad939e54e433e5d8a1c6054b023235e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0140/1122] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 81ea37cfebcc44a50e79c4d8bdf5aaa5773b0bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0141/1122] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From c3f1a4970d3d7284824753695f24569c48752b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0142/1122] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e3a2a6e7a93ecdd8c438830fd5c2f5da7028dc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0143/1122] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc9083eb292a87830daadb85b58d3144b23b4a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0144/1122] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8f4229139934430093c4078542b72d893fd0ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0145/1122] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8b294cb89883fe0a0db0646bb6ff8864cec3b5fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0146/1122] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 8a96ba44a19e3f5d2f570357ede4883cf6d7aa14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0147/1122] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6a4e632922e05831889ffeb5de9d0813404bdf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0148/1122] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From edc7d53c43b7040b7c6021bce36868a5cbad86b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0149/1122] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a70a87932de75c1e9adc119297a844967efe994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0150/1122] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a837fd90dfa44f239e693d51fa7830f989983974 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0151/1122] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c4ede1e63be6908b9db51d4659cc18dddaaae0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0152/1122] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From ec97524b051f8dc35c4544d6b5a3066a52fa0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0153/1122] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 0835592663a8e79190ca47baaeb0ed5920cd2ffc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0154/1122] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From f1e77aabcaed6c07b1a0e917cca7c4b7c3d482e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0155/1122] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d1225c97dcd0dfebafb1a50d6c195075759a7462 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0156/1122] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732068c15a3872ff23114d4d1ff97540bc0f0a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0157/1122] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 39930b2e09a67797c0835cd8bee5323cdaea7be1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0158/1122] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e0439d2ac9df6e815a746fb49feaa378e920cdfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0159/1122] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65d626bafc31c591714bde4cf749b9d3add9b71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0160/1122] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 80bad14d8faa33f8f8de8c4f378f5e6f5d1e08cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0161/1122] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 0676d816f1fbba69459cce46a9a9a875d56fc40e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0162/1122] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From bf0e607512461c87a7e01997e69f8feca71465a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0163/1122] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 262b33a90c207bff00befa64d602370ff18c88e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0164/1122] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0b35222365a3fcabdb3fa5fface3851b05b0840a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0165/1122] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 5dab8f2454f2f53d54ea2a017b2fcc382ddfd45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0166/1122] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02a7c075f1113bb25954125b6570d1824c7b762d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0167/1122] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From a398c98199f6ddeb914dfedf813e71b1df4d6ef4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0168/1122] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccb93d30e831918099c37d9eace04bb32df28ea9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0169/1122] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 9c2d472510832ec624dbe39c8d1f3975f58d02c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0170/1122] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39ab166c5b1227e8487408e4fb6d745168c33311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0171/1122] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From aaf8a05dcce015be1fded6fd09f509f02a158125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0172/1122] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From d90e4adb902e41aff31add0304ea5a0c7b8aadbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0173/1122] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From 505bea9cd2396655675561d0a97d684b59f15c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0174/1122] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 1bb81b410bfe35d9725f233adb8f7cfa0393ae57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0175/1122] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 4c4d92113c38c4ef119e0177ff67edf4b76dde3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0176/1122] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc34756b0c5b608561367b91427ff5075b4a73cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0177/1122] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93e24d20400b7326425dabef1b471200468055d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0178/1122] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From eee17f97c8d54b4058ead0a76161be68d2693093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0179/1122] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 7d90e8689447a27e8202c037470f93ef440b188f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0180/1122] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7499fb7fc171f39cbdde1ea63bef443142201f07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0181/1122] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f73a7f8e4ce2e8c75b95f27a9c613ed3a748604b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0182/1122] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd13bd3b38c4271c527556d734c77937e3bc207d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0183/1122] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 5a4808e08089a2bc206fd6f1f3b91eba6d660806 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0184/1122] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 95b5a933db6f4c3fb6a8eada15eb07cae5225933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0185/1122] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e4d31ace9f6ed258852acae5f4f01469346a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0186/1122] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1bece6e16403566a7c2c4171d26fe555e9b49d91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0187/1122] python3-dpkt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dpkt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 5ca1a6b1dbb..e5f3ed15758 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a12fd70c6b9735a7bc72d68bb4c6d36f3d6df6a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0188/1122] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From b27216b2d53c6718b5b36340187cdc992ccecc14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0189/1122] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4c59e47be537db309c862cb3a3e1f35adf1851a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0190/1122] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 683f9bee5fbb602028eb2d5e515c65d8c6f2456e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0191/1122] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c2ad83ea920a1d2ddbf8241cf3eeb57b8996bdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0192/1122] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 365787209082f147abbcab5d0b37b7265026e90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0193/1122] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14ba79af2fa135aa9c495084806c7d02d1aedf2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0194/1122] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 696a858fbba638a7af5bb8a2a6d62c804de6f38c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0195/1122] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 4225acdf4a580144b1cd00627e6a5ef8efc0f3ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0196/1122] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 100bd79aad3c867bbcc8f031107ca768454f0f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0197/1122] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From ec7e731e5676ce8216e9af43699ca94b97efabab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0198/1122] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a755c45a4f1a2b819c9d4012daf27cc66c8123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0199/1122] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 35b42b9a6a5b6aecd79e9de9f325dfe8b7c63491 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0200/1122] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 40327a86f9179114a0961ec19423389f61496a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0201/1122] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 54c84febbb89361251d386f05b5a41e9626deef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0202/1122] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From ec65c3748e7cb154ad00921874487faf235df828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0203/1122] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 59932acf82ce9d49e285bc697e2899969335a6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0204/1122] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 540c2b0f1a4fdb46f4f3ac4fe2451db6b45492b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0205/1122] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 30f46ea9aa7c3d4067c02fe1e4344f2eea4966a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0206/1122] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e141e0dc522a79b7ae4c4efe737214c3d2c44ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0207/1122] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 672758edb8dcbe4262b6309bf87f186a5ceba32e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0208/1122] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 9317be3ed7150849be7f67334c75531299e8fc2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0209/1122] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 707a69972e7a427cf42bfe2f3e0d92207317a925 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0210/1122] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From deeed1c9542912e2db24d5aed4cf6f37a5c9aac7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0211/1122] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5425390d1b4f75cd225e73d7d35224e9178f1406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0212/1122] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b1e707f2156d46bc20a89417a6cbfed42ab2a2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0213/1122] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From f76b0e27aec889bca5fa905f4d9e438770a9df68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0214/1122] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 1549f66335d8c2b52061e6a90b9f097cd66c0677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0215/1122] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1564252ba15667418134c6a81b0045dcf1f7510f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0216/1122] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f655ad61d2dafe970a90ec2955a24f1facca159c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0217/1122] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From a0b05818fcb4ec1c6ddf7b7fdb1fa92e0003a7d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0218/1122] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b40076dd1fcbfc486bcd3f6da28e075bf6ee4e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0219/1122] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb28b05eb0193c71ca7510ba4271cb1de50b903c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0220/1122] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2a954fb037f36206ab788931320c40227b751ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0221/1122] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d941ed5377442cd7dd3435abb28788e492dbe4c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0222/1122] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e62656755453fc87fbf9ea12fb7d06cd293d2a4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0223/1122] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 977933dee5064ae7f414bd689d0705d2112dbae5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1122] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From a848e9bb427052f2d53e7ed5f36e8f9a1c537ff4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0225/1122] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb344b954df3e8092a2ee1df2ebd6a2254a8d0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0226/1122] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f92bfca26b5ec69bdc0af82a2c34a5bd6180dd96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0227/1122] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From f99586ef2b324e2c62d7137767235d6bf0359ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0228/1122] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99d3bc8d11e64d1dfb1c1da1eefe3ec0f567115f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0229/1122] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57b0e87ea0766e4fc29d09f912e98631784be742 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0230/1122] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53db446136eda728da28c915d5e5a6d994971f41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0231/1122] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4584e3875bcd225622d86c87d9aee92e704d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0232/1122] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cdf0ee32a152936b49aa6fba2986a3525c30d32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0233/1122] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cac66071927bf6b3224bb9b9204b8e19cd4d0ac5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0234/1122] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40230a63fb0afa691e39edb0dc86fd28eb6bff35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0235/1122] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e93326acd876255001ee010c9e82fa058631f3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0236/1122] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b6302f1cdc1d45ef846d5775527ee17a830d1d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0237/1122] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ab7245f00bd593b820c4f00d78e52eee547af53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0238/1122] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7a68cfa0b1363cf9834bc948cb69c899ccecc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0239/1122] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cd9a1382c48a8b9991a7034220dd0f907e2cc37f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0240/1122] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 6063be92e3b52a4f5b6be2bbe2e616b44719d16f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0241/1122] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c5509555f2ebf543017a7d28b1511a7e001e5bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0242/1122] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89c537315d4e2b3579920e351116c4cdd93df9a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0243/1122] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From e6459878ae96248ca0668c4e9ee49318bceebe30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0244/1122] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 103d072d9427ecd88e628ad1cba051638e92eedc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0245/1122] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7963150f93e9f6df9b710ddaff8e72725b692b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0246/1122] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 45de17b8bd46c784cf7169909a053a2d5ce7463a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0247/1122] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 15f0e30ee0a25d25c65594a00c01f2a3b9a72c2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0248/1122] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d6988c5cd7cd84b5eece51a51f22292e79351291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0249/1122] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c3b84ecf751d027127ab4365a3c9fdbada6ffb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0250/1122] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 266773f35ca5a1bd0344f128e03c250f9bf30945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0251/1122] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d74d0678c1c2d9de56dde94bc0ab761f1f666a7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0252/1122] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ce67d8d523c364ac7c110a3fc1d90d39defce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0253/1122] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d22236c8f69c14e4a7a1ed1931eeeb7d7f1d83a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0254/1122] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a203ff8bef5a154d8931a6d16a2b700f3d64ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0255/1122] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 8a15939f67efa89a7cb22d6ce181328441b4b688 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0256/1122] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 5d003ed8e1fcf8c3b25aa6029d9871609b8ae727 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0257/1122] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From f62e762fa9a813e171c0f4d89b0877f32e2f25b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0258/1122] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From ecbf2f8b40378a7131f65d96b06646ec30630d68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0259/1122] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 5490e9e2c4544de3d396426445efcf35d0378dcf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0260/1122] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From 96b4a2ebf8b03ac1376c1ede0a214bfb82779d52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0261/1122] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb7ff709699ecc48b33adb5755290e5f68fec716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0262/1122] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From cb065aff9b9aedce2bfb7c7facf9f13455697e71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0263/1122] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90c174ba22f5c5228baa55b9cfe721eaba432a80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0264/1122] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 59f14135404ebd4018fce8a7bcdd71ac7bd5c714 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0265/1122] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 86eaf4f89817658381c5333193b86df42cbe55e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0266/1122] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2fd718d61676d8549d03b678848fc1be973fac6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0267/1122] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534a5fe5a12de6e2d095f75e39af64bfd6f2cf85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0268/1122] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 21ada6ea261256fbfc56710960c1f85f0596062b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0269/1122] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 715a52f94b4b3089269d548860b05d8948944511 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0270/1122] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 87d739e67f268daf5c2dc4a580411e9cc97bfc21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0271/1122] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f7fcb0433d492385e5cd268de2dc41f093f12ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0272/1122] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da26017f791ba7a9f1fd15d056bfa15a2a08ffb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0273/1122] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25dddc01a73c1b678ab04daeee6b6d6596f1b861 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0274/1122] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e38253a4215f1d303707ff531c84c9b21e23e88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0275/1122] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a26b321c5d634e0e9fdd039d94e4901de00278fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0276/1122] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0edb045ddcf5f66400c9fcd1f1551bca3dc9752a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0277/1122] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db49479463e51bad85a170a42248db17991d3e5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0278/1122] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d828d647594fe287160753e887dd4798504ee869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0279/1122] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 4ad2b08cbac05dd81dab63e1200e5ce733caf1d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0280/1122] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 4666893b76ffd7c94931f7de5d684c22aebb9e51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0281/1122] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 1d0417996a678dd65fe851886cb092ce6e21ed3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0282/1122] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4fc8a65b59411ad7851b62b4e300c395a0e290ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0283/1122] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 85796a10b03341fe29852f7b992548cf54cbfc4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0284/1122] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39b4afaa50de92e5bbafd67033959ffd0b930d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0285/1122] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4873f1c268e5002bf56819f326c763a887fd23c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0286/1122] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ffcf8914380edb57bc1880b5b46aa38c70c15ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0287/1122] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d4237fee182dbde038a186fa95fba529427885d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0288/1122] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81df040bc31e54ab7a6b9788777e7de135f635c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0289/1122] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bc978a9bcee4d7ce1f441dd45db9c41d093ee78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0290/1122] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 10594b2006f867976765fbeaf7803dfab24e78c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0291/1122] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9560dacfb377fcc4cb826f48d8f64ab26efd679b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0292/1122] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 444078af652677cd79066949ea9ff4a70e0c292e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0293/1122] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65eb01da35ca5e5aa23699b0c1b9518659e605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0294/1122] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 4b30605768c9ecc7948c63ea82f7c9a327ad9c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0295/1122] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 7b7f0db31c29592a827253d873980e185c39ecd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0296/1122] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 832b4e8a265509c8200c53f94be274e22750ae4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0297/1122] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455ed466faa4b8aa426ba8d7e9674ca5e5c024f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0298/1122] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576559ffd5fe946f3663a12a2fcd5aebe56e41b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0299/1122] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From 3b02f6c968584c0b2b2c227f80e1e1acc1e0a7ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0300/1122] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18c584895f099badd0f80545d38568e99919cbc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0301/1122] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 01f87e724d5cb6a2e431d74a6c0e436dd1b61837 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0302/1122] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54fc0062240b292543505dd5042228e0ef350b74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0303/1122] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5951c49eea685ce71b431703df4406149ca6be12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0304/1122] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6d2df2e180bfdcc8a79b2d4394b9c9cb3e37fe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0305/1122] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 65f77a5227afc349b6c98e65a6316f8cc5b1041c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0306/1122] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From b49f4ee479c9aebfb62dd9d1a5b7e9dfff325ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0307/1122] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From dd169f9457b91b50709ee72161e3569813d093bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0308/1122] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db27bd1811e31aca0b46f6d48cb67c7881fa64d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0309/1122] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 2717fc209299859adbdc352a196f52f78d4c3476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0310/1122] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c05bcd8503a282abe017d74828fbd7ce2f9b2ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0311/1122] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30fd0ce001df7b5683ad94b85ae3b73d90f0d4cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0312/1122] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dab464106c7d8929ff79b9f60729041c277ba18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0313/1122] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6e86536f68b9867dfe2735850c8d1abcfed9bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0314/1122] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c9f46472c1d5e357a5607b6a0de53cd15a21dbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0315/1122] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09225debf6ed1839a1b1c00ceb1487ef1105971a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0316/1122] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From f8caba48a0593896d2b69b232d9b90e94a595027 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0317/1122] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3df56dabbdde62119998b0cec2733be2ec6864d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0318/1122] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4a7d36c7041ad55354c3a6777358f1d52045f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0319/1122] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4cd20b7d25af2942021b2d6b664aba867e90a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0320/1122] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From ddeeea3a5eefeec6662a7b172d7683dd34fedafe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0321/1122] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 89005f5ce69f402de509d837cdbb6806972d5eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0322/1122] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 584de96454a2046abdd71aaaec2203b863aeaa1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0323/1122] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From fca236cab5d5ea05c8ad19514d5e4bd55b043241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0324/1122] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e45faad39b30e60a4e37d8fb8784c8c71b53ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0325/1122] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From ff0843038cc98b7c2c2c544eee1c6f2972f95dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0326/1122] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2815552f58bd10e4bde5deb0681a25ea8e0ac0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0327/1122] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4826a1552d6e43ebf08077b70e434c943327d4f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0328/1122] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From b047dd77e86255e4d03450c7113a3661ff242b2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0329/1122] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From bf801d7f57f8bea4ca9f3710826bb09fd5c48135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0330/1122] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0fdcc6dd453ef168314795b4a84276ba85b7ea44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0331/1122] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b716cb8b0cf41db3fb5d177c1cf317a04f91300d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0332/1122] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 89befe56c459c8034e8e69ab13259c9530ecb800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0333/1122] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 752a4e4bb8e653d55c87519e4593671fc9985b06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0334/1122] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 7b6fdce1189dc8ca61aebcd745d3597bfcedbe65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0335/1122] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88534fc3ff828db0fa7e4ee7f76e8f7f1660922b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0336/1122] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f426623912e9b3222162bd66c6b05fbc59cfb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0337/1122] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b37958e53f14255e4ddf6d1a728840817f1dcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0338/1122] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From d32cf4774fa25ad7b93a6de7698291353b58755e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0339/1122] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From ab2b3399f976f06c127ce4d72e66061d8875f8bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0340/1122] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3df026c4b2674c29f4a1b6d80820ab02531bc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0341/1122] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbd557be19cb327909dae431ccef303174042976 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0342/1122] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38ae68805d69c390870a5e97540d1d0d37a9537c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0343/1122] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From 2c85ba665aecfcc41d31cce0bf8e6dc4b9d1a964 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0344/1122] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76606758400961c2d51d80155dc495bea7724074 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0345/1122] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From 1ac78b2557b723ba5f9bb61ac524b215533478e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0346/1122] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ee20f5a8e73d378a21a91fee94525356e5d6ad68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0347/1122] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d2fecaec1b2e9fb6b8adef0df84572ed4f909ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0348/1122] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd6c8ddb66e45802cdde92931096e3f1235b0d4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0349/1122] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13272b8fa5e2b971564f19f76c39ec1ec71a274b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0350/1122] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 75e7b647dd9e584ba3d4401388bd54afc1b93ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0351/1122] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75c268dab438e5b8da5685a5f07094cdff58ba49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0352/1122] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 7afe9f3697ee2022d9d2b124a658532517782aca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0353/1122] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38318849ba1161a8167b4189f004c3e5017df8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0354/1122] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b5c07c3826302412746376b9efe0ce53b5f9ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0355/1122] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From cdfd94bc864a73f8733c30123ba10c115bb88df4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0356/1122] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From 955c6c5255389055287621af7d2fe1e4f48c58e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0357/1122] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From 2e3884fd9b60d67b7afa527f1180fe16192d77c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0358/1122] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From a255f79ac5f1f6eeb3074771cf46cf12d1bdf574 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0359/1122] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 699c20819127a7acd0a1afdb9de5dc0c7af1dc79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0360/1122] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From f554006bc6d6f553307c2710ad1e76a08a8c13b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0361/1122] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 1cdf1d3203569b7294c4a9a1c4e0f3e6edb461a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0362/1122] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 86790dc22da770e998d743e62528ac9a91585ddc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0363/1122] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From 564e7978b084f6071fb857c7545fd0fab8d62b0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0364/1122] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 129ba554a678aa06ad7a67d7952c9708b8f3d2ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0365/1122] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From fd191db2c9d6744448a0407fa70930a3e3bca7f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0366/1122] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 996c0b4264b62e93321a028da6998a303a7a41bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0367/1122] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From da95559cc26a299a117aab5114fe1100f73aba1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0368/1122] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 4f069465d9d5db6707e2224b5ce170bc0fb7b797 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0369/1122] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 9e29df577d85a386ef78321ea2aa22176bb4be61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0370/1122] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 1641e88f5b25d58e39d1f246c815d42a7fc9740f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0371/1122] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From fbc9f9af6f89164261b3de540c0eeb7f4fe5a3aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0372/1122] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d0183295fca8b7b96ca73ca7b7e4d8e20c9aeb18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0373/1122] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 73cce03116f5f2c78c5ec5dccc072067f83f68a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0374/1122] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From b261e8a7e3dbfb9172920ea4b925fe595104760e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0375/1122] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From fe4ae7a333cb21b6e7402687d82c89054d1ef873 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0376/1122] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 1654a3d9a67faf3d7dc81947378713f5c70a884e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0377/1122] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ea8675052f68326621ec3e9d636c87a0e0e4c6ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0378/1122] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 8d342f73aea7e7b0253ad291b85beaf48593ca4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0379/1122] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From e4f81fac14da87298779a065992400a0d714d668 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0380/1122] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 0c61138716aa4c1baba8d3fdbcb161fa54477886 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0381/1122] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 0a6676ad3caa209fe14991510db75ca2764556b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0382/1122] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From 8d4ada6bc20896f96baecb226a232c9d5efd973f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0383/1122] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From fd9f37fcd2094a204c0dcb9073da1e89b5ec8943 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0384/1122] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 68195dd7d1e6682a47d53a763d39545e7fa1cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0385/1122] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From a3c5753f0c91878393c4344a7dc1cd32605d5973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0386/1122] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 542fb54f2546b3b40024339a02120c26d7b9f591 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0387/1122] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 804c50a75138ae6e7ed5372dde662d3ad98c1b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0388/1122] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 4faa1bd332b143bfe6552f6f9e88eee0b0b56f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0389/1122] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From 955c3ceb16495de5d23328185279856677126789 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0390/1122] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 7034cf31580f9a7fd01b9dd98bf69d387c03fcbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0391/1122] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 4653cf6b531104e28bcd7d6978ac03cb848fb830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0392/1122] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 3e9f75c07df892d3c6b4bd882e5c04cf40ccbf9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0393/1122] udiskie: rebuild for Python 3.9, drop noarch

---
 srcpkgs/udiskie/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template
index 36515e7f3f7..47c25a730c1 100644
--- a/srcpkgs/udiskie/template
+++ b/srcpkgs/udiskie/template
@@ -1,8 +1,7 @@
 # Template file for 'udiskie'
 pkgname=udiskie
 version=2.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-gobject"
 depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils

From d514b7bb57344ef6eac397fbfb8eb689c8c03547 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0394/1122] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 82c0ff056066b5ca4e62bc4d60aa8a3106d01b4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0395/1122] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From e20e2c135bad3db0c99f7662a789e3d3842c85fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0396/1122] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 11d90053c53b8b3a78d39ecf8b34fbdfecbf46e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0397/1122] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From c2e2bb914dccd0b6195747742a85ad5099298d79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0398/1122] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From f495ab6d891eb836a4142c97543e76d0d875529b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0399/1122] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From e678a6b8bc64ae22b59858f9f5de8f59e8fb1f03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0400/1122] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6e3f9d3eb3c321e442b3c85309509568c9fd831c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0401/1122] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From c34a4c9880ab0315ed3ff4442fc345568afc8e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0402/1122] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 3c318a40bd9e25b7e5b62cb61c708cd64be9c54d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0403/1122] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From c2a1849bcd2fb8f184a3a1150cb35f5390672af4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0404/1122] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From fe072610596de84e263333364a04f1552c79e150 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0405/1122] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 5c80bae4fe5fc2a7af4ca3903353e6876e96fffa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0406/1122] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 1e98618b0d235bce88ed93d3d4573169db45cd6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0407/1122] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 7f5af73fd41ff784b89af6e2a1b60c0b4e0e33fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0408/1122] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From b3cf4f753c8e6e5a69949beb0ed041c316e29372 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0409/1122] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 98464bec2013d4b5c61faf299d55a90cd26f4658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0410/1122] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From 7cde6a4cdf7b0896ffd0dd48cee6fedd74ce6faa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0411/1122] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From 0172733abbd0629a36326a6bd1c9caa4f7da8686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0412/1122] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From c4f7d0409a92bc7c434764800afdc3a7830d4410 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0413/1122] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From a0033e2669afc06360bf941d951cf3f4b42e9432 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0414/1122] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From e4e6c09567e1b4acaa771378ca6b8c262d550249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0415/1122] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From e6d4a850eceb8bd54157e01fa7b2d3a8cc76045d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0416/1122] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 234b289fa22698ff0bb15d4ef923294812125a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0417/1122] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 74db8941cee29efd81bc2e0705bbffbb0f0ccb50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0418/1122] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From cae1809f4098a38745580d973960ddb5c13c048a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0419/1122] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 8e477ef68c91b466110da2f98c9b05b4eac911ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0420/1122] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e318f9f03cf392dd56702fd43c5eda658fda42a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0421/1122] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 38de06aa9f9791ca48efe49b17c8652f96908aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0422/1122] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..a380dfb5845 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,7 +1,7 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
 hostmakedepends="doxygen swig"

From 24dc2e6649a6b486589e5193eb9f175fb55f40b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0423/1122] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 531bef471b51fb8fea789f3c34e3b62eb49ad133 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0424/1122] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From 76322d015c9b9506e3ee073afd68f06f4f9ec7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0425/1122] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 06c7c9968c735ff5b56a4c365e19841b329a9ea8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0426/1122] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 1413eca7bb41fc1918915acb5900d6dbf772c6b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0427/1122] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 9a0afb81fe2362472bd90d6968270ce9bfb4a8dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0428/1122] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 5efc34bb23162ace571ae033989f0f9efe2eca77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0429/1122] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From a973f8002ff1aab3d866ece80aaed899300a254d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0430/1122] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 45467bed1390421289d176a486bfab08cf76ef25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0431/1122] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 0a78a95bdee1780528288f4e91b85b1a5424a223 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0432/1122] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d3ee256fa309569d58d85e2fe5831a13ff5577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0433/1122] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From e5e0c0c7910af06607b8ddca8280529306434d4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0434/1122] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From ab778c5ef24696175c6d10a09ef2971b88c8f042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0435/1122] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From 5e365cf098b2f8ad849e5cc2486e579410acc494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0436/1122] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From b28b6f89e6f8a0efa6ce896c216b8ac9b0dfc3f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0437/1122] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 1a4e727d64465ce135b44ba049a590cdbcb1b542 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0438/1122] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 434791d39ca3bf2bf904ad3ea7ce42d25a3a568c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0439/1122] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 01f58655d0b1ac6133681080423a36d61168488e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0440/1122] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..6f28bf559a6 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
 # XXX libetpan, libdbusmenu, etc

From 8559e2cada70403bdb59d2c4399875bba8557760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0441/1122] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 444e7c2b7f6..9c904e9e5a4 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.0.1
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 2c43436c4fc075de5e21587c5abde656615ee959 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0442/1122] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 3c76d0b01e7397d292633e915307027251767ef2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0443/1122] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 37bdec6686911d37aa76404460f4cfc3e56f3771 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0444/1122] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index a9aa87cf23e..80e813eb161 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From e833b8e9d8d6219cfbe19e7a9ce8c33999075f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0445/1122] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 7dc6b8c65c4e4f2942c57d1fbfd2a1435f47fd30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0446/1122] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From f7ba2b016742e562a409f92fdaef64e1417fd3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0447/1122] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 112bb6b188b140570f8121759bdce45cd67aaa4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0448/1122] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From ee43abdd78fefeb8a136f899a90bb980e9b9b1d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0449/1122] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 89d48124d3eec9344026950e747682d0489e3ac4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0450/1122] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 1ea3bfdb9037bf8202b4c5172647d62c6bdb6d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0451/1122] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From e7d480f3f5add8610221635c3e50eb05d83c2647 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0452/1122] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 05b43d2c285db6b0bb288975280ae75cf586ec0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0453/1122] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From c21394e981a43cf8b6dbf0a0244aae5452c3f05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0454/1122] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 5402e171a2e11dd03a44d04554d1b82a424c29c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0455/1122] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From b7285a6156faa59cdee477d7110fd71f0e61f8c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0456/1122] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf9e8f2199e66a84be1bea58fefd1118806bb753 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0457/1122] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7b4964b759f..6374ad57fbf 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.11.1596
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="duplicity"
 hostmakedepends="gettext python3-setuptools"

From 856c0059b5ff41f65ee7b407b2f3c2a9900f1bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1122] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From f1a7b1583fe054d1d0032e1ffc0cdbbd08d356d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0459/1122] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From d6b7e82ca9cfb6a06e8b77623e48aba73a4e7717 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0460/1122] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From e1f56c9b5814dc890589904a8523fa6606c0a930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0461/1122] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 9cda1ef46f7f5d2d2f6040a9025075453dbea21f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0462/1122] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 540226e3068c2ed21c8ecccd6750e2b16ceeedbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0463/1122] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e0790005a72c7d19d81065e873f8f2b8aac83ab1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0464/1122] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1e729428d3..fae968dbccb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 62ced0220fa62fefd9e9676310f40314b34ba260 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0465/1122] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 61eae43fe33b102e464d6c4fac6e33cf9a66f1a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0466/1122] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 35961acbec98390d0e410db92a8d794fd941cfe7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0467/1122] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 8b020d0aaf5789923d64971fb85006f314c81b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0468/1122] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 7821e138ca7b09a647fa8f37b27f907ffffd2590 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0469/1122] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 05025868b9cb03618d2ecb9778d4bca5c2d4e892 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0470/1122] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 68b0a66a1798965ca8ac22dcc5e4a9b1e192cded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0471/1122] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From d318f59ef10a49186ef3a577b211d98959046fdc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0472/1122] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From ee608fde2140b7a12556f4584bf85a55adb94038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0473/1122] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From db7acf306c3c33e5b134760d4312c0c3070a0cd8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0474/1122] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From b1018a85d915af0c182ecc361cb22b7f244c12c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0475/1122] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 62aa633ad3ffbf852154c4b887f5ede830fafb90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0476/1122] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index d3d8e0d5dcf..ffdc919e2ef 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From d3463afe1fb7c09b44823eede9945598b704a973 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0477/1122] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 62edd28ce834ad724fdbc663ba68e566f3bf1681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0478/1122] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 122912d37128c39f9398ecedc62f969b126de11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0479/1122] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From e9de038f10de4d1c4403da01b31ec1c684914fd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0480/1122] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 5740eade02c323af2a66759ed3cd1701d6a1df5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0481/1122] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 38d2875b580be291841969195317cf3feda006cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0482/1122] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From 75d6f7fe23657d245409c72ed58241f5d68668a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0483/1122] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From d0ffa1897293ed885ec4abdf56b351a305a8577b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0484/1122] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From cdf365a749b30ebdd43d2c187300d37d52ea4619 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0485/1122] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From a09153169f07cf84d3a9dddf83ad0811f76a0cd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0486/1122] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..7a3b2026035 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
 hostmakedepends="pkg-config swig"

From 7c017d2bbb5db3320418b87967fbc17b006adee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0487/1122] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 2289fdd5cccc4cb1f10d5e9eb00de141729321c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0488/1122] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 2965485f65ef262c0d949ba0ca58b3896012641c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0489/1122] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 6646cccc08926f5ebbebcba241be697674903b12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0490/1122] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From 098828d2b1a4acbeb88378054ce3910e5a219ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0491/1122] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 693069b85ffe5efbb919acda5cb594581ee14cd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0492/1122] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 6843a1fcf3edbcfc72c9d964b040b3c2543490e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0493/1122] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 4c0afd2776d3304fb4e624e682619b485e85b8a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0494/1122] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 0151563b34ef3ea1d6c148f8aae83ce1cc3dbb51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0495/1122] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From 064ca4f3d1a91dd08243f42c9e91499b4b388ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0496/1122] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From e6d2db6677f17258bb83bd134880041e8ff13950 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0497/1122] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From c8b628ba63e18f1b900f0f2dd662d55703539dd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0498/1122] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From b74b36966b563f6e887e77c8a4050266816186c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0499/1122] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 5d5730d69276368f247a115f9902ed3459fbe265 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0500/1122] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 80774f97c099ab3d7e9c8f08fc593f92326b04ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0501/1122] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From d63216659d8381902ac0cbc0aa4739900015986e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0502/1122] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 042d623d077dec2e06fccad88abfa5d9cdef913e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0503/1122] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From b1b6d5257e9d1a73b528ffdb53b85ff07780c748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0504/1122] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 4828b0626d6..73a915e6fd6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.0
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 7426999b6ca09bbca024f10ac6e32d383697a9df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0505/1122] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From a3ab50a41d527e5fe343300ba21fe21fccdf2ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0506/1122] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 7f6062dc142459b675e873f54063f67b7efd686f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0507/1122] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From cd2bef5838d153d699ebafe1ca541d4c3547b730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0508/1122] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From eb8cee4c9b698e955d617fbdbb85fcc09a84e13a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0509/1122] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8357a9bf1aed0883570fa0aa6ecf10783c2c36f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0510/1122] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 42462d4e731bc5dd3d11b8ba2b67bce0d352019a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0511/1122] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From f9343bc34fb4a159f748ed3e9c32aafe00082b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0512/1122] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 4415a95a134ad71b1769d419b00ece390fd428a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0513/1122] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From e5bd344aa59407715180a3755a77fa8976eee463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0514/1122] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 8e55af4095bd4a1fc83c82c795a128252fcf4e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0515/1122] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From a402ab17b5c5d265f9d0e6870c24e2f446829507 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0516/1122] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 16311ea54f1e43d06b9208d894240b0292edba3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0517/1122] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 6e159ac356b8143a05a86c5b589c817e539b14e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0518/1122] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From dbc3da286e9f72a39b069dee6584c8ffd1a086a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0519/1122] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From d6e35145b5b19902014831c36ec6ee040ffdc59b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0520/1122] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 2f2377bc3ca06ed3502332569ad093b54065e1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0521/1122] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 283bb1416eee507404badfa43aefffd4c9c8145d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0522/1122] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 1056aa3c70cd42ae7ae3bdfeb863d18c07c3b57f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0523/1122] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 62813ea78152d6e7c5c6b83593de28de002b7484 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0524/1122] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From c5df245dec29f34233b6683e2091f1f2fb105c9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0525/1122] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 9d27bcb9dadfe72bff258e3e15e605f19155964e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0526/1122] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 806e6c5b1c33ecb32ee691dd776cb9784c551fd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0527/1122] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From ab991c44d23a222d64011535761821c8918d215d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0528/1122] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 848971c410610c62a04c045e6dd6de76ed86fa05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0529/1122] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From e9c0d7f70832e1a3d41052b4395f8f29433f08f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0530/1122] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 5c9afd07e5fbb5db30a9959b2513cc394415c11b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0531/1122] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 6a9fd3e4847791bb700b80984a134dbe26d8f97c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0532/1122] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From aa4d4c6885505da5767090db71e4f7ce885ba923 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0533/1122] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 9f0ccc26716cb4e52b1811c0ec113df3ec8186fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0534/1122] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 0a8152aaed111bab2b327527bbfd02b114dede50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0535/1122] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 8705ce835826fbcf151409499d42f1df2b63c48b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0536/1122] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From c2a4ccbddfe9d777ff8b3eedfa82aa7c54bc9ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0537/1122] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From 0ec22d98aacff2349c422b3d5106fe651ab44896 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0538/1122] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 2e5d19ebe99f1b8e082e81c8f4488f002f86ee6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0539/1122] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2945f5951c3ca2760b4cac24b60e4d3ab157fe7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0540/1122] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From 05be8d7f02d941ab88dc3926558e142bc8fea1f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0541/1122] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01b92bf5df1236396f721e352148a5ba23762055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0542/1122] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 645432972787ea6dd3c47f2a9abefff5a19f00c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0543/1122] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From c7cc316320a4fa853fadf72ade8a32009b910bb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0544/1122] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From c9c39428a63af30409c40263b1560f7225377e1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0545/1122] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 841ee9123e8f0ddbb9b95b6a5e84b0e8eb8ed500 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0546/1122] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 54833df52ca67a0eec8dbde8addd647f1aa04369 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0547/1122] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 350c0f639c4d5e97d2b92c9fa886b2e00075a4f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0548/1122] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 140a219e12f955eee2f508954d6998e7a70d1331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0549/1122] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From 1f9db9ff60ffbc563f4865f5dab1259108ca788f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0550/1122] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 1c09bdf2b8a7650f75eff536729efc9c51ffc889 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0551/1122] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 298b4fbb7d31c47d4ba5276bdf8456c98c0d21f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0552/1122] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 008707b03a8a1d3f69bd0924493135e7b43ba594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0553/1122] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From 4fad5db2a85e11fedd0d3011b3abb3888a8f51a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0554/1122] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From f0b51d35436d14ef9d0175a4d071294fd40fa8fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0555/1122] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 062f328a7ebc4e54191683d65f23c29d2d600a41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0556/1122] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 73ba5840794a006a0e5d0d2f029998ca602b1348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0557/1122] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 1dfe7011fff8a761412ec9969f91f7735dcbc7bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0558/1122] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 978359c2b0f0f145bb53ab04d5589b1c4d60f12e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0559/1122] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 7f5603032a6f3ad96d60c916c565a95bb4cbb62d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0560/1122] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2245f653b3c34a403c12ec39db555893b393979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0561/1122] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From d774e9f4ddbab42994a80d222ba92e10fcc8f463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0562/1122] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From a321542f430470fb387aedac4358fd4fce326537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0563/1122] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 37dc6c507af4875cf143ed85580c9542f8aeeee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0564/1122] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 689d9ba923e0a508693dfdef619235cb64c34bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0565/1122] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 859347fa523a082ba601772527299d8e2baf2326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0566/1122] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From c03eeaf5a97b2bde4b96bee838ce316310fa33b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0567/1122] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From f755fb6ebe48a5b8775bc2e80f0a445ce485d1cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0568/1122] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 89f646a57e7262326009f4bda174653ccdc9ff69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0569/1122] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 34c637771dad9e03bf6351315fe0e8940c1154ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0570/1122] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From 339dabf39ba81b17f459b1a75234c353b63edf4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0571/1122] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dab862f8b92c3792177ef6c45d850ae403d2016 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0572/1122] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 3dfe9398c16fe78e7a38d74e984286bdabf4a41f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0573/1122] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fb6b61328b87bd9100f7390cf8e5ed8c50f9c88a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0574/1122] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From dda46eb4171fa0f59bd5f9fa6f881ea925908334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0575/1122] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From eddafd7a0d60243c9a7e83a0635471246fe88509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0576/1122] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 583e7d2507b879dc1d30d6aec5f847577452c8fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0577/1122] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 1b1406c0a5a8127acf56a9e7e1ab9b9cb82ac671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0578/1122] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From edc493e375bf8eb4568ffd9a1a4e4a5df2c74780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0579/1122] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 382761963fb389c36379c8e10cea7a57ad2d5197 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0580/1122] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b53e92ae9c3ed108ed6fa8bac0614ba5b78ad86f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0581/1122] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From fc915170f06549216ca92ae0511a22f6766a1202 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0582/1122] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 03cb2426a2ff38d35fddcd5773f745976e70b0cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0583/1122] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 46764f1370e1112f141f585e78b75d9dbf81693b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0584/1122] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ba296a607dfa4a52f872ca1c51ebb9f6f362138b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0585/1122] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de9ed37ad156cf9f4a552e9bb557dc796828b8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0586/1122] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From e96531ad09ea2b0eedc33bf885684f54832bd99a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0587/1122] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From b68b7132bcb8bc7e0d90d3061e2fca8a13fe31c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0588/1122] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From a2275dcd6340a28c3b925a304f0d40c6d53845cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0589/1122] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From bf84d47e7fe01db456b8958ba84de043cfa02f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0590/1122] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From addc3952a893a5e5d3dc5a9035cc7a0586e91de1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0591/1122] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From a8af98a9f93203f362a1835b5ec13806208bcc24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0592/1122] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 40e342658f4914db3f8512504ffa8ffc488ce48f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0593/1122] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 151eed01d34c3bcc0f8d5a2307662bbaab4e8370 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0594/1122] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 97477f0703cc7bd21937091f3df5e91b4f14e2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0595/1122] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 6beb59a81496626b1ff5d89dea0b4da35b4a679d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0596/1122] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From c415d403ebb1a353633e3ec0660ed960c3fbf1ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0597/1122] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From e5e05fc8ee617e9e7064360f3ecefffcd0e76fc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0598/1122] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From e330b2a7348eb463647cd29e236383a10b490d25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0599/1122] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c4a3788094e16a5736e4d3c9fd947a8e2d3d2f2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0600/1122] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 71f762d8fc31b709583931ac206e7eca6b0e43d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0601/1122] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From f80d602961828d1753383943b4f7fd63c4844a01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0602/1122] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 494f323abadcf85fa226cec1439f1b84663c917a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0603/1122] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 4245e79c364fbe387b435661234af3a80e8b12ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0604/1122] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 784a0af14c653066b5c551d1b97e073a91988abc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0605/1122] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 60603f82e5aee0b7625f1643f0831b1543faa170 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0606/1122] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From 60e64eee0d3548c62d7a96438f8acdf3687bae98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0607/1122] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ac940e7158589daf846b83f52f3ef462e1cc953f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0608/1122] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From e9e66510a09c94e3082e3715b0adbccaaf400deb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0609/1122] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From c5faf04a6b4dbac73e4d4814fdc977fa4f5e8eaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0610/1122] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 928d85a1bbb83d51447a14a4c18e1d0d423e558e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0611/1122] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 73286a4b3662eb4dade6b22f59cde346ee24f011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0612/1122] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 9b6298ffffbdff4ade414fbced43ca602d08016a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0613/1122] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a1a3b7688572efb7cb8f9eac8c84bd6933422f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0614/1122] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 97e72386f04baad02298c23848cc48799beff524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0615/1122] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c67f261a15c258a6fbcd4f3b7b0987c291c5339f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0616/1122] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From bd115a63986828ba4a751b11ee48b97a3bd75495 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0617/1122] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From b3ffdd847d26ef0f58e66a973e23be3fcba09d29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0618/1122] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 8a8664571fca09d15735050d00af9b5218ed8ee3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0619/1122] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c880f96c282f4055a38b9afda47a58d0da164f55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0620/1122] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1184cd68b7d2397d99f817d43ec280ed82be34ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0621/1122] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From afd4d334f2ca75a0d06ea9ae7d7f26e9fe74134c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0622/1122] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 5487836ce8cafcaea141753adbc3624924fe8de0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0623/1122] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 29e8027dd810f8dc8e42c7fd61724c674e339658 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0624/1122] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From bdeeb30e63308efcf15c06c53c7149270cd46835 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0625/1122] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1819149924e9204980a25d427983fb4f2f67f177 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0626/1122] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 49e2937f91e89674ade1212106091a01078e3723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0627/1122] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f349f015cf8b0a29c54e747c0968969a550fb847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0628/1122] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 53c2c5f4d44bb699f9c6af825d789ef97881b1ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0629/1122] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 25874fc115381c399eabee6471ce99554f5e6483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0630/1122] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ab1cfcc0af183a2391116526cb33816e11cc71cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0631/1122] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 30a4a07e27d128376806efd56efd794c1e5f367a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0632/1122] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 64c87ddba5edf0352b4ee69041d095b648800c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0633/1122] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From ba7c595ae5c2041d9fcc4db2e2c44ec5c45ec3b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0634/1122] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From d51c7e1ceb12d71ab6d58ae53c1ba92b65008f75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0635/1122] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 688500b3becf5b68d978232ecef369cf5e92db32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0636/1122] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3eac69ffaf7e0cee72a24f0ec4be22c5294a4de9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0637/1122] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 28d4bdb1cc48893e42c46e5e70c4fc3c914058b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0638/1122] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 3ba48439926777840f0604e6b3fba6211aa44c2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0639/1122] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 554faba5b63724db011ba6c10ea0a49409b44b41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0640/1122] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 810548e69c64b2f789793a69cbd00676cc5fc9d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0641/1122] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From c55c08cc072d63399040e099bb1f6c1431b4c670 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0642/1122] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f3e8319ccdbec4c61cb055193dec255abbb018e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0643/1122] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 4263448464cd7b317af9b333f9867e462ad4bc4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0644/1122] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e30d0a3426cd7dd3f3c8ebe0821c2f689b152ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0645/1122] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From cad789c3cc16b3df72cedbefd1a28b460facb2d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0646/1122] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954021d92c1cf7b129850f40778eaf839b735867 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0647/1122] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424db37b3cc136cd034a3fc9ec8ab1f330b60d40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0648/1122] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From a8b01bbca1513fedd10a540446e9bb9693ae999b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0649/1122] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c7f336359c62f5a7bab2fce96ba8e2d45a9d021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0650/1122] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97409db74a3e08acd983b9396bab9d51023dcd1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0651/1122] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fb0389c2cf52d6770afaa2bd119b971b6673726 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0652/1122] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16974fcddac64d49a7a524bac5cabf6bbfe3c35d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0653/1122] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f3d96eccd7a092de226af17234de520b6d68c97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0654/1122] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9faf82e32b308445b0675d96c9e9aa9ce2d1c33d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0655/1122] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6aa76c9d9d40c0cad5e5702a08d269cd5c9c010 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0656/1122] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f76ae95700ecffb15ca5d927fac42d8f75f550c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0657/1122] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad18a7bbdd0d3546cfa6e8aea1e3bc87100428b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0658/1122] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6623f30b771b674ed3eb3cc727541f4ace6bb52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0659/1122] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54410c43b49bf7b23a7b6da2252c0fbe9a56ecf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0660/1122] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52acbb5940ba0d1e0178fbe53147da08d731d455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0661/1122] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 3551b07df7da2825e1a7082383fa22ec202bfa20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0662/1122] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5fd486c3b59a4b1b7cb22176a2fef82c4f5b9e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0663/1122] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 27d23de15b105ecd65a1c557a26911080b5d7cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0664/1122] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce129baf193e3e0964fdb0cc499c0de702160bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0665/1122] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From eb74a6744aa24e747ec40982ffd0cb3f61eb7aea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0666/1122] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 546da74c7011adef50c584875c76d37f0ee0579b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0667/1122] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c98e2aec14b767bb8cca3dcb89af4ec7f7746456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0668/1122] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 235907a1d90ad5774796255719c9a4a05573ae46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0669/1122] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From 29fb0530cf5c3b18f2537ee28b5655e6d0f7afad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0670/1122] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0805204a9f99afdba8d541d9ae7dbe4a91843b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0671/1122] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From de3daa07c46d06e35e0cc158dc17ef44e7982ffd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0672/1122] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23661df87904acdea7b50702e8ab5f9afe607cc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0673/1122] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2daa553c7775b78d6812af2b370d8b18d9fa6e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0674/1122] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From af3f13d06ec2de160ae50fc0269d38677a716f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0675/1122] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 17191b9bcda9927f2e0870cd271750665e98122e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0676/1122] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06a878829fc376049812e45fa98949091425bbb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0677/1122] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d42e1f5474fb50a28b39a9d6d8f370af2dd337f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0678/1122] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a4ffc7c4027cfe9f1fe41690ee4a7052b6b6f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0679/1122] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9168805eb41cc462bc904cdc2fe42e6415733679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0680/1122] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8069933d7ee60f25a7dd8357ab70b701cfa27627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0681/1122] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483def6c54b7c6824edff18305cf9b959ac0369c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0682/1122] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From cd45015a87f0776e8b1f926984dcc54c4e19d0e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0683/1122] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d18a97736ea7f6efe412413ebee7a2afe79753a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0684/1122] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d2726cd8326d167f89c67b5e21bff3f3a32fa5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0685/1122] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 238b904fe7e616983305d9923a365bb4039bddf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0686/1122] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From bff52684545d3cf834d4354131ca632246b24d22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0687/1122] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 4a938ed0eb0822a394dcaf5cc6a22d2e0d73df41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0688/1122] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1f7f0001bea0d7afe0ace73134b61b1ad35a32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0689/1122] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6dc1b4f4bfb189eac8b7ddfb55f84c1be4c24d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0690/1122] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5f72cc8bc573c1aa9422e19dede178af89eb2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0691/1122] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c22c45cab067ff65eed51a650c1e0c11df38dc62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0692/1122] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04912b3339553b5075cf674b65e2af1c94ca7272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0693/1122] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From ff5ef1d3556801768b9c31dc1cb94ac0a2884f3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0694/1122] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 63f9b93758738968adf251084854af3e013ee341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0695/1122] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 877740306ad3d4d4fb7b2407ad0d5d3ec6a400b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0696/1122] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From fa43653adc189e94376111bca51aea5c1d9b5947 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0697/1122] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 833e5587a9315945621acf2e7d919569643ca324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0698/1122] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From af2c5d2792f62011f9e30e0851e9ad2e05c4bf50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0699/1122] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From e933174da3fa6dbc052f45bb22bd7b3d414e43d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0700/1122] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b8b5923115c302b8c06bb2b8b3ea72086ec6a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0701/1122] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d432a623420a232a9d79d0f0180a8f73a461a6f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0702/1122] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7863478e9e6afe976e71de5084b881e5dfae56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0703/1122] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b7b216e6061f7e41352e54acd4c4f532bd9583c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0704/1122] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa402ee2adc36fd7aac99f600bd96b0a55a8c3ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0705/1122] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8eb734cd4d72c4d3c8924eaa0d5a5f4b5f0b3957 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0706/1122] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81281039b4c2bc339fc9bb611a85009b8d7e2e66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0707/1122] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac6a8167e97ea6b3c737fa7e6f78b6126b17fd38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0708/1122] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 94780884ada5f380d7d80af2621a6bc87d25a880 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0709/1122] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41fa74f7db68cf3bb83297e7044eb7b7a62cba21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0710/1122] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807a9756e628646829f02165f5978e0351a5b5c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0711/1122] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 9feb3646e00bfbfc812dede0c09262a3d0248dd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0712/1122] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From c9715479b83d6559ec947b4548ba5fbdba78433e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0713/1122] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 170941272a42c04e47b653265d527f811501544c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0714/1122] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ce3b6ad7ce595eae7fd3c3ace99ee41299044c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0715/1122] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796ee9a907249b9adac093ede893229dcb34ca9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0716/1122] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From f626e24e7fa378cc051f8b2557522655e7f5a7dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0717/1122] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 3570ff604352879fb92915ac62ee660c5d54135b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0718/1122] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5f07832a5ae32503408ea18269356710a93725f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0719/1122] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 943864fabb82eb2fa74a806fe4d652860d6112d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0720/1122] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From adf0c17429461fe07bc0209da102987216514b7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0721/1122] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 961cfee8cf8a6427d8c7ea9662288579cbe079be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0722/1122] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3791e40215e357a8625a30b417d85ed5cef88f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0723/1122] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 5474b9cb929eaa496f99366cfa45c0514c746a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0724/1122] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2fad2f77863f3ea03d88c473089dd70c0d782db9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0725/1122] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 74eee6940460bb83328abfa4610be15175ce17a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0726/1122] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4d54357556466ab9c26d24c09ec5cda331a60adc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0727/1122] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From e36b3dfd86cd773d69dfdb90a85fe361c4128429 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0728/1122] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 541df74a893ae188ed9d1f46c8bd18cd159b18bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0729/1122] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9e71f26cea24a99ed79fb08a93589a994a24548c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0730/1122] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29caf28680fba850fe2e804255bb87892091b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0731/1122] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d32c98afdd8e6dbb614ec6cda8f7c82b88113972 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0732/1122] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac92791889933abc54bd59611f8356a6cef410d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0733/1122] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From ca8d994084996b426bc4d69498cbb7d0b61e231c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0734/1122] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea16b4a622386a1b8677cd9b7abff690cf62abe9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0735/1122] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9c2fe815accb1f6a5d4d57ae365a15ca6a433dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0736/1122] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849a5867b40341d9fa523a02db2042615fe5d855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0737/1122] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7d075137679ea28a0ef270a36359ace52532a9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0738/1122] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 81e7301b0553df976271b32ad3ece7b104b323b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0739/1122] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96eb190a547b16a9c64973f2b9ab4834a906235c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0740/1122] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1a18a8b9e8a8195af206e2f2d8d25407eb53c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0741/1122] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d098e0cf463b414fc099c2309408047e5430db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0742/1122] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7984ca88b491ae402a6b33061b57a0552fc452fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0743/1122] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66152577eba606609f8943c57c59265d6303607e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0744/1122] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 060ec5ae9ae6ccbfa1546127ef5d8e4ba5fda5e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0745/1122] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3c0d8a64a5a89c1a4d9c27f9bf1d3d65259afe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0746/1122] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06e17d0b3cda17316b8b0979a79d3ea597291386 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0747/1122] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 52cd0afcc35362bb0c3fecb94b636ad6d4225035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0748/1122] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0bc6048e5a7e8cc4c3b14bfcc37f69825c5c47f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0749/1122] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 347ad6e76ac1ade399679ea8c542211fae8a3204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0750/1122] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 636998c179b588ace7e11079db0ba466f30999ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0751/1122] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e355ae54bc786d4702e1b1f7f287e4316ac807d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0752/1122] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c803bf7a990617102dd29195aa6fe179ea7852f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0753/1122] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 60877ce4085ce6120256c48fb8a1badd03269772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0754/1122] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96ff4182f4abbd3aee21b1055d1738ab960354fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0755/1122] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaa219b6d8ab9fa8b4884ae849d4a6df8d71e36f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0756/1122] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From ddf6714b703b97a6bc8ada92f616dddbf72b1a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0757/1122] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 641a0d0bc06f6e9c44097983d9f9155c4db2bdbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0758/1122] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24a183752d82c975724f1bd5d8367a964b8e76fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0759/1122] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49fa57f066328603739caac8740aeb54e7928111 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0760/1122] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a89a5818c1d83f6d0be2510a6b2e4e1b350d6fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0761/1122] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6aa7e614547fb42c7214eaf31ed3cb269363317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0762/1122] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4aa44a86f6b3966421bf9b7947dff73b465e642f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0763/1122] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fdf772573452b401a6bf456cfd8aae12ab51703 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0764/1122] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8b66b3f4cab9cd5ecf9b6eb536df4791c0eb3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0765/1122] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 061e5c3605b2a98097c5d69a7eb8a142ceed6603 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0766/1122] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dfaba60585ae538b8108aba3d205c506677cada Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0767/1122] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a746d8c1b03698d2260d63a5647aa3ae207990bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0768/1122] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From b3c8ade815d85e8c8eca89cc2a41044f8fac1022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0769/1122] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9661d9d4087ca9cf3b4962337089b4fd5817b6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0770/1122] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 352730427cdf1f17fd8d0ee6d05830db2b282c3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0771/1122] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 8e11ad2b4e0f11272507ce124e1a80f60113ce87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0772/1122] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b66f0ac17cd2bc2e63e7a40f3bf788ba7bd53c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0773/1122] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 380b8f2709d2f29c7bf81c9f3423867488b1195a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0774/1122] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 4536a68802c1205cec3301cde797132045d41255 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0775/1122] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53413c21e43c3caa4593ef8a1e6d20ee0067a1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0776/1122] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b9521e9c095d1f4f3da73b15d5624654f1379d23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0777/1122] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45f3fcfbe68b94ffeb560c633c7b83760de88729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0778/1122] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From 56afb2b1acd3283ecb60be20f06c1d22008e16a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0779/1122] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa2dcb37763b83e41c3b846afbdb0c693fe54617 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0780/1122] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a25767eb542541b15a9bf84a4e60093c101cfc87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0781/1122] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20a87fd850d6f8d10bd4b93489e10c1990a9b26b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0782/1122] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b55399ff5350e460cf6d4c5c8f4bc61a9a397a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0783/1122] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f00fb4479048d9bf88b1e9fc54ba855b3414c519 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0784/1122] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 2cdbd85d8b1299f1389e8113ff18ebcb866d1ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0785/1122] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 4fbd90899ff773628a7fe9f2581ee8620a022dfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0786/1122] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 796034c6ac6a60b8df51b59047e7af6644233e2d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0787/1122] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From d40a16600f2158c04909f22a54669dfa5419a476 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0788/1122] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 5920b820b400ed570c111b9d2ef3f2e5dad90f23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0789/1122] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 74870dd840e841ddac879a026071c2c1b8e6ac26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0790/1122] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From 0896c1cbc407385d035a47cca1f1836609060a7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0791/1122] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80b922fa4dc73d90108a23977acb551133f5de19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0792/1122] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 25cd8def6ebded59fa4bfba828d964d3f642a1c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0793/1122] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae5103a1adef5536ee96de3e5643b16f6c91ee24 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0794/1122] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92cf87a274678cb31afcee22cce09ef23449f716 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0795/1122] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f297c9beac008e061000e25424abd6488459309c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0796/1122] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 49ff1840a9aae0b6d2ac16578d6122cbf2e7f736 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0797/1122] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 912aecd952241964f31e1e0714cde1b07e525b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0798/1122] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 8c1d95bde6e770014a05c2527a78616d3b283210 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0799/1122] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73a1370aa07c9da14fc4c041b8e127000f972b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0800/1122] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2bcabc5ebe19958210b97ad19f7bef769dfd579f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0801/1122] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 123c64b7eb02da557619f84bb3a9a0c41b5df966 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0802/1122] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2098d03e901cee371b98f48f1952669ac353b53a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0803/1122] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 78dc77ac1d91701c03b7d44126157883d08a93be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0804/1122] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed58940998b79138256c5d294bfb789f59f373ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0805/1122] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a05189fdc506ce1632faf755c410c094235cbb5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0806/1122] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f6a54ed281a9f2154b0ea23365c744e79654cf4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0807/1122] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19b740ee8794e7833bfafd454c2422db81669c4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0808/1122] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e29b36d97cb93baf8e6b0db2cec0486ed2ac9e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0809/1122] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab0166f633387d2d8bc4712a35f3b5cd7975c87e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0810/1122] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bf407bc949c95cda4beedee99215f5f15793447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0811/1122] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63085d8093a3ca01ff02bd21bb8d9379609436a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0812/1122] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 66844c16917fe83c54beb511b11526dda5f578d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0813/1122] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 81a5639e64e1389774181cd6b67f9f02c35f147a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0814/1122] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From af7ca2cf5d4fe2979b68e4a1a8ad68c97d089774 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0815/1122] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 099a396e0a700425b9a1b72240bf8b83033cdc84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0816/1122] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 687d4bb0a003271077e6769c2f98bc6ba8d39313 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0817/1122] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e233e9fff41c318035ab9bb858ee58e4b3391475 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0818/1122] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2027b640e0e5aa6911cb5453cfb01182367b0d61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0819/1122] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1ea57e5963316b2d56d151c298fcc92cc09bb20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0820/1122] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 807986bc2ab3be96b0edf39e500d55073410d846 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0821/1122] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4539013b1b3f032e1b8473c84f75872fdbf00334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0822/1122] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82f819a355993eb10817061ac11b9a766d3b34d8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0823/1122] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dac710c1de6b7abf91a7e7f0b4d18d84c92af7e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0824/1122] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed101d9338a5537300a75348824ffb3a9bd45dac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0825/1122] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ea2c6f2b532dca102148ddce08a39fff682e9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0826/1122] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f16db6b7e913e51abed7ca92f55476c85a0f64b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0827/1122] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f2e5a24178505088eb2f90d969640c26bc2cb8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0828/1122] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02aab1fa96da11b0e55b42bc3a8d75600d79a7f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0829/1122] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b093b448bc91d4eeca99d1c35888e358c2e6267b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0830/1122] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34206340c3862535b7cf789f82d8a1d6b0729ddb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0831/1122] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 657c476a9a87bf8f0a88a518c72fd74c0b8a720e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0832/1122] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f230bfe99e83f9969e45945b34fa9bd1b18c7721 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0833/1122] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From b6bca9aaceed4d6b130e12ffd0df3b0c76fdbdc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0834/1122] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99f7a3e7606bd60590f3c3ffc74e9e3b55700348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0835/1122] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 3e57c8f6f779e70082385cb8f2c23182d1a9f76b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0836/1122] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 11a430e8bd95a69f57e49a6c4f03a9b8b26bb9b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0837/1122] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c8d18cfd8045e6a564ce4897c27128a85e35384 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0838/1122] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 2075e959cf53fa63718fc805463eec462cff3ba5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0839/1122] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 732e4b0b7c4ba62724dd621105c1a4d7ed5cc036 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0840/1122] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 02702c4003341ce665d1886484c6b50f7498a7a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0841/1122] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15438f50295223209f93013a0c61e2317faf5bad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0842/1122] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 5541a4eb4ccf20dddd403c16ef8cd75f26ed803f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0843/1122] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9f021d1989cbda95c8fd7d592ff62cb5da1ffad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0844/1122] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff7830f3170daa5d0a2dc8f92c64c3a4ac45218 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0845/1122] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28beb5a56435f7f02db7a65f8eecb09879c8b379 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0846/1122] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c66a87e3e59f0f3819de166c3b896fcd9d37b45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0847/1122] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From cbccae2a99238f076a1c47d7f306362768f36ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0848/1122] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0573dc9ab69a51e432003ac4461c4ffd65738056 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0849/1122] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d55aa814fbdc4779aaeaf885b3c7e04fab323584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0850/1122] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7febb3ef3d85a639f0cab3cb4b2de2041efe0191 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0851/1122] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From 3482e8d9f9c2aaf73e0533093891e2ee4fd2a604 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0852/1122] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From f3a1de5e66cee42f9482dfddde5f0ec09ead4579 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0853/1122] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e0516e98bfa370715ee416d726087bce2e1db60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0854/1122] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc296e16d83bcfffe517a346a09f092b76505d46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0855/1122] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d73868bb8b639676d0cd2a6de4bb340d9c7b34e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0856/1122] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26ea22104069a829eb7f96b090d78460a24f8664 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0857/1122] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 5b60b104558808635f13835ccf69966d4d2a46c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0858/1122] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From eeb0a76da06195484bb4e63c0de9c7b735edcfa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0859/1122] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c1bf25fae33ff2ac413e79ca8488f877135108ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0860/1122] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a8cd07aac2e3d2076630d2fa618c71aa2c70bbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0861/1122] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0086a3d030f5d6c328472a4799065e6ea6440ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0862/1122] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57bc5e35d659120e644c80d4fcba3b10460e9732 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0863/1122] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975aad8286d7ca4b28b2487f5c5636bc6d6ab97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0864/1122] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cca1208548241a4227c46dfad7c443641e927938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0865/1122] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57573a5604ada57b160b6f338c0f1bb44c90e29c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0866/1122] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 32440fd2c8b4f0a1baeba4e5e62b721910a3ab3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0867/1122] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c232afe201cf088a7b3b438d57299b4d965089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0868/1122] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 609442796721b9d150389ccf3782e3c2cddbcea6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0869/1122] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28a53d0b345d925aaa3e8eef2941dd1fd91f6d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0870/1122] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15a1141ea3c4c3dc5941cdd04b63130e5d19d4c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0871/1122] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From d5dfc5f7123bacb37b7ce4523a2ec34f912e1d07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0872/1122] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 576ba06d694828e2f1e14aea3f41bee36f957065 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0873/1122] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 368f03391780d24fd5ec01e20d5ac6b9617fb1b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0874/1122] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2d36448c7dd8e969a2190f55eaf7f3cc99ef027d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0875/1122] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 766d3a80782265d51d431adbcd8a788f6fca9fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0876/1122] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 3f21e43b43c30fe1b4e158ae855e8485897944b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0877/1122] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 255dddb1a253bfafa863400dc2b785a024bf995c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0878/1122] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41d021f8f75d9bd859590965ba9cdd42bfcbfa3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0879/1122] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   2 +-
 2 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..20341a9fd17 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake

From 4843cdbcf027a18bcf3cf9232b7123ca001f666b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0880/1122] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From bd0a9165a83c8dbf187246ca80cdb64ae8d08e7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0881/1122] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From 36e68cbee67fb043763dc648049fa96f1451a03c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0882/1122] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8259132aa01f0b0157e7fbfda191aed036eb31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0883/1122] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From ec62e66d9125e35c641abee03e945fb618b1f939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0884/1122] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..5eed8fc3c76 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1b17c877b48b56a98d3b54baf9794f35427b0e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0885/1122] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6046768a60508f474149937d1f855f024be919d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0886/1122] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44dd57079539afbfda9eaf7e3a5cf7f004c95a64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0887/1122] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ebcde78573bfccc353c2b42961445058068efe8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0888/1122] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7fb8d293b07027293531fc11b2a0f02c8dca0ed8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0889/1122] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd681b1c59fb3176e069c337b12fc295e5094ad4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0890/1122] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c493b98445d8ea619d204a4fdf0c089638844f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0891/1122] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76c63ceacd49594bf7f688364172e1e6a5d5df86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0892/1122] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 048600bc597eb34716dcd632e2748642ae0c182d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0893/1122] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c0621bf68258089b349527b1d8ac5dd0306f045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0894/1122] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 1bfdbbbf0fd04a9026797ab5d8249bd9cb6ce76a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0895/1122] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ce7981cc80da0e500997214f54b20784e5ed1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0896/1122] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a014074cb77512452e14240f824cdcdeee469c4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0897/1122] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7adca8688e58e26d52dbc4b494194a9e036397b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0898/1122] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 007b5fbd80ef807c51fde09ebfbce84329c62ab0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0899/1122] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 4e135078bcba1a2a6a32cb3649e1319ec3443649 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0900/1122] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 468eaa8bfff153211f58f5d170e21256404871e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0901/1122] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67c4ebdd6f4fc51c418cbb8cefee41105b914cce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0902/1122] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cda4cb417382a944ffb6dd292146a7bd6baf91b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0903/1122] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 259fe22131c4d533cc7fd3ddf26914960e82b329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0904/1122] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46968fa312ca8f0509576d60370fe4ac0ee6ba57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0905/1122] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 355678d9e2ae152022ff42be2a61bebaa6f3c989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0906/1122] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 0b031709a39b83e7744ac029582a868a4189f45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0907/1122] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23cf40bb1d8b12731bc1e9368caefd73312c1fb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0908/1122] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf71c50da51618587e829874b49f33b542aa2e3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0909/1122] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From ff0560a5ebed7e24526050832e76f3afc06cae9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0910/1122] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53e9287310bbd2dab82adc662840815f397e0822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0911/1122] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7957cd801d8ec09249465010a27d879f85f88b8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0912/1122] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f9d9ddc71b4fae5f55abe9471360e98819053df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0913/1122] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 02451ba0540f4a0c5b2cb7260c9b7ddf13921a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0914/1122] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From e2e14f5c87f9439cbb6f25ac8b34c29f95f16548 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0915/1122] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 455118cfedb47bbb72d44a50e5e8d08afde3251d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0916/1122] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 371a6d893328f442d297fd371ecff26c1d335cab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0917/1122] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76ee7e4d37ec0c8c0ba9c03cee2454e0af438ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0918/1122] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 52c4659e5c3f9e872713a0e89da7772931a94dff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0919/1122] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 679c66f8db1de2fc3caadfc49fe9744311c6081f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0920/1122] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e9b2710641c9637079b857e36e5d303b17f5300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0921/1122] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 03cfc645a66e2cf61eabb4d74d66cd8be56e68fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0922/1122] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 6c2488d2d8e10423baec227f601bb4792991c123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0923/1122] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From 6e1be0caf8fd751120c0f7dc41254e458af6c529 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0924/1122] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fc890ef1b0b2d4f49fd0c7c3b8d4a393b999bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0925/1122] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3ebaf2d0da14bbcecdccc77583b72cc1bec2efe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0926/1122] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a73d882a2c80b099d02109934af664f501b80f0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0927/1122] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be6e869a5609190336b58d44fa31435f2a7c06b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0928/1122] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 09aef7619f4b9975f5abec57e9177c44fbf69391 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0929/1122] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 337d69f9344a8cea50c8d1c5fc5bf529048a19a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0930/1122] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed3fbb1e95bcbf712dce3b6455035e8e059fdd60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0931/1122] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From e1a2d32053e4994f83ac8c6a9873d880db455d94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0932/1122] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From f3d802f2a0de5b631bad7e6cc0de35e270606249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0933/1122] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From ec7ecd9cbc23b1ea89c5f65fa46a4ca30d304d2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0934/1122] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a89b10e8c8d36e387929c8a80d6b3d0a5c5d3c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1122] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From 48075fa0e0cd70a027f608c5aa7a49cbbb0139bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0936/1122] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 904f003dbaeac61ab540d55d2f7cbf6d5cc13b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0937/1122] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24011fca68207ac1ce11cc985440c1386d96e80b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0938/1122] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From a3416176c299186d329c610eb41bd9eebce523f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0939/1122] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From 8ee2b68aec0df1e10c9b267e4160561477f15160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0940/1122] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b760e0e2b0f66af931c7c09fb1bdbef2ab756a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0941/1122] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2407653fa7786730d70ac4e6294d621fd5c556bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0942/1122] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..478d94a2338 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ad31895c1543cd6a1385b936e8e0bc3347dd89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0943/1122] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb8f0c59e8f061a8bbf6f56632ee3c9bb2f7689d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0944/1122] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf3d1a5a2d70d70bf798aed1b428f6c53a417fb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0945/1122] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 951a3fa8d807fd1805114987b4a9f04a803c752b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0946/1122] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc2e8153e9bc3b56bf6cb4e92357270b752fe70e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0947/1122] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a5350c35e133a46610656dcad4dc00bbacebb3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0948/1122] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b3a96ba77e17a41c9246a329b1e41c3c59b19ea5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0949/1122] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 6a536ed6875d6e7fde4d6d4b6ed822c5a7b31413 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0950/1122] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From 212198deeba42120d2f3571d1fa317f3e2ac05fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0951/1122] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c2f3cfb90a77a535a3104d2ddad189b210b3fc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0952/1122] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 975001f1e61f87f8a75b1b5e8977b0dfd1e32f4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0953/1122] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 878922c835cba9533707d579f94d2ba9533aa953 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0954/1122] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb09e1e5e81f785087de94c3eebff92e7331e2d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0955/1122] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3675247afb1f09dad43cea623a5156094c4b834c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0956/1122] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 9b344ccca1aaa924d7eb1cc757b8bd4bfa6f41ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1122] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fed6d460af70a6580735c0d0d9d20ea7ac984f28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0958/1122] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eefc673e6f710ea4e19e568d2a01f20b447e38aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0959/1122] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a738beb85d99a50fac44e2e084928c8da66fa226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0960/1122] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10dd97a1478a5edd6f1d54478dbb8c680ccb7cac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0961/1122] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 14255d929370960836130df3834087975e77f8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0962/1122] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 796923a1c25b65c0fb9621fa52a4db308aae7208 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0963/1122] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From d2fdc31b08e266898a91816e5e3fba310f0add77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0964/1122] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 889d776eda86e96cea7a3f3360d154025aa251bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0965/1122] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d094be599be9b0f5fd1e3cfe612feee6dadab9a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0966/1122] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cdf8bdd2f64d72633f1613664a93ad288dcd505 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0967/1122] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0066411426e34b300217c77268ccac1a69b77b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0968/1122] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c610da23e46bec3771b4ca57acf4ec2d42bb315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0969/1122] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 662d2d6162231caa993ef5d704f07c4fe0d564c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0970/1122] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f8cb2b0de28fc1322cd4f4970cbed9a24dcc994 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0971/1122] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3d7125cee33724345d68f3be1aa3b38acda2c95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1122] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e211c8fc7c3bb133b7fd90842e39908ed075ffe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0973/1122] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ee445b5542b2e24a6c70013023644ae92fd13e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0974/1122] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0f03d1ab41e610d9b9978f793743ed9542635f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0975/1122] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 5212e1ff62dac48402a1b10e9f1330c563ea201a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0976/1122] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From bf071d1a550497d73a9136391c457476e3695571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0977/1122] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From c8039c8fa98321fd176f267dbf29bb73a1e5c642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0978/1122] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From 4dea759c9105fa682c2d7fe3275b087918c91d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0979/1122] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d926dd321d713c953139c6004b4615f919e21f68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0980/1122] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64e9e96c4e551fd1c1093bf42876a4913b54cc57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0981/1122] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a92208e65a651920038bea6b6fa59ab1a9f11537 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0982/1122] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10c103d4055a99155e0b0202c47d5fb3c4aa6f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0983/1122] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 5dc376d6cc54f2460d204e82b74de24905e628c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0984/1122] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7e3ad2bbc9a96ab2a2234e15f97bd07c68b595d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0985/1122] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 3c07a16b322214a7bb164bbcc6230f52744a5b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0986/1122] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70d0edf24abf6082b18bbbca77877df82da12467 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1122] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 75739a305d881bc163923f6c441ad71f8d7c6a9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0988/1122] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c94a6201f76fed392a7ab447dffb62863bf44a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0989/1122] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From 9b99e209d7a7bd3c5b7b39d5090929241705e4bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0990/1122] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From c07ff57075ba6fa0654ee8503b00d3de4220a447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0991/1122] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 0cf81a420b63f5e5098f1b8a729d9e54c5eed1d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0992/1122] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a10eeb706221aefbf5f50afa3dc4fcb0471b62b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0993/1122] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 05a4f13297b5ffb8595478a6c0b531fe3c8653e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0994/1122] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e2f27b9a59982094eba79ffbfc3d60733db9f42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0995/1122] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c928b79fe136abd0a776819f4519d486acb694f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0996/1122] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89bac9a62c42149468cbd53bc19570a8d78efa97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0997/1122] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee2d3608892468e331eeccea5054a0ce332fbab8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0998/1122] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 2e4de744908fb7911540baf8354a42cf37c51644 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0999/1122] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 439a341bf79941f3fd29ec5dc4be311f2df8db99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1000/1122] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From ab9e2eba5cdb1b609e0065bf1d2f18a159683d02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 1001/1122] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e9d713a977203699f55a78d61e1713842750786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1002/1122] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6d648545897e55d48ddd39b6e8e3931890801b5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1003/1122] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a8456caa5aa2a838c6eda67b0e17402cea63087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1004/1122] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2300dd6ab7f9c35523f22c450211bca964ef3a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1005/1122] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be4825b8a521544e04200a76b484615d7bf3212c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1006/1122] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 483f80e6c53761fccb682672e6c59b12fe6ed3f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1007/1122] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92d9f8b0935e74b77f81df88dd305de412ea5d1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1122] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51dbd2162dec0dc833f456acc5343403295949e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1009/1122] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40fec247408bddcb48257d5019051de7a68daa04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1010/1122] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d89dce0343afd8a40de6be1a3dc666fa39e6d54c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1011/1122] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d4870cc45537cb6c9afd1fb51691a8874d604b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1012/1122] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea1b63cc7583eb0c72c02ebee891d76f7ae4bede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1013/1122] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 29780c457f4..34db0a71acc 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.8
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5143df1a21bcf1e230823e63848c0f538f12446f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1014/1122] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1becead594a6a176cf71854a9deb866676b7bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1015/1122] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 633b1f8d8ed43cd634cda676f458d49baff2a660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1122] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1808f5ec91f2d5f381600ff05e64d53cc760fb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1017/1122] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75a913405552b29e72dc7aecb7990b40eb8db80f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1018/1122] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 6e541e0a65f922084dcbf27220bfaeae557b8b7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1019/1122] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df5a97f7ecc36e82833ffad65a595e7dde9089de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1020/1122] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9c50ff58bb06a8cb2c68ba252d2681ba3d5da646 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1021/1122] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 51799f9a6a4b916879ab14901d58c9403a55343c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1022/1122] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3a38f9b04be812b703228053404fba053080abb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1023/1122] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From bf4416e769dd76084c7cfe5e0240ac2c66906250 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1024/1122] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a39c56b82bb8268889704fb249f6ff36f8618a33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1025/1122] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cf5676077f363c88beb87fce4876b0639ffcee19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1026/1122] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e5939b55c287fda0d78928c4ecc78196d9b1e70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1027/1122] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f9afe090ec0d0f6a7afe649bf21f405d3a12e4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1028/1122] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b10b725942f1171f4d5dc2b77d31d0a96520a2db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1029/1122] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 29d3f515d848e728cf4635379f379f77ec858a0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1030/1122] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d57be94bf52bb81cf4779d7cfb4f3f235cd90940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1122] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1df9b798e11121a6d0876c69e4620ddbfbaac7f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1032/1122] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7418fa1a690d6dfec8a7c05ac4c498cd69fcf5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1033/1122] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 6c4e57e6e2b7353a4f433d6231091b42de8c7449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1034/1122] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b66dfaa38b5d8cbbd5cf940fa26edf187a95a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1035/1122] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd998ecb2ad9f12f7065af9b49f6cc6b979aec77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1036/1122] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8cf54e0e83b73d345c2bc5388a0084e9fb73a8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1037/1122] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01d86a6b626482cdb548967607b52a696808c97d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1038/1122] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9a25b27d1e35446ef58e7c7faf31e873895fb46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1039/1122] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7074544f9c69e46254fc2790566e18caa404626b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1040/1122] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 01e60d100717841785f5ee022599556a3dc2c8ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1041/1122] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 64ebd94ba4c4241105e1bad468f467325d8eabbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1042/1122] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73272d5993fee751c85c236ac2f030d5dce97a06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1043/1122] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6b400d33ff996164cafe4bcf4f9a8d5e8d6d102 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1044/1122] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b89db575551bdc3af8aab3f854ea47a8885e5d49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1045/1122] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9664c6b0a0572fb96c58f9c70927f93d47bb616e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1122] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e3fa364b259d1d1ba4b7ad8671d33e898004200 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1047/1122] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From eeb4075c3706b6a1b94bb480de7d0d957babb0be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1048/1122] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a658a389cffa0739b0ce120d7b813b92104570f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1049/1122] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 039d250899647d052ec5096b27bb416aa98ad6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1050/1122] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8568b1229aeb766b2e2de4e1ebe3846197e2c018 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1051/1122] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d02298b70720bb683d0afbb7bb1932e47aed802 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1052/1122] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 4af56e25b4f3034aac2078ac111d2ccaad7a69f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1053/1122] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 28fb5348046baf50ed26d97b8ab998964abb927c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1122] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From f806f589cf5a784c8bc868464da2a18f6f16c477 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1055/1122] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 1f63b7226ed42ac64f2576412f8d8fd8f8da4047 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1056/1122] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From a99a0b01dd6e51370bbbeef8cd06e22152fcb76f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1057/1122] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 4fdddbdda5137f1ce84cbaaaa03ce8282438a1b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1058/1122] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a80174e362cefaf3a8bf3e7cb80715c3ad353ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1059/1122] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From ca6cbbba241caec3d5ef05eb0423afd84a3ccd1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1060/1122] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From fb061fb6b7677522e3ee835802ad852748741148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1061/1122] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 437c6d03b98c07b4f1ee8224abf96a3a166f5aed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1062/1122] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 36145ac527969be1babb162ea5396cc300c7fb7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1063/1122] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 1a746ef5568fb165361fe95586fd0f002dccf9f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1064/1122] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From ddb15001ab0f23a0e4ef37f7f7672a43d5b75b9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1065/1122] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 024c4734795610239af8910dc714d9e0ad2dbb35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1066/1122] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 70db9d3457bb468716fe9e32bafbe89bef16e8c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1067/1122] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 786044aa966b33ed9d399a55e660a3647ee1e5c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1068/1122] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From ed2f58a0850f7b9d0027ce9c3c25512e567058e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1122] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 971ceacc1b38bdacfab6f1abf715df84f14fa33f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1070/1122] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 60150aed11838c5fcad160720a93add3509c49ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1071/1122] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 17d3d225090882f9b41f46fc6ad08ef3cdc0c93b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1072/1122] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 08e754d2455371b4b47e5e4873f0b82b6fdb9d9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1073/1122] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 3e0a6224033637ab27aff0bdba8c4213ae6ae8b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1074/1122] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From b6ffcee645d4130857457444235d4e34726f0a7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1075/1122] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e0bef9e8f3be0880d75927962925367b4617d8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1076/1122] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 9c6e1212059d779f3b63944e22af1d521825c46f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1077/1122] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 5e2ba1dab763c3a3f959acc54c1b9de66b6db7b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1078/1122] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 58fb67b5cdd1d952286fb317a0e1c7fc7ffb359d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1079/1122] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 7f105d5bfa271ac1591e0f06cf1e1614d2c4a0c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1080/1122] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From 9e212e72eedba3d775ecdd4020dd89d1303340c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1081/1122] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From c456bcee2ce2f5c2c5cb1162a3abe28a55a07a5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1082/1122] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From fdb5bab69270a5bfaa0356b2035f42b7ec420092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1083/1122] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 18418292fb1..81dec9dad3a 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.2
-revision=5
+revision=6
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From bf867e3e7f3ae0ae336896c7ad817ed4da62823c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1122] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 612543f26271538f1e22e403205aee742318ec28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1122] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From ba33c29b33e9a1ad889748401d685b83a8cf8936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1086/1122] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From 9afab39a9f62d2b482799a889c01531933c8ef4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1087/1122] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 56fd8d6f1bbf7d832d48978dc39181cb695258a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1088/1122] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From d291d388ca3bd4b2a9262b852a47d76ebfc1df23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1089/1122] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 362e60ef7d0598b7cb08a1a0bbaf314b6317527e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1090/1122] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 65c8c43762d32189e48eae9b055ef5ac90fd22c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1091/1122] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 59c9013cbb665d9f99ce27920c0dc6b3d4354e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1092/1122] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From fd1290834ca1384f82a4ca9639330f06d5413bd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1122] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From aad81bc4fda2656d8d519642a7e37fafc2c8175d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1094/1122] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..0bc71d1261e 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,7 +1,7 @@
 # Template file for 'vimiv'
 pkgname="vimiv"
 version=0.9.1
-revision=4
+revision=5
 build_style=gnu-makefile
 pycompile_module=vimiv
 hostmakedepends="python3-setuptools python3-devel"

From 85d120fdfc9aab543b4aae11d6a1f9c4cb0a69b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1095/1122] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 0b8a3c6c1fcb95586268946303bd09cc8f78be31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1096/1122] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From f055e981135a791802fe2a3a73e7bb07384d2de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1097/1122] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From a40cd0a2e6c97ee30d7f10ef07738f8327188040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1098/1122] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 75c620f48d8de5cca25ee24e7a91c6e393883364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1099/1122] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 555313cae9b63bd860f0554f3d7dafc75864b8e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1100/1122] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 8d0fd0775e4df2689e3d079fa7b66bbd9422f35e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1122] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From e7d47d8509674b217cd29c0ee895cc60926993e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1122] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 4d0be8edebf7fb96fc263653b41c948513a8d1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1103/1122] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From f559db7f97bbbd89c3fb98692a16166f381a2894 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1104/1122] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df6d740173823754f5abb0218f4b4299255896e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1105/1122] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 45e2ef35ea11586829b5ba09cea4696a8b489c3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1106/1122] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 15001c1b2f49878d8e775233c096b7e61a8df77c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1107/1122] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f40b01b9349f16f39cfae67da1727ad72b79d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1108/1122] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 78d7a91d189c22d1819fdaea88475bdeaefd0387 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1109/1122] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From 0d2d5eea1a11e292cc2a708508584a1f0b6d7f0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1110/1122] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From cd9addf76b764a36614f2a1750907243e0c68df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1111/1122] znc: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From 78facc24f44dfea2c830f206f78813720701a16d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:29 -0400
Subject: [PATCH 1112/1122] fixup! cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins-python2  |  1 -
 srcpkgs/cairo-dock-plugins/template | 16 +++-------------
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 120000 srcpkgs/cairo-dock-plugins-python2

diff --git a/srcpkgs/cairo-dock-plugins-python2 b/srcpkgs/cairo-dock-plugins-python2
deleted file mode 120000
index 3f919c136ba..00000000000
--- a/srcpkgs/cairo-dock-plugins-python2
+++ /dev/null
@@ -1 +0,0 @@
-cairo-dock-plugins
\ No newline at end of file
diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 6f28bf559a6..1086ee328e4 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -4,11 +4,9 @@ version=3.4.1
 revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
-# XXX libetpan, libdbusmenu, etc
 makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel
- libical-devel libxklavier-devel zeitgeist-devel libsensors-devel
- cairo-dock-devel gnome-menus-devel vte290-devel vala-devel vala
- python-devel python3-devel upower-devel"
+ libical-devel libxklavier-devel zeitgeist-devel libsensors-devel vala-devel
+ cairo-dock-devel gnome-menus-devel vte290-devel python3-devel upower-devel"
 depends="cairo-dock>=${version} upower"
 short_desc="Plugins for cairo-dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +17,7 @@ checksum=e09b8e600398749d1f74b26e645b477a1844a3eea02fcadd6877935da3f8639e
 patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" python-devel python3-devel vala"
+	hostmakedepends+=" python3-devel vala-devel"
 fi
 
 CFLAGS="-fcommon"
@@ -32,14 +30,6 @@ pre_configure() {
 	echo -n > logout/CMakeLists.txt
 }
 
-cairo-dock-plugins-python2_package() {
-	depends="python ${sourcepkg}>=${version}_${revision}"
-	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"
-	short_desc+=" - python2 bindings"
-	pkg_install() {
-		vmove ${py2_sitelib}
-	}
-}
 cairo-dock-plugins-python3_package() {
 	depends="python3 ${sourcepkg}>=${version}_${revision}"
 	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"

From 96e47de77ed42ecf7eb948344d172c406a3c1628 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:35:46 -0400
Subject: [PATCH 1113/1122] fixup! SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index a380dfb5845..8d7bfc99778 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -4,7 +4,8 @@ version=0.7.2
 revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
-hostmakedepends="doxygen swig"
+configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
+hostmakedepends="doxygen swig python3"
 makedepends="python3-devel"
 short_desc="Vendor and platform neutral SDR support library"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b696d0e66f2b6867ca58ed2b84d4f6b3d6627f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:13 -0400
Subject: [PATCH 1114/1122] fixup! python3-pandas-msgpack: rebuild for Python
 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 5eed8fc3c76..f084c711e78 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -13,7 +13,6 @@ license="BSD-3-Clause"
 homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
 distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
 checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
-nocross="python3-pandas is nocross"
 
 post_install() {
 	vlicense LICENSE.md

From fa735c99cb468365f92fc53bc036fc51022aade4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 11:36:34 -0400
Subject: [PATCH 1115/1122] fixup! vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 0bc71d1261e..80b0a104e1a 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,10 +1,10 @@
 # Template file for 'vimiv'
-pkgname="vimiv"
+pkgname=vimiv
 version=0.9.1
 revision=5
-build_style=gnu-makefile
-pycompile_module=vimiv
+build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="python3 gtk+3 python3-gobject"
 short_desc="Image viewer with vim-like keybindings"
 maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
@@ -12,3 +12,20 @@ license="MIT"
 homepage="http://karlch.github.io/vimiv/"
 distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
 checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
+conf_files="/etc/vimiv/*"
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall config/vimivrc 0644 etc/vimiv
+	vinstall config/keys.conf 0644 etc/vimiv
+
+	vinstall vimiv.desktop 0644 usr/share/applications
+
+	vman man/vimiv.1
+	vman man/vimivrc.5
+
+	vinstall vimiv.appdata.xml 0644 usr/share/appdata
+
+	./scripts/install_icons.sh ${DESTDIR}
+}

From 7d66b86af25b0330677ddf09ff060056cecc8366 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 12:30:55 -0400
Subject: [PATCH 1116/1122] fixup! python3-orocos-kdl: rebuild for Python 3.9,
 fix breakage with sip

---
 srcpkgs/python3-orocos-kdl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 20341a9fd17..728ed73d780 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -5,8 +5,8 @@ revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake
-configure_args="-DPYTHON_VERSION=3"
-hostmakedepends="python3 python3-sip"
+configure_args="-DPYTHON_VERSION=3 -DSIP_EXECUTABLE=/usr/bin/sip"
+hostmakedepends="python3 python3-sip sip"
 makedepends="python3-sip-devel python3-devel orocos-kdl-devel eigen3.2"
 depends="python3 python3-sip"
 short_desc="Python3 Bindings for Orocos Kinematics and Dynamics C++ library"

From 5a50f4725a1cbc112d05e41bf3ea8b798e4cddb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:13:13 -0400
Subject: [PATCH 1117/1122] fixup! python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index 478d94a2338..de246d9fc9c 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -4,7 +4,7 @@ version=2.1.3
 revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
 makedepends="python3-setuptools python3-devel libspotify-devel"
 depends="python3-setuptools python3-cffi"
 short_desc="Provides an interface to Spotify music services"

From da6e827e5655d9c167e19cc3bce0f0c82b527bfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:48:44 -0400
Subject: [PATCH 1118/1122] libspotify: fix disparate versioning for armv6l

armv6l provides a different libspotify version than all other archs.
Commit 35ff97c5cd04ceceeaec389ef7fe972b7f1ee6cf attempted to version the
armv6l package based on the library version, but the disparity breaks
xbps-src when trying to rebuild the dependant python3-pyspotify.

[ci skip]
---
 srcpkgs/libspotify/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template
index a6dac136108..9888a207729 100644
--- a/srcpkgs/libspotify/template
+++ b/srcpkgs/libspotify/template
@@ -1,14 +1,15 @@
-#Template for the 'libspotify'
+# Template file for 'libspotify'
 pkgname=libspotify
+reverts="12.1.103_1"
 version=12.1.51
-revision=1
-short_desc="Spotify library for building your own streaming apps"
-maintainer="noah <nsawyer1993@gmail.com>"
+revision=2
 archs="x86_64 i686 armv5tel armv6l armv7l"
 wrksrc="libspotify-${version}-Linux-${XBPS_TARGET_MACHINE}-release"
-repository="nonfree"
-license="custom"
+short_desc="Spotify library for building your own streaming apps"
+maintainer="noah <nsawyer1993@gmail.com>"
+license="custom:Proprietary"
 homepage="https://developer.spotify.com/technologies/libspotify/"
+repository="nonfree"
 _libspotify_mopidy="https://github.com/mopidy/libspotify-archive/raw/master"
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
@@ -22,10 +23,12 @@ elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
 	wrksrc="libspotify-${version}-Linux-armv7-release"
 	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
-	version=12.1.103
-	wrksrc="libspotify-${version}-Linux-armv6-bcm2708hardfp-release"
+	# Even though the library version is different, xbps-src breaks if
+	# the versioning of packages across archs is not consistent
+	_libversion=12.1.103
+	wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
 	checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
-	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv6-bcm2708hardfp-release.tar.gz"
+	distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
 	wrksrc="libspotify-${version}-Linux-armv5-release"
 	checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc

From b3a089f66cb50fcc55030002cfceac3d4387a61f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 14:46:07 -0400
Subject: [PATCH 1119/1122] fixup! piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 1719f425bb9..bb1afcf4501 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -3,7 +3,7 @@ pkgname=piper
 version=0.5.1
 revision=2
 build_style=meson
-hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
+hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev"
 makedepends="python3-devel python3-gobject-devel"
 depends="libratbag gtk+3 python3-lxml"
 checkdepends="python3-flake8"

From 7a1d0d75d0bbc48202260dee54dd06931b2b935e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 14:46:35 -0400
Subject: [PATCH 1120/1122] fixup! gnuradio-osmosdr: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/gnuradio-osmosdr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 7a3b2026035..0c1fae16800 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -4,7 +4,7 @@ version=0.2.0
 revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
-hostmakedepends="pkg-config swig"
+hostmakedepends="pkg-config swig python3 gnuradio"
 makedepends="boost-devel gnuradio-devel libairspy-devel libhackrf-devel
  librtlsdr-devel python3-devel uhd-devel log4cpp-devel mpir-devel
  SoapySDR-devel volk-devel fftw-devel gmpxx-devel"

From c21daff7f5f641194a12f969ec126d1c176351bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:25:28 -0400
Subject: [PATCH 1121/1122] mlt: rebuild for Python 3.9

---
 srcpkgs/mlt/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/mlt/template b/srcpkgs/mlt/template
index ff3931a2f9a..5b67d2a7a6c 100644
--- a/srcpkgs/mlt/template
+++ b/srcpkgs/mlt/template
@@ -1,7 +1,7 @@
 # Template file for 'mlt'
 pkgname=mlt
 version=6.22.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
  --swig-languages=python"
@@ -57,7 +57,6 @@ post_install() {
 
 mlt-data_package() {
 	short_desc+=" - data files"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/mlt
 	}
@@ -65,7 +64,6 @@ mlt-data_package() {
 
 mlt-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}
@@ -94,7 +92,6 @@ mlt-python3_package() {
 
 mlt-python_package() {
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional dummy pkg"
 	depends="mlt-python3-${version}_${revision}"
 }

From 1242cd211ecadee895b46d4dd8a9a81cf1d80e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:34:20 -0400
Subject: [PATCH 1122/1122] flowblade: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/flowblade/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template
index c011d7dc115..7ce59a07517 100644
--- a/srcpkgs/flowblade/template
+++ b/srcpkgs/flowblade/template
@@ -1,8 +1,7 @@
 # Template file for 'flowblade'
 pkgname=flowblade
 version=2.4
-revision=2
-archs=noarch
+revision=3
 build_wrksrc=flowblade-trunk
 build_style=python3-module
 make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] Python 3.9
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (26 preceding siblings ...)
  2020-10-10  4:27 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-10  5:00 ` ahesford
  2020-10-10  5:15 ` Python 3.9 [ready to merge] ahesford
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10  5:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

[WIP] Python 3.9
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1245545 bytes --]

From 0d1b3b215c4941f5ff3e22acde63ba76873ed81b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1106] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index ea2b1b4c85d..fcbe522beeb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From bb9eec4ce751803c054d88ab748751c0187935d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1106] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From a1e60b12b347a31b08035ac95a20ed41edee843c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1106] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From 3a2ab96d431b191a973a93d8106d0c0247c9bbf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0004/1106] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From cacac1a9f37e7654b524a8f6f38b16139fcf0b0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0005/1106] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 3a57fcf117b47f923c4a3d2f04d6a6fcd22791e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0006/1106] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From c847a1d0846b3759604c1e63a950cd7bb0774b78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0007/1106] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From 2b7ceb2f19c69891333729ff19373463286572ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1106] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 066b173cb8e341e008bd9dc82f78c92b5a5957de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1106] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From b2a5f61fded1d4fc4b984c1f118d5ef9387c661e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0010/1106] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From 899350778a65707f4d8e4948d26d9a2b0fe350ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0011/1106] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From b54d2c070a8c46deabcd5e07d338fb215ed0addf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0012/1106] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e59c8740cfdfa8ffbc7919afdda4aec59f2fa1dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0013/1106] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From fd0fa5ff06f14b294801caf51293c9c0e5303cbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1106] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From 32a2a6f64d4790035dd9962b28036a8e886f0e4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1106] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 4c9522dcb6976625109be1eb8125537626978580 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0016/1106] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From a5c10cad251d27e0fcb73521fecc47a633312779 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0017/1106] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From f492565b46e3bc6b6e4436c0825ce7b9c773cc49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0018/1106] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From fe1bbde4c608d4db3c684a093c0cd6fae8a14eac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0019/1106] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 7d8761b580b4f66206a73d420c3acc5aec56082e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1106] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From f65570c796c865a45baabf3bbf90f12ed3b15550 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0021/1106] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From d2b32ae67dd4a35a822cb623fc1044ba44cb847f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0022/1106] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 0eb44e77d343c158263bc81b551df59ee9358597 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0023/1106] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From d1093ce37c01169221a0cc6edf169df16747922c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0024/1106] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From 33de51fc037fc80f4275af483d9cf1e742740ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1106] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From e9ee384d4679934718de5170d7d639fc7dda575f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0026/1106] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From 7099a3313d41de26e89d57b15894d2a6448ab9d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0027/1106] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 8f092a9b21f01f020fcc4c12170c1bbe2d97193d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0028/1106] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 5c762bf9c1945d59b17a8d27ff84e0363ec767e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0029/1106] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 71c796d6656d3dbf124da9f7ef3cc0d23c636513 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1106] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From b04600832c3cbe73bb59611ef23fdeb3d47efcc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0031/1106] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From ada1a57354cdcd48b3f6919729b28d7717c9c45a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0032/1106] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From f20792ebc26af5d660ab4c61e614f435a8f1af4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0033/1106] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From 5a08c837069e29fadf3174756b44770007806be9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0034/1106] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From c959ca8351ed92f6deb52704149fa03e7c2335b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1106] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From 97f218649fa9ff18bda909d6d9510711b939ca15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1106] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 5396aef03eb8057f76daecd72424fadb59f45b03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0037/1106] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From 59d8685706b575f5fa4663320def1046e47cef7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0038/1106] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 2d3aea41a58185169eeca42451ee1a2b2c7080d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0039/1106] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 7a4f18311e01ebcc96f3667a67f5ff1479040312 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0040/1106] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 1f865342e75ae929ccabbdebf4da208b31de3a90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1106] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From a6f8415c65193f8b9fa198bd80167a6b7ea54092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1106] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 54c29de65ea9496cfd3a2abf9164df970f00aa58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0043/1106] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From a9ace7e0c99bfd955f86b1c5dfc90b6920b7c328 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0044/1106] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From ed2930ed752ee25edf12d2ad756876d10a1dcd5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0045/1106] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From ce175ad62aaed81ba6fb8bf936c0dd2a06eae2fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0046/1106] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 1771f8f3b4f7ac95ee43feb38f28464736acf3c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1106] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From f206b6567fa44b3f5f5a62f19cbbc7a802cca183 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1106] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From ee1c3c3cffb12a5704045a9a8201f04b6131d599 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0049/1106] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From 7c5632dababd6c9f0aace2e180189e543a7d85f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0050/1106] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 8b523595b40a98aaee0419d3c1b81929a0097b2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0051/1106] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From 11b20578e96bb580b4abed7c683a39e948476235 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0052/1106] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From 9a9a5bc08e01cd2b315ecf45b9a8ed2352de31af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1106] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 15159ad2ecfe588b79150b8ce48e3c7f880c1beb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0054/1106] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 21bf2272f47332c86428b1d43f0a5fd76db34811 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0055/1106] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From b76561a41ebd9544c296ab0197e5f2bbedd4730d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0056/1106] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From 944473175baa09ac219c59a2244087dad83d3f1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0057/1106] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 450f50fd84ae39dc04ecf5b342f7cce48ece95d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1106] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 708312140b9b67272f634b308d2afd8fa2c8eb07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0059/1106] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 92a3e9ab596eabe421dce5487d273b528ad9ae16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0060/1106] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From f13258845cbfba4bb51f23de12c38b3e6771152d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0061/1106] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 9f0a0089af9d3f2f00407dbc1c64a87da1085c98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0062/1106] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From 16256ea27d39b503e811796941b0e322356aa15d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1106] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From 61ea53e366e007bc53eafd8c501dc40d7dfd1e3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1106] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From a125db7691097dc8ff03a2a7b99aff28654859ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0065/1106] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From 3ec319e82e5849a706cc68dc4065b170d1941455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0066/1106] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 56338e0525caf4df90f203354469e47e8004a68e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0067/1106] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From 60c12e42106a3db05fd3407ce6f607e2c2bd5ccd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0068/1106] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 57888411ea3f3a5d3669b64a9e58bdb9fb82b2a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0069/1106] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From c20f632abae1479f303ca0e0063b6d62dc5a6918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0070/1106] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From a11d85e7e496a457bbdc8f1121a4c9d8d2c32800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0071/1106] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From b9902cd35c55a1100d6c15d17746c130d261d359 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0072/1106] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 9b34696a9f16f3353f109fd8d42c2ab5bdc1f4c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0073/1106] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From aab2ae63a87164202fa9ec940caa997cdcc825e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0074/1106] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From 2e0c09888a0064715208e804d114a75070efc035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0075/1106] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 2ef21b974f843a713ae6b4383f4a5252d9827dae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0076/1106] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From 012ee53fdc3fe33d90dc313a36ee04cfc5118448 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0077/1106] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From edde4116ca6438088d5e11db12cec89bfc1e8b86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0078/1106] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 51cd094672748460a85ab96bf3129fd5e425517e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0079/1106] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 14daf176b7595bac564a23871c1e198cc32a94ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0080/1106] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8130c2830d13203fccba21c6d332e89e9c91ef86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0081/1106] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From f5517475721bb80011b2e54deee8386896c3816a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0082/1106] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From afd23c9ffbc29cabc0ad1fb4167514adb4c2813b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0083/1106] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From b66cd0ea77b75ce1f0dc6bd9cce60c6c97d56821 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0084/1106] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From a2df2b428ae97f0df8bf107f6d919c463f5f0013 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0085/1106] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 8603bb366166e3ba517bdb5f0afda8714a00f1e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0086/1106] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 91bfd2ee1b803407082b0826b4339b72c1e9216d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0087/1106] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 2beb47fddf313e4b38a38f33b78d9bedffe17de2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0088/1106] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From 0ed874340ce0c22fc6873436e15edd6ecacd7626 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0089/1106] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 4cd1d11aa8a8772dd9a8229fffde01049a798d19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0090/1106] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 4ea54ab38694bc446fdc40a748f7b26929356f3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0091/1106] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From b16cc21e0df93efc10e78220bab2e937348f5e41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0092/1106] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From b27082b66345232fc6269b94c29efe2fc414ab80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0093/1106] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 41347d8c9b292db27159ee7038951ed90bdf89be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0094/1106] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From 3b0e7e5e8943a85ed1b41e4ba02c48b87c30f9e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0095/1106] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d567a759db23f7369e20d7629c856d788256c40f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0096/1106] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From 95d94c2a564ee2e1fd9a6f0b154d0254037ba5b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0097/1106] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 687bed38ea090e480e86b1c92148220cfb783012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0098/1106] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 902ca9d1be481c5330fe720439ba58ff5593cc7e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0099/1106] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From e43431643e0384572e61b24bcba91aadf26c39db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0100/1106] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From eaa68bc78b102a85952dd475bb33357b1f75a5be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0101/1106] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..bb1afcf4501 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,10 +1,9 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
-hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
+hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev"
 makedepends="python3-devel python3-gobject-devel"
 depends="libratbag gtk+3 python3-lxml"
 checkdepends="python3-flake8"

From d7434e4cf3b104ac78c653396250ee0e8c5d5f01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0102/1106] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From f7a4ca2f5c370f124efab4739bac6bd46246fd3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0103/1106] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 072baa1950659ba3806a6913a0d4fa063b2e8d9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0104/1106] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From cf840660d0351b12f4a38284c7ca787c87feeb1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0105/1106] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e6cddc901cdf8b6cf248ba247e4d4193cd9f666 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0106/1106] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From 7d2f35a83fd6eee95a1eb107aebeef70895b23b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0107/1106] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From b1add87224cea25c604bba0b3c5f053981c9362a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0108/1106] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 8d19f043b7f5ae475a0a420e18aa87cac7086461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0109/1106] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From b3d827f1b2eb989ad08492370db638846763e37c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0110/1106] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From fb2dfe99a570f0af8e1dcced9b5b43a9752cd342 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0111/1106] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From a54dc268988029ca8d3a1de97f3907702d9bedcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0112/1106] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6c7787886efa9d6c1156a46522ac4cf9c242f1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0113/1106] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09cbbb03604a6243e60cfed109c0d066cef68827 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0114/1106] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c4610adaa25714b578b543ecdef53fce6170b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0115/1106] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b49aa63204c60d482f7216d85f32453a2aa85c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0116/1106] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 717116e22097e7cbb61b76e6694f4020d909e879 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0117/1106] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 653b7d6ce2323e6dbc664d9678cb03c11d5b13e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0118/1106] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53aa7bf81cab211f3d493125c99a4cac222dcfbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0119/1106] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 542f1ee07bd6bb763c077954e136488cfb431662 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0120/1106] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d7cb3b572930c5dc74aaf3ea9440c4a619b77cbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0121/1106] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From a53f4d30df25c666e7e577dbb4096045f9ac04f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0122/1106] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef80e3cac7c15c133d516fd3a0ddd1166967379e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0123/1106] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From 254c24b2cb340b6c19f5ebab3b6ec77a5b8edd6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0124/1106] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From c9c94e4eb37f91b222a4a1df44a6ee51f0040dd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0125/1106] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From afb4efeb4ffa83569c5fd490445acfa365a947ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1106] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 20231a46e06d883b22dd43dde4852f74f19158aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0127/1106] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 398de80bcbc8762ef40f6516608d1e3f0b4bf00b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0128/1106] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb77e2a5b50a33d9f360fa023a6d6b207b555adf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0129/1106] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 92655ff037d4cafa13a65c5130d88085a2991e05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0130/1106] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From 411ee37e01b00f7f37e73e816e966aacd17ce855 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0131/1106] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dfe5b302785b8b4b5d087c878ac5e2fa343bfb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0132/1106] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From aaa53f204725d317ebcdbf0413c7862a68c11984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0133/1106] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From 180842b741e4b55c39c38987fec688bc187668c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0134/1106] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From 6ba6c85c2ca7cb39547c9f545bced2f9281d6e4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0135/1106] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76b00d745f0a23fbde27320b6834f33002475874 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0136/1106] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b80fb37f7268b7947264e2533f2777d1ff47ad9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1106] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10b823dbd878d67da4942ce182a48b8d01c4270b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0138/1106] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 921c90026ce1bf88c26ef4fc307fd1cf66561d96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0139/1106] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 3ce09e80dcd392e697b37364708c106bb73cb43e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0140/1106] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b3ea8d9ed47e3656e0612784d5fd8ddf209cb0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0141/1106] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From d7e845e09a8900fdae165db90423255b8370f6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0142/1106] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From efa27d99c39aad3082277394f1cef68e467028bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0143/1106] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a554a1609b691d577dceef7e8b26ca6e77398659 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0144/1106] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f5a9670a0e57bedc14bacf3416ca26a6b94735a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0145/1106] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From 32c95c9987c98271e5de91b886585fe21346c3dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0146/1106] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 55c2fba44db2b1008739ec64327d1a0cd67e9fc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0147/1106] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From 5c020de616d278aa7b85246ba126c8111843b160 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1106] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From 444c56d2ffa2b555b5e7d03e3d1141efe3bcd441 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0149/1106] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 19d38736584c7414e057ec5def5d411ab286d766 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0150/1106] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 9a73c73aebea8a851d75561acef9392cd54c1828 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0151/1106] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From e523b4b3998d5761c7622f671fa68eb721cc16a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0152/1106] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aebcc15741eba16d6998be4afad461b839e26db4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0153/1106] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 6bbf61b853c2f24e45dab1ced8f51d589c28421e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0154/1106] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 2858708571b73fcb767b86c23a5189f6398bf696 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0155/1106] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From f4d83dddbeeee6d013e19d9428fbab89ba071787 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0156/1106] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 05e34ca6eb9b213f9f9b242d12ef3c6770b6c1fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0157/1106] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c468794744cdf9860f6686a8131da63795c88e12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0158/1106] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From 67e4c5c74c5bc85f15f0ea6abf50f8520f53b944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0159/1106] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 50ee6721d6606341a01d5a004319da6057b8e6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0160/1106] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From d05df6ffdd31b57bddef8b50fc4c018424931564 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0161/1106] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29c113a842be2deb356b40114e9aa1e8600547f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0162/1106] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From 7bf94f009501335f1ad90ea35f48a09cf2f6f0cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0163/1106] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c87ecf2515bdf51ed785b54257efedf6e3a4653b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1106] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From 8a449602d40805b330e5068b687643eb93cd37ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0165/1106] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 89b8d0eb10543bd356cfe2fcb17f76cd3807e686 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0166/1106] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From d25e7c94e8c52bbd4f964a4106a1740900b5fcc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0167/1106] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 7618c2a9ba0ac52e74fb42b35de52d51241014e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0168/1106] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 6a41ac286d14629f9135c7c78282cf58be8a633f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0169/1106] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fca9aef7cb218b69a0c7e4e04b0bae985bda243a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0170/1106] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a26e0e825622b4d777a9c694621ba35a64286b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0171/1106] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 45e97f81d1b4b9320d74dec4008d46711848b043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0172/1106] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From 1ac75cce17d883072cefaafedd7e7696cf79cd87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0173/1106] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7074f68a73f52d7fc5651e8925ee2a878390805a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0174/1106] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b6d49b47f43e699cfe131b332f499c023dc0cede Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1106] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ccd45564d48a2c1545919f9e45e6363185ab945 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0176/1106] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From ac781e61f94564912cd374bd7b2f3e369c045681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0177/1106] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e2cb32b439faca494896494487eaf16ec1ff2fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0178/1106] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a04a7d591fbcfbb006c038ddc3259314e2d8557f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0179/1106] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecf5f92e471bba6d981c1b753094a42e107d4039 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0180/1106] python3-dpkt: rebuild for Python 3.9

---
 srcpkgs/python3-dpkt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 91a142f8993..a12654d9ba5 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.4
-revision=1
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed61eecf9fbe0ddef44fa745a080493d029c523a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0181/1106] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From 5c8ec0bcfa00a9e53709f66bd63b732b819a774b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0182/1106] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6d5430f66b78a15016f83950d9876c9944246a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0183/1106] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From 54307fe0c2af22a424c69e4868c50bd846badd51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0184/1106] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2f02bda0a1168e75ad45323135a0fb8b240947e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0185/1106] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29be7fa00d7d22e16a2f19891b12f824bf38a856 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1106] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33337703c4425e3b338441be2f5edddc9d4fd9ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0187/1106] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 6507b1e9e5169a571c48537906d6e7295fa9802c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0188/1106] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From b4f98c1b28a9c49eae837896879239649be2acde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0189/1106] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d2f80c44e642f391d1c70ba2db126ebed0f77b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0190/1106] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From 19cf2c0e31ab5084aea65564d6a1f957552ee021 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0191/1106] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d8db5047dfd5d64453f594416e8a9bf6e95cfb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0192/1106] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 5dbe873c11131a1783d93b69432bcb9bd2842e60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0193/1106] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From 43202c0702411b3188ca1cb8cef0726cb2889ca9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0194/1106] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From d9ac205af575156cf4c38c5039cb912bbb800c59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0195/1106] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 75b7b8fea8ca417e2af027cf2e1a449838028aa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0196/1106] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15e61c76b3f5a1133638085185eff6ee1ee085e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0197/1106] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From 54d525c54b0b46f2fbf610f991be2a6a333ca406 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0198/1106] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 4db5a3d2b49f3d22aac95207e00e7aa1d43890b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0199/1106] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9de89c5a100f29da20aa7b958ddb8548d9442d2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0200/1106] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db6eec6e17602d410ae52083df24e16b2746739e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0201/1106] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 45ccb705ff4e6b0085b8e1d270613ff6288002ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1106] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc7425ca769398eeefe8dc75ec2a21416d4ed791 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0203/1106] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 60c8a575fc8b1a8335aeb9dc7d8ca39988873a58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0204/1106] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5e6bb3ae83c8805abdd730caa3f4ad02694ee63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0205/1106] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b9e0c10633127101a8d678d031db93fa57e571a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0206/1106] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From b81b4784a0061c85aef876d0c8fe280ea1be28b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0207/1106] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From fbab01b2dfbeb1634a6a7900b2db97a0d25337c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0208/1106] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 64a4f668a7e550a543c3ca1529b536b6d2b2e389 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0209/1106] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7d15eed694eb1d638afe8994c110420325bfef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0210/1106] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From f7b79497efe8f1ddc65721b272226ee5f0394262 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0211/1106] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 773b1866f27604b04d6f6bf72a4716484865e799 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0212/1106] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b13b2297c11e9237c7b8785a663949a1b19cfcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1106] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c14141a9d9e14497b6d5523bc88356341c26ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0214/1106] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f544e0b35267bad03c9615182e28ef40cbb18f64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0215/1106] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 090979af372e0f20f109359bff5563aa81a8dcee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0216/1106] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48de1a2c1bb3119de4aa145e035d1dc953a6148a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0217/1106] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From 21e08416c3c4855d2e5abf79eb9b097f0e2c6d3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0218/1106] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84a23d081122f3ed49da5212766641d832e330f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1106] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0137dc09e7f2cbbfd1a1b7930d1f41d9e76c90d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0220/1106] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From 3685a466b02a18e8ee03c26cb406ed2bd2ad88e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0221/1106] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd4970debb14468bb595187aa46c504bea1fb9a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1106] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d158f18ce9d5fd8c581dd44bc4333bc7f5f2f8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0223/1106] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10ce1112750c943d7ed967a085263c6027cb7e2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1106] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From adbd47a9661854623828e5c6f5c6340b171321d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0225/1106] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b55662e92e254ef452a50d7abe2f04a137b1ae0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0226/1106] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b89890fa69f2b750e2c543eb942a68716613e80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0227/1106] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7445f1433b7a64c68e16af9150bd70359a46966f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0228/1106] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72332775c5f32f7072fc1a3f3908e7593dfeae29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0229/1106] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3688a45381d09df113f93ef291f2394bf2061f92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0230/1106] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9a72fb2a67ce181c4a097809109acc259e5a29d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0231/1106] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 456bd87d0dd980525f756c9adad0e35847762e31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0232/1106] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 427edcfc1f16e3c3844a5912df3488de096e3393 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0233/1106] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From e1ff2733992691f991d7f0865286a6a2c5d015ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0234/1106] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6590434681a84343ad50e93ae3e6663dc6bfc2c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1106] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 036b790084992f7d6f6abe792e5fbfd6c846721e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0236/1106] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 8458275274919cae649cf6c6df77fd68f678bcff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0237/1106] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From ab40a9f3ff77ca49595b26a7276b4dc29764bac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0238/1106] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From a02a61a63d50efacbc88e11b41dbc344d8e786b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0239/1106] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From 1810935e768988907f534ecbfd33f7cd061b6c6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0240/1106] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 4b857fd4f5c74e0c233003b786ac89a3e24b3a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0241/1106] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 3d6871986475ab4b34bc9b11065dd55f1beb63a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0242/1106] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3aed57241aff443ffc2bee8c3ac6bc62f41ebb68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0243/1106] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15018e768c5731d1fa16aacd4d99383abba0bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0244/1106] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f688c406a41e55f5ea6d8506ef16b5e44fd9fec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0245/1106] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e500b6ef282c99b9206134f40f383369967568db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1106] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d60dfd7df693a86e322a2c3752aa9761ea65e2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0247/1106] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80a8bdc3a5f5d64ab60057a084b385b2316c401d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0248/1106] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From fc76258e79473e9b27dc1234e9d7eead433066a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0249/1106] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 0559ffeba3b729d881fdc3ffdb2d0ac2dc5beb3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0250/1106] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 6c7a1662a172f5b45f44075916cc98c43156c6f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0251/1106] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From b3dc17f0397f0e583afe1868e263adf007d9c358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0252/1106] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 99c54509b3845089a00ceb264aec2652fbab21d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0253/1106] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From d10af0bcd8728f57b90ea39670be6f3665c56924 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0254/1106] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44054eaf44b73eb0f4dedca8e722479744425cc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0255/1106] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From f137bf13d5ebbcf9f0d2f6743bc61b084dddb105 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0256/1106] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f42fd5af7f56907f7dac2f5ef76e8653af53ca50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0257/1106] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 6a89b4fd900ff921fd1577b0dc27f28a8c9f4a58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0258/1106] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From d764a557557d90ce6f0619a4c80e0e73e147f257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0259/1106] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45a27eaf1df87d762dfaa8d9bcc15c14ba3a7089 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0260/1106] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a86e42cee279b644dadd702117a20b2ce448fec8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0261/1106] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 3966a189085aefa8685786c4855121b03dd82a59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1106] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 7d46c5debba10a7c5f3799bbd3a778d03607fa9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0263/1106] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From 3e141a5b3b949263b6ee16b75a4213000624610f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0264/1106] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ebb939215a0289f12722f80145db3d33fa6e103 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0265/1106] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 756892a426619d200ca406125860dffcf8e5c2b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0266/1106] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d54a008bc9cf9f22c0c8dcbd617fb556b76d0221 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0267/1106] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From e01610d6ab8c05e2002ec86abb3b759f066cc19c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0268/1106] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7f7835b8db223c577cda7808c6c0f8db197bd7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0269/1106] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ddbe73f935d6b3b0f755f898e69905c944bd3a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0270/1106] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5eca927ff7165e6d870e764d22b2cb704c252849 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0271/1106] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e3c8697c3a0f6ec384d2cdc31b27c6869ff05fca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0272/1106] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From d83f207d9d954362de7732f4f1e9a7982ebd8046 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0273/1106] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 2f5bcaad55aa9925de67a76fb2d6707a74e3794f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0274/1106] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From a12d0700f7c2611a0778c6427a76742bf30a4b19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0275/1106] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From b4b1ff1207f7abf5ffa970e9b624f0c3f7901765 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0276/1106] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 884774f9214170562638957e40a73654363d3a99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0277/1106] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0366e4f10ca335ee52dd01327c7d8965221b14fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1106] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 812fbb8266e0acc11878a739108bbee292adbe56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0279/1106] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f4e6045c1922f93338e8d5ea1064efe6e844348 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0280/1106] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdc8b881af9f9756a23088de893db457a57eefe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0281/1106] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10da5216caa79677c7ba6d5babbc6b830007641e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0282/1106] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef724d391b70bea8a3cacbae678a3c26a75d1232 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0283/1106] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 02a6ece154a1dd206397b77255d138164cb8095c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0284/1106] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c398d5e0dcece81c5c9addcd75d21a6c92bce954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0285/1106] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8ea7f4a4b8245f899c12a3446844810c25ae4e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0286/1106] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52bf1f9bbc6d8a3c5d03e80ec31e5fad21d5bf8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0287/1106] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 7da1baf820a59e3bcfda20a9033f2395a0e06b99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0288/1106] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From 285185e6fec209a8de0ffddf492155323c9edf8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1106] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From 7a499611f8744284e358f88d266eb94612c25330 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0290/1106] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 911abcdd31818d887579b9e208548a05c1de038b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0291/1106] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0cf1d0b9fd3c8b68e38de74558807dbdb1c64026 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0292/1106] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From c7540dc222a3c35117d57652689040c83788db15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0293/1106] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69c33962f277418cca1cff2b6a0bf431412bcabb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0294/1106] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 05abbfb61bdd07fb34e449bad8947d113e7202ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0295/1106] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a4b35d25ce6cc98bc8d831f964e14b9a0f29fa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0296/1106] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f3e24e90af803fdb6355cb3edf43105cfdaf151 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0297/1106] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38d5f814a5473c127e9b1d2c541287e86a888012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0298/1106] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 818911dd9d9bf5169d0c74ba250152a1795a97f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0299/1106] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From f0a7253306506aa12d53fad82b627d11580686fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1106] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From 2b93f97ff1bf7b0075cda7251281f9130dfdb095 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0301/1106] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aaca98bb78f7102e93431166d84a0b04519335c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0302/1106] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From e33e4a6281459c0862197a5bf2eedee249b9f504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0303/1106] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d5310423acfeec7a0223764b51b89fe9d9cf9420 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0304/1106] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7642b537267ebe19ecf6fb316c055c85950e03cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0305/1106] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d834b23f1533dd18af898b878e3fe1a9a12d3772 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0306/1106] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8d1e15c60fb29910dbeafa757e5b13057e2c3ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0307/1106] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c7267bbbdff32fd95da59368221d2fa366e6c3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0308/1106] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9504d9e0fbea906109489c23306fad89f662a2bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0309/1106] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 49310155755b7958a9814e47e93a0f81c3c4883a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0310/1106] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6fb40fa1200272fed2ff0346724f5b9ebe6c06af Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1106] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849c71f4dc5ca3acd9d6a4fddd89debc67f8d725 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0312/1106] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1db16d734dd57baed01fa383836b58aed5b9f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0313/1106] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From 268f528a864c3ad346db268e88492c150d5098dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0314/1106] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From c67006e99c707caa227f3c99656bd360e4d73612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0315/1106] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From d4de03148ac44c05c7853f09e980a63ba7b52dfa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0316/1106] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 43749b1b7cac40e542167640a476b0dd13bfd9c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1106] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 475e1fcfe72405bdac91db115286153a4e917c8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0318/1106] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From 518fc1b7b2116e0ac3e796fef94e187a12cc252b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0319/1106] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9e4959b04c2ff92682ae25b13fd6e54493677c49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0320/1106] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d45088681767397e7bbdf46b41558840b8879d17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0321/1106] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From f97efced8ffd3bd49161d32b868ec55e8fb705ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0322/1106] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 70cb2b9efa5b5a83502bd434ef0215c6ce303e1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0323/1106] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 10eb9ef879245339184da2a45048b40010a5f9b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0324/1106] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 249aad2d40d3184c7d735236323372f0c220a2d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0325/1106] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 8093caf02a1bc3d68e6fcf4a3a71018c70a7fb02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0326/1106] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From c2096ea23be36db76c306d5093185f0338b1d944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0327/1106] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From e4b6ee6f6fff2464c3d7da9d76c9371fef6231f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1106] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b31d5a9562f31f03826d202be03bbb0ec95aaa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0329/1106] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 619b591bf49827d7fbcedb5e08203ad22849d0c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0330/1106] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb88162645182cd2424da1605a7d01df1b3ccf22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0331/1106] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From e8b63c5cb97b4620a99b278c9dcc3d33e04331c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0332/1106] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 9867950590731097fde26b675f9f7af3dc694e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0333/1106] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c70558ad6747d213b9152ec784f71d08ac7ed45d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0334/1106] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6cb79beab307daf783d39443b2121b7d0ae13c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0335/1106] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 067426ab01fdeb96c3f4fc72e00c63def2a66f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0336/1106] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From ba02b17bb812594720a63fe4a424d8cfcff44dad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0337/1106] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee816b0131f375abbd8b4903e797e202216f8f27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0338/1106] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From de841fdd0b5a9b250b4fc4b6b9031059b0564504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0339/1106] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 0aade2b7ee8054a6acfd62bca2d8eb03b5389882 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0340/1106] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aa323f675607d6fd2db5a15d7da4e7ed3f0d6cee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0341/1106] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43e4ba7d4ba4dcf5581182936fc5a09376de0201 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0342/1106] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36ccbe91d36f32a10a7f3fa84ae14bb4753a2e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0343/1106] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From 8189a89edf029d515542e4c148530b623c2cf680 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1106] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08f17effe95d5b04ad21992724296fda966c2dd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0345/1106] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From de8d575105b2f82fee8aa9a875a61169ac7c8d78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0346/1106] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ac04a1ad47e94082053caa55af7d75c086d125bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0347/1106] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 53ac6aa554ee12a08b1409e062b9453345217cfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0348/1106] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From f2d7e3cffd9ea02e2ab27060226f3c5c3c13877f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0349/1106] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From d2ecd54f95821d81fcc32a36b3d231df0aa789ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0350/1106] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From ba396ddeafeaeaf0954442ec4ce8e9de6af2eb95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0351/1106] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From 4827b3da985318c20ec02f684234d2a58fd897b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0352/1106] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From 871cac03a2977e5624d277ab4fcb0ebb16cc0e46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0353/1106] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 75871b5583c8f736632ed0085470bed35907c9f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0354/1106] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 0f85fcf519bd5fb05ef6caa8ee505267645586fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1106] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From 4e31c6fa55b773b50d47e874fb7d3d4fcb294271 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0356/1106] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From ea6e745386a84f4a434f25b1c7e871639df49d06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0357/1106] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 5a5bb65ab2ec6b017ac523fc65c65f3dadf5f144 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0358/1106] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From 117867c2bbf9af7bd27b96e02c72851dd1a9bda3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0359/1106] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 77ea0466b453d8b9a4d6d00f2ce162fa1aa1c07b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0360/1106] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 4a9b2313ca9def591c08f4015f69bf7f193cec95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0361/1106] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 701a21810dd8f4bdf1281be31d4e04d9db3b98a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0362/1106] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From a15c1d3bec327b202a7dcceb7fb25fa84ca05ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0363/1106] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From bd52853dbccf9d870c6f90e55cf86eda4fb00b30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0364/1106] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 2cc1bb7ef73c28a6c2f75b0ba9f24535d14c064e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0365/1106] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From 1541bb89dd6e18dcc063c0458890b59e3f654be9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0366/1106] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 98b0c3e66a293aaf4952914318b22ad19a28d65b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0367/1106] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From a363ffecd83f03b927e4ee00da3e9c1f2be3bf92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0368/1106] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From 80b974dd3115df64ee2ee04b657d0832c859d2b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0369/1106] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From 57b6433279f171be9f7ef9848639be58b418337e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0370/1106] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From fab4abb077a6992429d034dc8589426c1c5d105f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1106] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 276522bc545dd6de778ce704ef54fb42e4a5d1b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0372/1106] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From c318d8060d88bc8b7232642559e7bdbbda46a844 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0373/1106] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From d8a966748f439f566eb04f11d6c408aa959e8000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0374/1106] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From eb5342b894c89d17f0f9f2297c8d8a9900b54fdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0375/1106] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From c81b22e634f45d58aaa3d114fb772e7f18a36040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0376/1106] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From e8882aa2eff36a7ff67d75c74d038d2371ed6810 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0377/1106] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 1b3624c7702db8ef7620d89d994cf4e90199c95f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0378/1106] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From f36ebe7117764f081d2df31fdba114b7794dee60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0379/1106] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From 1824ac2d09f61cb01b07f3c38d88a60ff22723c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0380/1106] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 61af3e005705469d0fa5ac7f1ec9ea40fc4c97fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0381/1106] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From d00f14b96f545a2ad81ba955203b6c41342964aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1106] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From defa426ef1d7404c91eabbd4ac28751b03bb7ba3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0383/1106] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 5a3b8b9dbb818200e7d8ec75c4dafed8f40808fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0384/1106] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 79d5e00241eba98be5324b9c78741068a1c4fed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0385/1106] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From e99f6bb2795bcae6f151f1893228f7547b6d8ef6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0386/1106] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From f3b5628dcd613a56f100bf63c9c85252236c7f98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0387/1106] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From c7d299adf78fcef2b82508a1b1539df848e0f057 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0388/1106] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From ff31e9df0f3a43a76ebd924bb45d469c78004d9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0389/1106] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 1ac207d486af1eb046217f4aaa617fe30e817d36 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0390/1106] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 42e50f7bb1d442dd713677316a8c8368764ea982 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0391/1106] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 9d45a356a412a8da2cd9ccce3a140eea9e00195d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0392/1106] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 6daf8568a1f6692a3cd93a68e41ef227227cd88e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0393/1106] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From 6daad11452e846df6d5c6c5cab10f70e7da35a17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0394/1106] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From b8db0ccd3929cec249f40d63e46be2b558257e9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0395/1106] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 87868072cf2d187170a3e60898a4a566ca7c1ab4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0396/1106] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 3b5c5a66041c3d344cfc37b1eaac8659f32bdc53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0397/1106] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From 65f71954242a19471990ad5ea4f0fd11d0df0abe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0398/1106] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 62581fb55c809ced2533336813173ffa4aefa99a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0399/1106] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From a0277e28a960385c3c66fcc3c2fce5c9d5f0d000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0400/1106] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 66acbf8e3088011a6c656630255f698abff91ec8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0401/1106] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 2d8e89d8b782ad1c309ed092abe925faed2c5126 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0402/1106] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From b48e394c386bf853febca3225a65fdd62829d696 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0403/1106] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From c6afc2fe56acedc20e01c070d8c08d01160f0087 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0404/1106] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From b3f3a745bd0eee361643d487cd19cda1dd15813e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0405/1106] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 667bbf5e3870ec5745d7066c1f4c6b994e0f0a37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0406/1106] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From c7065ccead0130163a9e6a7515acc806051160b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0407/1106] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From ef80b55f8baa72460d2739498b45a0c09c6a45ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0408/1106] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From 03360e7c9e8c3a418d05abb4258a58bf5201d37a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0409/1106] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From c5bb976c4d865d3b64dc6c793c00f8a5012094d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0410/1106] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 60441b34153ef61cd825a4aab5c4f14baaaea464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0411/1106] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 86eee84fe692ad0f42d22163360ae60b6afe8324 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0412/1106] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e382b433e4d891d9d6ce4d8d8a9ac9c68009dd25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0413/1106] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 03f85a450a10712e260eec24af12770c423dff81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0414/1106] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..8d7bfc99778 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,10 +1,11 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
-hostmakedepends="doxygen swig"
+configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
+hostmakedepends="doxygen swig python3"
 makedepends="python3-devel"
 short_desc="Vendor and platform neutral SDR support library"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From b75b753d8b189ef2589f8dab7a2c209a566c6aa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0415/1106] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From 0eca61bbdf0cb94757824a12a143b41401d31844 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0416/1106] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From ed6fffd4e2e277135bd7911616e1108fd10bc49a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1106] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 8d8814cecc67203273a8c8b21e947fba8defaad5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1106] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 24394f371d8a2ccc25adc93410a0230d1a8b99ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0419/1106] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 79a83d23e80eb9ba9791edfc9924b12dcaf91c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0420/1106] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 278ab4c4c5da89941a9497bc7d3ae35d364636bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0421/1106] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From ba71d425ea326c7514cc0aed1351e705ed70bc70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0422/1106] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From dc7bb22e2f3ddd1a45cf6fd7100c1301dbdbd93b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0423/1106] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 72662987f7619d43a34f3e57cf1ae279f42d3c7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0424/1106] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 542d5f24b1a337215883559898209c9eda9afe87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1106] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 56a02e0ae144d5ea154ab697313b49ac93323f9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1106] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 37485a0606a71113dcd2b84841543c47d27dc807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0427/1106] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From bcb7bb942dc70d4bc00385af55d57cf0872bbb71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0428/1106] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 2947c6fb9359ed8f26ee17206e92b3cada346ad9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0429/1106] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From a6faeeb8127c73e46c420df6b78eaa5030c18321 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0430/1106] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 36f25559f27eda64cdb8862b28d38cbe63727143 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0431/1106] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From c27c6c0128d8d89e5465410b8212bd6903a4e8e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0432/1106] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins-python2  |  1 -
 srcpkgs/cairo-dock-plugins/template | 18 ++++--------------
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 120000 srcpkgs/cairo-dock-plugins-python2

diff --git a/srcpkgs/cairo-dock-plugins-python2 b/srcpkgs/cairo-dock-plugins-python2
deleted file mode 120000
index 3f919c136ba..00000000000
--- a/srcpkgs/cairo-dock-plugins-python2
+++ /dev/null
@@ -1 +0,0 @@
-cairo-dock-plugins
\ No newline at end of file
diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..1086ee328e4 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,14 +1,12 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
-# XXX libetpan, libdbusmenu, etc
 makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel
- libical-devel libxklavier-devel zeitgeist-devel libsensors-devel
- cairo-dock-devel gnome-menus-devel vte290-devel vala-devel vala
- python-devel python3-devel upower-devel"
+ libical-devel libxklavier-devel zeitgeist-devel libsensors-devel vala-devel
+ cairo-dock-devel gnome-menus-devel vte290-devel python3-devel upower-devel"
 depends="cairo-dock>=${version} upower"
 short_desc="Plugins for cairo-dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +17,7 @@ checksum=e09b8e600398749d1f74b26e645b477a1844a3eea02fcadd6877935da3f8639e
 patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" python-devel python3-devel vala"
+	hostmakedepends+=" python3-devel vala-devel"
 fi
 
 CFLAGS="-fcommon"
@@ -32,14 +30,6 @@ pre_configure() {
 	echo -n > logout/CMakeLists.txt
 }
 
-cairo-dock-plugins-python2_package() {
-	depends="python ${sourcepkg}>=${version}_${revision}"
-	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"
-	short_desc+=" - python2 bindings"
-	pkg_install() {
-		vmove ${py2_sitelib}
-	}
-}
 cairo-dock-plugins-python3_package() {
 	depends="python3 ${sourcepkg}>=${version}_${revision}"
 	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"

From 8b82b5c657719858c08019d62c7799ee38157b85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1106] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 2925983eb19..4b57cdec418 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.2.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From 075c1b57e7bdd904623a092c3604b0b03711ca28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1106] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 69ca413486c155af434a22bb5400e982ed3f86dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0435/1106] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From 8caa0897e56dd1151e7b998437e817d9ef40636c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0436/1106] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index 23e68a2fc10..6ac08ee5e22 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From df6bfd8dffb38acdded4d8cf7c574c8df416afe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0437/1106] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 4aa48279754ac3a3e7ff568cb62be205807d8436 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0438/1106] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 258ef4d6126b67583f82d4d29c6c15d51dafd329 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0439/1106] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From 9721a83bbba803036a3dcf5467ca679c738526e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0440/1106] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From a643ba6785c382b6d68f485f229f72f8ada17570 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1106] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From 59d919a5bf95b505f09f7e10ecb45b9fe0d25b2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0442/1106] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 67fefc85a4a73332af3d49a4408ce262e4214e9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0443/1106] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 7bc6a416bfd12bca232e3dc1a68b0af3e2c320ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0444/1106] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From 10d5c6921d718d38ad764b5bf65666ad46e1f767 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0445/1106] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From ab0ae6e112596d1ebb21d667baa797bc76e68919 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0446/1106] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 234b9a853a29106c23330cfed7a1936289673b88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0447/1106] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From a8ba67aa6b3b01e6e8a2e2942052b35ee21f7b9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1106] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1e126bb542cedeaa8ae9e791c9590e78db9fd61b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1106] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 3f82307c098..ff421ea456f 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.16
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 11ec37930d895c35b63769b71526486dd5076263 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0450/1106] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 6580ec3f3433b3cfbd27ada3bed868f29c8d84f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0451/1106] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From 81c262c71487ec1fc7ead39520b5c864dcc9d7e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0452/1106] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 7946a1cf91c06dc3edddc15e854f674ad3ec4d1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0453/1106] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 817a8ed808ed26bc93e59449d57c4426860e9f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0454/1106] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From 3ea0b497c120c1c045a9259ead3c8dd9a5745e83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0455/1106] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From bef2d0c87ed399e8c59364627af25d68b42bbcb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0456/1106] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index fcbe522beeb..9c7da029640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From ac740e2f87b7732e2825c4f710adb399b0deed49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1106] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From f91000a37eacefc8de4a91bec34f232f25064bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1106] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 36e8042be47967e61d73bca37c917d3f34de87e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0459/1106] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From 94dc4bb81d502dc85a4e865f78bf7df21476ad51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0460/1106] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From 0ee56cebf5b1ef3cb206d7cf581c2c9e929c24ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0461/1106] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From d85b0d149545e21e522630bd21329b059fd09e44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0462/1106] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From ab4c35699e204e313224a74897c8868f1add1135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0463/1106] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From 5b58d7d6ef0c4909feeea853370f3dc31ace32dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1106] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 90b95e4b5c2e1a3e73cc1003ee173e208077b5dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1106] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 28d63d36a384166c3878081b4d9a430442f7db04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1106] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 021afef6ba5a052bc418a718e9d36a54d2d1e55d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0467/1106] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 1ca21440f3f16a0ef965ecff44c0f3f54c002233 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0468/1106] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index f7d909333a5..e8e9f2dd2a2 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From 28112931a4aa14d2140b2eb003984351becb6e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0469/1106] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 9530b7b9cd9094e877d5a799c701436d66296d3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0470/1106] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 3ac4d0a4a5e711fa4b875da15dbad5a6b4fd756d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0471/1106] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From df9bca1f78fb63433a6c8f3f36022b02ff64b44f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1106] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 131690c34e7ae3d403d06722cacaa67ef22dcc2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1106] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From 663fe5e6d46d96c6e0d80673a0267abd7c645bf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1106] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From e4e3ab5b5b41e26147f3ef7393721228df1ea14f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0475/1106] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From 315a2286d66a2cb86b34e7c72ac6881d5c9225c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0476/1106] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From 76dade7b4c888361985ad79045e747ca6999eaf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0477/1106] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From 441a8f565541163122b8c3f3c46227d489dcfed1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0478/1106] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..0c1fae16800 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,10 +1,10 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
-hostmakedepends="pkg-config swig"
+hostmakedepends="pkg-config swig python3 gnuradio"
 makedepends="boost-devel gnuradio-devel libairspy-devel libhackrf-devel
  librtlsdr-devel python3-devel uhd-devel log4cpp-devel mpir-devel
  SoapySDR-devel volk-devel fftw-devel gmpxx-devel"

From 197bb93db9603e8db8ab832c70d1182957e7aad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0479/1106] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 4a2086031d6fed659756d22bf88e5757e69c6ef1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1106] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 7a6d6d556d387b82676be92f458effc5bbd2aff8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1106] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 45e2d27a95b42b911b082bf804e6debfc3ee4beb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1106] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From c763d6e1d463924060db8b66e0bc30d35f8359b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0483/1106] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 0091c7b6b2dc8e18114f8b740b21d7e4eb14836a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0484/1106] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 01eda6ce60910637b6f23c608325b417c5e97eef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0485/1106] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From 06977dad9082131627fbc687b362c4d29095f722 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0486/1106] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From ac38107a704195100a7e8bc2b3d972d932316dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0487/1106] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From eb1fec04a1e14727964f3843c923fb6646073339 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1106] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 2e85b534977dc26a399522592f43e71a50468224 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1106] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From a51878bd23dc367029407c2079b80fe878195679 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1106] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From 7c94ad44088dbe2db5094d94b4ea1a1b92a91afa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0491/1106] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 6ebf6fd531e073059289bcce6d9623220396bf54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0492/1106] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From a2b1330de7e669a34bd1a1aa536d2f99ebda96b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0493/1106] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 08503fbb5e97df0ed441f17094d61c42ac99458f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0494/1106] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 8aa4c8af96f488bd5d466f9ef1755aa09ec25b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0495/1106] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From e818b3f4a40c0c9753553070dd951714818b6870 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1106] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 3c15708b268..230b2f1f41d 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.1
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 68dae85992b1c7f21a8a1443e100625d2ba4adb2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1106] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 941650be4c261200085a1342ac488d41ae7db183 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0498/1106] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From b524e3ddef6dc02e4e95e52b9d2d859f631110b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0499/1106] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From c8a7c3ae8635ae3c60816bc1ca3791924ddf0327 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0500/1106] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From ca7779f83b020b424a8b454cc6c4993ae0857483 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0501/1106] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From dc18bfc7ec08fd38adf52e01f73e355f958b31a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0502/1106] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From 938c503406421c6b397610805ab9dd38e327a818 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1106] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From 606340062b46f9ebe3b544cc0dc2dcfacc8518fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1106] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 342de01b0b0b00d2d14685fe2db7f92297a52954 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1106] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From b907dc7a33ea3842067434c2733686291a36443c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0506/1106] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 25ff4633f3b40d5eeac55ef396f2f9500a95332d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0507/1106] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From fcd0778cf66737089a38378c58b8786d063e17eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0508/1106] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 6343b0b58053b0050849e65374ada0db05f28d41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0509/1106] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From ea26aef38c05cddb9491c28e2bc032e33762e003 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0510/1106] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From 7714e870336d0d1471a0f192c18d128f2537ae83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1106] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From c19fcae677508ca33633e51f0abde04c279e2543 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1106] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 34643ddaafd22c627a6c438bc3b03fb54baf2172 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1106] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 4e9089143b3b6477e43ff4477ff74f90fd07f4d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0514/1106] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 98374665cd9af174f1504a460750c878486ff034 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0515/1106] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 3c84a6fa3a400d94fd5498df2abd1d555b7dd907 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0516/1106] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From e0d3fbaef5bf965009fd0187532d588c590fd334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0517/1106] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 10b216f7cfe7f7dda3705d2d0a1d4fa432f78f5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0518/1106] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From 0c6760c0ebda2759f8ec9cee96f35da39cf95841 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1106] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From a6611ee79de2d0867d3a5bfec8577bf4585e630f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1106] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From dea289cf541460ecac34f6b622443a88cdd8a7b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1106] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 0f63e56edbaed1c651094dad48584afa1bc7db04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0522/1106] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 0c2fe06cd2bb6244a0d110e318b7ef51cbb015ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0523/1106] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From cf082052d656db422004f9664860b79f1473707b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0524/1106] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index bf32c57bf51..fd6675b880e 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.1
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From b1550109d65aa2be5f06a6a7622eacfa618ac7fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0525/1106] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 425c5ed41201300a0fba823d033228253353d8b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0526/1106] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From d573b27b97f7ecf9bc1fa95406d77f1bfe1d6a35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1106] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From c5bc75714735a751383c10d04a6a0555f9acb5a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1106] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From 0d6316650e134186fbfea559ad04289f773a8c69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0529/1106] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From d5cbad7a9da68d669e3fc8ca8ceb3d48e6bc7723 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0530/1106] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From e1460b8972d42623c627e092941e7f3fbc2a9f30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0531/1106] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40ef82b62453983fbf739ead91b1cb3c9c895aae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0532/1106] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From cb4f531b67d7a4b0ccdc6f7a0b601d4c98250648 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0533/1106] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c84587dc63a06cb5153940cd76be9da2174f63db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1106] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 7f9e4ac3114b45a3980bd0cd46e2568f5fb89211 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1106] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 6e6da49f712a286d85b34921092bcbeac192676d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1106] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From 5fd2fb6e4f38f9828bb818ebaa913c727562d9e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0537/1106] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 6af27c9f15164edcfc9e18c99002f25ad8d52866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0538/1106] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From 6f20eec0cb6372fb3831b3d302d0331ac4f7acc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0539/1106] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 353b58fbd8e45f5568f120060368b662f37965a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0540/1106] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 506a3f0a382c53d3822663c86f23187dd2fdc290 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0541/1106] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From bb5d418089ade6e954ca1cfd24586f578801e9d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1106] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From eacf44ebe3fcb979151e7ff649f467d6e3e8c638 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1106] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From 21584cf583b2fd5e178e8bef3d52974128788fb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1106] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 6bea3eb709230ca95eb0839446418d5c04d9c1a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0545/1106] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From cd982ec5639831ed6cb44b242458aa89def56eb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0546/1106] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 59400df2e1ddb6a147532fdb1ab56610ffe2a832 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0547/1106] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From 3745fadea4bd0b4be86e96383b89d6b8995ee60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0548/1106] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From 45e4de4c6a748fe8179613243fd3b0815bd23326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0549/1106] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From bf2898c24c87c617b5b653297ff4e16d542c3dae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1106] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From 92acfe74d698aafb7407aec5991303587f1716bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1106] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 240b27e1e047c341d05df54e4b903cc0e5f0080a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1106] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2d54eb1b5720c3cb27397eeb777c062992dcd6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0553/1106] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 77e7af0d45e5076b2b740610cad66e6d761628d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0554/1106] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From 72a7a8751350cc55f8a5e2cbe0837e7c7c3ccbbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0555/1106] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From 7ae23475e79fb463693103e93170cb1c8b6ebb49 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0556/1106] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 27713f5a9f2d9750b3c94ebeadd382a8adfd5829 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0557/1106] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 66bb486c7deca6f18cc5cafa86a6587867970808 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1106] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 186818fddc470c9f05d9a4f363db85a0654b7381 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1106] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 18716ed1d88e17557cb43e1a08173dc0e6bcca4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1106] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From c631165e79fadb3d947029428904fb63d5a6c796 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0561/1106] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From 26614fe58801340a77b707580755e01a5a3fb60c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0562/1106] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From b0d8dc3ef7a29fc06608c7714658778ec3eeccfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0563/1106] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0199a4c83472ca3cea5c7441290c7dc6fd3ac90e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0564/1106] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 5e05ce7697671b83e035c0460c617bbd7c71ca33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0565/1106] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a0efebc335969bda6ab8d979b36ad3b3ace8bfc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1106] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 4cc026498960e5c6df30e3f4163c7a08c26d2300 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1106] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 54abac2f23216e372e93002eb0740debd05e6298 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0568/1106] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From b350ac0bcfbc3df0f1e5a5152c079f3146762dc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0569/1106] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 17fc981bd0c31db119626c72ecb92e4cd8c2e070 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0570/1106] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From dd6008f7c667470838421f7ac07a6751f6b9ea7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0571/1106] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 08e4bccb6500dda7bf4c7771256d5cc7286a6cfd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0572/1106] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b1b90589ddd3cf3fd6bff7c2042eb90709296e04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1106] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 58aad5e27f517d839477c756c8de53f2e0a06b0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1106] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 441bf6e0bc748f4741812ce3f7c06f7ef6d0f19e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1106] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 240700f216148996ebaa71a08f0cb5168f2690cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0576/1106] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3bee8a1f0f205a38844e95991e9fceedd6f30009 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0577/1106] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6b1b68bb65f5849dc7be4a933cc06f2bf376e4c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0578/1106] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From 549fc06c5181949256dc1cf6b11e6a1ad37f60a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0579/1106] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 6c95937c39a18a8309f4cd129afb9361f353742f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0580/1106] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 05c4c09cdd928378fcf603c0137425a5cfc3b435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1106] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c331c66eea133729e5e7913a9e6b16c87b883f48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1106] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From 926723fcc12d8ea040faa589ab88e9e5aaf53040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0583/1106] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From 2b5aa12f338fb7223581e79fb8345f0e0a8ff514 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0584/1106] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 100fa112a6674bab65694d76c5d6f0b08cd5a777 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0585/1106] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From c4148e0200da250b69bd0ff3d5a2f4e13b24c582 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0586/1106] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f6f12fbe7c323961152b582655712fba9072e02b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0587/1106] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 64863067758675d26e66f6608b4e9006a7ce5db7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1106] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From dd4da6ba34f0c05f498c0feded58ee03dbef0aa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1106] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 9294ee729283be20f203ff53f656f6c316c2face Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1106] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From 0038a216ae9d9519a0c2e0dc2c2daecb9067d7cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0591/1106] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 18eea5aaa83759fab20c5be6719c868e48eb12ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0592/1106] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 6e4325ae4c279feb467335315725033800fda268 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0593/1106] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From bbfd7d26cf98c1c8025d85a9ba50632cb8b8382f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0594/1106] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From f6135f239239fe99af2ad663aa75b043b12bbb1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0595/1106] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From caf1e8c0719fd8e41ed72602643d112f3819f4be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1106] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From 979bbc129fd6190040894d0f746178d4b0947f93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1106] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f703dcd9d0ac3637c07a7e1df4545e733c9439c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0598/1106] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From ad0e5409dcbc39952f823975033ec9a53e9e203b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0599/1106] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d010e992f5cd69719ae2a80d429ae64910502fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0600/1106] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 16f22c1059a9ede2c4c8b66415ac793ddb6dcce1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0601/1106] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From 3b521467470039435920061d43139f815fcec637 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0602/1106] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From 6892b5c70f316f10da815c434c9894a1baa1485b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1106] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d44eb217fa6c044aafe495e42fd510f333592a47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1106] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 47de42547bf120fd5298d3119e15640862ee3457 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1106] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 979ab6f83285005d301e3f2811bfc7c7cd5b6824 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0606/1106] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From c1caac4eb2850b1fcc76d5631dc1e03510f93437 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0607/1106] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 15a0ad81096fefc0ae81d6911be2d753edac3e2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0608/1106] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From c7fb0f218c9eb28792e66348be6b2bc2e0ab4a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0609/1106] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From f4d19a57ab0d89102c634f20aec1aa3d8e0a90cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0610/1106] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From 67ef2ed5bd1b405d2ef288dd11da7d0ce1596ce8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1106] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ff373ab0cc0eaa0df7e53618c54daa1116edb4e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1106] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 37d20cfddcfb22146a46a24d10b5d2b3e42452a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0613/1106] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e326ddc0edbd5f2bb6b9e8ecc7b3a79bf048b55d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0614/1106] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 3c892c319df7a5e90d1abea3d978f0481fbb2840 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0615/1106] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From e9068502228cbf5627ca815941e8f9cc694233fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0616/1106] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From b16fadc5258a4cc7f0f3a3d6d066b68531f590f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0617/1106] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f09dd851d725ad8af9a4bd49440951dda2ff7055 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1106] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From 16dd2034a812844d45ab8d405e3d5bbe236b718b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1106] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 077b192c038b0636ae89d7d2aec6f4f77eb1926e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0620/1106] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 686b77d5cc62be81f7a188ba1f5767ddac26acb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0621/1106] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b78cf6d47a763e8c7aacd96e76ce5ebd15ad5d06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0622/1106] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 24714249670e7dd87a2d0941ffed1321dd951272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0623/1106] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From eafb805c036ed088856f21004c0e7608571725e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0624/1106] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c7eaed346ee4a3ee687a2165ea064188f5a60414 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1106] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From b252e38ce6eed1beaaa842359f1b35cc39bcc651 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1106] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From f77778f274bfe53358c99062acf6f6e84b87fe96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1106] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 7003c9178f50037b49a60a7829f02fa2f629e24b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0628/1106] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1daa5ca815a91d4772d9cb6cef87756bb7771d5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0629/1106] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From 1f86131880dcf9526fec3ead5f5476643eca59e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0630/1106] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From dd9bf3e49b4451008ba0dd1eee98aeb8f45340e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0631/1106] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From d97c1b77afccaf775edb87210cfeba50c6574939 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0632/1106] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 88fe65238d92a40f8817bfec9e1bdfcd0e8a7f6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1106] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 10cb2463f6d686f2bd120ffca392be5293c5a272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1106] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From c771cae772d9fe6635fba0a5fa6f4cbd9c5ec45e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1106] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 030c03ca2213bfda987ffe1a8b982467879b0784 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0636/1106] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From 1cc809834aa846ecf14298cc799beb666475a975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0637/1106] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From b09e897713175802cce5e49d2774e91ef7d17ef3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0638/1106] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23b41c78229e6c4f37f4c26f10533db276ffad08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0639/1106] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fca9bf99455d0e916aa84a75b9497791c7e6333 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0640/1106] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 55f34b35298e4d6909a3ba75d9ef8950b146f5b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1106] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 82b80b8232a4abe329b115ee2575c65019224567 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1106] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7686c4a42ba97c944725a445991e42274b233a60 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0643/1106] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2514e643a6a3b5b96a4ba3e32d1e2f37a31dc238 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0644/1106] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a171d7ee4d8b7b3a9654f0126cb5c5b2dabd1a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0645/1106] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 319757492190cfe4513ac915bd443960f61ae897 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0646/1106] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee5549d4ae3844fd7d55a3d50825c481a5f6f3a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0647/1106] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 954d41fe0fdec48cd6d96b3e51e1ad9607e5c5cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1106] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bd902c45237a7427ddd6a5ac77b8be7e447c8d8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1106] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 595ca34498c0c5d3bcdf2bab20c60a8f8a66ac93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1106] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5d3d867a0ff617c61b4302dde4234829af0b5cbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0651/1106] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2250ed0dbd0fe3a95e9189846aa0067f14848bfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0652/1106] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d740046fb48ee08b5f6829ce6d6ab410817df778 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0653/1106] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 1ca1310144c2ea2febac9dee9ac815f71d55f39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0654/1106] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8bb6dbdbf4bba3a64e373a610f04e2dd8cdd718f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0655/1106] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73998628fd283062a6dee8a91dc5d929cb7ae3c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1106] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2beae7f29e58018020d8573dadd1587e8b468ebb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1106] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From e73402204edfaaca472528fa4560dad437d4160b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1106] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 422832dd08505fadbc2781d6c24ede221d971251 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0659/1106] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d6c01495e0e4dd1a8a13c396b3db76678f767bb9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0660/1106] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5afb7def93743b9d93b7bcb9bc64786e90424d8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0661/1106] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From ea8f1029ee4e79d1ed2635169aa0e7fc46a4ea74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0662/1106] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b662a72f49c01d047c2557a836dae3bbf0cf028 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0663/1106] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From c60ba61933a23be9dcc458aed6a3c183948430ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1106] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 176e5c44f871ca73b9ca3ab8c9d36cad9d1759aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1106] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bff5cb9ec45e66f13756580096054ff9ff8fb396 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1106] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 7d41374debdb89d1a4f5ded31d64881c5eef98d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0667/1106] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From bc369c0e2d00b5ec7c88f5ca3220c50e1b4d5641 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0668/1106] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ba305d7956c574edf2be17843bb5e8eee76ddcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0669/1106] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbfc216315e1430a96b5c10b2f57e2855ba3bb93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0670/1106] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4afda3a2a0925f382f53b2489c92b63f828ef67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0671/1106] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f4e7af678a623ba697e853b53d92035def0c58f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1106] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 23cb817e789ba896f67729251d10fa9cfa66987a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1106] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 636bbc99169c3806c890a1ec95a32e99903f7e64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1106] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From c6a12d5c67fc013f2e4122fa3373942a275adc6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0675/1106] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0bf9b5b6f0ea4a22b138bcd81f7da3f1259ddc1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0676/1106] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63b5fd9f8ffaf9089623cbbd281afbf76132c6b5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0677/1106] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 409259da96f9e3f77e87ea97adbd3da2427b7a97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0678/1106] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From edadbf451279c398a26fc6aa33b960a277780ed5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0679/1106] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 0863596c697a4e446017cf86d9df08724e6b5f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1106] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c5d08aaae1704409709cf6fb29e462c35c62a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1106] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 534f15e645becc29f6652167e0b910cab03b5606 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1106] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 035642d0e40772e8d312ab64757b0b9bdbcb55fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0683/1106] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa313cffc3d9fbb9da16fa6e543ec12789236497 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0684/1106] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 696496ea47b76c02dca79df85f8e69c80000ddec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0685/1106] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 6bbd92a4cfb1d7a812f84df208a0ddeb73d16093 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0686/1106] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From 28dd1ade81a4a482117b6030363e926718623d4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0687/1106] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7349117b5340d3f0b11cd0d0a390a544c09b035b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1106] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 83098f388c2f50fc29bd36c0b8731ddefb91c2e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1106] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5b6950af875cea48e3b7b091a531fa68fd046704 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1106] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7956a43d8b08bd5aacbc953a2a8d5dae59410044 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0691/1106] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From 56c61f628932f341547c43a1e98f9e476fdef9f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0692/1106] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72b789c6b3c86ca0ad35f3cbfb24cbdd6e086695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0693/1106] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From aadcdbb3f5f4ccf11fc990d5e2360284a28fd5e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0694/1106] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 33371eb9406c5664ba7dbf59cbd7f06dcb9182a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0695/1106] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 863cb420d985782fb02d84556f4c7bbe7ff47311 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1106] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46d64c327fa2ee53a5ad797ced30dfe13a15d232 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1106] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ae106b4a38c75a05038e982107d087d8622ee0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1106] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3f5844d6ad4757c467a85e254f36b2101d0deaa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0699/1106] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e0bb056b1392efea4acd4cc126c6e7eb4c3075a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0700/1106] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 07ff893b6b7e3d65f2c25bea51ab22eb450c0a67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0701/1106] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a5f04c1436f1754e5adb2f7e366ffe30bd4d5409 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0702/1106] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e0a1c379566cd70218f7e37c379f50ec89208e35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0703/1106] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 3df6d3dc000c68912ff48cc4e1fbb44a60035f4a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1106] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From 9c47b9f30f8e97ac477e8f4b4d13eaa891499e19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1106] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0fa92d706205951bf347069e6bc149594b22bff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1106] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcb9f0bdce4edfa830134ee72f36541e7066f6bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0707/1106] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 838649d0d84bb38d3a4808123ab881f815e4fb38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0708/1106] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From b1a21512ebfff6a4ae0dc044a940ee589fcd1bf1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0709/1106] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 0600fdad2875492709bc0c208d1bdd9cf22d8b1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0710/1106] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d9b04bd162b8cf0644e2ad57c43501ba546db53e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0711/1106] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a8facb9c004caef05395f4feb7549af065ad38c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1106] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From 6e9c400a25b8e15bd650041e2dc689835ab152a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1106] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 6b695b0e1010a133352adfcf8179cab6f4ea6d38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0714/1106] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d8fc0bc57b0f4a203001bb335b37808d88a69822 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0715/1106] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From 99d09922369a9fec1b5caf4ccc744680ec666bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0716/1106] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 862a4eadcbf7be4e4df07be957a027963e6ca32c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0717/1106] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From c754fadf03de5647f074d583ab14777aefa74ac2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0718/1106] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 8ad3880478915de1d33676d34b2a20aa22804358 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1106] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 9c124445ca5b23ab2c05707a4b5aa8238f72941e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1106] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5f3537fca4ac4a2b9fdd5bfd2817f2a60b8ec48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1106] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 0c5ca7e6280ee8197a44a93067f3b732589a168e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0722/1106] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00c6573ae57fe54974560f0d71f2852ec21518eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0723/1106] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0674fb6c23a6913a6ee9968a9f590b98e0f19db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0724/1106] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a87cbea8547ee0ed547961e83f88f747d2547ff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0725/1106] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From a99722c86a2f049787f9fb2c43d39ad29ce31adf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0726/1106] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 872f49794cc346685f052f2214580e297545216c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1106] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a242c31e601c4c0f3446e8512f9ea5f7d6a4512 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1106] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8f9645c8f7a2ea662ab2de60cc8da64a6fd20fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1106] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From faab50d74983884ffb83c13419bed757801961e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0730/1106] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 7a0fc0374e8f9f640f4989620255f6e4d38c7627 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0731/1106] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ebac963fa9aad35ac79a8cc9e2043c2875a16514 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0732/1106] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bc585baba8352137ce130a182072a46f4a999a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0733/1106] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2fd5b89368186a4d1194b0aa1e9b5cbeb36a11d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0734/1106] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 02ce3e9ca53f141e3f808aa0ebf5f6d93b26bec4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1106] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7eb4d61e41f98feddb8ecddb6b7e6563a46bc75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1106] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ab49e4ac530007a29ea864fb0990af67e5e930c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0737/1106] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3fd60c1be3b4091b8a71313e52f1d365808b5252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0738/1106] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5dc3cb088947fee0a002de016c1f9e2501625190 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0739/1106] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 55e54ed7ca667431944b6e31b7202c02e289beb6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0740/1106] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22cb66010dc95868328874e86c0b6471480c1fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0741/1106] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fe47e2bb874aef0539f21e121f0f849256294038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1106] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f383b1b4d10f407882bb246b4e77d3987f6f66c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1106] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2f8ed10c8121e4dffdcdbbbe75a6433f0238cf66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1106] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c9c8bdcc0e6a8ed3e891619e6246051211df33c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0745/1106] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dddbfcc0e5967afa3131f014e720466fb7b2231c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0746/1106] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a4746266b04ccbef99e529b2605cf1018ac62d1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0747/1106] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3d077e1229fb192703c69772897f09c4894a2ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0748/1106] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From a7effd0c62807facf8467efa90a9666b6de5ba47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0749/1106] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b584f4eee63951c420d16df1abb2db73ca0ae80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1106] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a65b53a35b1f11fac4f1e3215e681cee39d34145 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1106] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb33071b650cfc74a9c769cbd0109c1d4585f9ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0752/1106] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5221a9f175d2de909d01be6be576b5c4db8eac11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0753/1106] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d5b524262e2dedf69c0c94a8264adde11ad6d16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0754/1106] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 93f6cd0488b99b52d08c569581b3ec6284aa2568 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0755/1106] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a70d7d40f3c24e6da125f41703497532ad0e3a7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0756/1106] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28c322792590f3c5be4540adcb14b8a20cc8abb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1106] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 1faa9fcedb51e8c104f751595aaea2c076ced5e6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1106] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 376f1771397bc462c7c485fb4dcd99408abc8f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1106] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d606955ebd062fb7f234496c526551fc5f09dfd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0760/1106] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 7eb49f5aca47c68d9e42ac118e3173b124678e4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0761/1106] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 16fd487ec7b55cdc455082810389a30ab61b0581 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0762/1106] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8c16ee392720dbec2c0fa88690e79a901a1427d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0763/1106] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From db20dd5075433e74c3f2f0cd3c4bce0254ea42bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0764/1106] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0dc2bb288aaf9c06d39c0751a95f40c89d747fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1106] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3f66fd4ec9d079d06cfed5b7501879bf6c107db4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1106] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 82358828ed3e0fb73ebb79af4d9db98a8190353a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0767/1106] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ea857d75d99b4a728bef778c2118ec97e11af79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0768/1106] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d17348afde56e95e22c06b073c7fd858e923704e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0769/1106] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 37a3cd053c61e0ac5a764f0af052b64412a605c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0770/1106] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From a3789003b96ac64a75ad2798053d0c219d51bfbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0771/1106] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0429ced8460351dd68341eb040dbe551dc35043 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1106] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From 2f4b1718b64c375a8bb4d9c5cf067358df3f2099 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1106] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2ea7a044440a036142f443cd5fe6371964a4c10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1106] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1230eeb687cb2059ee4c23928c1f2dd9f7c9e8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0775/1106] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a51132c4158043ea72518cc078c4b949f91caf6b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0776/1106] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From c736c4d9421dfada70b8cda02d1504238a26a092 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0777/1106] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 92990abd24da227c3e8f6c1386019e194aa3519e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0778/1106] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4d15af5db1f0c9041ab06376b0f45def06f48696 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0779/1106] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From fb749733b54481429b9533d4544996a264938782 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1106] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 9d86860ed37cceb8965e474e7c433a03408d736a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0781/1106] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From 3ea62126e74e45a75cb33bda423aecfde6dc24ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1106] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From f7d03c4f8b462663feadc416551b300d8e87432e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0783/1106] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From deec593e689e4f1e6129069c2bd6a819c24618e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0784/1106] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From beea9f63cb70bb3efedcee50beb775d6e3eab326 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0785/1106] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90b925233984ff51dd9f9c55912c0e5842cd782b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0786/1106] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2bd87bd9183f93cef686af4c454ed5a14a22df1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0787/1106] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 1232af5d02a0310d65c7d81d80fa09fdaa406fa4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1106] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From d94f1fed1dcf44ffc57d561c67317f8d4ef14a03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1106] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d3894908aca04a8f5285701e5d26b777656a3e5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0790/1106] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 01491c7fb97e20b4c87b332cc5930ed0c9664c45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0791/1106] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 91a7db7e409a09ec6f30290bb61823efc33feb2b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0792/1106] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b32a666c34c4613b233410bdc11bbd95d3bf7cf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0793/1106] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From ff1ba293b4fcc7b5a2f19c09d29ab17f4c808073 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0794/1106] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05186af64ed69569a7bd3fafcb2b6da1ece50629 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1106] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From 74f884bd7b4acb0e6f6280cbc16bb87ad3b253df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1106] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c96ed5719291a85292b454dee13c92754b5a75a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1106] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7bc5910940b5a471236da1ac1d1cf698bc87677 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0798/1106] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57273aecbd6221fbea7c49e75e1316e76688dbb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0799/1106] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae7eccc31f4734392141dea8bed995d303931be0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0800/1106] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08006dc579c5894426f7eef1fd5056e75ee7fb9e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0801/1106] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8d954bca2b7919287012cb3835e6e315d18c786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0802/1106] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d33c981370b390bb90c9c2854279b0d7841e5df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1106] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6599aec8356cac5cfc94a5aa4ef2f13e5caa9e74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1106] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 480c6e5c4fb9e25cdb90509e680f0484d5628c29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1106] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5fe4dc19131908001a8e3930ea75ae22680bb3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0806/1106] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From a16a77ef15c0f20841d7de0afc250befdb66a695 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0807/1106] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 432a061592750a9043313162dffd88e836abdadd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0808/1106] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From cacdf903aa10e113a50ebf61e23f563ddd4d7946 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0809/1106] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e63664f724e50c4689597946676e62611839795 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0810/1106] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4b409654a77b132af190dd9d6adb6ffd759388bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1106] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa4c3b894dfa2a58820f261ef8b7aef223a98571 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1106] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 507cbf6fac26425ec5d862b88087bfe49d88737d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0813/1106] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f0c375f587e553a21100bc65eb8cf17a769a53d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0814/1106] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 48660927994d97a35b9c12e92439f7822e2225e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0815/1106] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 116f95927d0c426e6877cb0f92f2131fb237affc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0816/1106] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9905d16d86d3e870736bc5f5a526c729efa14449 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0817/1106] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77c867317c6ed18858713d8de192f21a94aea071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1106] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b2ffd8ca5a53e58d195b1be8fdce72c2b34ec463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1106] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46b2e321b32d0fd5241b2203848f0611f75542ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0820/1106] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26b83e1b49a38570357f64cacb40fe02f08e2b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0821/1106] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f956ce0adbbf75576cadf8021bf7af9f5e871899 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0822/1106] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e1f950286495db067abc405c99935553c999d2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0823/1106] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b49dc787975d79742c8974ac0c63eaa9b446613 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0824/1106] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13550e9c3cebba16bf2b429f0160f22b192b9e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1106] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 3a6a70912280ca4abf33c3c98779506e7df853a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1106] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2451fc819552397963e11aca279ac614a16d1c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1106] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From ffcd794894bf0ad7b0426e89a4565e25df152a5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0828/1106] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 87ba87e45f55dee4f22ec826c7fa27257a865872 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0829/1106] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ffc4f1ba574a6a5351348cb1d3813864c32e428c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0830/1106] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 59d32ce614c0a5873bb0c74a43aaac86f80d8a6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0831/1106] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2988c2fb6975d4cd40982646928476e5e07ef5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0832/1106] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From a050170b8dd0206da90f06f4ca54b1e3c5a113bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1106] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 615786d53f333da0bca6b65896b950d9cd8e3d30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1106] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 1a8b5658bfb586b5e9d72867d613d07481bc6cdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0835/1106] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2181ae9493bf6f641d7b0b24ceb122aff6f8b37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0836/1106] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 21491c53fd37da31d0145b1791df560e2d36afbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0837/1106] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e6c003d044ea3131a293b6ec60c12a3a8e5e40d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0838/1106] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fc1a860c0e37d9bff4769913808cb2d71e2600d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0839/1106] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From d892214d90e0127606fdbcda1b2831aee366cf19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1106] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccacc401ac4b5364282b7ae48d533938fef3caa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1106] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4525f244475d90262fb8cb275fee15a6260402ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1106] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b73051b43118777b66e0b76f65b0a84747b4d31c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0843/1106] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From c5b9698b5c12cff686e9057a2e03a4a4174bd8b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0844/1106] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From ae964466711dbcda25a08629871aff5e155d8597 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0845/1106] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 424c3165544101a2e1337ab285b497b27373e568 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0846/1106] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 41ed9cb42f5df39c0464b4c71dc233bbb4fb81e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0847/1106] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd625c1911d86b60e3276c22286c453535593a66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1106] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e228facc0f38272c96389dba9863cc608bfd35fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1106] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 010144d50faa66f64423d9e33918f44c51420ed2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0850/1106] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From e2ec97303a5e98df66b7a098ec21348c6f6381b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0851/1106] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 4278b987036fe10c7bc9d02df8afc2716bd30fbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0852/1106] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7d8c733ec325c9c52c24b1c4ba32f00d3418afd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0853/1106] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 89f50f9789a5fb265837acb5270a915566e853db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0854/1106] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09616ecd9ea8b687d825df2059d49a941de6a83f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1106] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ae527113c215421cb814485e9c0ffc1e6036bae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1106] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 427c4a4577933faf608edad2d415912b531318e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1106] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4667dcd644d63fb3ef7ca6dbf5a14b50a1e8ef29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0858/1106] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From ddf98e4b45bc86e9f2776e62b8b361a7bd830aa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0859/1106] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9fdbe79d1c4d1093c5bf1bd996e0b9fee68ded4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0860/1106] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f9c4a0c5be28711ec4aed99ab547b316a70822f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0861/1106] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db65aa524a4c82b039fcbd4b5098bbdb07c32a3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0862/1106] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34dfad6245dc18c07989d65a483af2250696116b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1106] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From a1da087fc8b433ad4c6f39cc2ab6e307e479b135 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1106] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 79de200d3d8208e98471d5b2f48d1f0821c55d48 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1106] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From b372b72b431568e79e239021f851a2148f647360 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0866/1106] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb87576c9485d6af241dee9047cfc4533c3e62ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0867/1106] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ecda1bdf06ee1d6f3cbd769a626378f630e1770 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0868/1106] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From 722d6e532b1d5c2d6dd026b2eea584273d2adcb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0869/1106] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 86b380bcdbe0fe177bae7b2fdab972ed91f782c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0870/1106] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccde7bf25cd5988c079a80c714f315b566f5ca6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1106] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   6 +-
 2 files changed, 116 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..728ed73d780 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake
-configure_args="-DPYTHON_VERSION=3"
-hostmakedepends="python3 python3-sip"
+configure_args="-DPYTHON_VERSION=3 -DSIP_EXECUTABLE=/usr/bin/sip"
+hostmakedepends="python3 python3-sip sip"
 makedepends="python3-sip-devel python3-devel orocos-kdl-devel eigen3.2"
 depends="python3 python3-sip"
 short_desc="Python3 Bindings for Orocos Kinematics and Dynamics C++ library"

From 0d1ae37fb94f425dab204e20124de8302b64f995 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1106] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From e0dd294d24cedac834609ca2b2275d8834116bba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0873/1106] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From a603da33719c53aeb741a03da64a4b2796905d03 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0874/1106] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b883b021de1f2cd5de98c8901835fff82b9b17f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0875/1106] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From c88436b35660bb0657278fddce6e868f63d2027d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0876/1106] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..f084c711e78 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
@@ -13,7 +13,6 @@ license="BSD-3-Clause"
 homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
 distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
 checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
-nocross="python3-pandas is nocross"
 
 post_install() {
 	vlicense LICENSE.md

From d2efa6bceeea0d7347a23de1f19d70aa9c6c6642 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0877/1106] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2622572e90d51c1f343652299dd6aae6b8cf5ddd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1106] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 397f69471005732152ec25b42253a9575f758513 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1106] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa60ad03a43adc36fa643381827f05f4606457a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1106] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e587016ed24e948741c8dcaff093d84a75bf1417 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0881/1106] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 203a38bd15162573e47c3290f94c7ca8d2067820 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0882/1106] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a9d5b3f290f2cdba60462c28b2ea6dd83410ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0883/1106] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ba1c8b404be9a442c0d4830aac7badb54a85624b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0884/1106] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3db31bf7b469a95825e129162408fbdc594ec940 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0885/1106] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b73756d6ad0f210f8d02423648b3876850937602 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1106] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e26465bebd029990247876a12be7b58c4be6a373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1106] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 578a632ea0a652e21bf4d0db399363e5759d09c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1106] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 018173e586b61906a1c747d74a9ab81eddfd6aa2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0889/1106] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a15df59344ccacf4ef2bb76244f5da41e8fb8588 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0890/1106] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32ffa615d4dc49ecd74b65576d4c1464f09022da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0891/1106] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From 2e808a81f93e8b5a97763c8316ccb730e3617ee7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0892/1106] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e23ebc8712507f52ead46662fbea542b254a3c46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0893/1106] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6286637a1fe92e10e114650c55728bd597da68ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1106] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b129ea6f7cd256bb10b2205cf98f6d91ac08a09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1106] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 136f887deb4ac122544a89953407ce0124337946 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1106] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c0f47c5bd2c3ada9d0e9197adb89acf7f6e1a6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0897/1106] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ac6e905d08af2717455484b676509d71babb11b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0898/1106] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From a862ad00eb2bdb3c1ffe45f400dcb3403545d4ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0899/1106] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f51c2285664e0381bd6718e9d589e734e2aba534 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0900/1106] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da5d248a7fd0b216985a12156737ba9e471578d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0901/1106] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From f00b778728b048de284fd81ab4a441ca5169b0f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1106] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c854edf637460bb6334a8c91589347378ce4b637 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1106] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49196cadac433ce1d25a30e9539b6e15838c249e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0904/1106] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2ba62a2000060f0f1d3a1ac71534c3175b1d6885 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0905/1106] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 78b867f9f30cdcdb802000d853216ed851a2af52 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0906/1106] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From 15573a904b912a24fea4b7d097bb999e72bf27c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0907/1106] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc296f847beb467b9364c346652fd04cb6747ffb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0908/1106] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d02209e2ba7434b90a3f153f16d11964ca3a229 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1106] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46381f2b97716bfffc0d5d60c65c90d417cc2bdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1106] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 8cfd0e4e7c29ca228d1153890318ddaf285c2249 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1106] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 93f5e36caebeb525e846866b51d3dba559eb4f72 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0912/1106] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 062731eaa4a171049bc130488f48298bb8275015 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0913/1106] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 900d4de5f95cf23648b37f1547eec53759454866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0914/1106] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 605a0b3211f09d698a2a8d6ed4936566803b640a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0915/1106] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From bad8e811cb3b7d0b2e3c1c8e531e62bf71b29b41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0916/1106] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c82d13725727c158d0632a798732b7d268e1c4de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1106] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 85a542214d7229e090fe448cd65044e0ac570adb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1106] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c7c50431cf2565729eefc394196223bd01fa095 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0919/1106] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d12ae323c5546c4b575ab88dbc779e7651e7afee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0920/1106] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 1d52428661df5d982d53057ec2e32feda02a5193 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0921/1106] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5921ac717ed136063a73d1065757cc66407d3ce2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0922/1106] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb798246b42eda43907647e059e51df2f3d9cace Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0923/1106] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 5d38e15bc6afdf4009425d2df660f2ad8999a944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1106] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 59f54ca3f3867ea001bd4b32edd6700e7d080424 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1106] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 3ab7d268c9db077cac3b6c23074db2b4c2557213 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1106] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1fa240b21c7cf5297f4e676a6ce0926cf4fe015 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0927/1106] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From d43f016d970d58125ee92e96a926e7a0ea199a14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0928/1106] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 88381e6dc05a6eeb744d603e277880bf848fd70a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0929/1106] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 97315514e573181e8c86396b0f2d81bfdfc4c438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0930/1106] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From eb3deb38524899ec89651019fb29ff397c30d9c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0931/1106] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From a47ca15ca12b4b49c1c82b79bd172346e9fe1831 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1106] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc05ecba242642894a4e823421a12492dd432d38 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1106] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 366d8375167c5acbc4fb6d9abc6e4ba2065af44b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:48:44 -0400
Subject: [PATCH 0934/1106] libspotify: fix disparate versioning for armv6l

armv6l provides a different libspotify version than all other archs.
Commit 35ff97c5cd04ceceeaec389ef7fe972b7f1ee6cf attempted to version the
armv6l package based on the library version, but the disparity breaks
xbps-src when trying to rebuild the dependant python3-pyspotify.
---
 srcpkgs/libspotify/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template
index a6dac136108..9888a207729 100644
--- a/srcpkgs/libspotify/template
+++ b/srcpkgs/libspotify/template
@@ -1,14 +1,15 @@
-#Template for the 'libspotify'
+# Template file for 'libspotify'
 pkgname=libspotify
+reverts="12.1.103_1"
 version=12.1.51
-revision=1
-short_desc="Spotify library for building your own streaming apps"
-maintainer="noah <nsawyer1993@gmail.com>"
+revision=2
 archs="x86_64 i686 armv5tel armv6l armv7l"
 wrksrc="libspotify-${version}-Linux-${XBPS_TARGET_MACHINE}-release"
-repository="nonfree"
-license="custom"
+short_desc="Spotify library for building your own streaming apps"
+maintainer="noah <nsawyer1993@gmail.com>"
+license="custom:Proprietary"
 homepage="https://developer.spotify.com/technologies/libspotify/"
+repository="nonfree"
 _libspotify_mopidy="https://github.com/mopidy/libspotify-archive/raw/master"
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
@@ -22,10 +23,12 @@ elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
 	wrksrc="libspotify-${version}-Linux-armv7-release"
 	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
-	version=12.1.103
-	wrksrc="libspotify-${version}-Linux-armv6-bcm2708hardfp-release"
+	# Even though the library version is different, xbps-src breaks if
+	# the versioning of packages across archs is not consistent
+	_libversion=12.1.103
+	wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
 	checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
-	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv6-bcm2708hardfp-release.tar.gz"
+	distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
 	wrksrc="libspotify-${version}-Linux-armv5-release"
 	checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc

From fac7d141e8b4a85a6e48600b8cb228e917d68071 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1106] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..de246d9fc9c 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
 makedepends="python3-setuptools python3-devel libspotify-devel"
 depends="python3-setuptools python3-cffi"
 short_desc="Provides an interface to Spotify music services"

From 47fc8e8caeb92873c5d204175766dad65ae7eca9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0936/1106] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1b48891c94eb406e1ec249c7d6375755b862a29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0937/1106] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ffce936b0d384b7cd2d6d8138253e6fe7b115d45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0938/1106] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3eb631e527ab080a8f00b852660745c321f09fd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0939/1106] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 858a98f6cb9491b99095b4723bdc864fb889cce9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1106] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4834bc7faac70d0936af82c2cf783bac1f3d7afe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1106] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2fe3f5cea2c289c882bd0845b82a4fcb8e3c6f94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1106] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 2617188ec281f5f58fb2c6943f468e29a8b0a660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0943/1106] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From f6635381f98cc016c20fb951757f67e9eb7a2e25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0944/1106] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6da1c91e7586578a51728acf4903e4e5bed3671 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0945/1106] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdcc65ac647e537797829a2cd079e907cf681461 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0946/1106] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 09e052fea4244a56000028dcd737365c9283617f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1106] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8c43641bbbf5ad7f4b841845bede9f907d76f00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1106] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15f078157b0000bf365f255fcaa805970b926c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1106] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From d5ddafc93bb16347300c3cdd19b96dcc90a22b8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0950/1106] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04be97e9a5647a3b628d7353d5fdb0f0c0220f43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0951/1106] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ede90b048f834e2b3aa1f8da30ccbade3cb5445 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0952/1106] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f893184256f337bd43cc4f6a48b26514cd1042 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0953/1106] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f458750f7aacf2b7e5eece3db9fcb2e6d71a0001 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1106] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99ba03d141208ef08520b7577988f8b51b9f2b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1106] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From a7c5bfe5a4a4cb2c1a07ef60b0028c3ae9ec1b5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1106] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 88d4f3b6f9056d6b887449b4bdf8ff1d68a1def0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1106] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 40642f1cd8b25937b04ccc051a544ac8d74237a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0958/1106] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a96fca430892a4a8fdf728115c7cb4042fd71f21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0959/1106] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90608bf8697db7786fd3a3effc05424cbde0e735 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0960/1106] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c2e2c003556f29372ddf4aa5d3bafedb53334df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0961/1106] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 984f91011dd00c5569be3d47242a04fc79582e20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1106] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40bad42e20f527ab9f89fc9c2c3844312e9aa0d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1106] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f2fa116310a6f47165d93e2651ca26f279d8f7ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1106] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ef338842cc9c1b43b051a54b49be1e97f1da870 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0965/1106] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 297ad3bd8a88f5bcace1506e2771a9a08b6dc725 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0966/1106] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e05ae57d34f9a8e47b95d29b0c9f1e73e3151bdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0967/1106] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eab299f048f2e7d3cb1fcaf897e35bef63788e68 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0968/1106] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 537ab249cd663d6bbb6e0e7d51c637f28dd0ea90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1106] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From 1be02e5d9037b33c5f0f22a2b35be81fd368240e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1106] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From b76b2d3eda7fc6a811e8588ea915a3430752cde3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1106] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From c748392357d2d2482d600d853ce2e513b221184a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1106] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6bcdf89d17cc6d86f6b84fd69de9f2d03834fcce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0973/1106] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de53ecb8f45588579c1c36f8168acc15d3800fd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0974/1106] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8ac4b7a34e15fa8683e8505f9dd132fd526c9748 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0975/1106] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dadb534d6094ff92200e07b874b258ebccd426e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0976/1106] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From dfa4edb6c459df7ef1e481ed226b0bb62da42bc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1106] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa132a50b18c6f14329adaaa5c815141e1b7b81a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1106] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 21ad61cafe375eccb69f59df48beddff678898cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1106] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1d8d20adc9c46d9ee81214e7a7ce3b53a2e2c57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0980/1106] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 904d2d50a41c08e891c3a6cdf0721a0cb2d0ca43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0981/1106] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbcda1e546dd20ab31adacd3a8e02b28e18bb0a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0982/1106] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From cca468f371ca67954a5837ec4f716c3552b8c0a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0983/1106] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From b04891d439ef384e24ba7668779eec1ef7eabb05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1106] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From 0d3b535340cca4bb53a354cdcd412e64b29e906c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1106] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7cfaf4a477d660d032517b0ae57fb6cb657777c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1106] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 043824813175380ff1c6a9f07645c5809025d060 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1106] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17d26b0cd89b1167bd8240fe38185390f98b4301 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0988/1106] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8a12a4be20c6d8423343f46b648aa5f3bab0aeb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0989/1106] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5980f5ec8a9ec349efb6beb75fe8ea41496cb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0990/1106] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From acbe610a9741fa0e52d4fb7c18e635dfe01f0e4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0991/1106] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From c8f230cd6a51f1a61506cd3733ec10408cc7ef8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1106] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 92beaf96d9ddb5989cdf88e34e5a59506de6f012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1106] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 21a8598408ba45c5db79b79f456fcecb2e13542a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1106] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3871f69249b8c50cfee200fe43a8c7d5e2067631 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0995/1106] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b1c36ac2da19f7a70dcb2a69220468eac1272341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0996/1106] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bcb0c1b653749055b6d67d486fb38b1cdf177b79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0997/1106] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 097e4d287af996970dda0b435bdd24ec879646c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0998/1106] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6bbe19e99bfabaff7246853e94a3efb7d2529dc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1106] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 244d7f19ad77fb280ce92c74817a9d8bf26568bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1106] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef6b7027ab859445bdc33ae1bba6cf6888b50530 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1001/1106] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3531982730ad487790fc14ecd71e767f241d16a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1002/1106] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7702773cc8b5adbaec75585f13c1b8c3850c03b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1003/1106] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c575684b068f7e16d1331da3df7723176ed063a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1004/1106] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c8502e2fd98bee45d94fe0dc3bbfe712c3097d5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1106] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7db48648a78d5989df304e0fc4a63878225985df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1106] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index f4f0fc4f581..c7e4a727bbb 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.10
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8de43e2fb24fbe6b9c81b1f80b982967435feca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1106] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb777c96b9be75cc188a42297ff9790277a43ae2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1106] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c961de5d98cac96e49d2c79231edf9f7ee389fbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1009/1106] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb7289d193269ff671df46182b89943ee446e091 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1010/1106] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 005f379bf7ad94944e5e6d296f43311760e76aad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1011/1106] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From 6c957f75a055be58e5c265a081aa31d36d2283e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1012/1106] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 65abf38b3df88cc00793760cf0209730bc377eb8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1106] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3339f94b143183431f0d7d4fa7553fb17123ba8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1106] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4cc543e48b7bd9af621a489eb63f3d6d95e6a7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1106] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 980637e5e98f2efb7987eab5183eca1b62ba83d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1106] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From 99063195f2635be4797887609fbafb48652a0d7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1017/1106] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 18255ce5b1e8abcf9d225f2247b77298cf5b5fd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1018/1106] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2f07085c99ca764f22d00686dc5afdba7c4d120 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1019/1106] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From e46c97c68e5ff1810b5fcd295434ff04ab816eec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1020/1106] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From db55f08a7723d9706dd6ee4eebe7ee5039457bcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1106] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3af3b9f2a713d831ed99786041a65e37a752e45f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1106] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 6016dd587775f28a180317826a0c9ce61ca231da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1106] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From be58cac54c539da403110a9847207546f72633d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1024/1106] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6419d81698bda63f4bd5dad1c0fe6181de1522bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1025/1106] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8de205433744401b97e7240c88a10fd602b2d4e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1026/1106] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From 5b73bdd5341a855e8fee7ff54a3f74dc96e90c1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1027/1106] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b331a092903e9f287f55d68752333a3b6c627b5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1106] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34873d2254615ca519ccaf1ece0a6dbc64ab312b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1106] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bbd5ac2844d460371ea331e3a413a75c767b9a8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1106] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb51c557ffeb4bf21bcfac9a9f20b09b280575e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1106] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5053ae4fdb0c5f4af4ef4c4b10f7c574e059f46 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1032/1106] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 618512d88eabdc12bfbf113e7c03c59a2f8cb42d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1033/1106] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57fb8e70932c3a4a403a4f57cf09162ff1871f67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1034/1106] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 45dba8bb68da274203844abb8dc45042ccfe3b00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1035/1106] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2fd45a61df767ccdb11b4e87b2b0e64d3b56fbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1106] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4400213ec73eb72d716cb52e3c2d6f3f3109148 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1106] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a53ba321c698121f3dd797d161f69bfef5f3e573 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1106] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c5de0acf8fe6057ccbfba777cf7b535d68a2eca9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1039/1106] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 699ab1bfc7670f6e0412f544f54026747e669c6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1040/1106] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 4fb2bda0ca12d497bd063da620ee7f3f98bd1d1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1041/1106] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e658c89e07bdf40d967feeba50e6cf833bfb04a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1042/1106] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5576f37960d12f8b34ad3deaf14f8cce7e798d39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1106] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7a42e8c08f2fdef35b5a4ebeb4cb11245d020f19 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1106] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e12e6807eac4e06c720264238e68941d23711315 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1106] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 733e4434fd82eb0959a4dec68577b03b427009a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1106] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From ec231a04fc1ef2df1b7081fce8eeeca702449024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1047/1106] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 3a5738a5bde7fc40b546d7a41a9295b6e186850a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1048/1106] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From 6705c640f2b8c73de8ae649e67ffb6c46d1935ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1049/1106] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From a877e34622e836d788a2bbabfaa1a1f54a549996 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1050/1106] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From a929f29798a2a7881e5e33d6a7f4a2f10c773673 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1106] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef140522001ff3e0070a8e62b7e5596ff43ad5db Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1106] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From fdf6afa1ddf2515765e5948540ae89c88700dc69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1106] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 76f301ed44ea15163ec493f540a1822436ba2c9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1106] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 4f805f487a886b2c2c2e2127186d437f962ad8a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1055/1106] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From 716fb3866621b5619951c3a567ffc18cb76a03aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1056/1106] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From d6bbe449c32d11bd88c191923e25bf51bfad3d69 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1057/1106] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 4bfa521ebbe6810c1c4e1a31417f03da648f4ab4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1058/1106] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From 992a94918f3dda8d1bb2242623805a92915afb91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1106] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 95614638c3f789fd07d81bd03f09535ad4f4aa4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1106] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From c27b62944388802a94fffd67a9a3c631899f47d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1106] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 7b3c2c785ebb9d0c2e18b1834b88ce5a68831442 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1062/1106] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From dbd98859fea346cd87365bb254cbd623f8425404 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1063/1106] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From 24d45fae3117f721e8547a9d8efbf92b636e65e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1064/1106] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From 395ed78fc471cfe66fd40496020acf7f2fdbe8bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1065/1106] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 451ed2706063c10299ed000bf4f10785344c18c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1106] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 808fba8fd6337f41e681ace0f8e2e6e31fc6b62e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1106] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 41a2c092c9986439c4fd6b737fa3e0c5da15583f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1106] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 38a7b4d5122e91b4a24ee74fcdbe404b5beac3c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1106] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 7847c84eadb288a77c7a3dbf9f968a8a0cde56ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1070/1106] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 757c675f84ba48b499aed59950fbbe56b02b7252 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1071/1106] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 34de17d6d9388ad2af380da07b1f6b509096fdae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1072/1106] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From 1073304e2177fb8aebb27a3d689e831159a31cd3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1073/1106] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From d2eb54de9ff36a8b2985f13c441a6ee3beeb62fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1106] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From fd00b69a175bf95e742b51460ef53028bbb49e4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1106] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From 7c10d3aabf00e2c4933ff8b7c77ac519d59790e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1106] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 343a4e36fd0..2d8ce5bf282 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.3
-revision=1
+revision=2
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From ac7ca602db0f05531a5a3ee51490064b5be7169a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1077/1106] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From 0a34f66ee0fd66304a1c31255f5ef8c94880a0c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1078/1106] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 4bfd7faf80036107575ac9cb4e02a179897337d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1079/1106] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From c1611db8aca6b78bd1675f8d84b632ae555adcc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1080/1106] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 514ceb95f12605772692987db64c3daa11558755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1106] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From ec9a31a1e92a03f1d7c9f91c3baf561617d70256 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1106] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 87bdf4393c806aa6df28f1312ebf634e9e16a10a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1106] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 22f8de9682e72dcb184e2aad561ca855b2dfeacc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1106] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 2bc58dee6a6af9ae6b5e73352b060854d0bc5fbc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1106] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 07b3cddcb7b92be2cb6591564fa4b76f7443150b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1086/1106] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From c698a3667fefd856649e90009da366c09bbb0b29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1087/1106] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..80b0a104e1a 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,10 +1,10 @@
 # Template file for 'vimiv'
-pkgname="vimiv"
+pkgname=vimiv
 version=0.9.1
-revision=4
-build_style=gnu-makefile
-pycompile_module=vimiv
+revision=5
+build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="python3 gtk+3 python3-gobject"
 short_desc="Image viewer with vim-like keybindings"
 maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
@@ -12,3 +12,20 @@ license="MIT"
 homepage="http://karlch.github.io/vimiv/"
 distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
 checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
+conf_files="/etc/vimiv/*"
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall config/vimivrc 0644 etc/vimiv
+	vinstall config/keys.conf 0644 etc/vimiv
+
+	vinstall vimiv.desktop 0644 usr/share/applications
+
+	vman man/vimiv.1
+	vman man/vimivrc.5
+
+	vinstall vimiv.appdata.xml 0644 usr/share/appdata
+
+	./scripts/install_icons.sh ${DESTDIR}
+}

From 8f51cc133bd35494ab14f7df4a99c30531afb1bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1088/1106] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From c6fa404185961ec7b7aaea6fa426773339e2ff3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1089/1106] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From d001110ae538155cd30b80dcfd6b1848401f6dbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1106] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 223bf0ca6d39127dc21c9d989190f8d46becf8e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1106] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 5ea6b285a3a12cc01ae5411f20bbaea74bdd62f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1106] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From 45e41b1c85f41d938069999eaf292581082be8b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1106] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From f80b208529a2400de407da6370767049248cbc5e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1094/1106] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 4fc0b438add853bec4950bd9f23298edf3f55a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1095/1106] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From 2da3d5df69a2eeb96716bf62d72caa4c9c2d2aa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1096/1106] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From c25cadda5f1191248cef74a17026a0d5776e1538 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1097/1106] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4e2b1b4f967157964641915a57238c81706e48ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1106] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 4026744585c3eb5e12375d71fede99c091e80847 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1106] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From 15e4b141427c64df7199a2ae9dd7fe28c4fc5d84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1106] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c77c0a0eacbd745da07c146f9e71742209084ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1106] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 0656f2aa7810c981d25ecd540508290aece07e78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1106] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From cda3eca7f9fd963dfa62ff9bdd52e828128ef989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1103/1106] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 330568aabb708ea0b6c77b52199f9319d7cc39ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1104/1106] znc: rebuild for Python 3.9

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From bb8f2407d70e5baa6b67f72707c24d6003fb249d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:25:28 -0400
Subject: [PATCH 1105/1106] mlt: rebuild for Python 3.9

---
 srcpkgs/mlt/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/mlt/template b/srcpkgs/mlt/template
index ff3931a2f9a..5b67d2a7a6c 100644
--- a/srcpkgs/mlt/template
+++ b/srcpkgs/mlt/template
@@ -1,7 +1,7 @@
 # Template file for 'mlt'
 pkgname=mlt
 version=6.22.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
  --swig-languages=python"
@@ -57,7 +57,6 @@ post_install() {
 
 mlt-data_package() {
 	short_desc+=" - data files"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/mlt
 	}
@@ -65,7 +64,6 @@ mlt-data_package() {
 
 mlt-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}
@@ -94,7 +92,6 @@ mlt-python3_package() {
 
 mlt-python_package() {
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional dummy pkg"
 	depends="mlt-python3-${version}_${revision}"
 }

From 03d6c9bc6489fa5b036fc52f378ea3a3f5f462f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:34:20 -0400
Subject: [PATCH 1106/1106] flowblade: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/flowblade/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template
index 1a12e6efa77..40fda536104 100644
--- a/srcpkgs/flowblade/template
+++ b/srcpkgs/flowblade/template
@@ -1,7 +1,7 @@
 # Template file for 'flowblade'
 pkgname=flowblade
 version=2.6
-revision=2
+revision=3
 build_wrksrc=flowblade-trunk
 build_style=python3-module
 make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: Python 3.9 [ready to merge]
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (27 preceding siblings ...)
  2020-10-10  5:00 ` ahesford
@ 2020-10-10  5:15 ` ahesford
  2020-10-10 14:25 ` [PR PATCH] [Updated] " ahesford
  2020-10-10 14:28 ` [PR PATCH] [Merged]: " ahesford
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10  5:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25413#issuecomment-706490160

Comment:
All packages have been built for `aarch64*`, `x86_64*`, `armv6l*`, `armv7l*` and `i686`. I don't anticipate any major problems.

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Updated] Python 3.9 [ready to merge]
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (28 preceding siblings ...)
  2020-10-10  5:15 ` Python 3.9 [ready to merge] ahesford
@ 2020-10-10 14:25 ` ahesford
  2020-10-10 14:28 ` [PR PATCH] [Merged]: " ahesford
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10 14:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages python
https://github.com/void-linux/void-packages/pull/25413

Python 3.9 [ready to merge]
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

A patch file from https://github.com/void-linux/void-packages/pull/25413.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-25413.patch --]
[-- Type: text/x-diff, Size: 1245545 bytes --]

From e590822d939c9bd9e49017b40b1580115895da8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:37 -0400
Subject: [PATCH 0001/1106] python3: update to 3.9.0.

---
 common/environment/setup/python.sh              | 2 +-
 common/hooks/pre-configure/02-script-wrapper.sh | 2 +-
 common/shlibs                                   | 2 +-
 srcpkgs/python3/template                        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh
index 3469fe070a9..993cf3587a1 100644
--- a/common/environment/setup/python.sh
+++ b/common/environment/setup/python.sh
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
 py2_sitelib="${py2_lib}/site-packages"
 py2_inc="usr/include/python${py2_ver}"
 
-py3_ver="3.8"
+py3_ver="3.9"
 py3_abiver=""
 py3_lib="usr/lib/python${py3_ver}"
 py3_sitelib="${py3_lib}/site-packages"
diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh
index 187e9c6f45f..5e26abfe231 100644
--- a/common/hooks/pre-configure/02-script-wrapper.sh
+++ b/common/hooks/pre-configure/02-script-wrapper.sh
@@ -209,7 +209,7 @@ hook() {
 	generic_wrapper3 libetpan-config
 	generic_wrapper3 giblib-config
 	python_wrapper python-config 2.7
-	python_wrapper python3-config 3.8
+	python_wrapper python3-config 3.9
 	apr_apu_wrapper apr-1-config
 	apr_apu_wrapper apu-1-config
 }
diff --git a/common/shlibs b/common/shlibs
index ea2b1b4c85d..fcbe522beeb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1779,7 +1779,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
 libdar.so.6000 libdar-2.6.6_1
 libdar64.so.6000 libdar-2.6.6_1
 libpython3.so python3-3.8.0_1
-libpython3.8.so.1.0 python3-3.8.0_1
+libpython3.9.so.1.0 python3-3.9.0_1
 libbrscandec2.so.1 brother-brscan3-0.2.11_2
 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11
 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.25.28_1
diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template
index 85146d8341b..299e64ba76f 100644
--- a/srcpkgs/python3/template
+++ b/srcpkgs/python3/template
@@ -3,7 +3,7 @@
 # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
 #
 pkgname=python3
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="usr/lib/python${version%.*}"
@@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="Python-2.0"
 homepage="https://www.python.org"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 alternatives="
  python:idle:/usr/bin/idle${version%.*}

From b181a878122d1ef15dad40d34639d29f850a6f15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:27:53 -0400
Subject: [PATCH 0002/1106] python3-tkinter: update to 3.9.0.

---
 srcpkgs/python3-tkinter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 0957e3632d7..b27d2cacd2d 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -7,7 +7,7 @@
 _desc="Python programming language"
 
 pkgname=python3-tkinter
-version=3.8.6
+version=3.9.0
 revision=1
 wrksrc="Python-${version}"
 pycompile_dirs="
@@ -22,7 +22,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"
 license="Python-2.0"
 distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
-checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
 
 pre_configure() {
 	# Ensure that internal copies of expat and libffi are not used.

From b7d2cd9ae0fb6bcd74bb90ea894d70c54f3ccf0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:37 -0400
Subject: [PATCH 0003/1106] alienfx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/alienfx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template
index 62ee564ad4b..5a6bffd3865 100644
--- a/srcpkgs/alienfx/template
+++ b/srcpkgs/alienfx/template
@@ -1,8 +1,7 @@
 # Template file for 'alienfx'
 pkgname=alienfx
 version=2.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="alienfx"
 hostmakedepends="python3-setuptools"

From aa58b23e940317dde3bd417f11830d31f75f6f77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0004/1106] ansible: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ansible/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 77356f8404a..4c607951d2c 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,8 +1,7 @@
 # Template file for 'ansible'
 pkgname=ansible
 version=2.9.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko

From 7938b2d5effc247ea0d04a0e3d8faabdd115bcfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0005/1106] apparmor: rebuild for Python 3.9, drop noarch

---
 srcpkgs/apparmor/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template
index cd7073fdcfb..af32beacbf9 100644
--- a/srcpkgs/apparmor/template
+++ b/srcpkgs/apparmor/template
@@ -1,7 +1,7 @@
 # Template file for 'apparmor'
 pkgname=apparmor
 version=2.13.4
-revision=2
+revision=3
 wrksrc="${pkgname}-v${version}"
 build_wrksrc=libraries/libapparmor
 build_style=gnu-configure
@@ -63,7 +63,6 @@ post_install() {
 }
 
 apparmor-vim_package() {
-	archs=noarch
 	short_desc+=" - Vim syntax"
 	depends="vim"
 	pkg_install() {

From 3c4b314916dc29251d79c9048f89040856572390 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0006/1106] arandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/arandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template
index 5e5bd84dd13..ab02261cb79 100644
--- a/srcpkgs/arandr/template
+++ b/srcpkgs/arandr/template
@@ -1,8 +1,7 @@
 # Template file for 'arandr'
 pkgname=arandr
 version=0.1.10
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools python3-docutils"
 depends="python3-gobject xrandr python3"

From 5ac1cb79587f39c171a4d9b639a21f567baeed5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0007/1106] asciinema: rebuild for Python 3.9, drop noarch

---
 srcpkgs/asciinema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index 38b8871753c..c4f7abc33f5 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,8 +1,7 @@
 # Template file for 'asciinema'
 pkgname=asciinema
 version=2.0.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="asciinema"
 hostmakedepends="python3-setuptools"

From e84a191e2cbc9c37331b16457d4e012504c9407a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0008/1106] audit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/audit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index ecd0cbfc44f..3294ac19927 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=2.8.5
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 libaudit-common_package() {
-	archs=noarch
 	short_desc+=" - Library common files"
 	pkg_install() {
 		vmove etc/libaudit.conf

From 338273d4b52484547b13766b1fd1003ade1f0cc6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:38 -0400
Subject: [PATCH 0009/1106] autorandr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/autorandr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template
index b86b81a50ce..593fa5dbcd9 100644
--- a/srcpkgs/autorandr/template
+++ b/srcpkgs/autorandr/template
@@ -1,8 +1,7 @@
 # Template file for 'autorandr'
 pkgname=autorandr
 version=1.10.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 depends="python3-setuptools xrandr"

From bf08a5f800a6cd51162e3c9decf341f51c681012 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0010/1106] avahi-discover: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avahi-discover/template | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template
index 1c4249f1036..1e83d297130 100644
--- a/srcpkgs/avahi-discover/template
+++ b/srcpkgs/avahi-discover/template
@@ -5,7 +5,7 @@
 #
 pkgname=avahi-discover
 version=0.8
-revision=2
+revision=3
 wrksrc="avahi-${version}"
 build_style=gnu-configure
 build_helper="gir"
@@ -80,10 +80,7 @@ do_install() {
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-ui* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-qt* ${DESTDIR}/usr/include
 	mv ${wrksrc}/tmpinstall/usr/include/avahi-libevent* ${DESTDIR}/usr/include
-	mv ${wrksrc}/tmpinstall/usr/lib/python3.8 ${DESTDIR}/usr/lib
-	# Python files are compatible with both 2.7 and 3.x, make both subpackages
-	vmkdir ${py2_lib}
-	vcopy ${DESTDIR}/${py3_sitelib} ${py2_lib}
+	mv ${wrksrc}/tmpinstall/${py3_lib} ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-g* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-ui* ${DESTDIR}/usr/lib
 	mv ${wrksrc}/tmpinstall/usr/lib/*avahi-qt* ${DESTDIR}/usr/lib
@@ -103,7 +100,6 @@ do_install() {
 avahi-python3-utils_package() {
 	depends="avahi-python3>=${version}_${revision}"
 	short_desc="Avahi python utilities"
-	archs=noarch
 	python_version=3
 	pkg_install() {
 		vmove usr/bin/avahi-bookmarks
@@ -114,25 +110,14 @@ avahi-python3-utils_package() {
 avahi-python-utils_package() {
 	short_desc="Avahi python utilities - transitional dummy pkg"
 	depends="avahi-python3-utils>=${version}_${revision}"
-	archs=noarch
 	build_style=meta
 }
 
-avahi-python_package() {
-	depends="python-dbus"
-	short_desc="Python utility package for Avahi"
-	archs=noarch
-	pkg_install() {
-		vmove ${py2_sitelib}/avahi
-	}
-}
-
 avahi-python3_package() {
 	depends="python3-dbus"
 	short_desc="Python3 utility package for Avahi"
-	archs=noarch
 	pkg_install() {
-		vmove ${py3_sitelib}/avahi
+		vmove ${py3_sitelib}
 	}
 }
 

From a93295146aa4654680466d3d59913165f3288e96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0011/1106] avideo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/avideo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template
index af1491295da..17637289aac 100644
--- a/srcpkgs/avideo/template
+++ b/srcpkgs/avideo/template
@@ -1,8 +1,7 @@
 # Template file for 'avideo'
 pkgname=avideo
 version=2017.9.27
-revision=5
-archs=noarch
+revision=6
 wrksrc="avideo"
 build_style=python3-module
 hostmakedepends="python3"

From 704f0f79dde8bc6e96c992b2f3cfd7960f992455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0012/1106] aws-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/aws-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template
index 9be0830952e..8ead2d8ff4a 100644
--- a/srcpkgs/aws-cli/template
+++ b/srcpkgs/aws-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'aws-cli'
 pkgname=aws-cli
 version=1.18.125
-revision=1
-archs=noarch
+revision=2
 wrksrc="aws-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7bc4406cd3c30bff39a55524bb996b50e10e6c7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0013/1106] azote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/azote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template
index 9b5756804ea..91df1ef8956 100644
--- a/srcpkgs/azote/template
+++ b/srcpkgs/azote/template
@@ -1,8 +1,7 @@
 # Template file for 'azote'
 pkgname=azote
 version=1.7.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml"

From 1967e300f7365c8a92d0cab9103a7c38a16cd8f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0014/1106] bCNC: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bCNC/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template
index 2e715c512a9..97abf12b4f7 100644
--- a/srcpkgs/bCNC/template
+++ b/srcpkgs/bCNC/template
@@ -1,8 +1,7 @@
 # Template file for 'bCNC'
 pkgname=bCNC
 version=0.9.14.306
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy"

From f9da2b3d542d8282bedc4ea7e220f53b0f222968 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:39 -0400
Subject: [PATCH 0015/1106] bandit: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bandit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template
index d29873ecf61..93e6b77aa6b 100644
--- a/srcpkgs/bandit/template
+++ b/srcpkgs/bandit/template
@@ -1,8 +1,7 @@
 # Template file for 'bandit'
 pkgname=bandit
 version=1.6.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="bandit"
 hostmakedepends="python3-setuptools"

From 710c27cb452fa2ecc6fa6e409a9db9d44a77795c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0016/1106] beets: rebuild for Python 3.9, drop noarch

---
 srcpkgs/beets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template
index bf0240f1f54..8dfb44bf88a 100644
--- a/srcpkgs/beets/template
+++ b/srcpkgs/beets/template
@@ -1,8 +1,7 @@
 # Template file for 'beets'
 pkgname=beets
 version=1.4.9
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-munkres python3-musicbrainzngs

From 589f82314e85f09b862b4eeffd999642de6aff10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0017/1106] binwalk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/binwalk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template
index fccd523d584..fa2328e7ae0 100644
--- a/srcpkgs/binwalk/template
+++ b/srcpkgs/binwalk/template
@@ -1,8 +1,7 @@
 # Template file for 'binwalk'
 pkgname=binwalk
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="binwalk"
 hostmakedepends="python3"

From 6bd16e3169013a840bcabdc2deae25dd8ad0fecb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0018/1106] black: rebuild for Python 3.9, drop noarch

---
 srcpkgs/black/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index ab7bf23c85e..c29842f2805 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,8 +1,7 @@
 # Template file for 'black'
 pkgname=black
 version=19.10b0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="black.py blib2to3 _black_version.py"
 hostmakedepends="git python3-setuptools"

From 6f63176c55e9da397dbc6e55094cb9a7185557d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0019/1106] borgmatic: rebuild for Python 3.9, drop noarch

---
 srcpkgs/borgmatic/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template
index 9ca5df9724f..83c1a0ed2d6 100644
--- a/srcpkgs/borgmatic/template
+++ b/srcpkgs/borgmatic/template
@@ -1,8 +1,7 @@
 # Template file for 'borgmatic'
 pkgname=borgmatic
 version=1.5.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify

From 6bda47825aae6a4794ea15acef3e20a372839739 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:40 -0400
Subject: [PATCH 0020/1106] btrfs-backup: rebuild for Python 3.9, drop noarch

---
 srcpkgs/btrfs-backup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template
index 55a3800a857..061a8af95c1 100644
--- a/srcpkgs/btrfs-backup/template
+++ b/srcpkgs/btrfs-backup/template
@@ -1,9 +1,8 @@
 # Template file for 'btrfs-backup'
 pkgname=btrfs-backup
 version=0.3.1
-revision=2
+revision=3
 wrksrc="${pkgname/-/_}-${version}"
-archs=noarch
 build_style=python3-module
 pycompile_module="${pkgname/-/_}"
 hostmakedepends="python3-setuptools"

From 9ebeb504c9d6fb2235b9f6783f3d5c7e3f9a48df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0021/1106] bum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/bum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template
index 20f200e74d6..dd8f302132f 100644
--- a/srcpkgs/bum/template
+++ b/srcpkgs/bum/template
@@ -1,8 +1,7 @@
 # Template file for 'bum'
 pkgname=bum
 version=0.1.3
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="bum"
 hostmakedepends="python3-setuptools"

From 040fb6c8e6b1853b01bd5cd0b40c4a349a5b0bca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0022/1106] caffeine-ng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/caffeine-ng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template
index 455b2f225c4..b2b48278913 100644
--- a/srcpkgs/caffeine-ng/template
+++ b/srcpkgs/caffeine-ng/template
@@ -1,8 +1,7 @@
 # Template file for 'caffeine-ng'
 pkgname=caffeine-ng
 version=3.4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="caffeine"
 hostmakedepends="python3-setuptools"

From 27240b89a75717552ad7a9a483050d5f3faefdf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0023/1106] canto-next: rebuild for Python 3.9, drop noarch

---
 srcpkgs/canto-next/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index fa28bde891b..03eb9deb18e 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -1,8 +1,7 @@
 # Template file for 'canto-next'
 pkgname=canto-next
 version=0.9.7
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"

From 5c03c835db95a3904401c0213d307965bafc44b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0024/1106] castero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/castero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template
index 2d6c421eee3..1574318916a 100644
--- a/srcpkgs/castero/template
+++ b/srcpkgs/castero/template
@@ -1,8 +1,7 @@
 # Template file for 'castero'
 pkgname=castero
 version=0.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-cjkwrap

From fc9250dc98a41809e9820869bde4835faef1d7f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:41 -0400
Subject: [PATCH 0025/1106] catfish: rebuild for Python 3.9, drop noarch

---
 srcpkgs/catfish/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template
index 38df0a0adef..9eeb322b2e0 100644
--- a/srcpkgs/catfish/template
+++ b/srcpkgs/catfish/template
@@ -1,8 +1,7 @@
 # Template file for 'catfish'
 pkgname=catfish
 version=1.4.13
-revision=2
-archs=noarch
+revision=3
 wrksrc="catfish-catfish-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-gobject"

From 22f7edc763d82763b8a18b212ae4202b9087a8d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0026/1106] ccsm: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ccsm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template
index bda81960c5a..7f27e3317fc 100644
--- a/srcpkgs/ccsm/template
+++ b/srcpkgs/ccsm/template
@@ -1,8 +1,7 @@
 # Template file for 'ccsm'
 pkgname=ccsm
 version=0.8.18
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="automake intltool libtool pkg-config python3"
 makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel"

From bd9794e9f6c974dc54ef4176930bc2c8112018d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0027/1106] coccigrep: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coccigrep/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template
index 8c45bc12fa4..0b4e37bf590 100644
--- a/srcpkgs/coccigrep/template
+++ b/srcpkgs/coccigrep/template
@@ -1,8 +1,7 @@
 # Template file for 'coccigrep'
 pkgname=coccigrep
 version=1.20
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="coccinelle python3-Pygments"

From 46900a4f2ccfaa8b938aefab9d001e294b72c9aa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0028/1106] coursera-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/coursera-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template
index 4609573f7f4..a484d1a54a0 100644
--- a/srcpkgs/coursera-dl/template
+++ b/srcpkgs/coursera-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'coursera-dl'
 pkgname=coursera-dl
 version=0.11.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="coursera"
 hostmakedepends="python3-setuptools"

From 20da2ff7e009df545c2e918e3051336fabd73c2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0029/1106] cpuset: rebuild for Python 3.9, drop noarch

---
 srcpkgs/cpuset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template
index 12b54631617..b1675ff9cda 100644
--- a/srcpkgs/cpuset/template
+++ b/srcpkgs/cpuset/template
@@ -1,8 +1,7 @@
 # Template file for 'cpuset'
 pkgname=cpuset
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="cpuset"
 hostmakedepends="python3-setuptools"

From 92f4b463c0378e9ec399d07fe78c980ea4c4347b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:42 -0400
Subject: [PATCH 0030/1106] ctop: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ctop/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template
index 5231b4a4cb3..9646c772b76 100644
--- a/srcpkgs/ctop/template
+++ b/srcpkgs/ctop/template
@@ -1,8 +1,7 @@
 # Template file for 'ctop'
 pkgname=ctop
 version=1.0.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="cgroup_top.py"
 hostmakedepends="python3-setuptools"

From fd84bccc6bcaf09386bc24476743694e77a0fdb7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0031/1106] curseradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/curseradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template
index f5afe3bba34..d3f05ee1d5f 100644
--- a/srcpkgs/curseradio/template
+++ b/srcpkgs/curseradio/template
@@ -1,8 +1,7 @@
 # Template file for 'curseradio'
 pkgname=curseradio
 version=0.0.20171017
-revision=4
-archs=noarch
+revision=5
 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
 wrksrc="curseradio-${_commit}"
 build_style=python3-module

From 148b5f407f89c79fff3adc1998cbea4a9d25e568 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0032/1106] d-feet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/d-feet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template
index beac13b35c3..8983725501f 100644
--- a/srcpkgs/d-feet/template
+++ b/srcpkgs/d-feet/template
@@ -1,8 +1,7 @@
 # Template file for 'd-feet'
 pkgname=d-feet
 version=0.3.15
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 pycompile_module="dfeet"
 hostmakedepends="pkg-config intltool itstool python3-pycodestyle"

From 782a1ae28a61b13bb0d204a4b0d68e0bea342d3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0033/1106] deluge: rebuild for Python 3.9, drop noarch

---
 srcpkgs/deluge/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template
index 9eca5e10f08..15d7fc5ebd9 100644
--- a/srcpkgs/deluge/template
+++ b/srcpkgs/deluge/template
@@ -1,8 +1,7 @@
 # Template file for 'deluge'
 pkgname=deluge
 version=2.0.3
-revision=7
-archs=noarch
+revision=8
 build_style=python3-module
 # TODO package python3-slimit to minify javascript
 hostmakedepends="intltool python3-setuptools python3-wheel"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 deluge-gtk_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - GTK+ frontend"
 	depends="${sourcepkg}-${version}_${revision} python3-gobject"
@@ -42,7 +40,6 @@ deluge-gtk_package() {
 	}
 }
 deluge-web_package() {
-	archs=noarch
 	replaces="deluge<1.3.14_1"
 	short_desc+=" - Web frontend"
 	depends="${sourcepkg}-${version}_${revision}"

From 46cf5beb924ad639d22c8d17d589be83bb9018a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0034/1106] devedeng: rebuild for Python 3.9, drop noarch

---
 srcpkgs/devedeng/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template
index e3bb19e3fc8..685ac743544 100644
--- a/srcpkgs/devedeng/template
+++ b/srcpkgs/devedeng/template
@@ -1,8 +1,7 @@
 # Template file for 'devedeng'
 pkgname=devedeng
 version=4.16.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="devedeng"
 hostmakedepends="gettext python3"

From e70aa4be5caa3d0d59826d9564f61b3cf7ce1f9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0035/1106] downloader-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/downloader-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template
index 2e5b1ed2d59..f406399f0dd 100644
--- a/srcpkgs/downloader-cli/template
+++ b/srcpkgs/downloader-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'downloader-cli'
 pkgname=downloader-cli
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urllib3 python3-downloader-cli"

From 4d6a68e87ad695c364a5263cfe5a30c922a91bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:43 -0400
Subject: [PATCH 0036/1106] duiadns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/duiadns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template
index ae34b00cb95..cb447d33cdf 100644
--- a/srcpkgs/duiadns/template
+++ b/srcpkgs/duiadns/template
@@ -1,8 +1,7 @@
 # Template file for 'duiadns'
 pkgname=duiadns
 version=1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-netaddr python3-requests"

From 0613d7b367bcaa1bce58b44bf38e26db4d047afe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0037/1106] edx-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/edx-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template
index 1ea89343e7a..5e1f8b2c2da 100644
--- a/srcpkgs/edx-dl/template
+++ b/srcpkgs/edx-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'edx-dl'
 pkgname=edx-dl
 version=0.1.13
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools

From f31dc16721a39aeec0efa394348fe788e75285f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0038/1106] electrum: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template
index 835fbf25533..5c3016675e5 100644
--- a/srcpkgs/electrum/template
+++ b/srcpkgs/electrum/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum'
 pkgname=electrum
 version=3.3.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="electrum electrum_gui electrum_plugins"
 hostmakedepends="python3-PyQt5-devel-tools python3-setuptools"

From 0940a52b5f78f946afc01596520c54c2d3062f59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0039/1106] electrum-ltc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/electrum-ltc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template
index 550fda484e6..a9a629a057e 100644
--- a/srcpkgs/electrum-ltc/template
+++ b/srcpkgs/electrum-ltc/template
@@ -1,8 +1,7 @@
 # Template file for 'electrum-ltc'
 pkgname=electrum-ltc
 version=3.3.8.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx

From 35b4b5c96d6b20a8de02af5fce201d981c45fdc8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0040/1106] eyeD3: rebuild for Python 3.9, drop noarch

---
 srcpkgs/eyeD3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ee7f68f9e36..c37f3c0f0c6 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,8 +1,7 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
 version=0.9.5
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-grako python3-pylast python3-setuptools python3-deprecation
@@ -12,5 +11,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://eyed3.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
-distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
-checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a
+distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz"
+checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3

From 314b43cdd00feb90a07a9a9a31b56da6187e1e50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0041/1106] fail2ban: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fail2ban/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template
index cde2f25630f..2b8fe877a8b 100644
--- a/srcpkgs/fail2ban/template
+++ b/srcpkgs/fail2ban/template
@@ -1,8 +1,7 @@
 # Template file for 'fail2ban'
 pkgname=fail2ban
 version=0.11.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3"
 depends="python3"

From 9597c52f9104bdc93bf3634f3c1dbd1fb5b08ec7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:44 -0400
Subject: [PATCH 0042/1106] fava: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fava/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template
index 44628c261d2..03da130b158 100644
--- a/srcpkgs/fava/template
+++ b/srcpkgs/fava/template
@@ -1,8 +1,7 @@
 # Template file for 'fava'
 pkgname=fava
 version=1.15
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask

From 2b57b4a1de6bae7d72e676466b0e5d3cf4c3075a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0043/1106] fierce: rebuild for Python 3.9, drop noarch

---
 srcpkgs/fierce/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template
index 1d395274898..31e4741929e 100644
--- a/srcpkgs/fierce/template
+++ b/srcpkgs/fierce/template
@@ -1,8 +1,7 @@
 # Template file for 'fierce'
 pkgname=fierce
 version=1.4.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="fierce"
 hostmakedepends="python3-setuptools"

From dbcb55deeb0f0eba6f0b6b6adc364c53613b2d00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0044/1106] flake8: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flake8/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template
index 3601b101b66..da71302508c 100644
--- a/srcpkgs/flake8/template
+++ b/srcpkgs/flake8/template
@@ -1,8 +1,7 @@
 # Template file for 'flake8'
 pkgname=flake8
 version=3.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0
@@ -24,7 +23,6 @@ post_install() {
 }
 
 python3-flake8_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" (transitional dummy package)"
 	depends="flake8>=${version}_${revision}"

From 57403c849a7bbafed58389a1ef540edb4f8531f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0045/1106] flinks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/flinks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template
index 780aead102c..551b119289d 100644
--- a/srcpkgs/flinks/template
+++ b/srcpkgs/flinks/template
@@ -1,8 +1,7 @@
 # Template file for 'flinks'
 pkgname=flinks
 version=0.4.3
-revision=5
-archs=noarch
+revision=6
 build_style=python3-module
 pycompile_module="flinkspkg"
 hostmakedepends="python3-setuptools"

From 2c27984a4b3d318b66341227f9ce6aef32b4d82e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0046/1106] gallery-dl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gallery-dl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index 2a361f53274..36be82bc464 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,8 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
 version=1.14.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-setuptools"

From 851cdd41dbce6ef8f08b789627fdd67aec658ba7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0047/1106] gandi-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gandi-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template
index fc6d3ba3320..a861f3b2140 100644
--- a/srcpkgs/gandi-cli/template
+++ b/srcpkgs/gandi-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'gandi-cli'
 pkgname=gandi-cli
 version=1.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="gandi.cli-${version}"
 build_style=python3-module
 pycompile_module="gandi/cli"

From d4023f4f6501c36131b50bed33f5bbf48928e0b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:45 -0400
Subject: [PATCH 0048/1106] gcovr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gcovr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template
index a6b8de8f0cc..06dec001cf5 100644
--- a/srcpkgs/gcovr/template
+++ b/srcpkgs/gcovr/template
@@ -1,8 +1,7 @@
 # Template file for 'gcovr'
 pkgname=gcovr
 version=4.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="gcovr"
 hostmakedepends="python3-setuptools"

From f408334bd5b6baaf800ae5b257ecabb0e0bd8464 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0049/1106] git-cola: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-cola/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template
index bddc3f3fabd..2754ba6be4f 100644
--- a/srcpkgs/git-cola/template
+++ b/srcpkgs/git-cola/template
@@ -1,8 +1,7 @@
 # Template file for 'git-cola'
 pkgname=git-cola
 version=3.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_dirs="usr/share/git-cola/lib"
 hostmakedepends="python3"

From bf77ca2b07f59a135bc802182c3da419ca73e0d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0050/1106] git-filter-repo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/git-filter-repo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template
index 321464c7159..cc609004ea7 100644
--- a/srcpkgs/git-filter-repo/template
+++ b/srcpkgs/git-filter-repo/template
@@ -1,8 +1,7 @@
 # Template file for 'git-filter-repo'
 pkgname=git-filter-repo
 version=2.27.0
-revision=1
-archs=noarch
+revision=2
 depends="git python3"
 checkdepends="git python3 perl rsync dos2unix"
 short_desc="Versatile tool for rewriting git history"

From 7aaf48ebf9d3fbd37c72b5b4b935c235ff7b3ee0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0051/1106] git-review: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-review/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template
index 0ade5e3c4f2..5993feca102 100644
--- a/srcpkgs/git-review/template
+++ b/srcpkgs/git-review/template
@@ -1,8 +1,7 @@
 # Template file for 'git-review'
 pkgname=git-review
 version=1.28.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"
 depends="python3-requests"

From e858c4dc72ddbd4a041ba743f352f486d62cc7df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0052/1106] git-revise: rebuild for Python 3.9, drop noarch

---
 srcpkgs/git-revise/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template
index 6d3071429b9..7dcf2bd5615 100644
--- a/srcpkgs/git-revise/template
+++ b/srcpkgs/git-revise/template
@@ -1,8 +1,7 @@
 # Template file for 'git-revise'
 pkgname=git-revise
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="git python3-setuptools"

From b3d35bcc21597b7de21849a43e63d93fbd614d0b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:46 -0400
Subject: [PATCH 0053/1106] glances: rebuild for Python 3.9, drop noarch

---
 srcpkgs/glances/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template
index daeec2ddd7d..4aa28b55cd2 100644
--- a/srcpkgs/glances/template
+++ b/srcpkgs/glances/template
@@ -1,8 +1,7 @@
 # Template file for 'glances'
 pkgname=glances
 version=3.1.4.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="${hostmakedepends} python3-future python3-psutil"

From 761f6287259806c02872981bb7d344d3027877f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0054/1106] gnome-passwordsafe: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gnome-passwordsafe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template
index c4609214612..45549e0b60d 100644
--- a/srcpkgs/gnome-passwordsafe/template
+++ b/srcpkgs/gnome-passwordsafe/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-passwordsafe'
 pkgname=gnome-passwordsafe
 version=3.99.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="PasswordSafe-${version}"
 build_style=meson
 hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass"

From 89830c0ffdc7299b62cb803400ca8f3ff00aac37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0055/1106] gnome-tweaks: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnome-tweaks/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template
index 557005fad57..331ebac65ca 100644
--- a/srcpkgs/gnome-tweaks/template
+++ b/srcpkgs/gnome-tweaks/template
@@ -1,8 +1,7 @@
 # Template file for 'gnome-tweaks'
 pkgname=gnome-tweaks
 version=3.34.0
-revision=3
-archs=noarch
+revision=4
 build_style=meson
 hostmakedepends="gettext"
 depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
@@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
 replaces="gnome-tweak-tool>=0"
 
 gnome-tweak-tool_package() {
-	archs=noarch
 	build_style=meta
 	depends="gnome-tweaks>=${version}_${revision}"
 	short_desc+=" (transitional dummy package)"

From 7108d245d62b277fd91f89c645c03c40d56299da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0056/1106] gns3-gui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gns3-gui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index 9ea3c9b78ad..0dff36e945d 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
 version=2.2.10
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry

From dc2c374408fe8e7a8ce696f138c1f9d7dc233724 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0057/1106] gns3-net-converter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/gns3-net-converter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template
index 70b6c90e8c8..3f638386cf5 100644
--- a/srcpkgs/gns3-net-converter/template
+++ b/srcpkgs/gns3-net-converter/template
@@ -1,8 +1,7 @@
 # Template file for 'gns3-net-converter'
 pkgname=gns3-net-converter
 version=1.3.0
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 pycompile_module="gns3converter"
 hostmakedepends="python3-setuptools"

From 1eb078bfcf1d7043143d4b8531d8e61c45e262a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:47 -0400
Subject: [PATCH 0058/1106] gnuradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gnuradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template
index 8c7c6e80eee..b9239141800 100644
--- a/srcpkgs/gnuradio/template
+++ b/srcpkgs/gnuradio/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio'.
 pkgname=gnuradio
 version=3.8.0.0
-revision=4
+revision=5
 build_style=cmake
 conf_files="/etc/gnuradio/conf.d/*"
 configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}"
@@ -31,7 +31,6 @@ post_install() {
 
 gnuradio-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}

From 5331211cc88621f2e308fb5c28149857b36e9bd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0059/1106] gpodder: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gpodder/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template
index 8ce466aaa83..c898e9c3a54 100644
--- a/srcpkgs/gpodder/template
+++ b/srcpkgs/gpodder/template
@@ -1,8 +1,7 @@
 # Template file for 'gpodder'
 pkgname=gpodder
 version=3.10.16
-revision=1
-archs=noarch
+revision=2
 wrksrc="gpodder-${version}"
 hostmakedepends="python3 intltool"
 depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject

From 10f03f628a43bb799188e4becf845fc9e17cf1ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0060/1106] gramps: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gramps/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template
index 35e3245ef62..9fa8eeb622e 100644
--- a/srcpkgs/gramps/template
+++ b/srcpkgs/gramps/template
@@ -1,8 +1,7 @@
 # Template file for 'gramps'
 pkgname=gramps
 version=5.1.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config intltool python3"
 depends="gtk+3 python3-gobject python3-bsddb3"

From 2f8a1561479eeb4ba16062dbe4aa55653961640b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0061/1106] greg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/greg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template
index 237e2ac9ae9..4900eb02877 100644
--- a/srcpkgs/greg/template
+++ b/srcpkgs/greg/template
@@ -1,8 +1,7 @@
 # Template file for 'greg'
 pkgname=greg
 version=0.4.7
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 pycompile_module="greg"
 hostmakedepends="python3-setuptools"

From 5745b8bd4130ade18d060efe485cc923257604c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0062/1106] grip: rebuild for Python 3.9, drop noarch

---
 srcpkgs/grip/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 mode change 100755 => 100644 srcpkgs/grip/template

diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template
old mode 100755
new mode 100644
index 6acfe00b299..d305add95a9
--- a/srcpkgs/grip/template
+++ b/srcpkgs/grip/template
@@ -1,8 +1,7 @@
 # Template file for 'grip'
 pkgname=grip
 version=4.5.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests"

From 2fb65a22dc2fad50b6dde751f773a390363860b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0063/1106] gscreenshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gscreenshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template
index 5537910592e..524ef0918eb 100644
--- a/srcpkgs/gscreenshot/template
+++ b/srcpkgs/gscreenshot/template
@@ -1,8 +1,7 @@
 # Template file for 'gscreenshot'
 pkgname=gscreenshot
 version=2.12.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot"

From cc9f6db3d2041a36d91c10ca2c28531043adc602 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:48 -0400
Subject: [PATCH 0064/1106] guake: rebuild for Python 3.9, drop noarch

---
 srcpkgs/guake/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template
index 885fed99f0b..ae5192edb0f 100644
--- a/srcpkgs/guake/template
+++ b/srcpkgs/guake/template
@@ -1,8 +1,7 @@
 # Template file for 'guake'
 pkgname=guake
 version=3.6.3
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 wrksrc="Guake-${version}"
 pycompile_module="guake"

From 7fca0d39822f88603d58fb255d551c7012c47e7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0065/1106] gufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/gufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template
index 1b87f809fe9..f676cfaf762 100644
--- a/srcpkgs/gufw/template
+++ b/srcpkgs/gufw/template
@@ -1,8 +1,7 @@
 # Template file for 'gufw'
 pkgname=gufw
 version=20.04.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="gufw-${version}"
 build_style=python3-module
 hostmakedepends="python3-distutils-extra intltool"

From d882b422b2f887841b397b9d4496b742a5bcd998 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0066/1106] icdiff: rebuild for Python 3.9, drop noarch

---
 srcpkgs/icdiff/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template
index 396448b86f4..77ed89b2598 100644
--- a/srcpkgs/icdiff/template
+++ b/srcpkgs/icdiff/template
@@ -1,9 +1,8 @@
 # Template file for 'icdiff'
 pkgname=icdiff
 version=1.9.5
-revision=2
+revision=3
 wrksrc="${pkgname}-release-${version}"
-archs=noarch
 build_style=python-module
 pycompile_module="icdiff.py"
 hostmakedepends="python-setuptools python3-setuptools"
@@ -25,7 +24,6 @@ post_install() {
 }
 
 python3-icdiff_package() {
-	archs=noarch
 	depends="python3 python3-setuptools"
 	pycompile_module="icdiff.py"
 	alternatives="

From 7eb5999ac05f6eec088ba3c9bd74f14cf840c5a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0067/1106] khal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template
index c5d3a165d1b..361776c7bfb 100644
--- a/srcpkgs/khal/template
+++ b/srcpkgs/khal/template
@@ -1,8 +1,7 @@
 # Template file for 'khal'
 pkgname=khal
 version=0.10.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-click-log python3-configobj

From ecac6083f4c10d708648e6b5f32d34c149e7facd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:49 -0400
Subject: [PATCH 0068/1106] khard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/khard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index 70f246cfb40..da57783e4e6 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,8 +1,7 @@
 # Template file for 'khard'
 pkgname=khard
 version=0.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj

From 3ed2456dccbd79e5920ed774e67c2de81f3eb10d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0069/1106] libsearpc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/libsearpc/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 1aed9159ab9..625672ca4d5 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
 version=3.2.0
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_module="pysearpc"
 configure_args="PYTHON=python3 --disable-static --disable-compile-demo"
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
-checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
+checksum=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff
 python_version=3
 
 pre_configure() {
@@ -39,7 +39,6 @@ libsearpc-codegen_package() {
 	short_desc+=" - code generator"
 	depends="python3"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vdoc AUTHORS
 		vdoc README.markdown
@@ -51,7 +50,6 @@ libsearpc-python3_package() {
 	short_desc+=" - Python3 bindings"
 	pycompile_module="pysearpc"
 	depends="python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 7b2d0df3923d35242c75fb08336f4707a5c4abd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0070/1106] llvm10: rebuild for Python 3.9, drop noarch

---
 srcpkgs/llvm10/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template
index 9298c68022d..bfbddb48127 100644
--- a/srcpkgs/llvm10/template
+++ b/srcpkgs/llvm10/template
@@ -1,7 +1,7 @@
 # Template file for 'llvm10'
 pkgname=llvm10
 version=10.0.0
-revision=5
+revision=6
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -189,7 +189,6 @@ do_install() {
 }
 
 clang-analyzer_package() {
-	archs=noarch
 	pycompile_dirs="usr/share/scan-view"
 	depends="clang-${version}_${revision} python3"
 	short_desc+=" - A source code analysis framework"

From e7f99e8b6e7e2ecd103c750be365f60d5afb9a26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0071/1106] lutris: rebuild for Python 3.9, drop noarch

---
 srcpkgs/lutris/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template
index 30fbd3ef8d0..cf701853027 100644
--- a/srcpkgs/lutris/template
+++ b/srcpkgs/lutris/template
@@ -1,8 +1,7 @@
 # Template file for 'lutris'
 pkgname=lutris
 version=0.5.7.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
 hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
 depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow

From 4f6a8412acd936cd6a3cd6e4ed12181e93356a4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0072/1106] magic-wormhole: rebuild for Python 3.9, drop noarch

---
 srcpkgs/magic-wormhole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
index b3a7bdf27f8..755fb7affbc 100644
--- a/srcpkgs/magic-wormhole/template
+++ b/srcpkgs/magic-wormhole/template
@@ -1,8 +1,7 @@
 # Template file for 'magic-wormhole'
 pkgname=magic-wormhole
 version=0.12.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-autobahn python3-cffi python3-click python3-humanize

From 5f566a24361ad40c123f01b6faca6954eac324a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:50 -0400
Subject: [PATCH 0073/1106] med: rebuild for Python 3.9, drop noarch

---
 srcpkgs/med/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/med/template b/srcpkgs/med/template
index acd79293246..7cba3c495d1 100644
--- a/srcpkgs/med/template
+++ b/srcpkgs/med/template
@@ -1,7 +1,7 @@
 # Template file for 'med'
 pkgname=med
 version=4.0.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-swig=yes --includedir=/usr/include/med"
 pycompile_module=med
@@ -36,7 +36,6 @@ libmed_package() {
 
 med-doc_package() {
 	short_desc+=" - Documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc/med
 	}

From 2ab5ee9f2dbe80893cf79c4c1dbaacbc40c668c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0074/1106] menulibre: rebuild for Python 3.9, drop noarch

---
 srcpkgs/menulibre/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index f16c5f64337..5327654776d 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,8 +1,7 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"

From a140b45552a4260f0515e8490668b53b24d60a22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0075/1106] meson-cmake-wrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/meson-cmake-wrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template
index b13ca9229dc..0705bb40c5a 100644
--- a/srcpkgs/meson-cmake-wrapper/template
+++ b/srcpkgs/meson-cmake-wrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'meson-cmake-wrapper'
 pkgname=meson-cmake-wrapper
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mcw"
 hostmakedepends="python3-setuptools"

From 82b2549505ee4bb47002e4dabac7668fde6c58ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0076/1106] mimeo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mimeo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template
index 66cd1e12539..0f7080919df 100644
--- a/srcpkgs/mimeo/template
+++ b/srcpkgs/mimeo/template
@@ -1,8 +1,7 @@
 # Template file for 'mimeo'
 pkgname=mimeo
 version=2019.7
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="Mimeo.py"
 hostmakedepends="python3"

From fe9f6c4d27fc5f6bf7dc21a19dbdf1ab13e05853 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:51 -0400
Subject: [PATCH 0077/1106] minigalaxy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/minigalaxy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template
index 1d2daaea8d0..b18f74c31f6 100644
--- a/srcpkgs/minigalaxy/template
+++ b/srcpkgs/minigalaxy/template
@@ -1,8 +1,7 @@
 # Template file for 'minigalaxy'
 pkgname=minigalaxy
 version=0.9.4
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"

From 59471e9e47fa44d17b217ffa8e94974ac2629371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0078/1106] mopidy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index c3497f3b88d..dda7bcfc7d1 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy'
 pkgname=mopidy
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"

From 910896198b4d5ee8c13b593f81dddfc669c024be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0079/1106] mopidy-local: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-local/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template
index 53f42032019..8a7d95c3087 100644
--- a/srcpkgs/mopidy-local/template
+++ b/srcpkgs/mopidy-local/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-local'
 pkgname=mopidy-local
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-pykka python3-setuptools"

From 89b498024f5e5fe1cf80e298829f7a3ba9c32a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0080/1106] mopidy-mpd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mopidy-mpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template
index db1642166fd..dcc3c166cd7 100644
--- a/srcpkgs/mopidy-mpd/template
+++ b/srcpkgs/mopidy-mpd/template
@@ -1,8 +1,7 @@
 # Template file for 'mopidy-mpd'
 pkgname=mopidy-mpd
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="Mopidy-MPD-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2cbec562af0c204483bdf8c3426d3d99058ccf23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0081/1106] mozo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mozo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index 22bf450556e..3f6ab9cb745 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,8 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
 version=1.24.0
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"

From 5a36195f99a98bb59c1fc9e66ced5b79ff364665 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0082/1106] mpd-sima: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mpd-sima/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template
index 831fec709b7..9ebd2671d05 100644
--- a/srcpkgs/mpd-sima/template
+++ b/srcpkgs/mpd-sima/template
@@ -1,8 +1,7 @@
 # Template file for 'mpd-sima'
 pkgname=mpd-sima
 version=0.15.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="MPD_sima-${version}"
 build_style=python3-module
 pycompile_module="sima"

From cc1787023bce64261aa17c4c53c6817eed667777 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:52 -0400
Subject: [PATCH 0083/1106] mps-youtube: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mps-youtube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template
index 2141b3e627d..dd522974e07 100644
--- a/srcpkgs/mps-youtube/template
+++ b/srcpkgs/mps-youtube/template
@@ -1,8 +1,7 @@
 # Template file for 'mps-youtube'
 pkgname=mps-youtube
 version=0.2.8
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="mps_youtube"
 hostmakedepends="python3-setuptools"

From 5e3f46a3e6cdfcca8f3f9cff04b318bf11903ce3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0084/1106] mugshot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mugshot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 1e695654a86..31bde94e855 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,8 +1,7 @@
 # Template file for 'mugshot'
 pkgname=mugshot
 version=0.4.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"

From 89e11b8a6346d331c2d2841b90e10eee14ef2c7f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0085/1106] multibootusb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/multibootusb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template
index c451109bd69..343160b1fcf 100644
--- a/srcpkgs/multibootusb/template
+++ b/srcpkgs/multibootusb/template
@@ -1,8 +1,7 @@
 # Template file for 'multibootusb'
 pkgname=multibootusb
 version=9.2.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="scripts"
 hostmakedepends="python3-setuptools"

From 0c3227821e090068839ab06d43b97d166cc94354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0086/1106] mutagen: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mutagen/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template
index 957ed3ed818..552fecc0a50 100644
--- a/srcpkgs/mutagen/template
+++ b/srcpkgs/mutagen/template
@@ -1,8 +1,7 @@
 # Template file for 'mutagen'
 pkgname=mutagen
 version=1.43.0
-revision=2
-archs=noarch
+revision=3
 build_style=python-module
 pycompile_module="mutagen"
 hostmakedepends="python-devel python-setuptools python3-devel
@@ -39,7 +38,6 @@ python3-mutagen_package() {
 	 mutagen:moggsplit:/usr/bin/moggsplit3
 	 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3
 	 mutagen:mutagen-pony:/usr/bin/mutagen-pony3"
-	archs=noarch
 	depends="python3"
 	pycompile_module="mutagen"
 	short_desc="${short_desc/Python2/Python3}"

From 9105591919c38ee6ae504880ca33fd5a2c549b3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0087/1106] mymcplus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/mymcplus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template
index c46fe9b101e..84b9f256abd 100644
--- a/srcpkgs/mymcplus/template
+++ b/srcpkgs/mymcplus/template
@@ -1,8 +1,7 @@
 # Template file for 'mymcplus'
 pkgname=mymcplus
 version=3.0.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="wxPython4 python3-PyOpenGL"

From 9ec3b112f3696bc6c36c335b3388b36acd610a0c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:53 -0400
Subject: [PATCH 0088/1106] nagstamon: update to 3.4.1

---
 .../nagstamon/patches/disable-kerberos.patch  | 39 ++++++++++++-------
 srcpkgs/nagstamon/template                    | 17 ++++----
 2 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/nagstamon/patches/disable-kerberos.patch b/srcpkgs/nagstamon/patches/disable-kerberos.patch
index 3711c18e12a..deacba86517 100644
--- a/srcpkgs/nagstamon/patches/disable-kerberos.patch
+++ b/srcpkgs/nagstamon/patches/disable-kerberos.patch
@@ -1,6 +1,7 @@
---- Nagstamon/QUI/__init__.py.orig	2018-09-12 16:40:47.350735530 +0200
-+++ Nagstamon/QUI/__init__.py	2018-09-12 16:47:18.330913802 +0200
-@@ -5279,7 +5279,7 @@
+diff -ur Nagstamon.orig/Nagstamon/QUI/__init__.py Nagstamon/Nagstamon/QUI/__init__.py
+--- Nagstamon/QUI/__init__.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/QUI/__init__.py	2020-10-08 00:20:39.437758862 -0400
+@@ -5770,7 +5770,7 @@
          self.ui.button_choose_custom_cert_ca_file.clicked.connect(self.choose_custom_cert_ca_file)
  
          # fill authentication combobox
@@ -9,28 +10,38 @@
  
          # detect change of server type which leads to certain options shown or hidden
          self.ui.input_combobox_type.activated.connect(self.toggle_type)
---- Nagstamon/Servers/Generic.py,orug	2018-09-12 16:40:47.353735516 +0200
-+++ Nagstamon/Servers/Generic.py	2018-09-12 16:47:52.962752440 +0200
-@@ -45,7 +45,6 @@
- from collections import OrderedDict
+diff -ur Nagstamon.orig/Nagstamon/Servers/Generic.py Nagstamon/Nagstamon/Servers/Generic.py
+--- Nagstamon/Servers/Generic.py	2020-01-24 10:12:12.000000000 -0500
++++ Nagstamon/Servers/Generic.py	2020-10-08 00:21:28.460699656 -0400
+@@ -53,15 +53,6 @@
+                               RESOURCES)
  
- import requests
--import requests_kerberos
  
+-# requests_gssapi is newer but not available everywhere
+-try:
+-    # extra imports needed to get it compiled on macOS
+-    import numbers
+-    import gssapi.raw.cython_converters
+-    from requests_gssapi import HTTPSPNEGOAuth as HTTPSKerberos
+-except ImportError:
+-    from requests_kerberos import HTTPKerberosAuth as HTTPSKerberos
+-
  # disable annoying SubjectAltNameWarning warnings
  try:
-@@ -231,8 +230,6 @@
+     from requests.packages.urllib3.exceptions import SubjectAltNameWarning
+@@ -260,8 +251,6 @@
                  self.session.auth = requests.auth.HTTPBasicAuth(self.username, self.password)
              elif self.authentication == 'digest':
                  self.session.auth = requests.auth.HTTPDigestAuth(self.username, self.password)
 -            elif self.authentication == 'kerberos':
--                self.session.auth = requests_kerberos.HTTPKerberosAuth()
+-                self.session.auth = HTTPSKerberos()
  
              # default to check TLS validity
              if self.ignore_cert:
---- setup.py.orig	2018-09-12 16:40:47.363735470 +0200
-+++ setup.py	2018-09-12 16:48:02.146709650 +0200
-@@ -85,7 +85,6 @@
+diff -ur Nagstamon.orig/setup.py Nagstamon/setup.py
+--- setup.py	2020-10-08 00:18:37.532906083 -0400
++++ setup.py	2020-10-08 00:21:43.580681397 -0400
+@@ -89,7 +89,6 @@
          'python3-psutil '
          'python3-qt5 '
          'python3-requests '
diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template
index 0eb5bc75d27..bf07c6d1bce 100644
--- a/srcpkgs/nagstamon/template
+++ b/srcpkgs/nagstamon/template
@@ -1,12 +1,11 @@
 # Template file for 'nagstamon'
 pkgname=nagstamon
-version=3.2.1
-revision=2
-archs=noarch
+version=3.4.1
+revision=1
 wrksrc=Nagstamon
 build_style=python3-module
 pycompile_module="Nagstamon"
-hostmakedepends="python3-setuptools python3-keyring"
+hostmakedepends="python3-setuptools python3-keyring python3-psutil"
 depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml
  python3-psutil python3-PyQt5-multimedia python3-PyQt5-svg python3-requests"
 short_desc="Nagios status monitor for the desktop"
@@ -14,12 +13,14 @@ maintainer="Laszlo Dvornik <laulicus@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://nagstamon.ifw-dresden.de"
 distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz"
-checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880
+checksum=2d26cf4d64a6e27fe55f1c5e5f042af511bcb09876ae16a456aee5800a98adea
 
-post_extract() {
-	# Gone in python 3.8, but these where the python 3.6 values.  ;)
-	vsed -i -e 's/platform.dist()/("","","")/g' setup.py
+post_patch() {
+	# This relies on /etc/os-release, which doesn't exist without
+	# runit-void and doesn't provide the version expected
+	vsed -i setup.py -e 's/get_distro()/"void", "", "void"/'
 }
+
 post_install() {
 	chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg
 	mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon

From b510b075f8774bce62c21940b11caeef08c53209 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0089/1106] neovim-remote: rebuild for Python 3.9, drop noarch

---
 srcpkgs/neovim-remote/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template
index c826750a004..0353bfd4ab9 100644
--- a/srcpkgs/neovim-remote/template
+++ b/srcpkgs/neovim-remote/template
@@ -1,8 +1,7 @@
 # Template file for 'neovim-remote'
 pkgname=neovim-remote
 version=2.4.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-neovim python3-psutil"

From 1c838f20b97187bb947792932c2b3944eed32f4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0090/1106] nicotine+: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nicotine+/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..59d92e13ce2 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,8 +1,7 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From a35ce139cd74e4522e77ab4ccfe13afdab25fe13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0091/1106] nyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/nyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template
index 4b265771793..7edee5a30b7 100644
--- a/srcpkgs/nyx/template
+++ b/srcpkgs/nyx/template
@@ -1,8 +1,7 @@
 # Template file for 'nyx'
 pkgname=nyx
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="nyx"
 hostmakedepends="python3-setuptools"

From b520e0e1cc9209fa7ca47321892f51b95fb426f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:54 -0400
Subject: [PATCH 0092/1106] pass-import: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pass-import/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template
index ac7590bea99..51c81c560a6 100644
--- a/srcpkgs/pass-import/template
+++ b/srcpkgs/pass-import/template
@@ -1,8 +1,7 @@
 # Template file for 'pass-import'
 pkgname=pass-import
 version=3.0
-revision=3
-archs=noarch
+revision=4
 build_style=gnu-makefile
 hostmakedepends="python3-setuptools python3-yaml"
 depends="pass>=1.7.0 python3-defusedxml python3-magic

From b9b92ca5b619705f916bcd19eaed5a7bd8e76ab9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0093/1106] peframe: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peframe/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template
index 5ecede6cf56..c8ee506466b 100644
--- a/srcpkgs/peframe/template
+++ b/srcpkgs/peframe/template
@@ -1,8 +1,7 @@
 # Template file for 'peframe'
 pkgname=peframe
 version=6.0.3
-revision=2
-archs=noarch
+revision=3
 build_style="python3-module"
 pycompile_module="peframe"
 hostmakedepends="python3-setuptools"

From 4cd3288730198696a47184f95c4f4b47d6a2e989 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0094/1106] pelican: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pelican/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template
index c505227c554..1c47e8d711a 100644
--- a/srcpkgs/pelican/template
+++ b/srcpkgs/pelican/template
@@ -1,8 +1,7 @@
 # Template file for 'pelican'
 pkgname=pelican
 version=4.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pelican"
 hostmakedepends="python3-setuptools"

From 6fecf988e7c869bfbc857de03028ef257f529aa6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 8 Oct 2020 00:05:12 -0400
Subject: [PATCH 0095/1106] python3-psutil: rebuild for Python 3.9

---
 srcpkgs/python3-psutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
index 1f89ed410c9..1ff31b4bb2d 100644
--- a/srcpkgs/python3-psutil/template
+++ b/srcpkgs/python3-psutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psutil'
 pkgname=python3-psutil
 version=5.7.0
-revision=3
+revision=4
 wrksrc="psutil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f528b5cccbe9ddfc542e4d663aec54eba9cbdf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0096/1106] persepolis: rebuild for Python 3.9, drop noarch

---
 srcpkgs/persepolis/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template
index 696afdd62e6..f1066b3631b 100644
--- a/srcpkgs/persepolis/template
+++ b/srcpkgs/persepolis/template
@@ -1,12 +1,11 @@
 # Template file for 'persepolis'
 pkgname=persepolis
 version=3.2.0
-revision=2
-archs="noarch"
+revision=3
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests
-	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop
-	python3-PyQt5-tools qt5-svg"
+hostmakedepends="python3-setuptools python3-setproctitle python3-requests
+	python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl
+	sound-theme-freedesktop python3-PyQt5-tools qt5-svg"
 depends="${hostmakedepends/python3-setuptools/}"
 short_desc="Download manager and GUI for Aria2"
 maintainer="Nathan Owens <ndowens04@gmail.com>"

From 8898e3f5531d985970029c5ed41a9b2735684bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0097/1106] peru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/peru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 6cfdf8170c0..edb0122f192 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,8 +1,7 @@
 # Template file for 'peru'
 pkgname=peru
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="peru"
 hostmakedepends="python3-setuptools"

From 5deaa1013c038acc7b30e45f3c5eef588b114bca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0098/1106] pex: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pex/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template
index 105fb3e896d..b6a71768c89 100644
--- a/srcpkgs/pex/template
+++ b/srcpkgs/pex/template
@@ -1,8 +1,7 @@
 # Template file for 'pex'
 pkgname=pex
 version=2.1.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="pex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From e5940cd327cf78055b53ed26307c453aae6fdd20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:55 -0400
Subject: [PATCH 0099/1106] pgcli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pgcli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 51835304d71..d8def4ae0c0 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,8 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit

From d9ec35c07f072e1fba1559cc47e4dfb4531d2f31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0100/1106] picard: rebuild for Python 3.9, drop noarch

---
 srcpkgs/picard/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template
index ca1f29c11de..53f9daa8fdb 100644
--- a/srcpkgs/picard/template
+++ b/srcpkgs/picard/template
@@ -1,8 +1,7 @@
 # Template file for 'picard'
 pkgname=picard
 version=2.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname}-release-${version}"
 build_style=python3-module
 make_install_args="--disable-autoupdate"

From 300f707c64c178ca27d03b3ca9324927c2e81f3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0101/1106] piper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/piper/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index 0f54fe32153..bb1afcf4501 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,10 +1,9 @@
 # Template file for 'piper'
 pkgname=piper
 version=0.5.1
-revision=1
-archs=noarch
+revision=2
 build_style=meson
-hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml"
+hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev"
 makedepends="python3-devel python3-gobject-devel"
 depends="libratbag gtk+3 python3-lxml"
 checkdepends="python3-flake8"

From ef78d6179f6f48d4f8e5f413299e532ea5a47257 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0102/1106] playitslowly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/playitslowly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template
index 6d3483ae251..52cbd9870c1 100644
--- a/srcpkgs/playitslowly/template
+++ b/srcpkgs/playitslowly/template
@@ -1,8 +1,7 @@
 # Template file for 'playitslowly'
 pkgname=playitslowly
 version=1.5.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1

From e7d28611f169d18e1862e6d3c65bced9858c9509 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0103/1106] pockyt: update to 1.4.2

---
 srcpkgs/pockyt/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template
index eee3691d959..2b48919d79c 100644
--- a/srcpkgs/pockyt/template
+++ b/srcpkgs/pockyt/template
@@ -1,8 +1,7 @@
 # Template file for 'pockyt'
 pkgname=pockyt
-version=1.2
-revision=2
-archs=noarch
+version=1.4.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-parse"
@@ -12,8 +11,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/arvindch/pockyt"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c
-
-post_extract() {
-	sed -i 's/(3, 7)/&, (3, 8)/' setup.py
-}
+checksum=26d16ad6f2dad7db8726f538a9b49ac268731ea3b323c6d48d56873527c35e0b

From 18318cd80e3c66ab2073b3e4bc08afa7f735cc83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:56 -0400
Subject: [PATCH 0104/1106] podman-compose: rebuild for Python 3.9, drop noarch

---
 srcpkgs/podman-compose/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template
index 4f4467de689..6a994ae7e8f 100644
--- a/srcpkgs/podman-compose/template
+++ b/srcpkgs/podman-compose/template
@@ -1,8 +1,7 @@
 # Template file for 'podman-compose'
 pkgname=podman-compose
 version=0.1.5
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-yaml"
 depends="${hostmakedepends} podman"

From 70f245bf3b34b87d365ca2c7713ea796c1c08b0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0105/1106] protonvpn-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/protonvpn-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template
index fb8ed8e0b57..5935d7b4860 100644
--- a/srcpkgs/protonvpn-cli/template
+++ b/srcpkgs/protonvpn-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'protonvpn-cli'
 pkgname=protonvpn-cli
 version=2.2.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="linux-cli-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f2b70c4e0d082f7faab7d399601adc6f33e91c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 22:32:09 -0400
Subject: [PATCH 0106/1106] New package: python3-websockets-8.1

---
 srcpkgs/python3-websockets/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-websockets/template

diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template
new file mode 100644
index 00000000000..70a4239ab2e
--- /dev/null
+++ b/srcpkgs/python3-websockets/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-websockets'
+pkgname=python3-websockets
+version=8.1
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Library for building WebSocket clients and servers in Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://websockets.readthedocs.io/en/stable/"
+distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
+checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
+
+post_install() {
+	vlicense LICENSE
+}

From 6daf06809112ba676badc06a0834205e45c9837d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0107/1106] pychess: update to 1.0.2

---
 srcpkgs/pychess/template | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template
index d0594aa77f4..622e5ff451c 100644
--- a/srcpkgs/pychess/template
+++ b/srcpkgs/pychess/template
@@ -1,15 +1,17 @@
 # Template file for 'pychess'
 pkgname=pychess
-version=0.12.4
-revision=3
+version=1.0.2
+revision=1
 build_style=python3-module
 pycompile_module="pychess"
-archs=noarch
-hostmakedepends="python3-setuptools"
-depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
-short_desc="A GTK chess client written in Python"
+_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
+ gobject-introspection gtksourceview"
+hostmakedepends="python3-setuptools gettext ${_commondeps}"
+depends="stockfish gnome-icon-theme python3-websockets
+ python3-psutil gst-plugins-base1 ${_commondeps}"
+short_desc="GTK chess client written in Python"
 maintainer="cipr3s <cipr3s@gmx.com>"
-license="GPL-3"
-homepage="http://www.pychess.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
+license="GPL-3.0-or-later"
+homepage="https://pychess.github.io"
+distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
+checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2

From 978325b133f80a4722fa53af71c8f98958a2f18c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0108/1106] pycp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pycp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template
index c9066259862..003f2e9724f 100644
--- a/srcpkgs/pycp/template
+++ b/srcpkgs/pycp/template
@@ -1,8 +1,7 @@
 # Template file for 'pycp'
 pkgname=pycp
 version=8.0.8
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pycp"
 hostmakedepends="help2man python3-setuptools"

From 6848c5fbe212462b34db94935bf28efcc21f6205 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0109/1106] pyradio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pyradio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 808c298c7b5..20480efa490 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,8 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.8.7.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From 3fad1c845266f3f48c7228fdd61e202e2082c654 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:57 -0400
Subject: [PATCH 0110/1106] pysolfc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pysolfc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template
index b634a8da817..7440cee9b0f 100644
--- a/srcpkgs/pysolfc/template
+++ b/srcpkgs/pysolfc/template
@@ -1,8 +1,7 @@
 # Template file for 'pysolfc'
 pkgname=pysolfc
 version=2.10.1
-revision=1
-archs="noarch"
+revision=2
 wrksrc="PySolFC-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="gettext python3-pygame python3-random2 python3-six

From 04daf57b227da18df4c6a3a8bf29c8730133439c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0111/1106] python3-3to2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-3to2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template
index 38558f1fcff..ddbef419178 100644
--- a/srcpkgs/python3-3to2/template
+++ b/srcpkgs/python3-3to2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-3to2'
 pkgname=python3-3to2
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="3to2-${version}"
 build_style=python3-module
 pycompile_module="lib3to2"

From 64be26aa0a96d9f7f52386cf5a57bc00bbcc489a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0112/1106] python3-CherryPy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-CherryPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template
index 2b5fa77a786..c21123b9baf 100644
--- a/srcpkgs/python3-CherryPy/template
+++ b/srcpkgs/python3-CherryPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-CherryPy'
 pkgname=python3-CherryPy
 version=18.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="CherryPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 22f84f94c9c58065af355624e235759d1fe35918 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0113/1106] python3-Django: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Django/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template
index 9f1a08f968d..23a383b915d 100644
--- a/srcpkgs/python3-Django/template
+++ b/srcpkgs/python3-Django/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Django'
 pkgname=python3-Django
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="Django-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17d9835aa72c6fabc9f7c069e3bc50cf930419da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0114/1106] python3-EasyProcess: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-EasyProcess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template
index 725467884d4..034df5dc09c 100644
--- a/srcpkgs/python3-EasyProcess/template
+++ b/srcpkgs/python3-EasyProcess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-EasyProcess'
 pkgname=python3-EasyProcess
 version=0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=EasyProcess-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a07a534d063e2e5901a91dc748889b5783e9bff0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:58 -0400
Subject: [PATCH 0115/1106] python3-Flask-Mail: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-Mail/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template
index f1e31e984d0..18542847ecb 100644
--- a/srcpkgs/python3-Flask-Mail/template
+++ b/srcpkgs/python3-Flask-Mail/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-Mail'
 pkgname=python3-Flask-Mail
 version=0.9.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ce62394a533a407b78c8a14a88117cc2c358101 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0116/1106] python3-Flask-RESTful: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-RESTful/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template
index 74f5be02359..723733ddf33 100644
--- a/srcpkgs/python3-Flask-RESTful/template
+++ b/srcpkgs/python3-Flask-RESTful/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-RESTful'
 pkgname=python3-Flask-RESTful
 version=0.3.8
-revision=1
-archs=noarch
+revision=2
 wrksrc="flask-restful-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 640460ad09207164fac464f3bddc5feb505847f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0117/1106] python3-Flask-SQLAlchemy: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-Flask-SQLAlchemy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template
index 392425b0610..4d269e2c4dd 100644
--- a/srcpkgs/python3-Flask-SQLAlchemy/template
+++ b/srcpkgs/python3-Flask-SQLAlchemy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-SQLAlchemy'
 pkgname=python3-Flask-SQLAlchemy
 version=2.4.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f8b17935324d88a1c7e2edf7b1d24c9ce52eb241 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0118/1106] python3-Flask-User: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Flask-User/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template
index 1de87f20bf4..ad2fa8483c7 100644
--- a/srcpkgs/python3-Flask-User/template
+++ b/srcpkgs/python3-Flask-User/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Flask-User'
 pkgname=python3-Flask-User
 version=1.0.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 24bb8e70e04e7ffe3ab761bb6fae1bbb94af15e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0119/1106] python3-Inflector: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Inflector/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template
index e890c1ad256..ec4da0d4c03 100644
--- a/srcpkgs/python3-Inflector/template
+++ b/srcpkgs/python3-Inflector/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Inflector'
 pkgname=python3-Inflector
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="Inflector-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1e9e1fe8531d41ff8fc72f621a57a2fa596b66b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:49:59 -0400
Subject: [PATCH 0120/1106] python3-Markdown: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Markdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template
index 3c2e12cbe8d..ef11fca0c8e 100644
--- a/srcpkgs/python3-Markdown/template
+++ b/srcpkgs/python3-Markdown/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Markdown'
 pkgname=python3-Markdown
 version=3.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="Markdown-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6185989e22fabc2fc7ad0ee2d09b173ef9b22a75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0121/1106] python3-MechanicalSoup: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-MechanicalSoup/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template
index 5a3b0b3eb03..f763efcf4e7 100644
--- a/srcpkgs/python3-MechanicalSoup/template
+++ b/srcpkgs/python3-MechanicalSoup/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-MechanicalSoup'
 pkgname=python3-MechanicalSoup
 version=0.12.0
-revision=2
-archs=noarch
+revision=3
 wrksrc=MechanicalSoup-${version}
 build_style=python3-module
 pycompile_module="mechanicalsoup"

From d421e47f5bd42add13afe3008b951e6e11843578 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0122/1106] python3-Pebble: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Pebble/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template
index 0d91d52c6d1..7ce41a31eae 100644
--- a/srcpkgs/python3-Pebble/template
+++ b/srcpkgs/python3-Pebble/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Pebble'
 pkgname=python3-Pebble
 version=4.5.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=Pebble-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3eb16f8dd6405df5b41c6a4d21a174673b130f0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0123/1106] python3-PyBrowserID: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-PyBrowserID/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template
index eefd0175f1b..a8cdd9230d3 100644
--- a/srcpkgs/python3-PyBrowserID/template
+++ b/srcpkgs/python3-PyBrowserID/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyBrowserID'
 pkgname=python3-PyBrowserID
 version=0.14.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="PyBrowserID-${version}"
 build_style=python3-module
 pycompile_module="browserid"

From e8a4fd18b08a39a0474f5c47796e75842445737d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0124/1106] python3-PyFxA: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-PyFxA/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template
index 6fc6791efdd..c7fdfff1c93 100644
--- a/srcpkgs/python3-PyFxA/template
+++ b/srcpkgs/python3-PyFxA/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyFxA'
 pkgname=python3-PyFxA
 version=0.7.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="PyFxA-${version}"
 build_style=python3-module
 pycompile_module="fxa"

From 4c436b1478148ca79b2c106c531c32bc3d4a66c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0125/1106] python3-PyVirtualDisplay: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-PyVirtualDisplay/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template
index e7c42f99c4e..5321d2c98fb 100644
--- a/srcpkgs/python3-PyVirtualDisplay/template
+++ b/srcpkgs/python3-PyVirtualDisplay/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-PyVirtualDisplay'
 pkgname=python3-PyVirtualDisplay
 version=1.3.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=PyVirtualDisplay-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fda6cc80c19ea78a033d610ba9a9319e177f6bda Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:00 -0400
Subject: [PATCH 0126/1106] python3-QtPy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-QtPy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template
index 2ddc8b313ee..8205641c6b5 100644
--- a/srcpkgs/python3-QtPy/template
+++ b/srcpkgs/python3-QtPy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-QtPy'
 pkgname=python3-QtPy
 version=1.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=QtPy-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 187b3b9735a46c7778becb0e29051f9f2803a3f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0127/1106] python3-ReParser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ReParser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template
index 5959de9d0e3..f37eeb897ed 100644
--- a/srcpkgs/python3-ReParser/template
+++ b/srcpkgs/python3-ReParser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ReParser'
 pkgname=python3-ReParser
 version=1.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=ReParser-${version}
 build_style=python3-module
 pycompile_module="reparser.py"

From 2a9eed2090e89e9a07b4b4b7a37b9219aa5463cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0128/1106] python3-Ropper: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-Ropper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template
index 6cf233bd99a..88f5b4523e0 100644
--- a/srcpkgs/python3-Ropper/template
+++ b/srcpkgs/python3-Ropper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Ropper'
 pkgname=python3-Ropper
 version=1.13.5
-revision=1
-archs="noarch"
+revision=2
 wrksrc="Ropper-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f7d2dc95fd09c66fc566b69cfbe6b8fd5060f76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0129/1106] python3-SecretStorage: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-SecretStorage/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template
index 864d1385411..ce682ca8ce4 100644
--- a/srcpkgs/python3-SecretStorage/template
+++ b/srcpkgs/python3-SecretStorage/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SecretStorage'
 pkgname=python3-SecretStorage
 version=3.1.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="SecretStorage-${version}"
 build_style=python3-module
 pycompile_module="secretstorage"

From 22df43a7a9d55cfb666ab8936040e763e85833ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0130/1106] python3-SoCo: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-SoCo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template
index 9a27dcdb264..809ffcd3a21 100644
--- a/srcpkgs/python3-SoCo/template
+++ b/srcpkgs/python3-SoCo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-SoCo'
 pkgname=python3-SoCo
 version=0.18.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="SoCo-${version}"
 build_style=python3-module
 pycompile_module="soco"

From fc85eba05ddb8391e9028438167cac827c002c59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:01 -0400
Subject: [PATCH 0131/1106] python3-Telethon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-Telethon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template
index 25ccd5200e5..a6c8f89131c 100644
--- a/srcpkgs/python3-Telethon/template
+++ b/srcpkgs/python3-Telethon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-Telethon'
 pkgname=python3-Telethon
 version=1.13.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="Telethon-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb4653adc324d9935d033589d3e513bb1645060a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0132/1106] python3-TxSNI: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-TxSNI/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template
index 22b38d1d3cf..72020678230 100644
--- a/srcpkgs/python3-TxSNI/template
+++ b/srcpkgs/python3-TxSNI/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-TxSNI'
 pkgname=python3-TxSNI
 version=0.1.9
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="TxSNI-${version}"
 build_style=python3-module

From bcfabac9a2aca932ec202263ba8e755baa5a93b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0133/1106] python3-WebOb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-WebOb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template
index 53e63879f2c..e3de30ca017 100644
--- a/srcpkgs/python3-WebOb/template
+++ b/srcpkgs/python3-WebOb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-WebOb'
 pkgname=python3-WebOb
 version=1.8.5
-revision=2
-archs=noarch
+revision=3
 wrksrc="WebOb-${version}"
 build_style=python3-module
 pycompile_module="webob"

From d7d005b7165f06355e95b0781cdb3405ca5cf25a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0134/1106] python3-XlsxWriter: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-XlsxWriter/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index b991457e01e..f7374c7a9a3 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.1.8
-revision=2
-archs="noarch"
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 pycompile_module="XlsxWriter"

From d8410662bfea83c6bddf92d3a0d8231b690d5bba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0135/1106] python3-aioamqp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
index 861cec8f543..13bb48d1a03 100644
--- a/srcpkgs/python3-aioamqp/template
+++ b/srcpkgs/python3-aioamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioamqp'
 pkgname=python3-aioamqp
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aioamqp-aioamqp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69c09b12e5ee3901dc92d7500e254f043a963ecb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0136/1106] python3-aiodns: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-aiodns/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index bca5802ef69..fc5aa977fc6 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiodns-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 198798be4dc2f02168992a242a9e2d20e680b6f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:02 -0400
Subject: [PATCH 0137/1106] python3-aiofiles: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiofiles/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template
index 61d4d081821..dcfc7a7a242 100644
--- a/srcpkgs/python3-aiofiles/template
+++ b/srcpkgs/python3-aiofiles/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiofiles'
 pkgname=python3-aiofiles
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 112b55d41d23011a525d112486b4ffd31bdabcbd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0138/1106] python3-aiohttp-cors: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template
index b621716e3cd..14eb43d1e33 100644
--- a/srcpkgs/python3-aiohttp-cors/template
+++ b/srcpkgs/python3-aiohttp-cors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors'
 pkgname=python3-aiohttp-cors
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From 41eff4c8a2a148673baad32475304c22fd872eb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0139/1106] python3-aiohttp-cors2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp-cors2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template
index f13b0598456..2bb6e5523e0 100644
--- a/srcpkgs/python3-aiohttp-cors2/template
+++ b/srcpkgs/python3-aiohttp-cors2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-cors2'
 pkgname=python3-aiohttp-cors2
 version=0.7.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp-cors-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_cors"

From cc0f86e834c60c27fc943bae342c6e193328ba31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0140/1106] python3-aiohttp-sse-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-aiohttp-sse-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
index 6599b036e97..07210dbfc73 100644
--- a/srcpkgs/python3-aiohttp-sse-client/template
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp-sse-client'
 pkgname=python3-aiohttp-sse-client
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47489e0c1d2dcd5e40ae4b487253245bb117f2ee Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0141/1106] python3-aiohttp_socks: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiohttp_socks/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template
index 10ab967ef76..fa75a54302c 100644
--- a/srcpkgs/python3-aiohttp_socks/template
+++ b/srcpkgs/python3-aiohttp_socks/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiohttp_socks'
 pkgname=python3-aiohttp_socks
 version=0.2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="aiohttp_socks-${version}"
 build_style=python3-module
 pycompile_module="aiohttp_socks"

From c075fc74962ac8eb9b1d086d1d0c3fe9f685f8d6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:03 -0400
Subject: [PATCH 0142/1106] python3-aioinflux: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioinflux/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template
index d63da0c2ccc..612ab7076b3 100644
--- a/srcpkgs/python3-aioinflux/template
+++ b/srcpkgs/python3-aioinflux/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioinflux'
 pkgname=python3-aioinflux
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 39e033b2ea51e26499bae142845f7d0675b5f176 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0143/1106] python3-aionotify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aionotify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template
index 93d857f71b6..b2c18dc979b 100644
--- a/srcpkgs/python3-aionotify/template
+++ b/srcpkgs/python3-aionotify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aionotify'
 pkgname=python3-aionotify
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aionotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e8fe22463a3d4dcbfd310c852de076b3c3da006e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0144/1106] python3-aioredis: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aioredis/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template
index c93ad443386..90337771ace 100644
--- a/srcpkgs/python3-aioredis/template
+++ b/srcpkgs/python3-aioredis/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aioredis'
 pkgname=python3-aioredis
 version=1.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 329f13f137d893d3ebf1d5bf2e87fe6e8bdf20d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0145/1106] python3-aiorpcx: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aiorpcx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template
index 3e25da6752f..4d44cf495c2 100644
--- a/srcpkgs/python3-aiorpcx/template
+++ b/srcpkgs/python3-aiorpcx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aiorpcx'
 pkgname=python3-aiorpcx
 version=0.18.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="aiorpcX-${version}"
 build_style=python3-module
 pycompile_module="aiorpcx"

From 90849f4aa988fa2d53e87d82b052a89eedc3882b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0146/1106] python3-altgraph: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-altgraph/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index 2bf433edb6e..a1ad53d67a1 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
 version=0.16.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="altgraph-${version}"
 build_style=python3-module
 pycompile_module="altgraph"

From 255e99bfe6b323dc0790890e1011694e55b9573e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0147/1106] python3-aniso8601: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-aniso8601/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template
index 0253b89b5a3..570696f9ff3 100644
--- a/srcpkgs/python3-aniso8601/template
+++ b/srcpkgs/python3-aniso8601/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-aniso8601'
 pkgname=python3-aniso8601
 version=8.0.0
-revision=2
-archs=noarch
+revision=3
 _gitver=0ec13b9d81c9
 wrksrc="nielsenb-aniso8601-${_gitver}"
 build_style=python3-module

From ec177f3b07d136fb47c240bb0b808fdab662cc33 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:04 -0400
Subject: [PATCH 0148/1106] python3-ansible-lint: update to 4.3.5

---
 srcpkgs/python3-ansible-lint/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index cb3832799a1..dfb1a82418d 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -1,21 +1,23 @@
 # Template file for 'python3-ansible-lint'
 pkgname=python3-ansible-lint
-version=4.1.0
-revision=2
-archs=noarch
+version=4.3.5
+revision=1
 wrksrc="ansible-lint-${version}"
 build_style=python3-module
-pycompile_module="ansiblelint"
 hostmakedepends="python3-setuptools"
-depends="ansible python3-setuptools python3-six python3-yaml
- python3-ruamel.yaml"
+depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
 maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
+checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
+
+post_patch() {
+	vsed -i pyproject.toml -e '/setuptools_scm/d'
+	vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
+}
 
 post_install() {
 	vlicense LICENSE

From d142a1d01a63da56535c43a61ce676e73c487c78 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0149/1106] python3-anytree: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-anytree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template
index 5bd9b407017..e767018e633 100644
--- a/srcpkgs/python3-anytree/template
+++ b/srcpkgs/python3-anytree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-anytree'
 pkgname=python3-anytree
 version=2.8.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="anytree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7e4e423563099859a1c19eb6a70dcaa02a58c50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0150/1106] python3-applib: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-applib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template
index 3a5a4ed5d40..50ba75041fc 100644
--- a/srcpkgs/python3-applib/template
+++ b/srcpkgs/python3-applib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-applib'
 pkgname=python3-applib
 version=1.2
-revision=3
-archs=noarch
+revision=4
 create_wrksrc=yes
 build_wrksrc="applib-${version}"
 build_style=python3-module

From 88bc0367e8290f07b05bcdec36b8902e07e6f6a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0151/1106] python3-astral: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-astral/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template
index d290eee7806..e9fcd0dfbe6 100644
--- a/srcpkgs/python3-astral/template
+++ b/srcpkgs/python3-astral/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astral'
 pkgname=python3-astral
 version=2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 7a68d27987fdcaecb3096854fe52a595ce956853 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0152/1106] python3-astroid: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-astroid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template
index ff4a857e214..3d98165a52d 100644
--- a/srcpkgs/python3-astroid/template
+++ b/srcpkgs/python3-astroid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-astroid'
 pkgname=python3-astroid
 version=2.4.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="astroid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f368d000418280854aa6151e11e486be1d95dcca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:05 -0400
Subject: [PATCH 0153/1106] python3-async-timeout: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-async-timeout/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template
index 854584fb5b2..bcc7fc17048 100644
--- a/srcpkgs/python3-async-timeout/template
+++ b/srcpkgs/python3-async-timeout/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async-timeout'
 pkgname=python3-async-timeout
 version=3.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="async-timeout-${version}"
 build_style=python3-module
 pycompile_module="async_timeout"

From 1a0ffae32786bc129790968fd119893324bfc46f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0154/1106] python3-async_generator: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-async_generator/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template
index 20d9f7ea0d1..0c2b4d0722a 100644
--- a/srcpkgs/python3-async_generator/template
+++ b/srcpkgs/python3-async_generator/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-async_generator'
 pkgname=python3-async_generator
 version=1.10
-revision=2
-archs=noarch
+revision=3
 wrksrc="async_generator-${version}"
 build_style=python3-module
 pycompile_module="async_generator"

From 54b4a0f1d78a2d2c581a5dfced2ec5c4343647ad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0155/1106] python3-authres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-authres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 27f543c33ba..254830e55fe 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres

From 4859222620a50be9d8e6a25ddc91f3cda8d7e37b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0156/1106] python3-autobahn: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-autobahn/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
index fb3c80d8bb7..516e936a7a3 100644
--- a/srcpkgs/python3-autobahn/template
+++ b/srcpkgs/python3-autobahn/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-autobahn'
 pkgname=python3-autobahn
 version=20.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="autobahn-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From fb4323c0995a29f5dd5e20a2c7db725b6313b247 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0157/1106] python3-blessed: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-blessed/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template
index ab1b0a7273c..54ab5fa0131 100644
--- a/srcpkgs/python3-blessed/template
+++ b/srcpkgs/python3-blessed/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-blessed'
 pkgname=python3-blessed
 version=1.17.10
-revision=1
-archs=noarch
+revision=2
 wrksrc="blessed-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5bfaf0f55bfccac70eeafe90c861e1f6a8ca2a97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:06 -0400
Subject: [PATCH 0158/1106] python3-boltons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-boltons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template
index 78f0f03a762..1ff0d6efe85 100644
--- a/srcpkgs/python3-boltons/template
+++ b/srcpkgs/python3-boltons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-boltons'
 pkgname=python3-boltons
 version=19.3.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="boltons-${version}"
 build_style=python3-module
 pycompile_module="boltons"

From bd975486c819aed6ea6f9fed6ae2d08e65c94f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0159/1106] python3-canonicaljson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-canonicaljson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template
index 87b7c8cc8e3..22ae94ab2b5 100644
--- a/srcpkgs/python3-canonicaljson/template
+++ b/srcpkgs/python3-canonicaljson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-canonicaljson'
 pkgname=python3-canonicaljson
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="canonicaljson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5af32c3295fa17fb67540038c3c7a05de85e2f9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0160/1106] python3-casttube: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-casttube/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 9e5544b0101..ca94d184a23 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="casttube-${version}"
 build_style=python3-module
 pycompile_module="casttube"

From 884d6b2026e85f2892663aad47f41a0afd22028b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0161/1106] python3-certifi: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-certifi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 35807ad3642..0d1a4667a2f 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2020.06.20
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 55eb0cc84ee98f3d5b4c08f34c688f512974e346 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0162/1106] python3-changelogs: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-changelogs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template
index d9a7784cf3b..b86a11862af 100644
--- a/srcpkgs/python3-changelogs/template
+++ b/srcpkgs/python3-changelogs/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-changelogs'
 pkgname=python3-changelogs
 version=0.14.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="changelogs-${version}"
 build_style=python3-module
 pycompile_module="changelogs"

From aca3e22d587389a4ccefba4ce7930d54cce48be3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0163/1106] python3-chess: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-chess/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template
index 3bf7847302e..f84b994f37b 100644
--- a/srcpkgs/python3-chess/template
+++ b/srcpkgs/python3-chess/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chess'
 pkgname=python3-chess
 version=0.30.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-chess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f64bd156e7dcef7326293f2f2eb3f05b4cfa5ca0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:07 -0400
Subject: [PATCH 0164/1106] python3-chromecast: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-chromecast/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template
index e83286d30ce..e07078d8051 100644
--- a/srcpkgs/python3-chromecast/template
+++ b/srcpkgs/python3-chromecast/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-chromecast'
 pkgname=python3-chromecast
 version=4.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pychromecast-${version}"
 build_style=python3-module
 pycompile_module="pychromecast"

From d5294f22921a0a905a7a0730d2eb50065af7d438 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0165/1106] python3-cjkwrap: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cjkwrap/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index fa951f26223..79a14c56462 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"

From 39d3e6a86c11aa0a641e192570ac4c35bb902baf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0166/1106] python3-cli-ui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cli-ui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template
index b8e8c97d96f..ef558336647 100644
--- a/srcpkgs/python3-cli-ui/template
+++ b/srcpkgs/python3-cli-ui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli-ui'
 pkgname=python3-cli-ui
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-cli-ui-${version}"
 build_style=python3-module
 pycompile_module="cli_ui"

From d6b4977fedc85252a1593b45a6fdefc3a0a90ad1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0167/1106] python3-cli_helpers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cli_helpers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template
index 87b284e3cb5..91e22d2471c 100644
--- a/srcpkgs/python3-cli_helpers/template
+++ b/srcpkgs/python3-cli_helpers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cli_helpers'
 pkgname=python3-cli_helpers
 version=1.2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="cli_helpers-${version}"
 build_style=python3-module
 pycompile_module="cli_helpers"

From 26173ec3a58f347bbc0a681b11edcf71432fc403 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0168/1106] python3-click-plugins: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-plugins/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 0ef6ce6b248..e62d64c0e5a 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-plugins'
 pkgname=python3-click-plugins
 version=1.1.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="click-plugins-${version}"
 build_style=python3-module
 pycompile_module="click-plugins"

From 69ecca0e0e4b557c8cb0d77cd8bb681538c05fc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:08 -0400
Subject: [PATCH 0169/1106] python3-click-repl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-click-repl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template
index 8d258f30e57..bcae416544c 100644
--- a/srcpkgs/python3-click-repl/template
+++ b/srcpkgs/python3-click-repl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-click-repl'
 pkgname=python3-click-repl
 version=0.1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="click-repl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 36a45f9721ccaa5c37368c89e12622d60c1c2d0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0170/1106] python3-cloudscraper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-cloudscraper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
index 9393d49dff1..533bab2e44c 100644
--- a/srcpkgs/python3-cloudscraper/template
+++ b/srcpkgs/python3-cloudscraper/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cloudscraper'
 pkgname=python3-cloudscraper
 version=1.2.46
-revision=1
-archs=noarch
+revision=2
 wrksrc=cloudscraper-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 667ec8629ba8e99d3280f1db3df794fb970f420b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0171/1106] python3-cmdln: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-cmdln/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template
index 2b7e21f3980..2f19f24ac97 100644
--- a/srcpkgs/python3-cmdln/template
+++ b/srcpkgs/python3-cmdln/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-cmdln'
 pkgname=python3-cmdln
 version=2.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="cmdln-${version}"
 build_style=python3-module
 pycompile_module="cmdln.py"

From 0f5b69fdaea0487ca7f0013297d6ee65678383a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0172/1106] python3-colorclass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-colorclass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index ed8d2d2ea02..646f69b1316 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="colorclass-${version}"
 build_style=python3-module
 pycompile_module="colorclass"

From a673a0cc23169fba72723e22b7df3c149134e1c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0173/1106] python3-dateparser: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dateparser/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
index e36395eea8a..abe4d6b7ea3 100644
--- a/srcpkgs/python3-dateparser/template
+++ b/srcpkgs/python3-dateparser/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dateparser'
 pkgname=python3-dateparser
 version=0.7.6
-revision=1
-archs=noarch
+revision=2
 wrksrc=dateparser-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0ae230365a24fe6a5a6bf116d5683cbecb273ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0174/1106] python3-dbusmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dbusmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template
index d8330a210c0..fec8c097526 100644
--- a/srcpkgs/python3-dbusmock/template
+++ b/srcpkgs/python3-dbusmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dbusmock'
 pkgname=python3-dbusmock
 version=0.19
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dbusmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 076b56b705d6cdebb384ab14989e70ec98af61ed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:09 -0400
Subject: [PATCH 0175/1106] python3-deprecation: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
index 5983a0aadbf..0c8664ddd6d 100644
--- a/srcpkgs/python3-deprecation/template
+++ b/srcpkgs/python3-deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-deprecation'
 pkgname=python3-deprecation
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From feb29440a67e1cfb9dca8620ceae44e53d53a685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0176/1106] python3-discid: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-discid/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template
index de3f5e571db..850aa859fcd 100644
--- a/srcpkgs/python3-discid/template
+++ b/srcpkgs/python3-discid/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-discid'
 pkgname=python3-discid
 version=1.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="discid-${version}"
 build_style=python3-module
 pycompile_module=discid

From 86a4d557dff83136eb68643cb49db33bf5536a8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0177/1106] python3-dogpile.cache: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-dogpile.cache/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template
index 9e8a6a2465e..2060330d489 100644
--- a/srcpkgs/python3-dogpile.cache/template
+++ b/srcpkgs/python3-dogpile.cache/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dogpile.cache'
 pkgname=python3-dogpile.cache
 version=1.0.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="dogpile.cache-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9bc714848889f92ef33283b7343b7ab984233fa9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0178/1106] python3-doi: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-doi/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template
index 29b9036922c..acd3b05c84d 100644
--- a/srcpkgs/python3-doi/template
+++ b/srcpkgs/python3-doi/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-doi'
 pkgname=python3-doi
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-doi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 258456a160e110117dd51efbce502435b77e62da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0179/1106] python3-dotenv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-dotenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template
index b771ad0139d..afaa0c5569b 100644
--- a/srcpkgs/python3-dotenv/template
+++ b/srcpkgs/python3-dotenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-dotenv'
 pkgname=python3-dotenv
 version=0.14.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-dotenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f16d2d5f59845aa025ca6ce6b92ffaa0ddc1bb15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:10 -0400
Subject: [PATCH 0180/1106] python3-dpkt: rebuild for Python 3.9

---
 srcpkgs/python3-dpkt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template
index 91a142f8993..a12654d9ba5 100644
--- a/srcpkgs/python3-dpkt/template
+++ b/srcpkgs/python3-dpkt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dpkt'
 pkgname=python3-dpkt
 version=1.9.4
-revision=1
+revision=2
 wrksrc="dpkt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e7fe8036783572793d8554f432d97818d9255046 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0181/1106] python3-easygui: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-easygui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template
index a9a2f66d865..27bc2fb0e02 100644
--- a/srcpkgs/python3-easygui/template
+++ b/srcpkgs/python3-easygui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-easygui'
 pkgname=python3-easygui
 version=0.98.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="easygui-${version}"
 build_style=python3-module
 pycompile_module="easygui"

From 2a7bef9e6e8be30019f04700b0a12c4b698d7c56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0182/1106] python3-eliot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-eliot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index eca2c769d45..0cbb23eb418 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
 version=1.12.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="eliot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0432c987c0060d5a27cce7cb5904c0a5455dfb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0183/1106] python3-enchant: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-enchant/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template
index 1540cc34bc8..cb44e98880b 100644
--- a/srcpkgs/python3-enchant/template
+++ b/srcpkgs/python3-enchant/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-enchant'
 pkgname=python3-enchant
 version=3.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyenchant-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools enchant-devel"

From dfec11791ee04c3831e104b15d32be5b6af5811b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0184/1106] python3-ffmpeg-python: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ffmpeg-python/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template
index 137a864711f..a23624b27b9 100644
--- a/srcpkgs/python3-ffmpeg-python/template
+++ b/srcpkgs/python3-ffmpeg-python/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ffmpeg-python'
 pkgname=python3-ffmpeg-python
 version=0.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ffmpeg-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2bbfcf6a8325626053baebd56040e23d79fb132 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0185/1106] python3-fido2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-fido2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fcf8a219ca2..c489c0ad612 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -2,8 +2,7 @@
 pkgname=python3-fido2
 _pkgname=fido2
 version=0.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d1b517be2dd12017f61cc3552a275e0684183c34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:11 -0400
Subject: [PATCH 0186/1106] python3-filebytes: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-filebytes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index 8a7236c705a..c642ed52b99 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=1
-archs="noarch"
+revision=2
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a1a14b2053aeae13c1272358ce88c7b2e4de44bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0187/1106] python3-fishnet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-fishnet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template
index 6280ae8e966..8c802e94d86 100644
--- a/srcpkgs/python3-fishnet/template
+++ b/srcpkgs/python3-fishnet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-fishnet'
 pkgname=python3-fishnet
 version=1.15.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="fishnet-${version}"
 build_style=python3-module
 pycompile_module="fishnet.py"

From 42f638c261a210a8903eb4051ebb4795d08ef33c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0188/1106] python3-flexmock: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-flexmock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template
index 8a7c9a2894d..84d35597aac 100644
--- a/srcpkgs/python3-flexmock/template
+++ b/srcpkgs/python3-flexmock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-flexmock'
 pkgname=python3-flexmock
 version=0.10.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="flexmock-${version}"
 build_style=python3-module
 pycompile_module="flexmock.py"

From 91328a83f6319bae60a893dd2ee7a3c08b7903ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0189/1106] python3-freezegun: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-freezegun/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template
index d8c96e1f1c6..9051f9e3b64 100644
--- a/srcpkgs/python3-freezegun/template
+++ b/srcpkgs/python3-freezegun/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-freezegun'
 pkgname=python3-freezegun
 version=0.3.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="freezegun-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From da8230a5319fb49e3de9fee9bc79aba454765e15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0190/1106] python3-frozendict: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-frozendict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template
index 739000a887c..3f43b3945b4 100644
--- a/srcpkgs/python3-frozendict/template
+++ b/srcpkgs/python3-frozendict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-frozendict'
 pkgname=python3-frozendict
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="frozendict-${version}"
 build_style=python3-module
 pycompile_module="frozendict"

From d0f03ae3a530ad8d7fde2148113e7df4eccef682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:12 -0400
Subject: [PATCH 0191/1106] python3-furl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-furl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template
index 5fc53ba21de..0ca409a6f85 100644
--- a/srcpkgs/python3-furl/template
+++ b/srcpkgs/python3-furl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-furl'
 pkgname=python3-furl
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="furl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f64c8a48d082177625a58d55f6155bf2d60c40d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0192/1106] python3-geojson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-geojson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template
index 90e7d5a0e60..fe456fa2ad3 100644
--- a/srcpkgs/python3-geojson/template
+++ b/srcpkgs/python3-geojson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-geojson'
 pkgname=python3-geojson
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="geojson-${version}"
 build_style=python3-module
 pycompile_module="geojson"

From 8641c941a9a1c4e6fc6850e48d7f9c74cbfd7221 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0193/1106] python3-gitchangelog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-gitchangelog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template
index cc1945f2623..c62eecee9a4 100644
--- a/srcpkgs/python3-gitchangelog/template
+++ b/srcpkgs/python3-gitchangelog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-gitchangelog'
 pkgname=python3-gitchangelog
 version=3.0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="gitchangelog-${version}"
 build_style=python3-module
 pycompile_module="gitchangelog"

From e65d030452349f02370fe9771cf58e722ea1079f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0194/1106] python3-graphviz: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-graphviz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 2e7ec3bd76a..f5a0cf20652 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
 version=0.13.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="graphviz"

From 94e6e7b9ec44f41c4a28688c79c83c68536c74fa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0195/1106] python3-hawkauthlib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-hawkauthlib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template
index 1456fa7d814..aadb5c2a40d 100644
--- a/srcpkgs/python3-hawkauthlib/template
+++ b/srcpkgs/python3-hawkauthlib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hawkauthlib'
 pkgname=python3-hawkauthlib
 version=2.0.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="hawkauthlib-${version}"
 build_style=python3-module
 pycompile_module="hawkauthlib"

From 3efa5dacaa21a962efe8af0f271a5607c231e25a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:13 -0400
Subject: [PATCH 0196/1106] python3-hjson: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template
index 9cd01b86f08..628c19d82e3 100644
--- a/srcpkgs/python3-hjson/template
+++ b/srcpkgs/python3-hjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hjson'
 pkgname=python3-hjson
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="hjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8af8dddc7b4d5bb0d50c55230762f2589872ede2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0197/1106] python3-hkdf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-hkdf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index 0faaf05b5fe..b202a4adbf0 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"

From b8b00f932bcdd17be38f4683e3b054c7f4c056cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0198/1106] python3-html2text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-html2text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template
index 54e9dab354b..5adc859fcc8 100644
--- a/srcpkgs/python3-html2text/template
+++ b/srcpkgs/python3-html2text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-html2text'
 pkgname=python3-html2text
 version=2020.1.16
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="html2text"

From 1a7f3ab874900ba569b77c4f7de99766a9c765d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0199/1106] python3-humanize: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-humanize/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index cbf4398d976..16c3f2b99e5 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 520fff9bb6034bb55e9588fd842b22848d31322e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0200/1106] python3-i3ipc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-i3ipc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index df0c16a161b..d7cc59ed26e 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-i3ipc'
 pkgname=python3-i3ipc
 version=2.2.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9ac62db9d2b62f4cda325d7b3aaeffb12814104 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0201/1106] python3-idna-ssl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-idna-ssl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template
index 0608fb7278c..82dd5c51ce6 100644
--- a/srcpkgs/python3-idna-ssl/template
+++ b/srcpkgs/python3-idna-ssl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-idna-ssl'
 pkgname=python3-idna-ssl
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="idna-ssl-${version}"
 build_style=python3-module
 pycompile_module="idna_ssl.py"

From 57a8a05e740bbd1d5c1e034eb51f1335f1ff1373 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:14 -0400
Subject: [PATCH 0202/1106] python3-ifaddr: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-ifaddr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template
index 803404735be..3e749f77ec1 100644
--- a/srcpkgs/python3-ifaddr/template
+++ b/srcpkgs/python3-ifaddr/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ifaddr'
 pkgname=python3-ifaddr
 version=0.1.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="ifaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ab371b4f1cba976a216a94f75790619ef3378e81 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0203/1106] python3-influxdb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-influxdb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
index 366eea281af..926dd8ce29a 100644
--- a/srcpkgs/python3-influxdb/template
+++ b/srcpkgs/python3-influxdb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-influxdb'
 pkgname=python3-influxdb
 version=5.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python-setuptools"

From 8594d78d49065e0d76b47c73211524f1a1f17a07 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0204/1106] python3-ipython: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ipython/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index a7ae6892e7e..c74b9c997b1 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
 version=7.18.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 895d9b1aec3b52d1659230c816c6169f492aa1df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0205/1106] python3-ipython_genutils: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_genutils/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template
index b2754424178..5686c3f5811 100644
--- a/srcpkgs/python3-ipython_genutils/template
+++ b/srcpkgs/python3-ipython_genutils/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_genutils'
 pkgname=python3-ipython_genutils
 version=0.2.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="ipython_genutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f184be1e700521ae4a8f99d9a923c9d262abcac9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0206/1106] python3-ipython_ipykernel: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-ipython_ipykernel/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template
index c3c0232c14a..36ef97f08d7 100644
--- a/srcpkgs/python3-ipython_ipykernel/template
+++ b/srcpkgs/python3-ipython_ipykernel/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ipython_ipykernel'
 pkgname=python3-ipython_ipykernel
 version=5.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ipykernel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-ipython

From 1c797086688aa1d605469b83da11170a58fc0ae3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:15 -0400
Subject: [PATCH 0207/1106] python3-irc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-irc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template
index 714c11dc943..f35356ccbe7 100644
--- a/srcpkgs/python3-irc/template
+++ b/srcpkgs/python3-irc/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-irc'
 pkgname=python3-irc
 version=17.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="irc-${version}"
 build_style=python3-module
 pycompile_module="irc"

From 80ee25d7ae26aaa6b93ae59c619cf77d602eb4e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0208/1106] python3-itunespy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-itunespy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 7a04a945dbd..5a80c11c93a 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
 version=1.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="itunespy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de0c32e8120f338f0650e103e3649cd65d7ad565 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0209/1106] python3-janus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-janus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index b7388d96975..9cd15ccf648 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b1fbbb4b31c05351e466d3fb6d71aa2a3c91d66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0210/1106] python3-jaraco: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-jaraco/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index d6ab6b23228..8b6e8a695ea 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=1
-archs=noarch
+revision=2
 create_wrksrc=yes
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 15eeeccccdd4ebd3157e34bd90ac35eac8911f17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0211/1106] python3-jaraco.classes: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.classes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template
index 6dbe89cb7f9..a7dd48bd5cd 100644
--- a/srcpkgs/python3-jaraco.classes/template
+++ b/srcpkgs/python3-jaraco.classes/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.classes'
 pkgname=python3-jaraco.classes
 version=3.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.classes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7f7eb81091043bfce90721623538255b9819df17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0212/1106] python3-jaraco.collections: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.collections/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template
index 64f78eb4300..68ee5f3c353 100644
--- a/srcpkgs/python3-jaraco.collections/template
+++ b/srcpkgs/python3-jaraco.collections/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.collections'
 pkgname=python3-jaraco.collections
 version=3.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.collections-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9ecdd9622010b9cb6c121a4a87eb8f8d129d3f71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:16 -0400
Subject: [PATCH 0213/1106] python3-jaraco.functools: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jaraco.functools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template
index ca1ebb066d5..bedec81e130 100644
--- a/srcpkgs/python3-jaraco.functools/template
+++ b/srcpkgs/python3-jaraco.functools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.functools'
 pkgname=python3-jaraco.functools
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.functools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 165ca469d76685a1244e8024aca7df2ce579b3c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0214/1106] python3-jaraco.text: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jaraco.text/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template
index a64ba0db7cb..ffe2f5bb1ab 100644
--- a/srcpkgs/python3-jaraco.text/template
+++ b/srcpkgs/python3-jaraco.text/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jaraco.text'
 pkgname=python3-jaraco.text
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jaraco.text-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 05ad9d4570b298dfaafb765b73bc19ad1b19078f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0215/1106] python3-jeepney: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-jeepney/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template
index 6654f4a7c97..cf9937a8d6f 100644
--- a/srcpkgs/python3-jeepney/template
+++ b/srcpkgs/python3-jeepney/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jeepney'
 pkgname=python3-jeepney
 version=0.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jeepney-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 6cbb70022d88d36472262fb72585a2cffcff08d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0216/1106] python3-jsonrpc-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jsonrpc-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template
index b51e185efe9..406f38b8628 100644
--- a/srcpkgs/python3-jsonrpc-server/template
+++ b/srcpkgs/python3-jsonrpc-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jsonrpc-server'
 pkgname=python3-jsonrpc-server
 version=0.3.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b5e796d2f4cad4f84d0039bee90b4d29fdc58fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0217/1106] python3-jupyter_core: rebuild for Python 3.9, drop
 noarch, split python3-jupyter

A python3-jupyter meta-subpackage was included in python3-jupyter_core
and created a build-time dependency cycle. The cycle is resolved by
separating python3-jupyter into its own template.
---
 srcpkgs/python3-jupyter               |  1 -
 srcpkgs/python3-jupyter/template      | 12 ++++++++++++
 srcpkgs/python3-jupyter_core/template | 11 +----------
 3 files changed, 13 insertions(+), 11 deletions(-)
 delete mode 120000 srcpkgs/python3-jupyter
 create mode 100644 srcpkgs/python3-jupyter/template

diff --git a/srcpkgs/python3-jupyter b/srcpkgs/python3-jupyter
deleted file mode 120000
index d348df87da4..00000000000
--- a/srcpkgs/python3-jupyter
+++ /dev/null
@@ -1 +0,0 @@
-python3-jupyter_core
\ No newline at end of file
diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template
new file mode 100644
index 00000000000..58c34884363
--- /dev/null
+++ b/srcpkgs/python3-jupyter/template
@@ -0,0 +1,12 @@
+# Template file for 'python3-jupyter'
+# 
+# THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE
+pkgname=python3-jupyter
+version=4.6.3
+revision=2
+build_style=meta
+depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets"
+short_desc="Jupyter metapackage for Void Linux"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://jupyter.org"
diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template
index ea75fa510a7..413be27873f 100644
--- a/srcpkgs/python3-jupyter_core/template
+++ b/srcpkgs/python3-jupyter_core/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_core'
 pkgname=python3-jupyter_core
 version=4.6.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -24,11 +23,3 @@ do_check() {
 post_install() {
 	vlicense COPYING.md LICENSE
 }
-
-python3-jupyter_package() {
-	build_style=meta
-	archs=noarch
-	depends="python3-jupyter_notebook python3-jupyter_console
-	 python3-jupyter_ipywidgets"
-	short_desc="Jupyter metapackage for Void Linux"
-}

From e80150c5ec1413da2cd719a9810a8bb6ecd37c77 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0218/1106] python3-jupyter_client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template
index 6cba34ab0b8..9dc13b8a261 100644
--- a/srcpkgs/python3-jupyter_client/template
+++ b/srcpkgs/python3-jupyter_client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_client'
 pkgname=python3-jupyter_client
 version=6.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="jupyter_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1c1158f4b5a26b347623414511d155a6fb3dc665 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:17 -0400
Subject: [PATCH 0219/1106] python3-jupyter_console: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_console/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index 4b404987cd8..f491e1640f5 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=4
-archs=noarch
+revision=5
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cee2511369b6e812512751d068cf825fce17a6f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0220/1106] python3-jupyter_ipywidgets: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_ipywidgets/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template
index 7e64279aeec..fa38f1632a8 100644
--- a/srcpkgs/python3-jupyter_ipywidgets/template
+++ b/srcpkgs/python3-jupyter_ipywidgets/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_ipywidgets'
 pkgname=python3-jupyter_ipywidgets
 version=7.5.1
-revision=1
-archs=noarch
+revision=2
 _widgetsnbextver=3.5.0
 wrksrc="ipywidgets-${version}"
 build_style=python3-module

From c5a9b49bb6e1042b200567c1c2f344e653e66755 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0221/1106] python3-jupyter_nbconvert: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbconvert/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template
index dba1d5a980e..fd3a2757635 100644
--- a/srcpkgs/python3-jupyter_nbconvert/template
+++ b/srcpkgs/python3-jupyter_nbconvert/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbconvert'
 pkgname=python3-jupyter_nbconvert
 version=5.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbconvert-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0e193072c5364da8adac491952ea0a09584bb331 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0222/1106] python3-jupyter_nbformat: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_nbformat/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template
index a46c5697212..4a04f11f5fb 100644
--- a/srcpkgs/python3-jupyter_nbformat/template
+++ b/srcpkgs/python3-jupyter_nbformat/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_nbformat'
 pkgname=python3-jupyter_nbformat
 version=5.0.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="nbformat-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f95e3aa1d524fd4423f8481075f5430b1606341 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0223/1106] python3-jupyter_notebook: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_notebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template
index cc1727d2ee0..c7a8b2d0390 100644
--- a/srcpkgs/python3-jupyter_notebook/template
+++ b/srcpkgs/python3-jupyter_notebook/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_notebook'
 pkgname=python3-jupyter_notebook
 version=6.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="notebook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b53410e88afd1254447143ae5da4530d46eb480e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:18 -0400
Subject: [PATCH 0224/1106] python3-jupyter_qtconsole: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-jupyter_qtconsole/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template
index 0c062662763..c7414fde43e 100644
--- a/srcpkgs/python3-jupyter_qtconsole/template
+++ b/srcpkgs/python3-jupyter_qtconsole/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_qtconsole'
 pkgname=python3-jupyter_qtconsole
 version=4.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="qtconsole-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a32096ee36f27248e9d6656d38c2422fd2a25e43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0225/1106] python3-jupyter_widgetsnbextension: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template
index e1fe046894c..06918c86c6d 100644
--- a/srcpkgs/python3-jupyter_widgetsnbextension/template
+++ b/srcpkgs/python3-jupyter_widgetsnbextension/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-jupyter_widgetsnbextension'
 pkgname=python3-jupyter_widgetsnbextension
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="widgetsnbextension-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29f897fc98fdd2a902546694005591cb02ef3e4d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0226/1106] python3-keyring: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyring/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template
index 97e10618eee..34b73a55048 100644
--- a/srcpkgs/python3-keyring/template
+++ b/srcpkgs/python3-keyring/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyring'
 pkgname=python3-keyring
 version=21.2.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="keyring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bca07bf1e04ff356949074b24f72d9b4a447646f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0227/1106] python3-keyrings-alt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-keyrings-alt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template
index 3052d257d1c..fe3008caafd 100644
--- a/srcpkgs/python3-keyrings-alt/template
+++ b/srcpkgs/python3-keyrings-alt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-keyrings-alt'
 pkgname=python3-keyrings-alt
 version=3.4.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="keyrings.alt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f07474bfbc5341591b67e0fbbfeee80924f15c75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0228/1106] python3-language-server: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-language-server/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template
index 8ac0842f3b9..0e5fed16ec3 100644
--- a/srcpkgs/python3-language-server/template
+++ b/srcpkgs/python3-language-server/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-language-server'
 pkgname=python3-language-server
 version=0.34.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="${pkgname/3}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f4e499492a0208a0ffea44e7714daf208297999 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:19 -0400
Subject: [PATCH 0229/1106] python3-macaroons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macaroons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template
index 7dfb4f3f588..94ee7e21d59 100644
--- a/srcpkgs/python3-macaroons/template
+++ b/srcpkgs/python3-macaroons/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macaroons'
 pkgname=python3-macaroons
 version=0.13.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pymacaroons-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9567a37a074e1790f395e6f5c1d9e797ffad380f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0230/1106] python3-macholib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-macholib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template
index 5e65f7993dd..03ac5ff6dc6 100644
--- a/srcpkgs/python3-macholib/template
+++ b/srcpkgs/python3-macholib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-macholib'
 pkgname=python3-macholib
 version=1.14
-revision=1
-archs=noarch
+revision=2
 wrksrc="macholib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 46ad9443a43508f4c3e0325b4bae4fce84363eec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0231/1106] python3-markdown-math: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-markdown-math/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template
index b49d58dd79c..a10754b4117 100644
--- a/srcpkgs/python3-markdown-math/template
+++ b/srcpkgs/python3-markdown-math/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-markdown-math'
 pkgname=python3-markdown-math
 version=0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc=python-markdown-math-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 765b8aa088af47d881687facd2a6af3404d5cb4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0232/1106] python3-marshmallow: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-marshmallow/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
index 2a3b2329389..773b473cb23 100644
--- a/srcpkgs/python3-marshmallow/template
+++ b/srcpkgs/python3-marshmallow/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-marshmallow'
 pkgname=python3-marshmallow
 version=3.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="marshmallow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0daf916f59425b235d55cb74fd5b755d7d164d13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0233/1106] python3-minidb: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-minidb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template
index 140964b7a8a..b7b24fe1635 100644
--- a/srcpkgs/python3-minidb/template
+++ b/srcpkgs/python3-minidb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-minidb'
 pkgname=python3-minidb
 version=2.0.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="minidb-${version}"
 build_style=python3-module
 pycompile_module="minidb.py"

From 50d0324e61462aa20be44b29c548ad3b0eeb1c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0234/1106] python3-mock: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mock/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 5506d4a70c2..4086b2b1218 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb2d5a92f308888f081a9704ae6a984481ca5017 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:20 -0400
Subject: [PATCH 0235/1106] python3-mpv: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mpv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template
index 984b7baa224..dd630c896b8 100644
--- a/srcpkgs/python3-mpv/template
+++ b/srcpkgs/python3-mpv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mpv'
 pkgname=python3-mpv
 version=0.4.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="python-mpv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e1bf22e886e649a7e622f6d340531c0eb7ef9b50 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0236/1106] python3-munkres: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-munkres/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template
index d0d0a013e80..22cd0887652 100644
--- a/srcpkgs/python3-munkres/template
+++ b/srcpkgs/python3-munkres/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-munkres'
 pkgname=python3-munkres
 version=1.1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="munkres-release-${version}"
 build_style=python3-module
 pycompile_module="munkres.py"

From 03f355114b236a21d7a41e535f3b0c5eddb10125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0237/1106] python3-musicpd: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-musicpd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template
index 8c6ba2fb451..8b1d23a9826 100644
--- a/srcpkgs/python3-musicpd/template
+++ b/srcpkgs/python3-musicpd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-musicpd'
 pkgname=python3-musicpd
 version=0.4.4
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-musicpd-${version}"
 build_style=python3-module
 pycompile_module="musicpd.py"

From 89dc11c2264fdd4b1b78622a775c7d29585c62d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0238/1106] python3-mypy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-mypy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template
index 5d7f93d5772..6fef0e9f8c0 100644
--- a/srcpkgs/python3-mypy/template
+++ b/srcpkgs/python3-mypy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy'
 pkgname=python3-mypy
 version=0.761
-revision=1
-archs=noarch
+revision=2
 wrksrc="mypy-${version}"
 build_style=python3-module
 pycompile_module="mypy"

From 7f6282ffce33504f19f9ff1762bc7304dd5da063 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0239/1106] python3-mypy_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-mypy_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template
index e2d12256de5..6aa9229a9fc 100644
--- a/srcpkgs/python3-mypy_extensions/template
+++ b/srcpkgs/python3-mypy_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-mypy_extensions'
 pkgname=python3-mypy_extensions
 version=0.4.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="mypy_extensions-${version}"
 build_style=python3-module
 pycompile_module="mypy_extensions.py"

From ac3d2cb15a20a54981ba2400b2fd6480c6baaecf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:21 -0400
Subject: [PATCH 0240/1106] python3-neovim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-neovim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template
index b5c705bbafd..eae1c4decbc 100644
--- a/srcpkgs/python3-neovim/template
+++ b/srcpkgs/python3-neovim/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-neovim'
 pkgname=python3-neovim
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pynvim-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 553cec7efe3be49eedf2c154f87bfee4d206819f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0241/1106] python3-notify2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-notify2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template
index 8416e98cc32..051fcee017f 100644
--- a/srcpkgs/python3-notify2/template
+++ b/srcpkgs/python3-notify2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-notify2'
 pkgname=python3-notify2
 version=0.3.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="notify2-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From d91aa5d19ab649369557a8d135af77864c71cc11 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0242/1106] python3-ntlm-auth: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-ntlm-auth/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template
index fc9746b14aa..fbbd886187f 100644
--- a/srcpkgs/python3-ntlm-auth/template
+++ b/srcpkgs/python3-ntlm-auth/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-ntlm-auth'
 pkgname=python3-ntlm-auth
 version=1.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="ntlm-auth-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8a962416140d4c1bde7b3c0d925af4cb4e0890d7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0243/1106] python3-oletools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-oletools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template
index 4f730e7ebe7..9da4f8d26cf 100644
--- a/srcpkgs/python3-oletools/template
+++ b/srcpkgs/python3-oletools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oletools'
 pkgname=python3-oletools
 version=0.56
-revision=1
+revision=2
 wrksrc="oletools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec76e21cd8f5f5fb930f60bffaa2b6caeb6730a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0244/1106] python3-orderedmultidict: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-orderedmultidict/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template
index e6df82104cd..7e8c5e0043b 100644
--- a/srcpkgs/python3-orderedmultidict/template
+++ b/srcpkgs/python3-orderedmultidict/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-orderedmultidict'
 pkgname=python3-orderedmultidict
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="orderedmultidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb4b6eff52ee1b0ea698522a46668c3f202e687e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0245/1106] python3-pamqp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pamqp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
index 8c66eb482de..e995e55f27a 100644
--- a/srcpkgs/python3-pamqp/template
+++ b/srcpkgs/python3-pamqp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pamqp'
 pkgname=python3-pamqp
 version=2.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6f3b6e102922910abb3cc3392233ca55904514e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:22 -0400
Subject: [PATCH 0246/1106] python3-parsedatetime: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-parsedatetime/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template
index 71855b7c3ff..3ce0cde30dc 100644
--- a/srcpkgs/python3-parsedatetime/template
+++ b/srcpkgs/python3-parsedatetime/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-parsedatetime'
 pkgname=python3-parsedatetime
 version=2.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="parsedatetime-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0f6a5a9bc8441aaa692b1fc649f3e337b055a67d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0247/1106] python3-path-and-address: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-path-and-address/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index 5c6825009ec..086457de3a9 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f756afb0e4135ef46c89c57bb5e26b0a981b022 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0248/1106] python3-pcodedmp: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pcodedmp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template
index eb52c809fae..a479c31fcc7 100644
--- a/srcpkgs/python3-pcodedmp/template
+++ b/srcpkgs/python3-pcodedmp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pcodedmp'
 pkgname=python3-pcodedmp
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="pcodedmp-${version}"
 build_style=python3-module
 pycompile_module="pcodedmp"

From 05bbfd7bd6a8f5b556d82c6fc61f8a5e4920d448 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0249/1106] python3-pefile: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pefile/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template
index 8791f06640b..4d82cfafe16 100644
--- a/srcpkgs/python3-pefile/template
+++ b/srcpkgs/python3-pefile/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pefile'
 pkgname=python3-pefile
 version=2019.4.18
-revision=2
-archs=noarch
+revision=3
 wrksrc="pefile-${version}"
 build_style=python3-module
 pycompile_module="pefile.py peutils.py ordlookup"

From 38fc5b162a2bbab5df7e8b07b8051f814b771b31 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0250/1106] python3-pem: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pem/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template
index ad51601c006..6682e156dc2 100644
--- a/srcpkgs/python3-pem/template
+++ b/srcpkgs/python3-pem/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pem'
 pkgname=python3-pem
 version=19.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pem-${version}"
 build_style=python3-module
 pycompile_module="pem"

From 6ada89d639ab67c35be548e84106728e0be49a08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:23 -0400
Subject: [PATCH 0251/1106] python3-perf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-perf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template
index dff80be01bc..40918d7d97a 100644
--- a/srcpkgs/python3-perf/template
+++ b/srcpkgs/python3-perf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-perf'
 pkgname=python3-perf
 version=1.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pyperf-${version}"
 build_style=python3-module
 pycompile_module="pyperf"

From e827fb874d856fe2e2503390cf5d04bd30da4bed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0252/1106] python3-pgspecial: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pgspecial/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 34b660dfc07..1f5abba564f 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
 version=1.11.9
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"

From 9ca3a91b2a5b35c10b28f028e845d33480f0b902 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0253/1106] python3-pgzero: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pgzero/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template
index 8b8f477112d..ee3e285ca08 100644
--- a/srcpkgs/python3-pgzero/template
+++ b/srcpkgs/python3-pgzero/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pgzero'
 pkgname=python3-pgzero
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pgzero-${version}"
 build_style=python3-module
 pycompile_module="pgzero pgzrun.py"

From e2690a0e2844617358723dd03240f4064eb45dcc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0254/1106] python3-phonenumbers: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-phonenumbers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template
index dd96963adfe..98cd16d4d5e 100644
--- a/srcpkgs/python3-phonenumbers/template
+++ b/srcpkgs/python3-phonenumbers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-phonenumbers'
 pkgname=python3-phonenumbers
 version=8.11.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="phonenumbers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f491d179a23e7b7329085c4866d2c99cccc7ae74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0255/1106] python3-pkginfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pkginfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template
index b7cb5ec9165..cedc96de269 100644
--- a/srcpkgs/python3-pkginfo/template
+++ b/srcpkgs/python3-pkginfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pkginfo'
 pkgname=python3-pkginfo
 version=1.5.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc=pkginfo-${version}
 build_style=python3-module
 depends="python3"

From e03546669f4cec20cfa05ba76f33c5ec9b0b22ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:24 -0400
Subject: [PATCH 0256/1106] python3-plotly: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-plotly/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template
index 9cefb0a2702..af89b9857f0 100644
--- a/srcpkgs/python3-plotly/template
+++ b/srcpkgs/python3-plotly/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-plotly'
 pkgname=python3-plotly
 version=4.9.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="plotly-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7db8bd91c039a2e67543e71553c01684b0439ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0257/1106] python3-pmw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pmw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template
index 289b5ef1d0d..9703297e18a 100644
--- a/srcpkgs/python3-pmw/template
+++ b/srcpkgs/python3-pmw/template
@@ -1,8 +1,7 @@
 # Template for python-pmw
 pkgname=python3-pmw
 version=2.0.1
-revision=2
-archs=noarch
+revision=3
 short_desc="Python 3 Tkinter widget toolkit"
 homepage="http://pmw.sourceforge.net/"
 license="MIT"

From 85dd72e01aeb69b2a6ab97f1de40fa5743dbb082 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0258/1106] python3-precis-i18n: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-precis-i18n/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template
index be7bb0b0b56..41e3d9eb67d 100644
--- a/srcpkgs/python3-precis-i18n/template
+++ b/srcpkgs/python3-precis-i18n/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-precis-i18n'
 pkgname=python3-precis-i18n
 version=1.0.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="precis_i18n-${version}"
 build_style=python3-module
 pycompile_module="precis_i18n"

From 8616a6164976f28964cabecce0f18f910c9ee6fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0259/1106] python3-priority: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-priority/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template
index 177129a7a42..425efefb2f9 100644
--- a/srcpkgs/python3-priority/template
+++ b/srcpkgs/python3-priority/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-priority'
 pkgname=python3-priority
 version=1.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dd9bf56eddd7dfeefd305f45edd9f0ef8a944bdb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0260/1106] python3-prompt_toolkit: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-prompt_toolkit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
index 48193b0b08b..11fa1be366b 100644
--- a/srcpkgs/python3-prompt_toolkit/template
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-prompt_toolkit'
 pkgname=python3-prompt_toolkit
 version=3.0.7
-revision=1
-archs=noarch
+revision=2
 wrksrc="prompt_toolkit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 63ed2de35f5bea0bb4ca96346d3db54bd72c81e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0261/1106] python3-pulsectl: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pulsectl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 5dd314d56ab..f998bf15d31 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
 version=19.10.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 pycompile_module="pulsectl"

From 5fa37632f3b00d03ac158826b7ce0972d27ba96f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:25 -0400
Subject: [PATCH 0262/1106] python3-py-cpuinfo: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-py-cpuinfo/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index c9b1a5211c1..6f5d469db55 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 6df05f5fff1cadad681bfe4e49f75b3dbfbf30c4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0263/1106] python3-pybind11: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pybind11/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index adbe4c10dbd..0ea664acc7b 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.5.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pybind11-${version}"
 build_style=python3-module
 make_install_args="--install-headers=/usr/include/pybind11"

From e21d517f4968756c71fe38db6f497472055c9ef0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0264/1106] python3-pycollada: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pycollada/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 54dfc922374..bf80cd0e0d3 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
 version=0.7.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13896b18a8ec35d10fe18223d69e5004e61af3cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0265/1106] python3-pydbus: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pydbus/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 5ecd28aca88..73fd2ac5a2a 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35a54c00c8204c78a8062b0722e86927e1b8fefd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0266/1106] python3-pyfavicon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfavicon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template
index 720db698879..583027b9062 100644
--- a/srcpkgs/python3-pyfavicon/template
+++ b/srcpkgs/python3-pyfavicon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfavicon'
 pkgname=python3-pyfavicon
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=pyfavicon-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 50bf0e9069c49e53f8f21e8a147647cdbc1bb363 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:26 -0400
Subject: [PATCH 0267/1106] python3-pyfiglet: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyfiglet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template
index a4a67b12d42..6257b9274bb 100644
--- a/srcpkgs/python3-pyfiglet/template
+++ b/srcpkgs/python3-pyfiglet/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyfiglet'
 pkgname=python3-pyfiglet
 version=0.8.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pyfiglet-${version}"
 build_style="python3-module"
 pycompile_module="pyfiglet"

From 873cc64b6c4fa60759c41bcbe68f9e547bc00af9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0268/1106] python3-pykeepass: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykeepass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template
index 96a53ac1ffa..2f522e03fdd 100644
--- a/srcpkgs/python3-pykeepass/template
+++ b/srcpkgs/python3-pykeepass/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykeepass'
 pkgname=python3-pykeepass
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pykeepass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15a5d7cd4da10b45cee29e1222d47cde9b7bdad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0269/1106] python3-pykwalify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pykwalify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template
index 76398effff3..232243a560a 100644
--- a/srcpkgs/python3-pykwalify/template
+++ b/srcpkgs/python3-pykwalify/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pykwalify'
 pkgname=python3-pykwalify
 version=1.7.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="pykwalify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b370cac9c2b53a78a6be5cb8637743c3afc612ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0270/1106] python3-pylibgen: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pylibgen/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template
index 30fb465a637..4d77619ae93 100644
--- a/srcpkgs/python3-pylibgen/template
+++ b/srcpkgs/python3-pylibgen/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylibgen'
 pkgname=python3-pylibgen
 version=2.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="pylibgen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 77ce5016958f55e04354271120bcd7974adf6320 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0271/1106] python3-pylru: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pylru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template
index 0329ab72c30..08758701c6b 100644
--- a/srcpkgs/python3-pylru/template
+++ b/srcpkgs/python3-pylru/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pylru'
 pkgname=python3-pylru
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f0c3309a1c40ff3c1ae9f3791721044f0594970b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:27 -0400
Subject: [PATCH 0272/1106] python3-pypandoc: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pypandoc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template
index 928fde01371..de6fea26d07 100644
--- a/srcpkgs/python3-pypandoc/template
+++ b/srcpkgs/python3-pypandoc/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-pypandoc'
 pkgname=python3-pypandoc
 version=1.5
-revision=1
+revision=2
 wrksrc=pypandoc-$version
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pandoc python3"

From 721140ea2f398d4b6291d6ab252913c8a65ff57c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0273/1106] python3-pysdl2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pysdl2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template
index 3efdca5b667..da6af540f98 100644
--- a/srcpkgs/python3-pysdl2/template
+++ b/srcpkgs/python3-pysdl2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysdl2'
 pkgname=python3-pysdl2
 version=0.9.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="py-sdl2-rel_${version//./_}"
 build_style=python3-module
 pycompile_module="sdl2"

From 97278572e24126ef37a70f761d78039fa496f291 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0274/1106] python3-pyside2: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pyside2/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template
index ee77908b933..fe69087e4d0 100644
--- a/srcpkgs/python3-pyside2/template
+++ b/srcpkgs/python3-pyside2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyside2'
 pkgname=python3-pyside2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/pyside2"
@@ -77,23 +77,19 @@ libpyside2-python3_package() {
 libpyside-python3_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyside-phonon_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }
 
 python3-pyenet_package() {
 	short_desc+=" - transitional dummy package"
 	build_style=meta
-	archs=noarch
 }

From 8a40217c70dc9e4c37579dff10890a4de566fc94 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0275/1106] python3-pysigset: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pysigset/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template
index 50d9162ea70..16b3a53e140 100644
--- a/srcpkgs/python3-pysigset/template
+++ b/srcpkgs/python3-pysigset/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pysigset'
 pkgname=python3-pysigset
 version=0.3.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="pysigset-${version}"
 build_style=python3-module
 pycompile_module="pysigset.py"

From 4faa220ce72f67a59d61aa4f26fe38bca0d1299f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0276/1106] python3-pytest-asyncio: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-pytest-asyncio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template
index 0c90d33a9e5..c3f0f34009e 100644
--- a/srcpkgs/python3-pytest-asyncio/template
+++ b/srcpkgs/python3-pytest-asyncio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-asyncio'
 pkgname=python3-pytest-asyncio
 version=0.10.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="pytest-asyncio-${version}"
 build_style=python3-module
 pycompile_module="pytest_asyncio"

From 48b19b2d1fa453b88744b82eedf2cf865051b881 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0277/1106] python3-pytest-qt: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-qt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template
index a15bc15a4f3..ab870da8e06 100644
--- a/srcpkgs/python3-pytest-qt/template
+++ b/srcpkgs/python3-pytest-qt/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-qt'
 pkgname=python3-pytest-qt
 version=3.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-qt-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e8b42320eb8470b1d33e9848ea9870d30306a16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:28 -0400
Subject: [PATCH 0278/1106] python3-pytest-xvfb: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytest-xvfb/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template
index 9e3aa7822d4..0e002f07ace 100644
--- a/srcpkgs/python3-pytest-xvfb/template
+++ b/srcpkgs/python3-pytest-xvfb/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytest-xvfb'
 pkgname=python3-pytest-xvfb
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=pytest-xvfb-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 26f9c9fdc8e4a5ce29aa0916c64536d2200b34ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0279/1106] python3-pythondialog: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pythondialog/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template
index b55866f51e6..0edc20a6953 100644
--- a/srcpkgs/python3-pythondialog/template
+++ b/srcpkgs/python3-pythondialog/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pythondialog'
 pkgname=python3-pythondialog
 version=3.5.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pythondialog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 709382dda8af175f4ea5fc99e2b0b329c2cb0fdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0280/1106] python3-pytools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pytools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template
index 446df179c07..d65496c03f4 100644
--- a/srcpkgs/python3-pytools/template
+++ b/srcpkgs/python3-pytools/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pytools'
 pkgname=python3-pytools
 version=2020.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f49fea75c8684ec945b4370f050b059a9e5e004f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0281/1106] python3-pywinrm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-pywinrm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template
index 7a57b8efcb3..49d7de623a9 100644
--- a/srcpkgs/python3-pywinrm/template
+++ b/srcpkgs/python3-pywinrm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pywinrm'
 pkgname=python3-pywinrm
 version=0.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="pywinrm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae21cacd3d9713639ff63ecf25487be4b57ad8a4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0282/1106] python3-pyx: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-pyx/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template
index f8de127e420..c39d94f7c3c 100644
--- a/srcpkgs/python3-pyx/template
+++ b/srcpkgs/python3-pyx/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-pyx'
 pkgname=python3-pyx
 version=0.15
-revision=1
-archs=noarch
+revision=2
 wrksrc="PyX-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7d0a0a90f5b5bcd156f3ba93d1dd0662f6095ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:29 -0400
Subject: [PATCH 0283/1106] python3-readlike: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-readlike/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template
index 43159962442..a9057e180c3 100644
--- a/srcpkgs/python3-readlike/template
+++ b/srcpkgs/python3-readlike/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-readlike'
 pkgname=python3-readlike
 version=0.1.3
-revision=2
-archs=noarch
+revision=3
 wrksrc=readlike-${version}
 build_style=python3-module
 pycompile_module="readlike.py"

From 9b81b00f2647e6cbe7e33c21f9541cd92c44daf3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0284/1106] python3-repoze.sphinx.autointerface: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template
index 684c7f90d05..18141a5bd46 100644
--- a/srcpkgs/python3-repoze.sphinx.autointerface/template
+++ b/srcpkgs/python3-repoze.sphinx.autointerface/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-repoze.sphinx.autointerface'
 pkgname=python3-repoze.sphinx.autointerface
 version=0.8
-revision=3
-archs=noarch
+revision=4
 wrksrc="repoze.sphinx.autointerface-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb185624fcea9454a063369024ebf094cad5aa1a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0285/1106] python3-requests-file: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-file/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template
index 1f459fa55ab..8d9626dc7e4 100644
--- a/srcpkgs/python3-requests-file/template
+++ b/srcpkgs/python3-requests-file/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-file'
 pkgname=python3-requests-file
 version=1.4.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-file-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54f59ba67825650166ff88afa62519d8ae6f1f96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0286/1106] python3-requests-ntlm: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-requests-ntlm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template
index 7ca189d6abf..fc5c0dc6aab 100644
--- a/srcpkgs/python3-requests-ntlm/template
+++ b/srcpkgs/python3-requests-ntlm/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-ntlm'
 pkgname=python3-requests-ntlm
 version=1.1.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="requests-ntlm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7da7d3afcbec3dbb2ad12a47951119d7e1a2933 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0287/1106] python3-requests-unixsocket: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-requests-unixsocket/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template
index fd389ec2d13..34c34c09046 100644
--- a/srcpkgs/python3-requests-unixsocket/template
+++ b/srcpkgs/python3-requests-unixsocket/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-requests-unixsocket'
 pkgname=python3-requests-unixsocket
 version=0.2.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="requests-unixsocket-${version}"
 build_style=python3-module
 pycompile_module="requests_unixsocket"

From 996f05c54f0f27d734f0fca8f7a686bfd593c6c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0288/1106] python3-rss2email: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-rss2email/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template
index 69e67d93deb..9a7b414c7ab 100644
--- a/srcpkgs/python3-rss2email/template
+++ b/srcpkgs/python3-rss2email/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rss2email'
 pkgname=python3-rss2email
 version=3.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="rss2email-${version}"
 build_style=python3-module
 pycompile_module="rss2email"

From db6252008fd416772b96fbd9db999462c6ee0b5b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:30 -0400
Subject: [PATCH 0289/1106] python3-rtree: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-rtree/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
index 652b840591e..0500d93e33e 100644
--- a/srcpkgs/python3-rtree/template
+++ b/srcpkgs/python3-rtree/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-rtree'
 pkgname=python3-rtree
 version=0.9.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="rtree-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools libspatialindex-devel"

From fb5cc450bd5a5c6b1935bd7462aac1c57d21f4d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0290/1106] python3-s-tui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-s-tui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template
index 5864e90c91a..3c7fec4c6e8 100644
--- a/srcpkgs/python3-s-tui/template
+++ b/srcpkgs/python3-s-tui/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-s-tui'
 pkgname=python3-s-tui
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="s-tui-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e0b8dc665be14b281a110511ae16feaaf2179267 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0291/1106] python3-saml2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-saml2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template
index a8d2798b61c..5506ce0828f 100644
--- a/srcpkgs/python3-saml2/template
+++ b/srcpkgs/python3-saml2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-saml2'
 pkgname=python3-saml2
 version=5.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="pysaml2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 849814924e75c1278b7a52d0b182558c62bcd327 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0292/1106] python3-scruffy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-scruffy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template
index 62a21a74eca..32a41d71ab5 100644
--- a/srcpkgs/python3-scruffy/template
+++ b/srcpkgs/python3-scruffy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-scruffy'
 pkgname=python3-scruffy
 version=0.3.8.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="scruffy-${version}"
 build_style=python3-module
 pycompile_module="scruffy"

From bc83bfb3169bccb84acb689a3ff3de250b10d98a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0293/1106] python3-semanticversion: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-semanticversion/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template
index 766eeb160f8..19db48a5a74 100644
--- a/srcpkgs/python3-semanticversion/template
+++ b/srcpkgs/python3-semanticversion/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-semanticversion'
 pkgname=python3-semanticversion
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 wrksrc="semantic_version-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3e9a3bc3cb3d9cee00ac8b08195bbe80959aeaa8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:31 -0400
Subject: [PATCH 0294/1106] python3-sentry: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sentry/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template
index c340cbb7820..c4406811688 100644
--- a/srcpkgs/python3-sentry/template
+++ b/srcpkgs/python3-sentry/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sentry'
 pkgname=python3-sentry
 version=0.15.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sentry-python-${version}"
 build_style=python3-module
 hostmakedepends=python3-setuptools

From 71a8ec87ce35dd03c9e8ced43ba20d05ee1e0061 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0295/1106] python3-serpent: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-serpent/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
index 538bfcd1786..4b950974494 100644
--- a/srcpkgs/python3-serpent/template
+++ b/srcpkgs/python3-serpent/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-serpent'
 pkgname=python3-serpent
 version=1.30.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 413c9076e2bae3a0b59f78cc4310aa84d11c936d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0296/1106] python3-shodan: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-shodan/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index 390f9d79322..d4d403681be 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-shodan'
 pkgname=python3-shodan
 version=1.23.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="shodan-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5ef20d52b24bbe89c8af33eeb250cce471eef8b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0297/1106] python3-signedjson: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-signedjson/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template
index 5002ade8f79..9edb9c24b14 100644
--- a/srcpkgs/python3-signedjson/template
+++ b/srcpkgs/python3-signedjson/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-signedjson'
 pkgname=python3-signedjson
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-signedjson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b1e41d7222f10c8390bf3e0a210f9ff4949f9b1c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0298/1106] python3-slugify: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-slugify/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 012bb98f063..31e2eff0715 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -3,8 +3,7 @@ pkgname=python3-slugify
 # Please don't update. Only required by Transifx-client,
 # doesn't work with newer versions
 version=1.2.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-slugify-${version}"
 build_style=python3-module
 pycompile_module="slugify"

From 756ecd4fb02541c6628f0e7786378ab086846024 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0299/1106] python3-sortedcontainers: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sortedcontainers/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 41d87d4ebd0..5d768b0e4f0 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 pycompile_module="sortedcontainers"

From f8ce5637b094ca810933e464925aa55e5bdea4e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:32 -0400
Subject: [PATCH 0300/1106] python3-spake2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-spake2/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
index dc0cdced747..df74c2cdc78 100644
--- a/srcpkgs/python3-spake2/template
+++ b/srcpkgs/python3-spake2/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-spake2'
 pkgname=python3-spake2
 version=0.8
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-spake2-${version}"
 build_style=python3-module
 pycompile_module="spake2"

From a3cab4778b250d4dd6045edefe3c34968b5e41e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0301/1106] python3-sphinx_rtd_theme: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-sphinx_rtd_theme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template
index 8447a451a74..3884255d019 100644
--- a/srcpkgs/python3-sphinx_rtd_theme/template
+++ b/srcpkgs/python3-sphinx_rtd_theme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinx_rtd_theme'
 pkgname=python3-sphinx_rtd_theme
 version=0.5.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="sphinx_rtd_theme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0453c8e04dbc0c884550dd07fd73270b166d39b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0302/1106] python3-sphinxcontrib: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-sphinxcontrib/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template
index d52fd02ab76..37f57813e21 100644
--- a/srcpkgs/python3-sphinxcontrib/template
+++ b/srcpkgs/python3-sphinxcontrib/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib'
 pkgname=python3-sphinxcontrib
 version=1.0
-revision=4
-archs=noarch
+revision=5
 create_wrksrc=yes
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From da7751b727cd7497d184ee201e533ad4eceeb163 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0303/1106] python3-sphinxcontrib-applehelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template
index 90bfc78adf8..0762615c0e5 100644
--- a/srcpkgs/python3-sphinxcontrib-applehelp/template
+++ b/srcpkgs/python3-sphinxcontrib-applehelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-applehelp'
 pkgname=python3-sphinxcontrib-applehelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-applehelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b7ab42cbdeb0341e401622eb84ac8f29f9a1032d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0304/1106] python3-sphinxcontrib-devhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template
index 0244d826d17..0504c762588 100644
--- a/srcpkgs/python3-sphinxcontrib-devhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-devhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-devhelp'
 pkgname=python3-sphinxcontrib-devhelp
 version=1.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-devhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7bf6e39cc100b2a911b666fbc2697cf9fae7c23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:33 -0400
Subject: [PATCH 0305/1106] python3-sphinxcontrib-htmlhelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
index 33dac6dbfad..54f54adabd6 100644
--- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template
+++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-htmlhelp'
 pkgname=python3-sphinxcontrib-htmlhelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-htmlhelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dc3517874996acd52571298bcd42c6d5bcecf5e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0306/1106] python3-sphinxcontrib-jsmath: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template
index 266ff00b88b..9234fc58cd7 100644
--- a/srcpkgs/python3-sphinxcontrib-jsmath/template
+++ b/srcpkgs/python3-sphinxcontrib-jsmath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-jsmath'
 pkgname=python3-sphinxcontrib-jsmath
 version=1.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-jsmath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 04ffe94162b51c85694a0fa94fec793a96022549 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0307/1106] python3-sphinxcontrib-qthelp: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template
index 2335cb13cb8..2f6e47965db 100644
--- a/srcpkgs/python3-sphinxcontrib-qthelp/template
+++ b/srcpkgs/python3-sphinxcontrib-qthelp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-qthelp'
 pkgname=python3-sphinxcontrib-qthelp
 version=1.0.3
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-qthelp-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7a9f500b8439716f745d1a4a70d8a803c4fc2cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0308/1106] python3-sphinxcontrib-serializinghtml: rebuild for
 Python 3.9, drop noarch

---
 srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
index 82ddabe65ed..cd6a451bcf2 100644
--- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template
+++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sphinxcontrib-serializinghtml'
 pkgname=python3-sphinxcontrib-serializinghtml
 version=1.1.4
-revision=1
-archs=noarch
+revision=2
 wrksrc=sphinxcontrib-serializinghtml-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 644357da1dfdeccae4e531d54eea5311e34fa0f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0309/1106] python3-stevedore: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-stevedore/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template
index 2b23d77c09b..9964fe3dd94 100644
--- a/srcpkgs/python3-stevedore/template
+++ b/srcpkgs/python3-stevedore/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-stevedore'
 pkgname=python3-stevedore
 version=3.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="stevedore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 83366240e0e4f7de5ac000570f40fd6ccab05b10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0310/1106] python3-subunit: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-subunit/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template
index a617b3db63a..e16ef316a7e 100644
--- a/srcpkgs/python3-subunit/template
+++ b/srcpkgs/python3-subunit/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-subunit'
 pkgname=python3-subunit
 version=1.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=subunit-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88e7b325c940bda6364e93060008d347259f0bd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:34 -0400
Subject: [PATCH 0311/1106] python3-svg.path: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-svg.path/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 473fc38dcc4..8b94cf795b4 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.0.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a88dd2e8511c678d7b19389b69bfecf5da693efd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0312/1106] python3-sympy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-sympy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template
index 77f7747a999..2a2ebd52f5f 100644
--- a/srcpkgs/python3-sympy/template
+++ b/srcpkgs/python3-sympy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-sympy'
 pkgname=python3-sympy
 version=1.6.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="sympy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00e5e3b9930e278f106bbb98bb3f9160ca423ac0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0313/1106] python3-tabulate: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tabulate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index 16956529913..a37e6a3de90 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tabulate'
 pkgname=python3-tabulate
 version=0.8.6
-revision=1
-archs=noarch
+revision=2
 wrksrc="tabulate-${version}"
 build_style=python3-module
 pycompile_module="tabulate.py"

From b003c6e72624b416b93abb9f5521fb50613795f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0314/1106] python3-terminaltables: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-terminaltables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index 4f781eab76d..615c5522c44 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="terminaltables-${version}"
 build_style=python3-module
 pycompile_module="terminaltables"

From 6858f726b37cd08e2af8e9bf013663c1731e0ae3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0315/1106] python3-text-unidecode: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-text-unidecode/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template
index b3b5aa95575..cce8aacaf9a 100644
--- a/srcpkgs/python3-text-unidecode/template
+++ b/srcpkgs/python3-text-unidecode/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-text-unidecode'
 pkgname=python3-text-unidecode
 version=1.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="text-unidecode-${version}"
 build_style=python3-module
 pycompile_module="text_unidecode"

From 90bcdaa781a125bb55f3977f52ab5d48ba5b011a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0316/1106] python3-tinycss: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tinycss/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template
index 3b4717c234e..39cda657470 100644
--- a/srcpkgs/python3-tinycss/template
+++ b/srcpkgs/python3-tinycss/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tinycss'
 pkgname=python3-tinycss
 version=0.4
-revision=2
-archs=noarch
+revision=3
 wrksrc=tinycss-${version}
 build_style=python3-module
 pycompile_module="tinycss"

From 03f7631e5fbcafc0c362dbe20d57047e77edfce7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:35 -0400
Subject: [PATCH 0317/1106] python3-tldextract: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tldextract/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template
index 2a9392a5dcc..3c769d6233e 100644
--- a/srcpkgs/python3-tldextract/template
+++ b/srcpkgs/python3-tldextract/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tldextract'
 pkgname=python3-tldextract
 version=2.2.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="tldextract-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6d48ddacd7964983323568c75d2dfdff40f5514 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0318/1106] python3-transifex-client: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-transifex-client/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template
index 5ea767b5a7d..e34c310c0a8 100644
--- a/srcpkgs/python3-transifex-client/template
+++ b/srcpkgs/python3-transifex-client/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-transifex-client'
 pkgname=python3-transifex-client
 version=0.13.6
-revision=2
-archs=noarch
+revision=3
 wrksrc="transifex-client-${version}"
 build_style=python3-module
 pycompile_module="txclib"

From b76a010999bf8610855e01b2e692bc190f7ad5f9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0319/1106] python3-treq: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-treq/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template
index 075f90e49ef..21a11977189 100644
--- a/srcpkgs/python3-treq/template
+++ b/srcpkgs/python3-treq/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-treq'
 pkgname=python3-treq
 version=20.3.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="treq-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a24682c8a8f13b184a1a7e94b6a28848b5906388 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0320/1106] python3-txacme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txacme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
index bd1c82d0611..3e33991a003 100644
--- a/srcpkgs/python3-txacme/template
+++ b/srcpkgs/python3-txacme/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txacme'
 pkgname=python3-txacme
 version=0.9.3
-revision=1
-archs=noarch
+revision=2
 wrksrc="txacme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ef097c6e231611f28132dab5085ac4343cf8cb3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0321/1106] python3-txaio: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-txaio/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index d9ee273d235..47dadfa68ed 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=20.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From df55b50543b49ed35f12237ae1c529dd12e196b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:36 -0400
Subject: [PATCH 0322/1106] python3-txtorcon: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-txtorcon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index d2ad88b06d1..5a0683f1760 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
 version=20.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="txtorcon-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"

From 3c9afab11331e88e78d98ff9cb418a9f92840382 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0323/1106] python3-typing_extensions: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-typing_extensions/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template
index 57405689d4e..93c5d70f1c6 100644
--- a/srcpkgs/python3-typing_extensions/template
+++ b/srcpkgs/python3-typing_extensions/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-typing_extensions'
 pkgname=python3-typing_extensions
 version=3.7.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cdb4b2f3044ca19f5133949141be4d044b9e7c80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0324/1106] python3-tzlocal: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-tzlocal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template
index 7ea15464075..73114a2aadc 100644
--- a/srcpkgs/python3-tzlocal/template
+++ b/srcpkgs/python3-tzlocal/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-tzlocal'
 pkgname=python3-tzlocal
 version=2.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="tzlocal-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 71aa9b0980689ca154aadcb944a77160a96eeb3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0325/1106] python3-unpaddedbase64: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-unpaddedbase64/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template
index 06a47db3b64..4b2bdc9b77c 100644
--- a/srcpkgs/python3-unpaddedbase64/template
+++ b/srcpkgs/python3-unpaddedbase64/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-unpaddedbase64'
 pkgname=python3-unpaddedbase64
 version=1.1.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="python-unpaddedbase64-${version}"
 build_style=python3-module
 pycompile_module="unpaddedbase64.py"

From 5fb233f42cb434f313b72d10f47a3b1508e69e59 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0326/1106] python3-urlgrabber: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-urlgrabber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template
index eef67c8e13c..3eacefc9d09 100644
--- a/srcpkgs/python3-urlgrabber/template
+++ b/srcpkgs/python3-urlgrabber/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-urlgrabber'
 pkgname=python3-urlgrabber
 version=4.0.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="urlgrabber-${version}"
 build_style=python3-module
 pycompile_module="urlgrabber"

From 9e6831012cda484bbeb3d86409f1d830ec8b4ded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0327/1106] python3-userpath: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-userpath/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template
index 4d53e7b5dea..67e62bb719f 100644
--- a/srcpkgs/python3-userpath/template
+++ b/srcpkgs/python3-userpath/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-userpath'
 pkgname=python3-userpath
 version=1.4.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="userpath-${version}"
 build_style=python3-module
 pycompile_module="userpath"

From 6b613c3ce007d2e81676f2da1492f534a9fb7bca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:37 -0400
Subject: [PATCH 0328/1106] python3-validators: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-validators/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template
index 2d790254c96..ab604468662 100644
--- a/srcpkgs/python3-validators/template
+++ b/srcpkgs/python3-validators/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-validators'
 pkgname=python3-validators
 version=0.14.2
-revision=1
-archs=noarch
+revision=2
 wrksrc="validators-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7349f81950d4885cd9e8ccc185699e2fa521034f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0329/1106] python3-virtualenv: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-virtualenv/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 7f9f71fccc5..d12c705ad59 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
 version=20.0.20
-revision=2
-archs=noarch
+revision=3
 wrksrc="virtualenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a869601d0b7b11d0cd3908bc2a7aa2a5b8e7f7c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0330/1106] python3-virtualenv-clone: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virtualenv-clone/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template
index 508e855b9cd..55bdbd282f1 100644
--- a/srcpkgs/python3-virtualenv-clone/template
+++ b/srcpkgs/python3-virtualenv-clone/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virtualenv-clone'
 pkgname=python3-virtualenv-clone
 version=0.5.4
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d656616946f1cb6c3f23807cab55af74cddf6f6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0331/1106] python3-virustotal-api: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-virustotal-api/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template
index fc362c03b39..b3551336f58 100644
--- a/srcpkgs/python3-virustotal-api/template
+++ b/srcpkgs/python3-virustotal-api/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-virustotal-api'
 pkgname=python3-virustotal-api
 version=1.1.11
-revision=2
-archs=noarch
+revision=3
 wrksrc="virustotal-api-${version}"
 build_style=python3-module
 pycompile_module="virus_total_apis"

From e9af73c5817d607b099d360ef8766fdd5853dd6a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0332/1106] python3-xapp: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xapp/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template
index 6e746704ad8..ac7117ecd14 100644
--- a/srcpkgs/python3-xapp/template
+++ b/srcpkgs/python3-xapp/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xapp'
 pkgname=python3-xapp
 version=2.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="xapp"
 hostmakedepends="python3-setuptools"

From 6f6d09c5ed06efdbec6c1ab6b053e7e917e9c6d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:38 -0400
Subject: [PATCH 0333/1106] python3-xdg-variables: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-xdg-variables/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template
index 589302d33bc..37e9689bf1a 100644
--- a/srcpkgs/python3-xdg-variables/template
+++ b/srcpkgs/python3-xdg-variables/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xdg-variables'
 pkgname=python3-xdg-variables
 version=4.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="xdg-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b3e7630f55769e3af96832bf67202d7bb58e833 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0334/1106] python3-xlrd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-xlrd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index 9f7b29580e4..8d6859e4dfd 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=1.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e46f5ccddf2fb2d6dd54656c79cd55a592312ee5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0335/1106] python3-yapf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/python3-yapf/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template
index 33111cd732d..1fda3e07b9a 100644
--- a/srcpkgs/python3-yapf/template
+++ b/srcpkgs/python3-yapf/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yapf'
 pkgname=python3-yapf
 version=0.29.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="yapf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1f638c09732c4fd97e5b54ae61a5e80fd34c0631 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0336/1106] python3-youtube-search: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-youtube-search/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template
index 0c6ec393a37..a65a86470c4 100644
--- a/srcpkgs/python3-youtube-search/template
+++ b/srcpkgs/python3-youtube-search/template
@@ -1,9 +1,8 @@
 # Template file for 'python3-youtube-search'
 pkgname=python3-youtube-search
 version=1.1.0
-revision=1
+revision=2
 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e
-archs=noarch
 create_wrksrc=yes
 build_wrksrc="youtube-search-${version}"
 build_style=python3-module

From c560339260a8b25acf06bb540038bb72c7030914 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0337/1106] python3-yoyo-migrations: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-yoyo-migrations/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template
index 9e481e153f4..1eb088d9928 100644
--- a/srcpkgs/python3-yoyo-migrations/template
+++ b/srcpkgs/python3-yoyo-migrations/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-yoyo-migrations'
 pkgname=python3-yoyo-migrations
 version=7.2.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=yoyo-migrations-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3c62322c77a7dad4d19823cc8cf15fb21a9f5db3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:39 -0400
Subject: [PATCH 0338/1106] python3-zope.cachedescriptors: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.cachedescriptors/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template
index 1f1fae5b27b..abf2630b094 100644
--- a/srcpkgs/python3-zope.cachedescriptors/template
+++ b/srcpkgs/python3-zope.cachedescriptors/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.cachedescriptors'
 pkgname=python3-zope.cachedescriptors
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.cachedescriptors-${version}"
 build_style=python3-module
 pycompile_module="zope/cachedescriptors"

From c8e3d5e346887351128cc64e46b7d981694db56f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0339/1106] python3-zope.configuration: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.configuration/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template
index a18339a5d7a..35685dd79dc 100644
--- a/srcpkgs/python3-zope.configuration/template
+++ b/srcpkgs/python3-zope.configuration/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.configuration'
 pkgname=python3-zope.configuration
 version=4.4.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.configuration-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 58b7687647e663b6bf249b40f1f0f23d1f4e45ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0340/1106] python3-zope.copy: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.copy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 7007acb96b4..cc22130112a 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb5e565938cb18f86457687397cdf1d579451e58 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0341/1106] python3-zope.deferredimport: rebuild for Python
 3.9, drop noarch

---
 srcpkgs/python3-zope.deferredimport/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template
index 7e8ff8fca5c..81f6fbb9de7 100644
--- a/srcpkgs/python3-zope.deferredimport/template
+++ b/srcpkgs/python3-zope.deferredimport/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deferredimport'
 pkgname=python3-zope.deferredimport
 version=4.3.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.deferredimport-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 61339f52baba5230b28d500381f8ee56a8224040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0342/1106] python3-zope.deprecation: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.deprecation/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template
index 854c67dfa8a..44a2ce86560 100644
--- a/srcpkgs/python3-zope.deprecation/template
+++ b/srcpkgs/python3-zope.deprecation/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.deprecation'
 pkgname=python3-zope.deprecation
 version=4.4.0
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.deprecation-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9dc2382314d2bb94349452a390625a474e03019f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0343/1106] python3-zope.event: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.event/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template
index 0ca1af6cfc4..7de9713fc22 100644
--- a/srcpkgs/python3-zope.event/template
+++ b/srcpkgs/python3-zope.event/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.event'
 pkgname=python3-zope.event
 version=4.4
-revision=3
-archs=noarch
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="zope/event"

From d3562c13e349970e7ca140ead56070003d643df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:40 -0400
Subject: [PATCH 0344/1106] python3-zope.hookable: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.hookable/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index 774cf286c8e..62ecbac6425 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.0.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 21ee3bd7264ca9f548bb39c7b56d4961437f9a9f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0345/1106] python3-zope.location: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.location/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template
index c2d6435dcf4..f45b5272d18 100644
--- a/srcpkgs/python3-zope.location/template
+++ b/srcpkgs/python3-zope.location/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.location'
 pkgname=python3-zope.location
 version=4.2
-revision=3
-archs=noarch
+revision=4
 wrksrc="zope.location-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From 42658df67c0584d5a664ff89e9bb203d9928af98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0346/1106] python3-zope.schema: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.schema/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template
index 7c45510564d..03ffba962e2 100644
--- a/srcpkgs/python3-zope.schema/template
+++ b/srcpkgs/python3-zope.schema/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.schema'
 pkgname=python3-zope.schema
 version=6.0.0
-revision=1
-archs=noarch
+revision=2
 wrksrc=zope.schema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 503290ca2c3e6e10322a18b095cf390f74ff46e8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0347/1106] python3-zope.testing: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/python3-zope.testing/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 9fd4dd19dcd..48373ebb563 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5913522f55a2bd209c7f34d460cde7bab76558f7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0348/1106] python3-zope.testrunner: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/python3-zope.testrunner/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template
index 85413372686..1575621fdd0 100644
--- a/srcpkgs/python3-zope.testrunner/template
+++ b/srcpkgs/python3-zope.testrunner/template
@@ -1,8 +1,7 @@
 # Template file for 'python3-zope.testrunner'
 pkgname=python3-zope.testrunner
 version=5.1
-revision=2
-archs=noarch
+revision=3
 wrksrc="zope.testrunner-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib"

From 2bfbe38910d5be1f4fafaa8b197db69683983566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:41 -0400
Subject: [PATCH 0349/1106] pywal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/pywal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template
index 98c4e1581e4..5a78316ef93 100644
--- a/srcpkgs/pywal/template
+++ b/srcpkgs/pywal/template
@@ -1,8 +1,7 @@
 # Template file for 'pywal'
 pkgname=pywal
 version=3.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="pywal"
 hostmakedepends="python3-setuptools"

From ac8aa173fb2eb63e5e8195b0ca3c102617eb97f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0350/1106] qmk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qmk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index bd991d71e04..033ff91fa1f 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,8 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.35
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs

From e4109493e0e377ed4f1e9ff1f773f23bdddfe136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0351/1106] qomui: rebuild for Python 3.9, drop noarch

---
 srcpkgs/qomui/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template
index 8063350ba06..9d832bd2387 100644
--- a/srcpkgs/qomui/template
+++ b/srcpkgs/qomui/template
@@ -1,8 +1,7 @@
 # Template file for 'qomui'
 pkgname=qomui
 version=0.8.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="qomui"
 hostmakedepends="python3 python3-setuptools"

From bb57512ae28ddc2dfe0c176f2b695043c6c729b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0352/1106] quodlibet: rebuild for Python 3.9, drop noarch

---
 srcpkgs/quodlibet/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template
index ba19de245ad..7261c85a6cf 100644
--- a/srcpkgs/quodlibet/template
+++ b/srcpkgs/quodlibet/template
@@ -1,8 +1,7 @@
 # Template file for 'quodlibet'
 pkgname=quodlibet
 version=4.3.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="quodlibet"
 hostmakedepends="intltool python3-devel"

From da50fecfce6740774b78e9ec8c9823eb45589fca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0353/1106] ranger: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ranger/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index d88da9b1ee1..13156b638a5 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -1,8 +1,7 @@
 # Template file for 'ranger'
 pkgname=ranger
 version=1.9.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="ranger"
 hostmakedepends="python3"

From 758df810887d3c09a807fd452644d71695066df2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0354/1106] rednotebook: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rednotebook/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index fa2cb9cf445..6d2b21c43ae 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,8 +1,7 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
 version=2.19
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant

From 793457c6d8d8e18f797c903f4b5cf8f16bc6c2a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:42 -0400
Subject: [PATCH 0355/1106] remhind: rebuild for Python 3.9, drop noarch

---
 srcpkgs/remhind/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template
index 0f4e4047520..a4b7362e487 100644
--- a/srcpkgs/remhind/template
+++ b/srcpkgs/remhind/template
@@ -1,8 +1,7 @@
 # Template file for 'remhind'
 pkgname=remhind
 version=0.1.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel"
 depends="python3-icalendar python3-dateutil python3-gobject python3-toml

From a4077593ee84fd50886bc7df0d19fa5710e46685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0356/1106] ripe-atlas-tools: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/ripe-atlas-tools/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template
index c5e21c4b8dc..8e82f0da29a 100644
--- a/srcpkgs/ripe-atlas-tools/template
+++ b/srcpkgs/ripe-atlas-tools/template
@@ -1,8 +1,7 @@
 # Template file for 'ripe-atlas-tools'
 pkgname=ripe-atlas-tools
 version=2.3.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="ripe/atlas/tools"
 hostmakedepends="python3-setuptools"

From a29a2d2b3f74abcd09c3a33e1c78dcf1f29fa3b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0357/1106] rubber: rebuild for Python 3.9, drop noarch

---
 srcpkgs/rubber/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template
index de6652231aa..1264c3642f7 100644
--- a/srcpkgs/rubber/template
+++ b/srcpkgs/rubber/template
@@ -1,8 +1,7 @@
 # Template file for 'rubber'
 pkgname=rubber
 version=1.5.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3 virtual?tex"

From 09ff816b32a4b6e201edb7967cce06b67254649e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0358/1106] s3cmd: rebuild for Python 3.9, drop noarch

---
 srcpkgs/s3cmd/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template
index 8043233efb5..4ec5cf053a8 100644
--- a/srcpkgs/s3cmd/template
+++ b/srcpkgs/s3cmd/template
@@ -1,8 +1,7 @@
 # Template file for 's3cmd'
 pkgname=s3cmd
 version=2.1.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dateutil"

From 916a9384b09debbe89a07a8bf7bf479f2c5f4bba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0359/1106] safeeyes: rebuild for Python 3.9, drop noarch

---
 srcpkgs/safeeyes/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template
index c237bc503d8..223c0bd44a7 100644
--- a/srcpkgs/safeeyes/template
+++ b/srcpkgs/safeeyes/template
@@ -1,8 +1,7 @@
 # Template file for 'safeeyes'
 pkgname=safeeyes
 version=2.0.9
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="safeeyes"
 hostmakedepends="python3-setuptools"

From 8c57db6162f3ef4444a409992b4e0ce1c7f899a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:43 -0400
Subject: [PATCH 0360/1106] salt: rebuild for Python 3.9, drop noarch

---
 srcpkgs/salt/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template
index 80525f92686..f32b4e29e8d 100644
--- a/srcpkgs/salt/template
+++ b/srcpkgs/salt/template
@@ -1,8 +1,7 @@
 # Template file for 'salt'
 pkgname=salt
 version=3001.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq

From 72d9891d76f55ed4547940190e62a9f997d225f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0361/1106] scapy: rebuild for Python 3.9, drop noarch

---
 srcpkgs/scapy/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template
index 36972bfd461..b2924e1a171 100644
--- a/srcpkgs/scapy/template
+++ b/srcpkgs/scapy/template
@@ -1,8 +1,7 @@
 # Template file for 'scapy'
 pkgname=scapy
 version=2.4.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="scapy"
 hostmakedepends="python3-setuptools"

From 38a7130c3d2437153ee1550c62cbca66d20eef3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0362/1106] screenplain: rebuild for Python 3.9, drop noarch

---
 srcpkgs/screenplain/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template
index e3ce1bc7ff2..9cf49d0b011 100644
--- a/srcpkgs/screenplain/template
+++ b/srcpkgs/screenplain/template
@@ -1,8 +1,7 @@
 # Template file for 'screenplain'
 pkgname=screenplain
 version=0.9.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-reportlab"

From 66d4ff7c6e56607ab0f2052b2ab9ddf6ca40ec75 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0363/1106] seafile-libclient: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/seafile-libclient/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 4db42506d81..351091344d0 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -2,7 +2,7 @@
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=seafile-libclient
 version=7.0.9
-revision=1
+revision=2
 _distname="${pkgname/-libclient/}"
 wrksrc="${_distname}-${version}"
 build_style=gnu-configure
@@ -39,7 +39,6 @@ seafile-libclient-devel_package() {
 seafile-libclient-python3_package() {
 	short_desc="Cloud storage system - Python3 bindings"
 	depends="libsearpc-python3"
-	archs=noarch
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
@@ -49,7 +48,6 @@ seafile-cli_package() {
 	short_desc="Cloud storage system - client CLI"
 	depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}"
 	python_version=3
-	archs=noarch
 	pkg_install() {
 		vmove usr/bin/seaf-cli
 		vmove usr/share/man/man1/seaf-cli.1

From 4922c84a75437df1954e871e925430aeb84e9800 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0364/1106] setconf: rebuild for Python 3.9, drop noarch

---
 srcpkgs/setconf/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template
index 8191947a20b..7798af93dd4 100644
--- a/srcpkgs/setconf/template
+++ b/srcpkgs/setconf/template
@@ -1,8 +1,7 @@
 # Template file for 'setconf'
 pkgname=setconf
 version=0.7.7
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="setconf.py"
 hostmakedepends="python3-setuptools"
@@ -27,7 +26,6 @@ post_install() {
 }
 
 python3-setconf_package() {
-	archs=noarch
 	build_style=meta
 	short_desc+=" - transitional dummy package"
 	depends="setconf"

From 578a0b140fa2042434197fe1b62e330ec0aa64ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:44 -0400
Subject: [PATCH 0365/1106] shiboken2: rebuild for Python 3.9, drop noarch

---
 srcpkgs/shiboken2/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template
index 4cd7da661b0..20ea5aae7e2 100644
--- a/srcpkgs/shiboken2/template
+++ b/srcpkgs/shiboken2/template
@@ -1,7 +1,7 @@
 # Template file for 'shiboken2'
 pkgname=shiboken2
 version=5.15.0
-revision=1
+revision=2
 _pkgname="pyside-setup-opensource-src-${version}"
 wrksrc="${_pkgname/%5.14.2.1/5.14.2}"
 build_wrksrc="sources/shiboken2"
@@ -55,12 +55,10 @@ python3-shiboken_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }
 
 libshiboken-python3_package() {
 	short_desc="Python3 shiboken2 bindings - tranditional dummy pkg"
 	depends="python3-shiboken2-${version}_${revision}"
 	build_style=meta
-	archs=noarch
 }

From d9d22c3a420a714fe64bc13cf0755e584ed75123 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0366/1106] sonata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sonata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template
index 3a88e08a988..f4456abd175 100644
--- a/srcpkgs/sonata/template
+++ b/srcpkgs/sonata/template
@@ -1,8 +1,7 @@
 # Template file for 'sonata'
 pkgname=sonata
 version=1.7b1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}"

From 224dc4cfbc773979ebac528d506149f2e67b6d97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0367/1106] speedtest-cli: rebuild for Python 3.9, drop noarch

---
 srcpkgs/speedtest-cli/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template
index c65d9fd631d..f797d366680 100644
--- a/srcpkgs/speedtest-cli/template
+++ b/srcpkgs/speedtest-cli/template
@@ -1,8 +1,7 @@
 # Template file for 'speedtest-cli'
 pkgname=speedtest-cli
 version=2.1.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="speedtest.py"
 hostmakedepends="python3-setuptools"

From 3346da53fae67974fd0d1a229b3fd397bf9e2e08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0368/1106] sshuttle: rebuild for Python 3.9, drop noarch

---
 srcpkgs/sshuttle/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template
index c642a07cd37..b7e8505d4fa 100644
--- a/srcpkgs/sshuttle/template
+++ b/srcpkgs/sshuttle/template
@@ -1,8 +1,7 @@
 # Template file for 'sshuttle'
 pkgname=sshuttle
 version=1.0.4
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools iptables"

From 2d5a10e7237d220b98e296b4f4a69b8734c5409d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0369/1106] stcgal: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stcgal/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template
index d75e88837cc..df13d3b770f 100644
--- a/srcpkgs/stcgal/template
+++ b/srcpkgs/stcgal/template
@@ -1,8 +1,7 @@
 # Template file for 'stcgal'
 pkgname=stcgal
 version=1.6
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="stcgal"
 hostmakedepends="python3-setuptools"

From feb07a1f4da3dea867d4796686c023cd5fb7ed9a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0370/1106] stig: rebuild for Python 3.9, drop noarch

---
 srcpkgs/stig/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template
index abe5f3b563c..ee52d60d001 100644
--- a/srcpkgs/stig/template
+++ b/srcpkgs/stig/template
@@ -1,8 +1,7 @@
 # Template file for 'stig'
 pkgname=stig
 version=0.10.1a
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 457fd1f08cf8d75bde1bcf409de20f7b8850e428 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:45 -0400
Subject: [PATCH 0371/1106] system-config-printer: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/system-config-printer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template
index c9fd88c7344..003b333b1ef 100644
--- a/srcpkgs/system-config-printer/template
+++ b/srcpkgs/system-config-printer/template
@@ -1,7 +1,7 @@
 # Template file for 'system-config-printer'
 pkgname=system-config-printer
 version=1.5.11
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--with-udev-rules"
 make_build_args="udevhelperdir=/usr/lib/udev"
@@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers
 checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f
 
 python3-cupshelpers_package() {
-	archs=noarch
 	depends="python3-cups python3-dbus python3-requests"
 	short_desc="Python utility modules around the CUPS printing system"
 	pycompile_module="cupshelpers"

From 9dca0c40f3ef743c379fca20e127eed711f53d45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0372/1106] tekaim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tekaim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template
index bd60dcc57a6..90f03cafaf7 100644
--- a/srcpkgs/tekaim/template
+++ b/srcpkgs/tekaim/template
@@ -1,8 +1,7 @@
 # Template file for 'tekaim'
 pkgname=tekaim
 version=1.6.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="curl maim python3 xclip"

From b155701a4dab86641460545c550766a335b26b8d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0373/1106] termdown: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termdown/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template
index d9efe27f2db..7e136c34608 100644
--- a/srcpkgs/termdown/template
+++ b/srcpkgs/termdown/template
@@ -1,8 +1,7 @@
 # Template file for 'termdown'
 pkgname=termdown
 version=1.17.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"

From 87ef6e82034942fa07594d840bf42c33fc266ebf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0374/1106] terminal_markdown_viewer: rebuild for Python 3.9,
 drop noarch

---
 srcpkgs/terminal_markdown_viewer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template
index ba3fcfdc8d6..b13f8ac93fb 100644
--- a/srcpkgs/terminal_markdown_viewer/template
+++ b/srcpkgs/terminal_markdown_viewer/template
@@ -1,8 +1,7 @@
 # Template file for 'terminal_markdown_viewer'
 pkgname=terminal_markdown_viewer
 version=1.6.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="mdv"
 hostmakedepends="python3-setuptools"

From 987de56f178bb367b48cd37a2cc8aba0bd5e4493 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0375/1106] terminator: rebuild for Python 3.9, drop noarch

---
 srcpkgs/terminator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index a96189ac064..644c42b5af9 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -1,7 +1,7 @@
 # Template file for 'terminator'
 pkgname=terminator
 version=1.92
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools"
 depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify

From deb5f7d796552a7b1b5a6398607e893ee0f15ab3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:46 -0400
Subject: [PATCH 0376/1106] termtosvg: rebuild for Python 3.9, drop noarch

---
 srcpkgs/termtosvg/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template
index 431d0945140..1773e20868d 100644
--- a/srcpkgs/termtosvg/template
+++ b/srcpkgs/termtosvg/template
@@ -1,8 +1,7 @@
 # Template file for 'termtosvg'
 pkgname=termtosvg
 version=1.1.0
-revision=1
-archs="noarch"
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pyte python3-lxml python3-wcwidth"

From 8f83b5076c5944660d33e74658106cd89cc44636 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0377/1106] thefuck: rebuild for Python 3.9, drop noarch

---
 srcpkgs/thefuck/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 708971811d3..33617cf872c 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,8 +1,7 @@
 # Template file for 'thefuck'
 pkgname=thefuck
 version=3.29
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"

From 311ab94afb5074c8afa6d38d2c9633c04c00e605 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0378/1106] thinkpad-scripts: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/thinkpad-scripts/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template
index 855d42492fb..8cd66a271f3 100644
--- a/srcpkgs/thinkpad-scripts/template
+++ b/srcpkgs/thinkpad-scripts/template
@@ -1,8 +1,7 @@
 # Template file for 'thinkpad-scripts'
 pkgname=thinkpad-scripts
 version=4.12.0
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="tps"
 hostmakedepends="gettext python3-setuptools"

From b786ec02130e03426d3382ff5d3ce319b21514c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0379/1106] todoman: rebuild for Python 3.9, drop noarch

---
 srcpkgs/todoman/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template
index fb7e4609e85..4eecfc758b2 100644
--- a/srcpkgs/todoman/template
+++ b/srcpkgs/todoman/template
@@ -1,8 +1,7 @@
 # Template file for 'todoman'
 pkgname=todoman
 version=3.8.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime

From e5985611b72f13f316259f0301d70c72eaaaed29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0380/1106] toot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/toot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template
index e3754e566d1..08fdeba7978 100644
--- a/srcpkgs/toot/template
+++ b/srcpkgs/toot/template
@@ -1,8 +1,7 @@
 # Template file for 'toot'
 pkgname=toot
 version=0.27.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth

From 3d2dceb411457a22956b8ec3fb476018ad359088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0381/1106] trackma: rebuild for Python 3.9, drop noarch

---
 srcpkgs/trackma/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template
index 32f4977ac46..bfa1215b46c 100644
--- a/srcpkgs/trackma/template
+++ b/srcpkgs/trackma/template
@@ -1,8 +1,7 @@
 # Template file for 'trackma'
 pkgname=trackma
 version=0.8.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-urwid python3-gobject"

From 0c2b28e3e15e514e131b13c59a9f3b32aa8bf3ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:47 -0400
Subject: [PATCH 0382/1106] tryton: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tryton/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template
index cd18ec521b8..45f55261859 100644
--- a/srcpkgs/tryton/template
+++ b/srcpkgs/tryton/template
@@ -1,8 +1,7 @@
 # Template file for 'tryton'
 pkgname=tryton
 version=5.4.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="tryton"
 hostmakedepends="python3-setuptools"

From ccb7ce02b0199e5826c2d9f67f090bbca3ff4d7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0383/1106] tuimoji: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuimoji/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template
index 132d5a5cd3c..d011d6e76c8 100644
--- a/srcpkgs/tuimoji/template
+++ b/srcpkgs/tuimoji/template
@@ -1,8 +1,7 @@
 # Template file for 'tuimoji'
 pkgname=tuimoji
 version=1.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="tuimoji"
 hostmakedepends="python3-setuptools"

From 58494be7471fc19e209b652a92597a51bdb5db3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0384/1106] tuir: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tuir/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template
index 5d45f9f647c..63f354846e2 100644
--- a/srcpkgs/tuir/template
+++ b/srcpkgs/tuir/template
@@ -1,8 +1,7 @@
 # Template file for 'tuir'
 pkgname=tuir
 version=1.29.0
-revision=2
-archs=noarch
+revision=3
 wrksrc="$pkgname-v$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -20,7 +19,6 @@ post_install() {
 }
 
 rtv_package() {
-	archs=noarch
 	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc="Simple terminal viewer for Reddit (transitional dummy package)"

From 6650619c29e4d64a802a88172fac19f1d7bb877a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0385/1106] tzupdate: rebuild for Python 3.9, drop noarch

---
 srcpkgs/tzupdate/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template
index 382a653d9d4..4fd4f8649b5 100644
--- a/srcpkgs/tzupdate/template
+++ b/srcpkgs/tzupdate/template
@@ -1,8 +1,7 @@
 # Template file for 'tzupdate'
 pkgname=tzupdate
 version=2.0.0
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests"

From 29f74732e8dac186a9bdfc7f32d3b13259d0f0e5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:48 -0400
Subject: [PATCH 0386/1106] ufw: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ufw/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template
index 0bf2a3a0b76..0892c610583 100644
--- a/srcpkgs/ufw/template
+++ b/srcpkgs/ufw/template
@@ -1,8 +1,7 @@
 # Template file for 'ufw'
 pkgname=ufw
 version=0.36
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="ufw"
 conf_files="

From 246be5cb5a41f7d2ee2ef6762987db657a47eb83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0387/1106] unknown-horizons: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/unknown-horizons/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 6e81970800d..56404addb86 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,8 +1,7 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"

From 86dc2e7a2f58efecbaee65fd346a1295615bf69f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0388/1106] urlwatch: rebuild for Python 3.9, drop noarch

---
 srcpkgs/urlwatch/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template
index 6a315992919..b03f00c3418 100644
--- a/srcpkgs/urlwatch/template
+++ b/srcpkgs/urlwatch/template
@@ -1,8 +1,7 @@
 # Template file for 'urlwatch'
 pkgname=urlwatch
 version=2.21
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-appdirs python3-keyring python3-minidb python3-requests

From 44996e89dcb3a2e4d5ed6983839298673161366d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0389/1106] variety: rebuild for Python 3.9, drop noarch

---
 srcpkgs/variety/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 651d1c87641..ff7fff5e288 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -1,8 +1,7 @@
 # Template file for 'variety'
 pkgname=variety
 version=0.8.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 pycompile_module="jumble variety variety_lib"
 pycompile_dirs="usr/share/variety/plugins"

From 9712bc8a90f213f393396a698abfd6e33136b57a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0390/1106] vdirsyncer: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vdirsyncer/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 13b20f5d8c0..d791cb2edd0 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,8 +1,7 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
 version=0.16.8
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-atomicwrites python3-click python3-click-log

From 1ca2d4e7221b8e0f7eaec81187910d3dc7579226 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0391/1106] vidcutter: rebuild for Python 3.9, drop noarch

---
 srcpkgs/vidcutter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template
index 6ca85d4e766..1fc9b4e50ab 100644
--- a/srcpkgs/vidcutter/template
+++ b/srcpkgs/vidcutter/template
@@ -1,11 +1,9 @@
 # Template file for 'vidcutter'
 pkgname=vidcutter
 version=6.0.0
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
-pycompile_module="vidcutter"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="mpv-devel python3-devel"
 depends="desktop-file-utils hicolor-icon-theme ffmpeg mpv mediainfo
  python3-PyOpenGL python3-PyQt5 python3-setuptools"
@@ -15,3 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/ozmartian/vidcutter"
 distfiles="https://github.com/ozmartian/vidcutter/archive/${version}.tar.gz"
 checksum=c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2
+
+pre_build() {
+	rm -f vidcutter/libs/pympv/mpv.c
+}

From 06935b7726ccf8d134ac8bac8cba3fe2f4627998 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:49 -0400
Subject: [PATCH 0392/1106] virtme: rebuild for Python 3.9, drop noarch

---
 srcpkgs/virtme/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template
index ebf37c59c6c..3f432f493a7 100644
--- a/srcpkgs/virtme/template
+++ b/srcpkgs/virtme/template
@@ -1,8 +1,7 @@
 # Template file for 'virtme'
 pkgname=virtme
 version=0.1.1
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="virtme"
 hostmakedepends="python3-setuptools"

From 638691255b416eb27f3ed45b7738d9f3b8139a43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0393/1106] virtualenvwrapper: rebuild for Python 3.9, drop
 noarch

---
 srcpkgs/virtualenvwrapper/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template
index 55846f10531..f007b7fec02 100644
--- a/srcpkgs/virtualenvwrapper/template
+++ b/srcpkgs/virtualenvwrapper/template
@@ -1,8 +1,7 @@
 # Template file for 'virtualenvwrapper'
 pkgname=virtualenvwrapper
 version=4.8.4
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 pycompile_module="virtualenvwrapper"
 hostmakedepends="python3-setuptools python3-pbr"

From b1d37077263d0929f78c3782f26fc8105ba62bc4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0394/1106] visidata: rebuild for Python 3.9, drop noarch

---
 srcpkgs/visidata/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template
index c5c3ae7c82e..e567d156353 100644
--- a/srcpkgs/visidata/template
+++ b/srcpkgs/visidata/template
@@ -1,8 +1,7 @@
 # Template file for 'visidata'
 pkgname=visidata
 version=1.5.2
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="visidata"
 hostmakedepends="python3-setuptools"

From 11ab054db70c5e2aefffe361cdeae4647fefd4ec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0395/1106] voltron: rebuild for Python 3.9, drop noarch

---
 srcpkgs/voltron/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template
index 23731b3e01d..310e41474fb 100644
--- a/srcpkgs/voltron/template
+++ b/srcpkgs/voltron/template
@@ -1,8 +1,7 @@
 # Template file for 'voltron'
 pkgname=voltron
 version=0.1.7
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-blessed python3-Flask python3-Pygments python3-pysigset

From 7c020651959da2e7744bb9d448e790ecf3e34681 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0396/1106] weather: rebuild for Python 3.9, drop noarch

---
 srcpkgs/weather/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template
index b12f1578b92..e56980adc5b 100644
--- a/srcpkgs/weather/template
+++ b/srcpkgs/weather/template
@@ -1,8 +1,7 @@
 # Template file for 'weather'
 pkgname=weather
 version=2.4.1
-revision=1
-archs=noarch
+revision=2
 depends="python3"
 conf_files="/etc/weatherrc"
 short_desc="CLI utility for current (METAR) weather conditions and forecasts"

From 724820656c8ffb2ec69863a7bfcd9b51e5571a86 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:50 -0400
Subject: [PATCH 0397/1106] wfuzz: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wfuzz/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 1adef51b0b5..c0e9c174dfb 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,8 +1,7 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.0.1
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse

From aeea9f4fa21dce5ce6980e384bd71cb166b28a56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0398/1106] wpgtk: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpgtk/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template
index 4692074cd04..a851b76ff27 100644
--- a/srcpkgs/wpgtk/template
+++ b/srcpkgs/wpgtk/template
@@ -1,8 +1,7 @@
 # Template file for 'wpgtk'
 pkgname=wpgtk
 version=6.1.3
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject python3-Pillow pywal libxslt"

From 312bae564ad4a157a561e72bcf7afa81c21fdcd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0399/1106] wpull: rebuild for Python 3.9, drop noarch

---
 srcpkgs/wpull/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template
index 621e1c85428..ad1ce72103f 100644
--- a/srcpkgs/wpull/template
+++ b/srcpkgs/wpull/template
@@ -1,8 +1,7 @@
 # Template file for 'wpull'
 pkgname=wpull
 version=2.0.3
-revision=2
-archs=noarch
+revision=3
 build_style=python3-module
 pycompile_module="wpull"
 hostmakedepends="python3-setuptools"

From 20e0d5c1afe5ef16e04397baa3b08b4622f8a6a6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0400/1106] xcb-proto: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xcb-proto/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index afc0d260a23..7301e58b1b2 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,8 +1,7 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
 version=1.14
-revision=1
-archs=noarch
+revision=2
 build_style=gnu-configure
 hostmakedepends="python3"
 makedepends="libxml2"

From 5205fa3d4c8e9d69d19cf2784b5d18ff19b0a171 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0401/1106] xdot: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xdot/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template
index 85b33af2222..2b4e20c77ef 100644
--- a/srcpkgs/xdot/template
+++ b/srcpkgs/xdot/template
@@ -1,8 +1,7 @@
 # Template file for 'xdot'
 pkgname=xdot
 version=1.1
-revision=3
-archs=noarch
+revision=4
 wrksrc="xdot.py-${version}"
 build_style=python3-module
 pycompile_module="xdot"

From 5e0793ece427c266ca3ac40e56351f7c94567e16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:51 -0400
Subject: [PATCH 0402/1106] xkcdpass: rebuild for Python 3.9, drop noarch

---
 srcpkgs/xkcdpass/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template
index 37fb6872079..53f85c213d1 100644
--- a/srcpkgs/xkcdpass/template
+++ b/srcpkgs/xkcdpass/template
@@ -1,8 +1,7 @@
 # Template file for 'xkcdpass'
 pkgname=xkcdpass
 version=1.17.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="XKCD-password-generator-xkcdpass-${version}"
 build_style=python3-module
 pycompile_module="xkcdpass"

From e1c2508392ead13c7fc9044206bb397b20ac832f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0403/1106] you-get: rebuild for Python 3.9, drop noarch

---
 srcpkgs/you-get/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template
index b0bf348d351..fb573201ebb 100644
--- a/srcpkgs/you-get/template
+++ b/srcpkgs/you-get/template
@@ -1,8 +1,7 @@
 # Template file for 'you-get'
 pkgname=you-get
 version=0.4.1456
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pysocks python3-setuptools"

From f1e024e77727c1ae619d6c3551a1d74f75245128 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0404/1106] ytcc: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytcc/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template
index bef3366f910..4e6979b3e2f 100644
--- a/srcpkgs/ytcc/template
+++ b/srcpkgs/ytcc/template
@@ -1,8 +1,7 @@
 # Template file for 'ytcc'
 pkgname=ytcc
 version=1.8.2
-revision=3
-archs=noarch
+revision=4
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl

From 870d1cf07091f573a069b4966a3ff43bea53c26c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0405/1106] ytmdl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/ytmdl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template
index 7952b5662cd..8a53de5f5a2 100644
--- a/srcpkgs/ytmdl/template
+++ b/srcpkgs/ytmdl/template
@@ -1,8 +1,7 @@
 # Template file for 'ytmdl'
 pkgname=ytmdl
 version=2020.07.26
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama

From 3386a70b4e0d88ebd7b4a6b41ac61c5100a519e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0406/1106] yturl: rebuild for Python 3.9, drop noarch

---
 srcpkgs/yturl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template
index bc9e6e418c2..138684c8831 100644
--- a/srcpkgs/yturl/template
+++ b/srcpkgs/yturl/template
@@ -1,8 +1,7 @@
 # Template file for 'yturl'
 pkgname=yturl
 version=2.0.2
-revision=4
-archs=noarch
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools texinfo"
 depends="python3-setuptools python3-requests python3-six"

From fff075b2d7ab5a47b4d4113dda31aa8f099d424a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:50:52 -0400
Subject: [PATCH 0407/1106] zim: rebuild for Python 3.9, drop noarch

---
 srcpkgs/zim/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template
index 7ee098a3c3a..62ed7762b72 100644
--- a/srcpkgs/zim/template
+++ b/srcpkgs/zim/template
@@ -1,8 +1,7 @@
 # Template file for 'zim'
 pkgname=zim
 version=0.73.2
-revision=1
-archs=noarch
+revision=2
 build_style=python3-module
 hostmakedepends="python3-gobject python3-xdg gtk+3"
 depends="python3-gobject python3-xdg gtk+3 desktop-file-utils"

From 0a5194b71cf0315cf186ff5d4871bd4b7672da34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0408/1106] DarkRadiant: rebuild for Python 3.9

---
 srcpkgs/DarkRadiant/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template
index fdc430cdf52..08a9d0ac14a 100644
--- a/srcpkgs/DarkRadiant/template
+++ b/srcpkgs/DarkRadiant/template
@@ -1,7 +1,7 @@
 # Template file for 'DarkRadiant'
 pkgname=DarkRadiant
 version=2.8.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3
  PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes"

From cfe0405ffd3edf9da475fe15a35c528a62537383 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0409/1106] Electron-Cash: rebuild for Python 3.9

---
 srcpkgs/Electron-Cash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index a498b199a61..bf70e635703 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,7 +1,7 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
 version=4.1.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

From 12624e04365f67ff8d1c6befbf5012b7da0750dd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:53 -0400
Subject: [PATCH 0410/1106] Komikku: rebuild for Python 3.9

---
 srcpkgs/Komikku/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index c159eddf088..8420164111f 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,7 +1,7 @@
 # Template file for 'Komikku'
 pkgname=Komikku
 version=0.21.1
-revision=1
+revision=2
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"

From 4dce78a706e86ce07f5b8a79fbb18e47218b77e3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0411/1106] OpenLP: rebuild for Python 3.9

---
 srcpkgs/OpenLP/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template
index 22122ef8a99..0bf83bb6b6d 100644
--- a/srcpkgs/OpenLP/template
+++ b/srcpkgs/OpenLP/template
@@ -1,7 +1,7 @@
 # Template file for 'OpenLP'
 pkgname=OpenLP
 version=2.4.6
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools qt5-host-tools"
 depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl

From 642228dce24f6efdbeb49c1b9fddcd02c49ba46b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0412/1106] PyInstaller: rebuild for Python 3.9

---
 srcpkgs/PyInstaller/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template
index 043ae64147b..487f2ac3b82 100644
--- a/srcpkgs/PyInstaller/template
+++ b/srcpkgs/PyInstaller/template
@@ -1,7 +1,7 @@
 # Template file for 'PyInstaller'
 pkgname=PyInstaller
 version=4.0
-revision=1
+revision=2
 wrksrc="pyinstaller-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5fd5a14298d34e7ef0cabd4ab08d41973266cb74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0413/1106] ReText: rebuild for Python 3.9

---
 srcpkgs/ReText/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template
index 68f03fc5a60..99c00396217 100644
--- a/srcpkgs/ReText/template
+++ b/srcpkgs/ReText/template
@@ -1,7 +1,7 @@
 # Template file for 'ReText'
 pkgname=ReText
 version=7.1.0
-revision=1
+revision=2
 wrksrc="${pkgname,,}-${version}"
 build_style=python3-module
 hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"

From 49c3f1b6ffb027e42f67b589fdf96645e735bf05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0414/1106] SoapySDR: rebuild for Python 3.9

---
 srcpkgs/SoapySDR/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template
index 060259d2708..8d7bfc99778 100644
--- a/srcpkgs/SoapySDR/template
+++ b/srcpkgs/SoapySDR/template
@@ -1,10 +1,11 @@
 # Template file for 'SoapySDR'
 pkgname=SoapySDR
 version=0.7.2
-revision=1
+revision=2
 wrksrc="${pkgname}-soapy-sdr-${version}"
 build_style=cmake
-hostmakedepends="doxygen swig"
+configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
+hostmakedepends="doxygen swig python3"
 makedepends="python3-devel"
 short_desc="Vendor and platform neutral SDR support library"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From 1f50944348314c0ad37e01fb6684c2d5b9c45c7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0415/1106] Trimage: rebuild for Python 3.9

---
 srcpkgs/Trimage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template
index c9f4b047ccd..5c97aec1862 100644
--- a/srcpkgs/Trimage/template
+++ b/srcpkgs/Trimage/template
@@ -1,7 +1,7 @@
 # Template file for 'Trimage'
 pkgname=Trimage
 version=1.0.6
-revision=2
+revision=3
 wrksrc="Trimage-${version}"
 build_style=python3-module
 hostmakedepends="python3"

From aab7a45c5b6cca13448b01aa3934272ea7cffd6d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0416/1106] Uranium: rebuild for Python 3.9

---
 srcpkgs/Uranium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 7c4e324d489..35a15a395aa 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,7 +1,7 @@
 # Template file for 'Uranium'
 pkgname=Uranium
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 pycompile_dirs="usr/lib/uranium/plugins"
 hostmakedepends="python3"

From cc671471d189ce45b62bc8f5333d65217f14798e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0417/1106] afew: rebuild for Python 3.9

---
 srcpkgs/afew/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template
index 8dac250a155..e89ee064a6c 100644
--- a/srcpkgs/afew/template
+++ b/srcpkgs/afew/template
@@ -1,7 +1,7 @@
 # Template file for 'afew'
 pkgname=afew
 version=3.0.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
 depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"

From 913ac81316729101ede3a962c2494e8f5f44473b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:54 -0400
Subject: [PATCH 0418/1106] albert: rebuild for Python 3.9

---
 srcpkgs/albert/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template
index 0fea8c8b7a1..b08a0320f4f 100644
--- a/srcpkgs/albert/template
+++ b/srcpkgs/albert/template
@@ -1,7 +1,7 @@
 # Template file for 'albert'
 pkgname=albert
 version=0.16.1
-revision=2
+revision=3
 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
 _pybind_version=2.2.4
 build_style=cmake

From 2c6ea6d34c418ceec06b9e3a41f1a86268a36ed4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0419/1106] alot: rebuild for Python 3.9

---
 srcpkgs/alot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template
index 04f2b8fa619..4d590485452 100644
--- a/srcpkgs/alot/template
+++ b/srcpkgs/alot/template
@@ -1,7 +1,7 @@
 # Template file for 'alot'
 pkgname=alot
 version=0.9.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"
 depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj

From 35b8f07fdfe218e718ea997d36bb8b792ba17524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0420/1106] apostrophe: rebuild for Python 3.9

---
 srcpkgs/apostrophe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template
index 6fce53d37e0..97ceb5d8992 100644
--- a/srcpkgs/apostrophe/template
+++ b/srcpkgs/apostrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'apostrophe'
 pkgname=apostrophe
 version=2.2.0.3
-revision=1
+revision=2
 wrksrc=apostrophe-v$version
 build_style=meson
 build_helper=gir

From 75a21786b3023ae1ea92c92dfa2555675aec0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0421/1106] attic: rebuild for Python 3.9

---
 srcpkgs/attic/patches/python-3.8.patch | 197 -------------------------
 srcpkgs/attic/template                 |  14 +-
 2 files changed, 10 insertions(+), 201 deletions(-)
 delete mode 100644 srcpkgs/attic/patches/python-3.8.patch

diff --git a/srcpkgs/attic/patches/python-3.8.patch b/srcpkgs/attic/patches/python-3.8.patch
deleted file mode 100644
index d319e7f6dcb..00000000000
--- a/srcpkgs/attic/patches/python-3.8.patch
+++ /dev/null
@@ -1,197 +0,0 @@
---- attic/crypto.c.orig	2019-12-24 10:46:04.053414948 +0100
-+++ attic/crypto.c	2019-12-24 10:47:12.038209708 +0100
-@@ -3566,12 +3566,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -3593,12 +3593,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -3611,9 +3611,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -3625,12 +3625,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/hashindex.c.orig	2019-12-24 10:49:05.470535303 +0100
-+++ attic/hashindex.c	2019-12-24 10:49:36.622898937 +0100
-@@ -5186,9 +5186,9 @@ bad:
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -5200,12 +5200,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -5248,12 +5248,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
---- attic/platform_linux.c.orig	2019-12-24 10:51:25.399168631 +0100
-+++ attic/platform_linux.c	2019-12-24 10:51:34.711277325 +0100
-@@ -4517,12 +4517,12 @@ static int __Pyx_GetException(PyObject *
-     *value = local_value;
-     *tb = local_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = local_type;
--    tstate->exc_value = local_value;
--    tstate->exc_traceback = local_tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = local_type;
-+    tstate->curexc_value = local_value;
-+    tstate->curexc_traceback = local_tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
-@@ -4544,12 +4544,12 @@ static CYTHON_INLINE void __Pyx_Exceptio
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = *type;
--    tstate->exc_value = *value;
--    tstate->exc_traceback = *tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = *type;
-+    tstate->curexc_value = *value;
-+    tstate->curexc_traceback = *tb;
- #else
-     PyErr_GetExcInfo(&tmp_type, &tmp_value, &tmp_tb);
-     PyErr_SetExcInfo(*type, *value, *tb);
-@@ -4562,9 +4562,9 @@ static CYTHON_INLINE void __Pyx_Exceptio
- static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) {
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyThreadState *tstate = PyThreadState_GET();
--    *type = tstate->exc_type;
--    *value = tstate->exc_value;
--    *tb = tstate->exc_traceback;
-+    *type = tstate->curexc_type;
-+    *value = tstate->curexc_value;
-+    *tb = tstate->curexc_traceback;
-     Py_XINCREF(*type);
-     Py_XINCREF(*value);
-     Py_XINCREF(*tb);
-@@ -4576,12 +4576,12 @@ static void __Pyx_ExceptionReset(PyObjec
- #if CYTHON_COMPILING_IN_CPYTHON
-     PyObject *tmp_type, *tmp_value, *tmp_tb;
-     PyThreadState *tstate = PyThreadState_GET();
--    tmp_type = tstate->exc_type;
--    tmp_value = tstate->exc_value;
--    tmp_tb = tstate->exc_traceback;
--    tstate->exc_type = type;
--    tstate->exc_value = value;
--    tstate->exc_traceback = tb;
-+    tmp_type = tstate->curexc_type;
-+    tmp_value = tstate->curexc_value;
-+    tmp_tb = tstate->curexc_traceback;
-+    tstate->curexc_type = type;
-+    tstate->curexc_value = value;
-+    tstate->curexc_traceback = tb;
-     Py_XDECREF(tmp_type);
-     Py_XDECREF(tmp_value);
-     Py_XDECREF(tmp_tb);
diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template
index ebf921ea035..1b08972b359 100644
--- a/srcpkgs/attic/template
+++ b/srcpkgs/attic/template
@@ -1,12 +1,11 @@
 # Template file for 'attic'
 pkgname=attic
 version=0.16
-revision=18
+revision=19
 wrksrc="Attic-$version"
 build_style=python3-module
-pycompile_module="attic"
-hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
-makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
+hostmakedepends="python3-setuptools python3-Cython python3-Sphinx"
+makedepends="python3-devel libressl-devel acl-devel"
 depends="python3-msgpack python3-llfuse"
 short_desc="Deduplicating backup program for efficient and secure backups"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
@@ -19,6 +18,13 @@ pre_build() {
 	if [ "$CROSS_BUILD" ]; then
 		sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
 	fi
+
+	local _file
+	for _file in attic/*.pyx; do
+		rm ${_file/pyx/c}
+	done
+
+	python3 setup.py sdist
 }
 post_build() {
 	PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build

From e84ef05c1ad2b7f18eb0f7938a8274c5bd0c5758 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0422/1106] autopep8: rebuild for Python 3.9

---
 srcpkgs/autopep8/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
index 372634d5c1a..cf584e77be0 100644
--- a/srcpkgs/autopep8/template
+++ b/srcpkgs/autopep8/template
@@ -1,7 +1,7 @@
 # Template file for 'autopep8'
 pkgname=autopep8
 version=1.5.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pycodestyle python3-toml"

From 3583d16d4fadabf4fe22bc39d61f7dc5e737c5f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0423/1106] awsume: rebuild for Python 3.9

---
 srcpkgs/awsume/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template
index 40a6624a206..3c216c098b5 100644
--- a/srcpkgs/awsume/template
+++ b/srcpkgs/awsume/template
@@ -1,7 +1,7 @@
 # Template file for 'awsume'
 pkgname=awsume
 version=4.4.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage

From 91421707ac741d84e4030bdd47ccee9dcfa7e7b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0424/1106] backblaze-b2: rebuild for Python 3.9

---
 srcpkgs/backblaze-b2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template
index 83d3b82b539..d613b0297fa 100644
--- a/srcpkgs/backblaze-b2/template
+++ b/srcpkgs/backblaze-b2/template
@@ -1,7 +1,7 @@
 # Template file for 'backblaze-b2'
 pkgname=backblaze-b2
 version=1.4.2
-revision=4
+revision=5
 wrksrc="b2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e08b226d0ad78763927028308412a217241a650b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0425/1106] bcc: rebuild for Python 3.9

---
 srcpkgs/bcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template
index 91cfa139dd9..1d35a9ed17d 100644
--- a/srcpkgs/bcc/template
+++ b/srcpkgs/bcc/template
@@ -1,7 +1,7 @@
 # Template file for 'bcc'
 pkgname=bcc
 version=0.16.0
-revision=1
+revision=2
 wrksrc="bcc"
 build_style=cmake
 configure_args="-DREVISION=${version}"

From 04d856d7519ef60926bca038f2162af9c254bb2c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:55 -0400
Subject: [PATCH 0426/1106] beancount: rebuild for Python 3.9

---
 srcpkgs/beancount/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template
index 37104579030..ab1aacd4f71 100644
--- a/srcpkgs/beancount/template
+++ b/srcpkgs/beancount/template
@@ -1,7 +1,7 @@
 # Template file for 'beancount'
 pkgname=beancount
 version=2.3.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"

From 2f43a5cd0f532369d7982d07a6e8d9147f9e3ad6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0427/1106] blender: rebuild for Python 3.9

---
 srcpkgs/blender/patches/python39.patch | 153 +++++++++++++++++++++++++
 srcpkgs/blender/template               |   2 +-
 2 files changed, 154 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/blender/patches/python39.patch

diff --git a/srcpkgs/blender/patches/python39.patch b/srcpkgs/blender/patches/python39.patch
new file mode 100644
index 00000000000..9c87fa95c6f
--- /dev/null
+++ b/srcpkgs/blender/patches/python39.patch
@@ -0,0 +1,153 @@
+From 56d0df51a36fdce7ec2d1fbb7b47b1d95b591b5f Mon Sep 17 00:00:00 2001
+From: Campbell Barton <ideasman42@gmail.com>
+Date: Mon, 22 Jun 2020 14:51:20 +1000
+Subject: [PATCH] Python: support building again version 3.9 (unreleased)
+
+Resolves T78089, no functional changes.
+---
+ .../blender/python/mathutils/mathutils_Matrix.c  | 16 +++++++++-------
+ .../python/mathutils/mathutils_Quaternion.c      | 14 ++++++++------
+ .../blender/python/mathutils/mathutils_Vector.c  |  6 +++---
+ 3 files changed, 20 insertions(+), 16 deletions(-)
+
+diff --git a/source/blender/python/mathutils/mathutils_Matrix.c b/source/blender/python/mathutils/mathutils_Matrix.c
+index 327ee4dd1c3..63137e094b7 100644
+--- a/source/blender/python/mathutils/mathutils_Matrix.c
++++ b/source/blender/python/mathutils/mathutils_Matrix.c
+@@ -42,7 +42,8 @@ static PyObject *Matrix_copy_notest(MatrixObject *self, const float *matrix);
+ static PyObject *Matrix_copy(MatrixObject *self);
+ static PyObject *Matrix_deepcopy(MatrixObject *self, PyObject *args);
+ static int Matrix_ass_slice(MatrixObject *self, int begin, int end, PyObject *value);
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self);
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self);
+ static PyObject *MatrixAccess_CreatePyObject(MatrixObject *matrix, const eMatrixAccess_t type);
+ 
+ static int matrix_row_vector_check(MatrixObject *mat, VectorObject *vec, int row)
+@@ -395,14 +396,15 @@ static PyObject *Matrix_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return NULL;
+ }
+ 
+-static PyObject *matrix__apply_to_copy(PyNoArgsFunction matrix_func, MatrixObject *self)
++static PyObject *matrix__apply_to_copy(PyObject *(*matrix_func)(MatrixObject *),
++                                       MatrixObject *self)
+ {
+   PyObject *ret = Matrix_copy(self);
+   if (ret) {
+-    PyObject *ret_dummy = matrix_func(ret);
++    PyObject *ret_dummy = matrix_func((MatrixObject *)ret);
+     if (ret_dummy) {
+       Py_DECREF(ret_dummy);
+-      return (PyObject *)ret;
++      return ret;
+     }
+     else { /* error */
+       Py_DECREF(ret);
+@@ -1738,7 +1740,7 @@ PyDoc_STRVAR(
+     "   .. note:: When the matrix cant be adjugated a :exc:`ValueError` exception is raised.\n");
+ static PyObject *Matrix_adjugated(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_adjugate, self);
++  return matrix__apply_to_copy(Matrix_adjugate, self);
+ }
+ 
+ PyDoc_STRVAR(
+@@ -1946,7 +1948,7 @@ PyDoc_STRVAR(Matrix_transposed_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_transposed(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_transpose, self);
++  return matrix__apply_to_copy(Matrix_transpose, self);
+ }
+ 
+ /*---------------------------matrix.normalize() ------------------*/
+@@ -1992,7 +1994,7 @@ PyDoc_STRVAR(Matrix_normalized_doc,
+              "   :rtype: :class:`Matrix`\n");
+ static PyObject *Matrix_normalized(MatrixObject *self)
+ {
+-  return matrix__apply_to_copy((PyNoArgsFunction)Matrix_normalize, self);
++  return matrix__apply_to_copy(Matrix_normalize, self);
+ }
+ 
+ /*---------------------------matrix.zero() -----------------------*/
+diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c
+index 39d84c1ac96..7ce0ea5f249 100644
+--- a/source/blender/python/mathutils/mathutils_Quaternion.c
++++ b/source/blender/python/mathutils/mathutils_Quaternion.c
+@@ -34,7 +34,8 @@
+ 
+ #define QUAT_SIZE 4
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self);
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self);
+ static void quat__axis_angle_sanitize(float axis[3], float *angle);
+ static PyObject *Quaternion_copy(QuaternionObject *self);
+ static PyObject *Quaternion_deepcopy(QuaternionObject *self, PyObject *args);
+@@ -463,7 +464,7 @@ PyDoc_STRVAR(Quaternion_normalized_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_normalized(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_normalize, self);
++  return quat__apply_to_copy(Quaternion_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_invert_doc,
+@@ -490,7 +491,7 @@ PyDoc_STRVAR(Quaternion_inverted_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_inverted(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_invert, self);
++  return quat__apply_to_copy(Quaternion_invert, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_identity_doc,
+@@ -553,7 +554,7 @@ PyDoc_STRVAR(Quaternion_conjugated_doc,
+              "   :rtype: :class:`Quaternion`\n");
+ static PyObject *Quaternion_conjugated(QuaternionObject *self)
+ {
+-  return quat__apply_to_copy((PyNoArgsFunction)Quaternion_conjugate, self);
++  return quat__apply_to_copy(Quaternion_conjugate, self);
+ }
+ 
+ PyDoc_STRVAR(Quaternion_copy_doc,
+@@ -1385,10 +1386,11 @@ static PyObject *Quaternion_new(PyTypeObject *type, PyObject *args, PyObject *kw
+   return Quaternion_CreatePyObject(quat, type);
+ }
+ 
+-static PyObject *quat__apply_to_copy(PyNoArgsFunction quat_func, QuaternionObject *self)
++static PyObject *quat__apply_to_copy(PyObject *(*quat_func)(QuaternionObject *),
++                                     QuaternionObject *self)
+ {
+   PyObject *ret = Quaternion_copy(self);
+-  PyObject *ret_dummy = quat_func(ret);
++  PyObject *ret_dummy = quat_func((QuaternionObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return ret;
+diff --git a/source/blender/python/mathutils/mathutils_Vector.c b/source/blender/python/mathutils/mathutils_Vector.c
+index ace7480ee81..15ae811fd91 100644
+--- a/source/blender/python/mathutils/mathutils_Vector.c
++++ b/source/blender/python/mathutils/mathutils_Vector.c
+@@ -96,10 +96,10 @@ static PyObject *Vector_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
+   return Vector_CreatePyObject_alloc(vec, size, type);
+ }
+ 
+-static PyObject *vec__apply_to_copy(PyNoArgsFunction vec_func, VectorObject *self)
++static PyObject *vec__apply_to_copy(PyObject *(*vec_func)(VectorObject *), VectorObject *self)
+ {
+   PyObject *ret = Vector_copy(self);
+-  PyObject *ret_dummy = vec_func(ret);
++  PyObject *ret_dummy = vec_func((VectorObject *)ret);
+   if (ret_dummy) {
+     Py_DECREF(ret_dummy);
+     return (PyObject *)ret;
+@@ -376,7 +376,7 @@ PyDoc_STRVAR(Vector_normalized_doc,
+              "   :rtype: :class:`Vector`\n");
+ static PyObject *Vector_normalized(VectorObject *self)
+ {
+-  return vec__apply_to_copy((PyNoArgsFunction)Vector_normalize, self);
++  return vec__apply_to_copy(Vector_normalize, self);
+ }
+ 
+ PyDoc_STRVAR(Vector_resize_doc,
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 559a5311288..731f4af9f68 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.83.6
-revision=2
+revision=3
 archs="x86_64* i686* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From c4a0729dde8d794967a5f57c47ef89f5ae55fad3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0428/1106] blueman: rebuild for Python 3.9

---
 srcpkgs/blueman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template
index 852fbf37d5b..bf9519b6833 100644
--- a/srcpkgs/blueman/template
+++ b/srcpkgs/blueman/template
@@ -1,7 +1,7 @@
 # Template file for 'blueman'
 pkgname=blueman
 version=2.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool iproute2 pkg-config python3-Cython"

From 65cd686fcaf08e094929de10c631f36c933a4a44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0429/1106] borg: rebuild for Python 3.9

---
 srcpkgs/borg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template
index 0ede63598e1..de4d757e342 100644
--- a/srcpkgs/borg/template
+++ b/srcpkgs/borg/template
@@ -1,7 +1,7 @@
 # Template file for 'borg'
 pkgname=borg
 version=1.1.13
-revision=2
+revision=3
 wrksrc="borgbackup-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel libressl-devel"

From 2c89161d0272ba1ddee73ae99cde47b6d037a956 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0430/1106] brltty: rebuild for Python 3.9

---
 srcpkgs/brltty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index 484b98efaf7..f507ca3d162 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,7 +1,7 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.0
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"

From 965e37c71ce0bed80d2b6d2b9ff200ea59524fc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0431/1106] bumblebee-status: rebuild for Python 3.9

---
 srcpkgs/bumblebee-status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template
index c31b9d8370c..38e784a52ed 100644
--- a/srcpkgs/bumblebee-status/template
+++ b/srcpkgs/bumblebee-status/template
@@ -1,7 +1,7 @@
 # Template file for 'bumblebee-status'
 pkgname=bumblebee-status
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-netifaces python3-psutil python3-requests"

From 4a110aa2a4ffb36605b1e7092e1bbac1a3c17685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0432/1106] cairo-dock-plugins: rebuild for Python 3.9

---
 srcpkgs/cairo-dock-plugins-python2  |  1 -
 srcpkgs/cairo-dock-plugins/template | 18 ++++--------------
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 120000 srcpkgs/cairo-dock-plugins-python2

diff --git a/srcpkgs/cairo-dock-plugins-python2 b/srcpkgs/cairo-dock-plugins-python2
deleted file mode 120000
index 3f919c136ba..00000000000
--- a/srcpkgs/cairo-dock-plugins-python2
+++ /dev/null
@@ -1 +0,0 @@
-cairo-dock-plugins
\ No newline at end of file
diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template
index 00dcb011bee..1086ee328e4 100644
--- a/srcpkgs/cairo-dock-plugins/template
+++ b/srcpkgs/cairo-dock-plugins/template
@@ -1,14 +1,12 @@
 # Template file for 'cairo-dock-plugins'
 pkgname=cairo-dock-plugins
 version=3.4.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="gettext pkg-config"
-# XXX libetpan, libdbusmenu, etc
 makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel
- libical-devel libxklavier-devel zeitgeist-devel libsensors-devel
- cairo-dock-devel gnome-menus-devel vte290-devel vala-devel vala
- python-devel python3-devel upower-devel"
+ libical-devel libxklavier-devel zeitgeist-devel libsensors-devel vala-devel
+ cairo-dock-devel gnome-menus-devel vte290-devel python3-devel upower-devel"
 depends="cairo-dock>=${version} upower"
 short_desc="Plugins for cairo-dock"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +17,7 @@ checksum=e09b8e600398749d1f74b26e645b477a1844a3eea02fcadd6877935da3f8639e
 patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" python-devel python3-devel vala"
+	hostmakedepends+=" python3-devel vala-devel"
 fi
 
 CFLAGS="-fcommon"
@@ -32,14 +30,6 @@ pre_configure() {
 	echo -n > logout/CMakeLists.txt
 }
 
-cairo-dock-plugins-python2_package() {
-	depends="python ${sourcepkg}>=${version}_${revision}"
-	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"
-	short_desc+=" - python2 bindings"
-	pkg_install() {
-		vmove ${py2_sitelib}
-	}
-}
 cairo-dock-plugins-python3_package() {
 	depends="python3 ${sourcepkg}>=${version}_${revision}"
 	pycompile_module="CDBashApplet.py CairoDock.py CDApplet.py"

From fef105ab3f51200c73acb874d3f80ecfb81c7864 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0433/1106] calibre: rebuild for Python 3.9

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 2925983eb19..4b57cdec418 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
 version=5.2.0
-revision=1
+revision=2
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg

From ff3176803c9cdfef9634717343ba0512e32a5c83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:56 -0400
Subject: [PATCH 0434/1106] canto-curses: rebuild for Python 3.9

---
 srcpkgs/canto-curses/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index 4270d61c2e0..841369c23e8 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -1,7 +1,7 @@
 # Template file for 'canto-curses'
 pkgname=canto-curses
 version=0.9.9
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel ncurses-devel readline-devel"

From 48f01a2d3c41beda2dabdba60b717f30cf8d1088 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0435/1106] capstone: rebuild for Python 3.9

---
 srcpkgs/capstone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 7d9c46e1921..aebd3621f97 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,7 +1,7 @@
 # Template file for 'capstone'
 pkgname=capstone
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-makefile
 make_use_env=1
 hostmakedepends="python-setuptools python3-setuptools"

From da09e5f1f5abe9c31d8b4a4d8bc20c9f795859f4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0436/1106] caribou: rebuild for Python 3.9

---
 srcpkgs/caribou/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template
index 23e68a2fc10..6ac08ee5e22 100644
--- a/srcpkgs/caribou/template
+++ b/srcpkgs/caribou/template
@@ -1,7 +1,7 @@
 # Template file for 'caribou'
 pkgname=caribou
 version=0.4.21
-revision=3
+revision=4
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module

From b81991f3a17cd88438b2d78a2343d740faae11cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0437/1106] certbot: rebuild for Python 3.9

---
 srcpkgs/certbot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template
index 57f05ab66eb..894b4641b9a 100644
--- a/srcpkgs/certbot/template
+++ b/srcpkgs/certbot/template
@@ -1,7 +1,7 @@
 # Template file for 'certbot'
 pkgname=certbot
 version=1.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-acme python3-ConfigArgParse python3-configobj

From 38ff16a64edff0aa50fbecf5c3766299ced2ab28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0438/1106] clearine: rebuild for Python 3.9

---
 srcpkgs/clearine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template
index 539d494b79b..3fad7126c70 100644
--- a/srcpkgs/clearine/template
+++ b/srcpkgs/clearine/template
@@ -1,7 +1,7 @@
 # Template file for 'clearine'
 pkgname=clearine
 version=0.7
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="Clearine"
 hostmakedepends="python3-setuptools"

From 8372519435ef40fa6454d9714ccd94d1c397781d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0439/1106] collectd: rebuild for Python 3.9

---
 srcpkgs/collectd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template
index a88454aa4e8..f239ec0d838 100644
--- a/srcpkgs/collectd/template
+++ b/srcpkgs/collectd/template
@@ -1,7 +1,7 @@
 # Template file for 'collectd'
 pkgname=collectd
 version=5.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
  $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt

From b0f4cdcbf53ffff00cb25c29200414befa9c5272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0440/1106] compizconfig-python: rebuild for Python 3.9

---
 srcpkgs/compizconfig-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template
index 437f1876301..f23f921c3bc 100644
--- a/srcpkgs/compizconfig-python/template
+++ b/srcpkgs/compizconfig-python/template
@@ -1,7 +1,7 @@
 # Template file for 'compizconfig-python'
 pkgname=compizconfig-python
 version=0.8.18
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel

From 5bb4cad04d9fadb96af16da93e80c1fdbb09f15b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:57 -0400
Subject: [PATCH 0441/1106] configshell-fb: rebuild for Python 3.9

---
 srcpkgs/configshell-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template
index bac43c3a458..77df8c116f8 100644
--- a/srcpkgs/configshell-fb/template
+++ b/srcpkgs/configshell-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'configshell-fb'
 pkgname=configshell-fb
 version=1.1.28
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six python3-urwid python3-parsing"

From f59fcf0330ffa51d7e57663e0e4d6197c9754a8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0442/1106] cozy: rebuild for Python 3.9

---
 srcpkgs/cozy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index b5adfa9fb1d..e6a3bed8e53 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,7 +1,7 @@
 # Template file for 'cozy'
 pkgname=cozy
 version=0.7.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee
  python3-mutagen python3-gobject-devel gettext"

From 2dc170c550c572c47ef692035022ab11e074b988 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0443/1106] criu: rebuild for Python 3.9

---
 srcpkgs/criu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template
index ea520c900cc..c9f68933e75 100644
--- a/srcpkgs/criu/template
+++ b/srcpkgs/criu/template
@@ -1,7 +1,7 @@
 # Template file for 'criu'
 pkgname=criu
 version=3.14
-revision=2
+revision=3
 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications
 # ppc64 big endian not supported upstream
 archs="x86_64* aarch64* ppc64le* armv7l*"

From 214ad475a11ee0adf30643cdac25cb4ea677d1f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0444/1106] cropgui: rebuild for Python 3.9

---
 srcpkgs/cropgui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template
index dcacba5970d..8209209709a 100644
--- a/srcpkgs/cropgui/template
+++ b/srcpkgs/cropgui/template
@@ -1,7 +1,7 @@
 # Template file for 'cropgui'
 pkgname=cropgui
 version=0.4
-revision=3
+revision=4
 hostmakedepends="which python3"
 depends="python3 python3-Pillow python3-gobject
  libjpeg-turbo-tools ImageMagick exiftool"

From f7fc6f137eaa85c49996788947c8ceddbe7d856c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0445/1106] cura: rebuild for Python 3.9

---
 srcpkgs/cura/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index dd28bcb1f41..7ebd118bd80 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,7 +1,7 @@
 # Template file for 'cura'
 pkgname=cura
 version=4.7.1
-revision=1
+revision=2
 wrksrc="Cura-${version}"
 build_style=cmake
 configure_args="-DCURA_VERSION=${version}

From e922eb2aa6028256aef87d5bec498b4ffbde3527 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0446/1106] diffoscope: rebuild for Python 3.9

---
 srcpkgs/diffoscope/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index b467c65af10..8467f965930 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
 version=160
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-setuptools

From 96a905e02cd54efe7f3928257e4d5b8905237eb1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0447/1106] distcc: rebuild for Python 3.9

---
 srcpkgs/distcc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template
index 5d5d40a5b5f..31b4f58e84b 100644
--- a/srcpkgs/distcc/template
+++ b/srcpkgs/distcc/template
@@ -1,7 +1,7 @@
 # Template file for 'distcc'
 pkgname=distcc
 version=3.3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-Werror --with-gtk"
 conf_files="

From af6863d63ee46e8201a627eadd0d84431f7c2c16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0448/1106] docker-compose: rebuild for Python 3.9

---
 srcpkgs/docker-compose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template
index 6e8ff769c6a..c5fcdb65a0a 100644
--- a/srcpkgs/docker-compose/template
+++ b/srcpkgs/docker-compose/template
@@ -1,7 +1,7 @@
 # Template file for 'docker-compose'
 pkgname=docker-compose
 version=1.27.4
-revision=1
+revision=2
 wrksrc="compose-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d06cacc8f2a2f20ccc65909feb6144c856e25807 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:58 -0400
Subject: [PATCH 0449/1106] duplicity: rebuild for Python 3.9

---
 srcpkgs/duplicity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 3f82307c098..ff421ea456f 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
 version=0.8.16
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 makedepends="python3-devel librsync-devel"

From 1c896a514f3176e05d5258c4fb2243df764970b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0450/1106] eolie: rebuild for Python 3.9

---
 srcpkgs/eolie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template
index 88efc5b89e3..4249e342629 100644
--- a/srcpkgs/eolie/template
+++ b/srcpkgs/eolie/template
@@ -1,7 +1,7 @@
 # Template file for 'eolie'
 pkgname=eolie
 version=0.9.62
-revision=2
+revision=3
 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe
 build_style=meson
 pycompile_module="eolie"

From 91d2a69e619aef4471ac8345416fefe0da851cea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0451/1106] etesync-dav: rebuild for Python 3.9

---
 srcpkgs/etesync-dav/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index e2c893fe131..f0fc6cd756d 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,7 +1,7 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
 version=0.20.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"

From c5765cd3ae1c03cd27b2b52aa600a272b9129de6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0452/1106] fetchmail: rebuild for Python 3.9

---
 srcpkgs/fetchmail/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template
index 2a3bc36f99b..8a25628f47c 100644
--- a/srcpkgs/fetchmail/template
+++ b/srcpkgs/fetchmail/template
@@ -1,7 +1,7 @@
 # Template file for 'fetchmail'
 pkgname=fetchmail
 version=6.4.12
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3"

From 5d2cf5506f81a2c89d08205e14dae45053b7c5ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0453/1106] fifengine: rebuild for Python 3.9

---
 srcpkgs/fifengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template
index ca631983149..6a2cc79a448 100644
--- a/srcpkgs/fifengine/template
+++ b/srcpkgs/fifengine/template
@@ -1,7 +1,7 @@
 # Template file for 'fifengine'
 pkgname=fifengine
 version=0.4.2
-revision=5
+revision=6
 build_style=cmake
 pycompile_module="fife"
 hostmakedepends="swig python3"

From 472d04ec55869ec903045f99a62337430befb4fc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0454/1106] fontforge: rebuild for Python 3.9

---
 srcpkgs/fontforge/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template
index 30abed5c963..3e97703b4f3 100644
--- a/srcpkgs/fontforge/template
+++ b/srcpkgs/fontforge/template
@@ -1,7 +1,7 @@
 # Template file for 'fontforge'
 pkgname=fontforge
 version=20200314
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
  pkg-config python3"

From a08b1d1b7b305ded05aa2e7f51883061fb4c16c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0455/1106] fonttools: rebuild for Python 3.9

---
 srcpkgs/fonttools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template
index 62579f4f02c..2dd0af782ce 100644
--- a/srcpkgs/fonttools/template
+++ b/srcpkgs/fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'fonttools'
 pkgname=fonttools
 version=4.8.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"

From 63ccfff9aa368ee63bce263c36564da2db2cd243 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 20:55:01 -0400
Subject: [PATCH 0456/1106] boost: rebuild for Python 3.9

---
 common/shlibs          | 2 +-
 srcpkgs/boost/template | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index fcbe522beeb..9c7da029640 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1
 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1
 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1
 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1
-libboost_python38.so.1.72.0 boost-python3-1.72-1.72.0_1
+libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4
 libexempi.so.8 exempi-2.5.0_1
 libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template
index 5412f16a2b2..5b559e932d1 100644
--- a/srcpkgs/boost/template
+++ b/srcpkgs/boost/template
@@ -1,7 +1,7 @@
 # Template file for 'boost'
 pkgname=boost
 version=1.72.0
-revision=3
+revision=4
 wrksrc="${pkgname}_${version//\./_}"
 hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel"
 makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel"
@@ -136,7 +136,6 @@ boost-python3-1.72_package() {
 	}
 }
 boost-build_package() {
-	archs=noarch
 	conf_files="/etc/site-config.jam"
 	short_desc+=" - Boost.Build framework"
 	pkg_install() {

From 0209f704629a670b0e466c6e97fd83d9e2e64f7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0457/1106] freecad: rebuild for Python 3.9

---
 srcpkgs/freecad/patches/091-py39.patch | 174 +++++++++++++++++++++++++
 srcpkgs/freecad/template               |   2 +-
 2 files changed, 175 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/freecad/patches/091-py39.patch

diff --git a/srcpkgs/freecad/patches/091-py39.patch b/srcpkgs/freecad/patches/091-py39.patch
new file mode 100644
index 00000000000..d03bb03adb2
--- /dev/null
+++ b/srcpkgs/freecad/patches/091-py39.patch
@@ -0,0 +1,174 @@
+Fix for Python 3.9
+
+https://github.com/FreeCAD/FreeCAD/commit/ae641dc5278efafa22b168fc196875558b92e436
+
+diff --git src/Base/swigpyrun_1.3.25.h src/Base/swigpyrun_1.3.25.h
+index 91717210b..9ebadbc83 100644
+--- src/Base/swigpyrun_1.3.25.h
++++ src/Base/swigpyrun_1.3.25.h
+@@ -699,7 +699,11 @@ PySwigObject_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigObject_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigObject_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigObject_compare,	/*tp_compare*/
+@@ -859,7 +863,11 @@ PySwigPacked_type(void) {
+     0,					/*tp_itemsize*/
+     /* methods */
+     (destructor)PySwigPacked_dealloc,	/*tp_dealloc*/
++#if PY_VERSION_HEX < 0x03080000
+     (printfunc)PySwigPacked_print,	/*tp_print*/
++#else
++    0,          /*tp_vectorcall_offset*/
++#endif
+     (getattrfunc)0,			/*tp_getattr*/
+     (setattrfunc)0,			/*tp_setattr*/
+     (cmpfunc)PySwigPacked_compare,	/*tp_compare*/
+diff --git src/Base/swigpyrun_1.3.33.h src/Base/swigpyrun_1.3.33.h
+index f83ac1e89..afd5a8c50 100644
+--- src/Base/swigpyrun_1.3.33.h
++++ src/Base/swigpyrun_1.3.33.h
+@@ -1620,7 +1620,11 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1790,7 +1794,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.36.h src/Base/swigpyrun_1.3.36.h
+index 02c58ad8a..12ad41e12 100644
+--- src/Base/swigpyrun_1.3.36.h
++++ src/Base/swigpyrun_1.3.36.h
+@@ -1628,7 +1628,12 @@ _PySwigObject_type(void) {
+ 	sizeof(PySwigObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)PySwigObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
++
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1798,7 +1803,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(PySwigPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)PySwigPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)PySwigPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)PySwigPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.38.h src/Base/swigpyrun_1.3.38.h
+index dae058c20..7cacc1579 100644
+--- src/Base/swigpyrun_1.3.38.h
++++ src/Base/swigpyrun_1.3.38.h
+@@ -1741,7 +1741,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1919,7 +1923,11 @@ _PySwigPacked_type(void) {
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+ 	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ 	(cmpfunc)SwigPyPacked_compare,	    /* tp_compare */ 	
+diff --git src/Base/swigpyrun_1.3.40.h src/Base/swigpyrun_1.3.40.h
+index 136ba809f..400db8b47 100644
+--- src/Base/swigpyrun_1.3.40.h
++++ src/Base/swigpyrun_1.3.40.h
+@@ -1766,7 +1766,11 @@ _PySwigObject_type(void) {
+ 	sizeof(SwigPyObject),		    /* tp_basicsize */
+ 	0,			            /* tp_itemsize */
+ 	(destructor)SwigPyObject_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
+ 	(printfunc)SwigPyObject_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ #if PY_VERSION_HEX < 0x02020000
+ 	(getattrfunc)SwigPyObject_getattr,  /* tp_getattr */ 
+ #else
+@@ -1947,8 +1951,12 @@ _PySwigPacked_type(void) {
+ 	(char *)"SwigPyPacked",		    /* tp_name */	
+ 	sizeof(SwigPyPacked),		    /* tp_basicsize */	
+ 	0,				    /* tp_itemsize */	
+-	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */	
+-	(printfunc)SwigPyPacked_print,	    /* tp_print */   	
++	(destructor)SwigPyPacked_dealloc,   /* tp_dealloc */
++#if PY_VERSION_HEX < 0x03080000
++	(printfunc)SwigPyPacked_print,	    /* tp_print */
++#else
++	0, /*tp_vectorcall_offset*/
++#endif
+ 	(getattrfunc)0,			    /* tp_getattr */ 	
+ 	(setattrfunc)0,			    /* tp_setattr */ 	
+ #if PY_VERSION_HEX>=0x03000000
+diff --git src/CXX/Python3/cxx_extensions.cxx src/CXX/Python3/cxx_extensions.cxx
+index fb3da455f..9ff94612f 100644
+--- src/CXX/Python3/cxx_extensions.cxx
++++ src/CXX/Python3/cxx_extensions.cxx
+@@ -381,7 +381,11 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
+ 
+     // Methods to implement standard operations
+     table->tp_dealloc = (destructor)standard_dealloc;
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = 0;
++#else
++    table->tp_vectorcall_offset = 0;
++#endif
+     table->tp_getattr = 0;
+     table->tp_setattr = 0;
+     table->tp_repr = 0;
+@@ -524,7 +528,9 @@ PythonType &PythonType::supportClass()
+ #ifdef PYCXX_PYTHON_2TO3
+ PythonType &PythonType::supportPrint()
+ {
++#if PY_VERSION_HEX < 0x03080000
+     table->tp_print = print_handler;
++#endif
+     return *this;
+ }
+ #endif
diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index 8a36d1a38e4..76d6df64724 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
 version=0.18.4
-revision=8
+revision=9
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 

From 7535692e6fce553053bdb6d30a2b782259057fd1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:54:59 -0400
Subject: [PATCH 0458/1106] freeorion: rebuild for Python 3.9

---
 srcpkgs/freeorion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template
index e4882a739fd..37bfc09176c 100644
--- a/srcpkgs/freeorion/template
+++ b/srcpkgs/freeorion/template
@@ -1,7 +1,7 @@
 # Template file for 'freeorion'
 pkgname=freeorion
 version=0.4.10
-revision=1
+revision=2
 _release=${version}_2020-07-10.f3d403e
 wrksrc=src-tarball
 build_style=cmake

From 44c6a651497e18fd6f3cb2d40567feed38f0e99d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0459/1106] frr: rebuild for Python 3.9

---
 srcpkgs/frr/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template
index 49a03c73a2b..5becfd4672e 100644
--- a/srcpkgs/frr/template
+++ b/srcpkgs/frr/template
@@ -1,7 +1,7 @@
 # Template file for 'frr'
 pkgname=frr
 version=7.4
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 # chroot-texinfo is not able to build frr's docs
@@ -41,6 +41,11 @@ else
 	subpackages+=" frr-devel"
 fi
 
+post_patch() {
+	# Typo in configure macro
+	vsed -i m4/ax_python.m4 -e 's/"{py_ver}"/"${py_ver}"/g'
+}
+
 pre_configure() {
 	autoreconf -fi
 }

From a02d9bc00515aede83fa5a7258b6da2db59a1992 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0460/1106] gajim: rebuild for Python 3.9

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index be4c2ed48cb..0c99528981c 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
 version=1.2.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools

From d10a2301d798e0cf6baaffa1750677243183dfc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0461/1106] gajim-omemo: rebuild for Python 3.9

---
 srcpkgs/gajim-omemo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template
index 09d37c5efd8..320d6c9da93 100644
--- a/srcpkgs/gajim-omemo/template
+++ b/srcpkgs/gajim-omemo/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim-omemo'
 pkgname=gajim-omemo
 version=2.6.80
-revision=1
+revision=2
 wrksrc="omemo"
 hostmakedepends="unzip"
 depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode"

From 78e33140f4497a2449334252ca98a7d6df1d5a05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0462/1106] gammastep: rebuild for Python 3.9

---
 srcpkgs/gammastep/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
index c6a7b1376ca..5cdfe5048eb 100644
--- a/srcpkgs/gammastep/template
+++ b/srcpkgs/gammastep/template
@@ -1,7 +1,7 @@
 # Template file for 'gammastep'
 pkgname=gammastep
 version=2.0.2
-revision=1
+revision=2
 wrksrc="${pkgname}-v$version"
 build_style=gnu-configure
 configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr

From 2ef59865d4e3b600d2839ad462e9a5c18dd02d3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0463/1106] gdb: rebuild for Python 3.9

---
 srcpkgs/gdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 7cbad76b062..aad3abd497e 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=9.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline

From b3064517262f30b15a08f97d4ec99d8212b02594 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0464/1106] gdown: rebuild for Python 3.9

---
 srcpkgs/gdown/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template
index 94c3593cb63..e855fef80ca 100644
--- a/srcpkgs/gdown/template
+++ b/srcpkgs/gdown/template
@@ -1,7 +1,7 @@
 # Template file for 'gdown'
 pkgname=gdown
 version=3.12.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="python3-filelock python3-requests python3-six python3-tqdm

From 721034f97f0e9b8e5d4727143f693e070cfff868 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0465/1106] gedit: rebuild for Python 3.9

---
 srcpkgs/gedit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index dc2de8b4c48..efce069ed85 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit'
 pkgname=gedit
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"

From 9d0538760ddd606348fba4f6c1fdc55e6e3f02f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:00 -0400
Subject: [PATCH 0466/1106] geis: rebuild for Python 3.9

---
 srcpkgs/geis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template
index 3c21b143848..e31cd8bc785 100644
--- a/srcpkgs/geis/template
+++ b/srcpkgs/geis/template
@@ -1,7 +1,7 @@
 # Template file for 'geis'
 pkgname=geis
 version=2.2.17
-revision=6
+revision=7
 hostmakedepends="pkg-config python3-devel"
 makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel"
 build_style="gnu-configure"

From 6c2f22fd4fe7769e32eca83071526eccc6a7e495 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0467/1106] gitg: rebuild for Python 3.9

---
 srcpkgs/gitg/patches/vapi.patch | 8594 +++++++++++++++++++++++++++++++
 srcpkgs/gitg/template           |    2 +-
 2 files changed, 8595 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/gitg/patches/vapi.patch

diff --git a/srcpkgs/gitg/patches/vapi.patch b/srcpkgs/gitg/patches/vapi.patch
new file mode 100644
index 00000000000..5fb234b453d
--- /dev/null
+++ b/srcpkgs/gitg/patches/vapi.patch
@@ -0,0 +1,8594 @@
+From fe4a8bf205bc4a1f2753ccf83f0946d5ef55202e Mon Sep 17 00:00:00 2001
+From: Alberto Fanjul <albertofanjul@gmail.com>
+Date: Wed, 7 Aug 2019 00:41:56 +0200
+Subject: [PATCH] vala: Remove obsolete vapi files
+
+---
+ vapi/gio-windows-2.0.vapi   |   21 -
+ vapi/glib-2.0.vapi          | 6173 -----------------------------------
+ vapi/gtksourceview-3.0.deps |    7 -
+ vapi/gtksourceview-3.0.vapi |  937 ------
+ vapi/libsoup-2.4.deps       |    1 -
+ vapi/libsoup-2.4.vapi       | 1396 --------
+ 6 files changed, 8535 deletions(-)
+ delete mode 100644 vapi/gio-windows-2.0.vapi
+ delete mode 100644 vapi/glib-2.0.vapi
+ delete mode 100644 vapi/gtksourceview-3.0.deps
+ delete mode 100644 vapi/gtksourceview-3.0.vapi
+ delete mode 100644 vapi/libsoup-2.4.deps
+ delete mode 100644 vapi/libsoup-2.4.vapi
+
+diff --git a/vapi/gio-windows-2.0.vapi b/vapi/gio-windows-2.0.vapi
+deleted file mode 100644
+index 39c9da28..00000000
+--- vapi/gio-windows-2.0.vapi
++++ /dev/null
+@@ -1,21 +0,0 @@
+-[CCode (cprefix = "G", lower_case_cprefix = "g_")]
+-namespace GLib {
+-	[CCode (cheader_filename = "gio/gwin32inputstream.h")]
+-	public class Win32InputStream : GLib.InputStream {
+-		[CCode (has_construct_function = false, type = "GInputStream*")]
+-		public Win32InputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gio/gwin32outputstream.h")]
+-	public class Win32OutputStream : GLib.OutputStream {
+-		[CCode (has_construct_function = false, type = "GOutputStream*")]
+-		public Win32OutputStream (int handle, bool close_fd);
+-		public bool get_close_handle ();
+-		public void set_close_handle (bool close_fd);
+-		public bool close_handle { get; set; }
+-		public int handle { get; construct; }
+-	}
+-}
+diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
+deleted file mode 100644
+index 37de9592..00000000
+--- vapi/glib-2.0.vapi
++++ /dev/null
+@@ -1,6173 +0,0 @@
+-/* glib-2.0.vala
+- *
+- * Copyright (C) 2006-2014  Jürg Billeter
+- * Copyright (C) 2006-2008  Raffaele Sandrini
+- * Copyright (C) 2007  Mathias Hasselmann
+- *
+- * This library is free software; you can redistribute it and/or
+- * modify it under the terms of the GNU Lesser General Public
+- * License as published by the Free Software Foundation; either
+- * version 2.1 of the License, or (at your option) any later version.
+- *
+- * This library is distributed in the hope that it will be useful,
+- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+- * Lesser General Public License for more details.
+- *
+- * You should have received a copy of the GNU Lesser General Public
+- * License along with this library; if not, write to the Free Software
+- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+- *
+- * As a special exception, if you use inline functions from this file, this
+- * file does not by itself cause the resulting executable to be covered by
+- * the GNU Lesser General Public License.
+- *
+- * Author:
+- * 	Jürg Billeter <j@bitron.ch>
+- *	Raffaele Sandrini <rasa@gmx.ch>
+- *	Mathias Hasselmann <mathias.hasselmann@gmx.de>
+- */
+-
+-//FIXME: This file is added to include fixes in glib-2.0.vapi that should be released on vala 0.43.3. Remove then.
+-
+-[SimpleType]
+-[GIR (name = "gboolean")]
+-[CCode (cname = "gboolean", cheader_filename = "glib.h", type_id = "G_TYPE_BOOLEAN", marshaller_type_name = "BOOLEAN", get_value_function = "g_value_get_boolean", set_value_function = "g_value_set_boolean", default_value = "FALSE", type_signature = "b")]
+-[BooleanType]
+-public struct bool {
+-	public string to_string () {
+-		if (this) {
+-			return "true";
+-		} else {
+-			return "false";
+-		}
+-	}
+-
+-	public static bool parse (string str) {
+-		if (str == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	public static bool try_parse (string str, out bool result = null) {
+-		if (str == "true") {
+-			result = true;
+-			return true;
+-		} else if (str == "false") {
+-			result = false;
+-			return true;
+-		} else {
+-			result = false;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gchar", cprefix = "g_ascii_", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_schar", set_value_function = "g_value_set_schar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 2, min = 0, max = 127)]
+-public struct char {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%c");
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public char tolower ();
+-	public char toupper ();
+-
+-	[CCode (cname = "MIN")]
+-	public static char min (char a, char b);
+-	[CCode (cname = "MAX")]
+-	public static char max (char a, char b);
+-	[CCode (cname = "CLAMP")]
+-	public char clamp (char low, char high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guchar", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "\'\\0\'", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uchar {
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uchar min (uchar a, uchar b);
+-	[CCode (cname = "MAX")]
+-	public static uchar max (uchar a, uchar b);
+-	[CCode (cname = "CLAMP")]
+-	public uchar clamp (uchar low, uchar high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint")]
+-[CCode (cname = "gint", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int {
+-	[CCode (cname = "G_MININT")]
+-	public const int MIN;
+-	[CCode (cname = "G_MAXINT")]
+-	public const int MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int min (int a, int b);
+-	[CCode (cname = "MAX")]
+-	public static int max (int a, int b);
+-	[CCode (cname = "CLAMP")]
+-	public int clamp (int low, int high);
+-
+-	[CCode (cname = "GINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_INT")]
+-	public static int from_pointer (void* p);
+-
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public int abs ();
+-
+-	[CCode (cname = "GINT_TO_BE")]
+-	public int to_big_endian ();
+-	[CCode (cname = "GINT_TO_LE")]
+-	public int to_little_endian ();
+-
+-	[CCode (cname = "GINT_FROM_BE")]
+-	public static int from_big_endian (int val);
+-	[CCode (cname = "GINT_FROM_LE")]
+-	public static int from_little_endian (int val);
+-
+-	[CCode (cname = "atoi", cheader_filename = "stdlib.h")]
+-	public static int parse (string str);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint")]
+-[CCode (cname = "guint", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint {
+-	[CCode (cname = "0")]
+-	public const uint MIN;
+-	[CCode (cname = "G_MAXUINT")]
+-	public const uint MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint min (uint a, uint b);
+-	[CCode (cname = "MAX")]
+-	public static uint max (uint a, uint b);
+-	[CCode (cname = "CLAMP")]
+-	public uint clamp (uint low, uint high);
+-
+-	[CCode (cname = "GUINT_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_UINT")]
+-	public static uint from_pointer (void* p);
+-
+-	[CCode (cname = "GUINT_TO_BE")]
+-	public uint to_big_endian ();
+-	[CCode (cname = "GUINT_TO_LE")]
+-	public uint to_little_endian ();
+-
+-	[CCode (cname = "GUINT_FROM_BE")]
+-	public static uint from_big_endian (uint val);
+-	[CCode (cname = "GUINT_FROM_LE")]
+-	public static uint from_little_endian (uint val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gshort")]
+-[CCode (cname = "gshort", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct short {
+-	[CCode (cname = "G_MINSHORT")]
+-	public const short MIN;
+-	[CCode (cname = "G_MAXSHORT")]
+-	public const short MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hi");
+-
+-	[CCode (cname = "MIN")]
+-	public static short min (short a, short b);
+-	[CCode (cname = "MAX")]
+-	public static short max (short a, short b);
+-	[CCode (cname = "CLAMP")]
+-	public short clamp (short low, short high);
+-	[CCode (cname = "abs", cheader_filename = "stdlib.h")]
+-	public short abs ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gushort")]
+-[CCode (cname = "gushort", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct ushort {
+-	[CCode (cname = "0U")]
+-	public const ushort MIN;
+-	[CCode (cname = "G_MAXUSHORT")]
+-	public const ushort MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ushort min (ushort a, ushort b);
+-	[CCode (cname = "MAX")]
+-	public static ushort max (ushort a, ushort b);
+-	[CCode (cname = "CLAMP")]
+-	public ushort clamp (ushort low, ushort high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "glong", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct long {
+-	[CCode (cname = "G_MINLONG")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXLONG")]
+-	public const long MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%li");
+-
+-	[CCode (cname = "MIN")]
+-	public static long min (long a, long b);
+-	[CCode (cname = "MAX")]
+-	public static long max (long a, long b);
+-	[CCode (cname = "CLAMP")]
+-	public long clamp (long low, long high);
+-	[CCode (cname = "labs", cheader_filename = "stdlib.h")]
+-	public long abs ();
+-
+-	[CCode (cname = "GLONG_TO_BE")]
+-	public long to_big_endian ();
+-	[CCode (cname = "GLONG_TO_LE")]
+-	public long to_little_endian ();
+-
+-	[CCode (cname = "GLONG_FROM_BE")]
+-	public static long from_big_endian (long val);
+-	[CCode (cname = "GLONG_FROM_LE")]
+-	public static long from_little_endian (long val);
+-
+-	[CCode (cname = "strtol", cheader_filename = "stdlib.h")]
+-	static long strtol (string nptr, out char* endptr, uint _base);
+-
+-	public static long parse (string str) {
+-		return strtol (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out long result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtol (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gulong", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct ulong {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXULONG")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%lu");
+-
+-	[CCode (cname = "MIN")]
+-	public static ulong min (ulong a, ulong b);
+-	[CCode (cname = "MAX")]
+-	public static ulong max (ulong a, ulong b);
+-	[CCode (cname = "CLAMP")]
+-	public ulong clamp (ulong low, ulong high);
+-
+-	[CCode (cname = "GULONG_TO_BE")]
+-	public ulong to_big_endian ();
+-	[CCode (cname = "GULONG_TO_LE")]
+-	public ulong to_little_endian ();
+-
+-	[CCode (cname = "GULONG_FROM_BE")]
+-	public static ulong from_big_endian (ulong val);
+-	[CCode (cname = "GULONG_FROM_LE")]
+-	public static ulong from_little_endian (ulong val);
+-
+-	[CCode (cname = "strtoul", cheader_filename = "stdlib.h")]
+-	static ulong strtoul (string nptr, out char* endptr, uint _base);
+-
+-	public static ulong parse (string str) {
+-		return strtoul (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out ulong result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtoul (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "gsize", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct size_t {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static size_t from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static size_t min (size_t a, size_t b);
+-	[CCode (cname = "MAX")]
+-	public static size_t max (size_t a, size_t b);
+-	[CCode (cname = "CLAMP")]
+-	public size_t clamp (size_t low, size_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gssize", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L", default_value_on_error = "-1L")]
+-[IntegerType (rank = 8)]
+-public struct ssize_t {
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[Version (since = "2.14")]
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[Version (since = "2.6")]
+-	[CCode (cname = "G_GSSIZE_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GSIZE_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static ssize_t min (ssize_t a, ssize_t b);
+-	[CCode (cname = "MAX")]
+-	public static ssize_t max (ssize_t a, ssize_t b);
+-	[CCode (cname = "CLAMP")]
+-	public ssize_t clamp (ssize_t low, ssize_t high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gulong")]
+-[CCode (cname = "guintptr", cheader_filename = "glib.h", type_id = "G_TYPE_ULONG", marshaller_type_name = "ULONG", get_value_function = "g_value_get_ulong", set_value_function = "g_value_set_ulong", default_value = "0UL")]
+-[IntegerType (rank = 9)]
+-public struct uintptr {
+-	[CCode (cname = "0UL")]
+-	public const ulong MIN;
+-	[CCode (cname = "G_MAXSIZE")]
+-	public const ulong MAX;
+-
+-	[CCode (cname = "G_GUINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "GSIZE_TO_POINTER")]
+-	public void* to_pointer ();
+-	[CCode (cname = "GPOINTER_TO_SIZE")]
+-	public static uintptr from_pointer (void* p);
+-
+-	[CCode (cname = "MIN")]
+-	public static uintptr min (uintptr a, uintptr b);
+-	[CCode (cname = "MAX")]
+-	public static uintptr max (uintptr a, uintptr b);
+-	[CCode (cname = "CLAMP")]
+-	public uintptr clamp (uintptr low, uintptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "glong")]
+-[CCode (cname = "gintptr", cheader_filename = "glib.h", type_id = "G_TYPE_LONG", marshaller_type_name = "LONG", get_value_function = "g_value_get_long", set_value_function = "g_value_set_long", default_value = "0L")]
+-[IntegerType (rank = 8)]
+-public struct intptr {
+-	[CCode (cname = "G_MINSSIZE")]
+-	public const long MIN;
+-	[CCode (cname = "G_MAXSSIZE")]
+-	public const long MAX;
+-
+-	[CCode (cname = "G_GINTPTR_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINTPTR_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static intptr min (intptr a, intptr b);
+-	[CCode (cname = "MAX")]
+-	public static intptr max (intptr a, intptr b);
+-	[CCode (cname = "CLAMP")]
+-	public intptr clamp (intptr low, intptr high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint8")]
+-[CCode (cname = "gint8", cheader_filename = "glib.h", type_id = "G_TYPE_CHAR", marshaller_type_name = "CHAR", get_value_function = "g_value_get_char", set_value_function = "g_value_set_char", default_value = "0", default_value_on_error = "-1", type_signature = "y")]
+-[IntegerType (rank = 1, min = -128, max = 127)]
+-public struct int8 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT8")]
+-	public const int8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT8")]
+-	public const int8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhi");
+-
+-	[CCode (cname = "MIN")]
+-	public static int8 min (int8 a, int8 b);
+-	[CCode (cname = "MAX")]
+-	public static int8 max (int8 a, int8 b);
+-	[CCode (cname = "CLAMP")]
+-	public int8 clamp (int8 low, int8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint8")]
+-[CCode (cname = "guint8", cheader_filename = "glib.h", type_id = "G_TYPE_UCHAR", marshaller_type_name = "UCHAR", get_value_function = "g_value_get_uchar", set_value_function = "g_value_set_uchar", default_value = "0U", type_signature = "y")]
+-[IntegerType (rank = 3, min = 0, max = 255)]
+-public struct uint8 {
+-	[CCode (cname = "0U")]
+-	public const uint8 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT8")]
+-	public const uint8 MAX;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hhu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint8 min (uint8 a, uint8 b);
+-	[CCode (cname = "MAX")]
+-	public static uint8 max (uint8 a, uint8 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint8 clamp (uint8 low, uint8 high);
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint16")]
+-[CCode (cname = "gint16", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "n")]
+-[IntegerType (rank = 4, min = -32768, max = 32767)]
+-public struct int16 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT16")]
+-	public const int16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT16")]
+-	public const int16 MAX;
+-
+-	[CCode (cname = "G_GINT16_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int16 min (int16 a, int16 b);
+-	[CCode (cname = "MAX")]
+-	public static int16 max (int16 a, int16 b);
+-	[CCode (cname = "CLAMP")]
+-	public int16 clamp (int16 low, int16 high);
+-
+-	[CCode (cname = "GINT16_TO_BE")]
+-	public int16 to_big_endian ();
+-	[CCode (cname = "GINT16_TO_LE")]
+-	public int16 to_little_endian ();
+-
+-	[CCode (cname = "GINT16_FROM_BE")]
+-	public static int16 from_big_endian (int16 val);
+-	[CCode (cname = "GINT16_FROM_LE")]
+-	public static int16 from_little_endian (int16 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "guint16", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "q")]
+-[IntegerType (rank = 5, min = 0, max = 65535)]
+-public struct uint16 {
+-	[CCode (cname = "0U")]
+-	public const uint16 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT16")]
+-	public const uint16 MAX;
+-
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%hu");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint16 min (uint16 a, uint16 b);
+-	[CCode (cname = "MAX")]
+-	public static uint16 max (uint16 a, uint16 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint16 clamp (uint16 low, uint16 high);
+-
+-	[CCode (cname = "GUINT16_TO_BE")]
+-	public uint16 to_big_endian ();
+-	[CCode (cname = "GUINT16_TO_LE")]
+-	public uint16 to_little_endian ();
+-
+-	[CCode (cname = "GUINT16_FROM_BE")]
+-	public static uint16 from_big_endian (uint16 val);
+-	[CCode (cname = "GUINT16_FROM_LE")]
+-	public static uint16 from_little_endian (uint16 val);
+-
+-	[CCode (cname = "g_htons")]
+-	public static uint16 to_network (uint16 val);
+-	[CCode (cname = "g_ntohs")]
+-	public static uint16 from_network (uint16 val);
+-
+-	[CCode (cname = "GUINT16_SWAP_BE_PDP")]
+-	public uint16 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT16_SWAP_LE_BE")]
+-	public uint16 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT16_SWAP_LE_PDP")]
+-	public uint16 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint32")]
+-[CCode (cname = "gint32", cheader_filename = "glib.h", type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0", default_value_on_error = "-1", type_signature = "i")]
+-[IntegerType (rank = 6)]
+-public struct int32 {
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MININT32")]
+-	public const int32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXINT32")]
+-	public const int32 MAX;
+-
+-	[CCode (cname = "G_GINT32_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%i");
+-
+-	[CCode (cname = "MIN")]
+-	public static int32 min (int32 a, int32 b);
+-	[CCode (cname = "MAX")]
+-	public static int32 max (int32 a, int32 b);
+-	[CCode (cname = "CLAMP")]
+-	public int32 clamp (int32 low, int32 high);
+-
+-	[CCode (cname = "GINT32_TO_BE")]
+-	public int32 to_big_endian ();
+-	[CCode (cname = "GINT32_TO_LE")]
+-	public int32 to_little_endian ();
+-
+-	[CCode (cname = "GINT32_FROM_BE")]
+-	public static int32 from_big_endian (int32 val);
+-	[CCode (cname = "GINT32_FROM_LE")]
+-	public static int32 from_little_endian (int32 val);
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint32")]
+-[CCode (cname = "guint32", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct uint32 {
+-	[CCode (cname = "0U")]
+-	public const uint32 MIN;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_MAXUINT32")]
+-	public const uint32 MAX;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%u");
+-
+-	[CCode (cname = "MIN")]
+-	public static uint32 min (uint32 a, uint32 b);
+-	[CCode (cname = "MAX")]
+-	public static uint32 max (uint32 a, uint32 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint32 clamp (uint32 low, uint32 high);
+-
+-	[CCode (cname = "GUINT32_TO_BE")]
+-	public uint32 to_big_endian ();
+-	[CCode (cname = "GUINT32_TO_LE")]
+-	public uint32 to_little_endian ();
+-
+-	[CCode (cname = "GUINT32_FROM_BE")]
+-	public static uint32 from_big_endian (uint32 val);
+-	[CCode (cname = "GUINT32_FROM_LE")]
+-	public static uint32 from_little_endian (uint32 val);
+-
+-	[CCode (cname = "g_htonl")]
+-	public static uint32 to_network (uint32 val);
+-	[CCode (cname = "g_ntohl")]
+-	public static uint32 from_network (uint32 val);
+-
+-	[CCode (cname = "GUINT32_SWAP_BE_PDP")]
+-	public uint32 swap_big_endian_pdp ();
+-	[CCode (cname = "GUINT32_SWAP_LE_BE")]
+-	public uint32 swap_little_endian_big_endian ();
+-	[CCode (cname = "GUINT32_SWAP_LE_PDP")]
+-	public uint32 swap_little_endian_pdp ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gint64")]
+-[CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", default_value_on_error = "-1LL", type_signature = "x")]
+-[IntegerType (rank = 10)]
+-public struct int64 {
+-	[CCode (cname = "G_MININT64")]
+-	public const int64 MIN;
+-	[CCode (cname = "G_MAXINT64")]
+-	public const int64 MAX;
+-
+-	[CCode (cname = "G_GINT64_FORMAT")]
+-	public const string FORMAT;
+-	[Version (since = "2.4")]
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static int64 min (int64 a, int64 b);
+-	[CCode (cname = "MAX")]
+-	public static int64 max (int64 a, int64 b);
+-	[CCode (cname = "CLAMP")]
+-	public int64 clamp (int64 low, int64 high);
+-	[CCode (cname = "llabs", cheader_filename = "stdlib.h")]
+-	public int64 abs ();
+-
+-	[CCode (cname = "GINT64_TO_BE")]
+-	public int64 to_big_endian ();
+-	[CCode (cname = "GINT64_TO_LE")]
+-	public int64 to_little_endian ();
+-
+-	[CCode (cname = "GINT64_FROM_BE")]
+-	public static int64 from_big_endian (int64 val);
+-	[CCode (cname = "GINT64_FROM_LE")]
+-	public static int64 from_little_endian (int64 val);
+-
+-	[CCode (cname = "GUINT64_SWAP_LE_BE")]
+-	public uint64 swap_little_endian_big_endian ();
+-
+-	[CCode (cname = "g_ascii_strtoll")]
+-	static int64 ascii_strtoll (string nptr, out char* endptr, uint _base);
+-
+-	[Version (since = "2.12")]
+-	public static int64 parse (string str) {
+-		return ascii_strtoll (str, null, 0);
+-	}
+-
+-	[Version (since = "2.12")]
+-	public static bool try_parse (string str, out int64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoll (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_signed")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out int64 out_num = null, uint @base = 10U, int64 min = int64.MIN, int64 max = int64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint64")]
+-[CCode (cname = "guint64", cheader_filename = "glib.h", type_id = "G_TYPE_UINT64", marshaller_type_name = "UINT64", get_value_function = "g_value_get_uint64", set_value_function = "g_value_set_uint64", default_value = "0ULL", type_signature = "t")]
+-[IntegerType (rank = 11)]
+-public struct uint64 {
+-	[CCode (cname = "0ULL")]
+-	public const uint64 MIN;
+-	[CCode (cname = "G_MAXUINT64")]
+-	public const uint64 MAX;
+-
+-	[CCode (cname = "G_GUINT64_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT64_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%" + FORMAT);
+-
+-	[CCode (cname = "MIN")]
+-	public static uint64 min (uint64 a, uint64 b);
+-	[CCode (cname = "MAX")]
+-	public static uint64 max (uint64 a, uint64 b);
+-	[CCode (cname = "CLAMP")]
+-	public uint64 clamp (uint64 low, uint64 high);
+-
+-	[CCode (cname = "GUINT64_TO_BE")]
+-	public uint64 to_big_endian ();
+-	[CCode (cname = "GUINT64_TO_LE")]
+-	public uint64 to_little_endian ();
+-
+-	[CCode (cname = "GUINT64_FROM_BE")]
+-	public static uint64 from_big_endian (uint64 val);
+-	[CCode (cname = "GUINT64_FROM_LE")]
+-	public static uint64 from_little_endian (uint64 val);
+-
+-	[CCode (cname = "g_ascii_strtoull")]
+-	static uint64 ascii_strtoull (string nptr, out char* endptr, uint _base);
+-
+-	public static uint64 parse (string str) {
+-		return ascii_strtoull (str, null, 0);
+-	}
+-
+-	public static bool try_parse (string str, out uint64 result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtoull (str, out endptr, 0);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-
+-	[CCode (cname = "g_ascii_string_to_unsigned")]
+-	[Version (since = "2.54")]
+-	public static bool from_string (string str, [CCode (pos = 5.1)] out uint64 out_num = null, uint @base = 10U, uint64 min = uint64.MIN, uint64 max = uint64.MAX) throws GLib.NumberParserError;
+-}
+-
+-[SimpleType]
+-[GIR (name = "gfloat")]
+-[CCode (cname = "gfloat", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_FLOAT", marshaller_type_name = "FLOAT", get_value_function = "g_value_get_float", set_value_function = "g_value_set_float", default_value = "0.0F", default_value_on_error = "-1.0F")]
+-[FloatingType (rank = 1)]
+-public struct float {
+-	[CCode (cname = "FLT_ROUNDS")]
+-	public const int ROUNDS;
+-	[CCode (cname = "FLT_RADIX")]
+-	public const int RADIX;
+-	[CCode (cname = "FLT_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "FLT_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "FLT_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "FLT_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "FLT_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "FLT_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "FLT_EPSILON")]
+-	public const float EPSILON;
+-	[CCode (cname = "FLT_MIN")]
+-	public const float MIN;
+-	[CCode (cname = "FLT_MAX")]
+-	public const float MAX;
+-
+-	[CCode (cname = "NAN")]
+-	public const float NAN;
+-	[CCode (cname = "INFINITY")]
+-	public const float INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "g_strdup_printf", instance_pos = -1)]
+-	public string to_string (string format = "%g");
+-
+-	[CCode (cname = "MIN")]
+-	public static float min (float a, float b);
+-	[CCode (cname = "MAX")]
+-	public static float max (float a, float b);
+-	[CCode (cname = "CLAMP")]
+-	public float clamp (float low, float high);
+-	[CCode (cname = "fabsf")]
+-	public float abs ();
+-
+-	[CCode (cname = "strtof", cheader_filename = "stdlib.h")]
+-	static float strtof (string nptr, out char* endptr);
+-
+-	public static float parse (string str) {
+-		return strtof (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out float result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = strtof (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[SimpleType]
+-[GIR (name = "gdouble")]
+-[CCode (cname = "gdouble", cheader_filename = "glib.h,float.h,math.h", type_id = "G_TYPE_DOUBLE", marshaller_type_name = "DOUBLE", get_value_function = "g_value_get_double", set_value_function = "g_value_set_double", default_value = "0.0", default_value_on_error = "-1.0", type_signature = "d")]
+-[FloatingType (rank = 2)]
+-public struct double {
+-	[CCode (cname = "DBL_MANT_DIG")]
+-	public const int MANT_DIG;
+-	[CCode (cname = "DBL_DIG")]
+-	public const int DIG;
+-
+-	[CCode (cname = "DBL_MIN_EXP")]
+-	public const int MIN_EXP;
+-	[CCode (cname = "DBL_MAX_EXP")]
+-	public const int MAX_EXP;
+-
+-	[CCode (cname = "DBL_MIN_10_EXP")]
+-	public const int MIN_10_EXP;
+-	[CCode (cname = "DBL_MAX_10_EXP")]
+-	public const int MAX_10_EXP;
+-
+-	[CCode (cname = "DBL_EPSILON")]
+-	public const double EPSILON;
+-	[CCode (cname = "DBL_MIN")]
+-	public const double MIN;
+-	[CCode (cname = "DBL_MAX")]
+-	public const double MAX;
+-
+-	[CCode (cname = "((double) NAN)")]
+-	public const double NAN;
+-	[CCode (cname = "((double) INFINITY)")]
+-	public const double INFINITY;
+-
+-	[CCode (cname = "isnan")]
+-	public bool is_nan ();
+-	[CCode (cname = "isfinite")]
+-	public bool is_finite ();
+-	[CCode (cname = "isnormal")]
+-	public bool is_normal ();
+-	[CCode (cname = "isinf")]
+-	public int is_infinity ();
+-
+-	[CCode (cname = "MIN")]
+-	public static double min (double a, double b);
+-	[CCode (cname = "MAX")]
+-	public static double max (double a, double b);
+-	[CCode (cname = "CLAMP")]
+-	public double clamp (double low, double high);
+-	[CCode (cname = "fabs")]
+-	public double abs ();
+-
+-	[CCode (cname = "G_ASCII_DTOSTR_BUF_SIZE")]
+-	public const int DTOSTR_BUF_SIZE;
+-	[CCode (cname = "g_ascii_dtostr", instance_pos = -1)]
+-	public unowned string to_str (char[] buffer);
+-	[CCode (cname = "g_ascii_formatd", instance_pos = -1)]
+-	public unowned string format (char[] buffer, string format = "%g");
+-
+-	public string to_string () {
+-		return this.to_str(new char[DTOSTR_BUF_SIZE]);
+-	}
+-
+-	[CCode (cname = "g_ascii_strtod")]
+-	static double ascii_strtod (string nptr, out char* endptr);
+-
+-	public static double parse (string str) {
+-		return ascii_strtod (str, null);
+-	}
+-
+-	public static bool try_parse (string str, out double result = null, out unowned string unparsed = null) {
+-		char* endptr;
+-		result = ascii_strtod (str, out endptr);
+-		if (endptr == (char*) str + str.length) {
+-			unparsed = "";
+-			return true;
+-		} else {
+-			unparsed = (string) endptr;
+-			return false;
+-		}
+-	}
+-}
+-
+-[GIR (name = "glong")]
+-[CCode (cheader_filename = "time.h", has_type_id = false, default_value = "0")]
+-[IntegerType (rank = 8)]
+-public struct time_t {
+-	[CCode (cname = "time")]
+-	public time_t (out time_t result = null);
+-}
+-
+-[SimpleType]
+-[CCode (cheader_filename="stdarg.h", cprefix="va_", has_type_id = false, destroy_function = "va_end", lvalue_access = false)]
+-public struct va_list {
+-	[CCode (cname = "va_start")]
+-	public va_list ();
+-	[CCode (cname = "va_copy")]
+-	public va_list.copy (va_list src);
+-	[CCode (generic_type_pos = 1.1, simple_generics = true)]
+-	public unowned G arg<G> ();
+-}
+-
+-[SimpleType]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", cprefix = "g_unichar_", cheader_filename = "glib.h", type_id = "G_TYPE_UINT", marshaller_type_name = "UINT", get_value_function = "g_value_get_uint", set_value_function = "g_value_set_uint", default_value = "0U", type_signature = "u")]
+-[IntegerType (rank = 7)]
+-public struct unichar {
+-	public bool validate ();
+-	public bool isalnum ();
+-	public bool isalpha ();
+-	public bool iscntrl ();
+-	public bool isdigit ();
+-	public bool isgraph ();
+-	public bool islower ();
+-	[Version (since = "2.14")]
+-	public bool ismark ();
+-	public bool isprint ();
+-	public bool ispunct ();
+-	public bool isspace ();
+-	public bool isupper ();
+-	public bool isxdigit ();
+-	public bool istitle ();
+-	public bool isdefined ();
+-	public bool iswide ();
+-	[Version (since = "2.12")]
+-	public bool iswide_cjk ();
+-	[Version (since = "2.14")]
+-	public bool iszerowidth ();
+-	public unichar toupper ();
+-	public unichar tolower ();
+-	public unichar totitle ();
+-	public int digit_value ();
+-	public int xdigit_value ();
+-	public GLib.UnicodeType type ();
+-	public GLib.UnicodeBreakType break_type ();
+-	[Version (since = "2.14")]
+-	public GLib.UnicodeScript get_script();
+-
+-	public int to_utf8 (string? outbuf);
+-
+-	public string to_string () {
+-		string str = (string) new char[7];
+-		this.to_utf8 (str);
+-		return str;
+-	}
+-
+-	[Version (since = "2.30")]
+-	public bool compose (unichar b, out unichar ch);
+-	[Version (since = "2.30")]
+-	public bool decompose (out unichar a, out unichar b);
+-	[Version (since = "2.30")]
+-	public size_t fully_decompose (bool compat, unichar[] result);
+-
+-	[CCode (cname = "MIN")]
+-	public static unichar min (unichar a, unichar b);
+-	[CCode (cname = "MAX")]
+-	public static unichar max (unichar a, unichar b);
+-	[CCode (cname = "CLAMP")]
+-	public unichar clamp (unichar low, unichar high);
+-
+-	[CCode (cname = "G_UNICHAR_MAX_DECOMPOSITION_LENGTH")]
+-	public const int MAX_DECOMPOSITION_LENGTH;
+-
+-	[CCode (cname = "G_GUINT32_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT32_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[SimpleType]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", cheader_filename = "glib.h", default_value = "0U", type_signature = "q", has_type_id = false)]
+-[IntegerType (rank = 5)]
+-public struct unichar2 {
+-	[CCode (cname = "G_GUINT16_FORMAT")]
+-	public const string FORMAT;
+-	[CCode (cname = "G_GINT16_MODIFIER")]
+-	public const string FORMAT_MODIFIER;
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "utf8")]
+-[CCode (cname = "gchar", const_cname = "const gchar", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "s")]
+-public class string {
+-	[Version (replacement = "string.index_of")]
+-	[CCode (cname = "strstr")]
+-	public unowned string? str (string needle);
+-	[Version (replacement = "string.last_index_of")]
+-	[CCode (cname = "g_strrstr")]
+-	public unowned string? rstr (string needle);
+-	[CCode (cname = "g_strrstr_len")]
+-	public unowned string? rstr_len (ssize_t haystack_len, string needle);
+-
+-	[CCode (cname = "strstr")]
+-	static char* strstr (char* haystack, char* needle);
+-	[CCode (cname = "g_strrstr")]
+-	static char* strrstr (char* haystack, char* needle);
+-	[CCode (cname = "g_utf8_strchr")]
+-	static char* utf8_strchr (char* str, ssize_t len, unichar c);
+-	[CCode (cname = "g_utf8_strrchr")]
+-	static char* utf8_strrchr (char* str, ssize_t len, unichar c);
+-
+-	public int index_of (string needle, int start_index = 0) {
+-		char* result = strstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of (string needle, int start_index = 0) {
+-		char* result = strrstr ((char*) this + start_index, (char*) needle);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	public int last_index_of_char (unichar c, int start_index = 0) {
+-		char* result = utf8_strrchr ((char*) this + start_index, -1, c);
+-
+-		if (result != null) {
+-			return (int) (result - (char*) this);
+-		} else {
+-			return -1;
+-		}
+-	}
+-
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_prefix")]
+-	public bool has_prefix (string prefix);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_str_has_suffix")]
+-	public bool has_suffix (string suffix);
+-	[CCode (cname = "g_strdup_printf"), PrintfFormat]
+-	public string printf (...);
+-	[CCode (cname = "g_strdup_vprintf")]
+-	public string vprintf (va_list args);
+-	[CCode (cname = "sscanf", cheader_filename = "stdio.h"), ScanfFormat]
+-	public int scanf (string format, ...);
+-	[CCode (cname = "g_strconcat")]
+-	public string concat (string string2, ...);
+-	[CCode (cname = "g_strescape")]
+-	public string escape (string? exceptions = null);
+-	[CCode (cname = "g_strcompress")]
+-	public string compress ();
+-	[CCode (cname = "g_strsplit", array_length = false, array_null_terminated = true)]
+-	public string[] split (string delimiter, int max_tokens = 0);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "g_strsplit_set", array_length = false, array_null_terminated = true)]
+-	public string[] split_set (string delimiters, int max_tokens = 0);
+-	[CCode (cname = "g_stpcpy")]
+-	private static void* copy_to_buffer (void* dest, string src);
+-	[CCode (cname = "_vala_g_strjoinv")]
+-	public static string joinv (string? separator, string?[]? str_array) {
+-		if (separator == null) {
+-			separator = "";
+-		}
+-		if (str_array != null && (str_array.length > 0 || (str_array.length == -1 && str_array[0] != null))) {
+-			int i;
+-			size_t len = 1;
+-			for (i = 0 ; (str_array.length != -1 && i < str_array.length) || (str_array.length == -1 && str_array[i] != null) ; i++) {
+-				len += (str_array[i] != null) ? ((!) str_array[i]).length : 0;
+-			}
+-			if (i == 0) {
+-				return "";
+-			}
+-			str_array.length = i;
+-			len += ((!) separator).length * (i - 1);
+-
+-			string* res = GLib.malloc (len);
+-			void* ptr = string.copy_to_buffer ((void*) res, (!) str_array[0]);
+-			for (i = 1 ; i < str_array.length ; i++) {
+-				ptr = string.copy_to_buffer (ptr, (!) separator);
+-				ptr = string.copy_to_buffer (ptr, (str_array[i] != null) ? ((!) str_array[i]) : "");
+-			}
+-
+-			return (owned) res;
+-		} else {
+-			return "";
+-		}
+-	}
+-	[CCode (cname = "g_strjoin")]
+-	public static string join (string separator, ...);
+-	[CCode (cname = "g_strnfill")]
+-	public static string nfill (size_t length, char fill_char);
+-
+-	public char get (long index) {
+-		return ((char*) this)[index];
+-	}
+-
+-	// checks whether valid string character starts at specified index
+-	// embedded NULs are not supported by the string class
+-	public bool valid_char (int index) {
+-		uint8 c = ((uint8*) this)[index];
+-		if (c == 0x00 || (c >= 0x80 && c < 0xc2) || c >= 0xf5) {
+-			return false;
+-		} else {
+-			return true;
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_next_char")]
+-	public unowned string next_char ();
+-	[CCode (cname = "g_utf8_next_char")]
+-	static char* utf8_next_char (char* str);
+-	public bool get_next_char (ref int index, out unichar c) {
+-		c = utf8_get_char ((char*) this + index);
+-		if (c != 0) {
+-			index = (int) (utf8_next_char ((char*) this + index) - (char*) this);
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-	[CCode (cname = "g_utf8_get_char")]
+-	static unichar utf8_get_char (char* str);
+-	public unichar get_char (long index = 0) {
+-		return utf8_get_char ((char*) this + index);
+-	}
+-	[CCode (cname = "g_utf8_get_char_validated")]
+-	public unichar get_char_validated (ssize_t max_len = -1);
+-
+-	[Version (replacement = "string.index_of_nth_char")]
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	public unowned string utf8_offset (long offset);
+-	public unowned string offset (long offset) {
+-		return (string) ((char*) this + offset);
+-	}
+-	[Version (replacement = "string.char_count")]
+-	public long pointer_to_offset (string pos) {
+-		return (long) ((char*) pos - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_offset_to_pointer")]
+-	char* utf8_offset_to_pointer (long offset);
+-
+-	public int index_of_nth_char (long c) {
+-		return (int) (this.utf8_offset_to_pointer (c) - (char*) this);
+-	}
+-
+-	[CCode (cname = "g_utf8_prev_char")]
+-	public unowned string prev_char ();
+-	[CCode (cname = "g_utf8_prev_char")]
+-	static char* utf8_prev_char (char* str);
+-	public bool get_prev_char (ref int index, out unichar c) {
+-		if (0 < index) {
+-			index = (int) (utf8_prev_char ((char*) this + index) - (char*) this);
+-			c = utf8_get_char ((char*) this + index);
+-			return true;
+-		} else {
+-			c = 0;
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public long len ();
+-	[Version (replacement = "string.index_of_char")]
+-	[CCode (cname = "g_utf8_strchr")]
+-	public unowned string chr (ssize_t len, unichar c);
+-	[Version (replacement = "string.last_index_of_char")]
+-	[CCode (cname = "g_utf8_strrchr")]
+-	public unowned string rchr (ssize_t len, unichar c);
+-	[Version (since = "2.2")]
+-	[CCode (cname = "g_utf8_strreverse")]
+-	public string reverse (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_validate")]
+-	public bool validate (ssize_t max_len = -1, out char* end = null);
+-	[Version (since = "2.52")]
+-	[CCode (cname = "g_utf8_make_valid")]
+-	public string make_valid (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_normalize")]
+-	public string normalize (ssize_t len = -1, GLib.NormalizeMode mode = GLib.NormalizeMode.DEFAULT);
+-
+-	[CCode (cname = "g_utf8_strup")]
+-	public string up (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_strdown")]
+-	public string down (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_casefold")]
+-	public string casefold (ssize_t len = -1);
+-	[CCode (cname = "g_utf8_collate")]
+-	public int collate (string str2);
+-	[CCode (cname = "g_utf8_collate_key")]
+-	public string collate_key (ssize_t len = -1);
+-	[Version (since = "2.8")]
+-	[CCode (cname = "g_utf8_collate_key_for_filename")]
+-	public string collate_key_for_filename (ssize_t len = -1);
+-
+-	[CCode (cname = "g_locale_to_utf8")]
+-	public string locale_to_utf8 (ssize_t len, out size_t bytes_read, out size_t bytes_written, out GLib.Error error = null);
+-
+-	[CCode (cname = "g_strchomp")]
+-	public unowned string _chomp();
+-	public string chomp () {
+-		string result = this.dup ();
+-		result._chomp ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strchug")]
+-	public unowned string _chug();
+-	public string chug () {
+-		string result = this.dup ();
+-		result._chug ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strstrip")]
+-	public unowned string _strip ();
+-	public string strip () {
+-		string result = this.dup ();
+-		result._strip ();
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_strdelimit")]
+-	public unowned string _delimit (string delimiters, char new_delimiter);
+-	public string delimit (string delimiters, char new_delimiter) {
+-		string result = this.dup ();
+-		result._delimit (delimiters, new_delimiter);
+-		return result;
+-	}
+-
+-	[CCode (cname = "g_str_hash")]
+-	public uint hash ();
+-
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_is_ascii")]
+-	public bool is_ascii ();
+-	[Version (since = "2.40")]
+-	[CCode (instance_pos = "1.5", cname = "g_str_match_string")]
+-	public bool match_string (string search_term, bool accept_alternates);
+-	[Version (since = "2.40")]
+-	[CCode (cname = "g_str_to_ascii")]
+-	public string to_ascii (string? from_locale = null);
+-	[Version (replacement = "int.parse")]
+-	[CCode (cname = "atoi")]
+-	public int to_int ();
+-	[Version (replacement = "long.parse")]
+-	[CCode (cname = "strtol")]
+-	public long to_long (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "double.parse")]
+-	[CCode (cname = "g_ascii_strtod")]
+-	public double to_double (out unowned string endptr = null);
+-	[Version (replacement = "ulong.parse")]
+-	[CCode (cname = "strtoul")]
+-	public ulong to_ulong (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "int64.parse")]
+-	[CCode (cname = "g_ascii_strtoll")]
+-	public int64 to_int64 (out unowned string endptr = null, int _base = 0);
+-	[Version (replacement = "uint64.parse", since = "2.2")]
+-	[CCode (cname = "g_ascii_strtoull")]
+-	public uint64 to_uint64 (out unowned string endptr = null, int _base = 0);
+-	[CCode (cname = "g_str_tokenize_and_fold", array_length = false, array_null_terminated = true)]
+-	[Version (since = "2.40")]
+-	public string[] tokenize_and_fold (string transit_locale, [CCode (array_length = false, array_null_terminated = true)] out string[] ascii_alternates);
+-
+-	[Version (replacement = "bool.parse")]
+-	public bool to_bool () {
+-		if (this == "true") {
+-			return true;
+-		} else {
+-			return false;
+-		}
+-	}
+-
+-	[Version (replacement = "string.length")]
+-	[CCode (cname = "strlen")]
+-	public size_t size ();
+-
+-	[CCode (cname = "g_ascii_strcasecmp")]
+-	public int ascii_casecmp (string s2);
+-	[CCode (cname = "g_ascii_strncasecmp")]
+-	public int ascii_ncasecmp (string s2, size_t n);
+-	[CCode (cname = "g_ascii_strup")]
+-	public string ascii_up (ssize_t len = -1);
+-	[CCode (cname = "g_ascii_strdown")]
+-	public string ascii_down (ssize_t len = -1);
+-
+-	[CCode (cname = "g_utf8_skip")]
+-	public static char skip[256];
+-
+-	/* modifies string in place */
+-	[CCode (cname = "g_strcanon")]
+-	public void canon (string valid_chars, char substitutor);
+-
+-	[CCode (cname = "g_strdup")]
+-	public string dup ();
+-	[Version (replacement = "string.substring")]
+-	[CCode (cname = "g_strndup")]
+-	public string ndup (size_t n);
+-
+-	[CCode (cname = "memchr")]
+-	static char* memchr (char* s, int c, size_t n);
+-
+-	// strnlen is not available on all systems
+-	static long strnlen (char* str, long maxlen) {
+-		char* end = memchr (str, 0, maxlen);
+-		if (end == null) {
+-			return maxlen;
+-		} else {
+-			return (long) (end - str);
+-		}
+-	}
+-
+-	[CCode (cname = "g_strndup")]
+-	static string strndup (char* str, size_t n);
+-
+-	public string substring (long offset, long len = -1) {
+-		long string_length;
+-		if (offset >= 0 && len >= 0) {
+-			// avoid scanning whole string
+-			string_length = strnlen ((char*) this, offset + len);
+-		} else {
+-			string_length = this.length;
+-		}
+-
+-		if (offset < 0) {
+-			offset = string_length + offset;
+-			GLib.return_val_if_fail (offset >= 0, null);
+-		} else {
+-			GLib.return_val_if_fail (offset <= string_length, null);
+-		}
+-		if (len < 0) {
+-			len = string_length - offset;
+-		}
+-		GLib.return_val_if_fail (offset + len <= string_length, null);
+-		return strndup ((char*) this + offset, len);
+-	}
+-
+-	public string slice (long start, long end) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-		return strndup ((char*) this + start, end - start);
+-	}
+-
+-	public string splice (long start, long end, string? str = null) {
+-		long string_length = this.length;
+-		if (start < 0) {
+-			start = string_length + start;
+-		}
+-		if (end < 0) {
+-			end = string_length + end;
+-		}
+-		GLib.return_val_if_fail (start >= 0 && start <= string_length, null);
+-		GLib.return_val_if_fail (end >= 0 && end <= string_length, null);
+-		GLib.return_val_if_fail (start <= end, null);
+-
+-		size_t str_size;
+-		if (str == null) {
+-			str_size = 0;
+-		} else {
+-			str_size = ((!)(str)).length;
+-		}
+-
+-		string* result = GLib.malloc0 (string_length - (end - start) + str_size + 1);
+-
+-		char* dest = (char*) result;
+-
+-		GLib.Memory.copy (dest, this, start);
+-		dest += start;
+-
+-		GLib.Memory.copy (dest, str, str_size);
+-		dest += str_size;
+-
+-		GLib.Memory.copy (dest, (char*) this + end, string_length - end);
+-
+-		return (owned) result;
+-	}
+-
+-	public bool contains (string needle) {
+-		return strstr ((char*) this, (char*) needle) != null;
+-	}
+-
+-	public string replace (string old, string replacement) {
+-		if (*((char*) this) == '\0' || *((char*) old) == '\0' || old == replacement)
+-			return this;
+-
+-		try {
+-			var regex = new GLib.Regex (GLib.Regex.escape_string (old));
+-			return regex.replace_literal (this, -1, 0, replacement);
+-		} catch (GLib.RegexError e) {
+-			GLib.assert_not_reached ();
+-		}
+-	}
+-
+-	[CCode (cname = "g_utf8_strlen")]
+-	public int char_count (ssize_t max = -1);
+-
+-	public int length {
+-		[CCode (cname = "strlen")]
+-		get;
+-	}
+-
+-	public uint8[] data {
+-		get {
+-			unowned uint8[] res = (uint8[]) this;
+-			res.length = (int) this.length;
+-			return res;
+-		}
+-	}
+-
+-	public char[] to_utf8 () {
+-		var string_length = this.length;
+-		char[] result = new char[string_length + 1];
+-		result.length--;
+-		GLib.Memory.copy (result, this, string_length);
+-		return result;
+-	}
+-
+-	public unowned string to_string () {
+-		return this;
+-	}
+-
+-	[CCode (cname = "g_utf8_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf8_to_ucs4_fast")]
+-	public string32 to_utf32_fast (long len = -1, out long items_written = null);
+-
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "gunichar")]
+-[CCode (cname = "gunichar", const_cname = "const gunichar", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string32 {
+-	[CCode (cname = "g_ucs4_to_utf16")]
+-	public string16 to_utf16 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_ucs4_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[Compact]
+-[Immutable]
+-[GIR (name = "guint16")]
+-[CCode (cname = "gunichar2", const_cname = "const gunichar2", free_function = "g_free", cheader_filename = "glib.h")]
+-public class string16 {
+-	[CCode (cname = "g_utf16_to_ucs4")]
+-	public string32 to_utf32 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-	[CCode (cname = "g_utf16_to_utf8")]
+-	public string to_utf8 (long len = -1, out long items_read = null, out long items_written = null) throws GLib.ConvertError;
+-
+-	public string? to_string () {
+-		try {
+-			return this.to_utf8 ();
+-		} catch (GLib.ConvertError e) {
+-			return null;
+-		}
+-	}
+-}
+-
+-[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h", gir_namespace = "GLib", gir_version = "2.0")]
+-namespace GLib {
+-	[PointerType]
+-	[GIR (fullname = "gpointer")]
+-	[CCode (cname = "gpointer", const_cname = "gconstpointer", cheader_filename = "glib.h")]
+-	public struct pointer {
+-	}
+-
+-	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
+-	namespace Math {
+-		[CCode (cname = "G_E")]
+-		public const double E;
+-
+-		[CCode (cname = "G_PI")]
+-		public const double PI;
+-
+-		[CCode (cname = "G_LN2")]
+-		public const double LN2;
+-
+-		[CCode (cname = "G_LN10")]
+-		public const double LN10;
+-
+-		[CCode (cname = "G_PI_2")]
+-		public const double PI_2;
+-
+-		[CCode (cname = "G_PI_4")]
+-		public const double PI_4;
+-
+-		[CCode (cname = "G_SQRT2")]
+-		public const double SQRT2;
+-
+-		[CCode (cname = "G_LOG_2_BASE_10")]
+-		public const double LOG_2_BASE_10;
+-
+-		/* generated from <bits/mathcalls.h> of glibc */
+-		public static double acos (double x);
+-		public static float acosf (float x);
+-		public static double asin (double x);
+-		public static float asinf (float x);
+-		public static double atan (double x);
+-		public static float atanf (float x);
+-		public static double atan2 (double y, double x);
+-		public static float atan2f (float y, float x);
+-		public static double cos (double x);
+-		public static float cosf (float x);
+-		public static double sin (double x);
+-		public static float sinf (float x);
+-		public static double tan (double x);
+-		public static float tanf (float x);
+-		public static double cosh (double x);
+-		public static float coshf (float x);
+-		public static double sinh (double x);
+-		public static float sinhf (float x);
+-		public static double tanh (double x);
+-		public static float tanhf (float x);
+-		public static void sincos (double x, out double sinx, out double cosx);
+-		public static void sincosf (float x, out float sinx, out float cosx);
+-		public static double acosh (double x);
+-		public static float acoshf (float x);
+-		public static double asinh (double x);
+-		public static float asinhf (float x);
+-		public static double atanh (double x);
+-		public static float atanhf (float x);
+-		public static double exp (double x);
+-		public static float expf (float x);
+-		public static double frexp (double x, out int exponent);
+-		public static float frexpf (float x, out int exponent);
+-		public static double ldexp (double x, int exponent);
+-		public static float ldexpf (float x, int exponent);
+-		public static double log (double x);
+-		public static float logf (float x);
+-		public static double log10 (double x);
+-		public static float log10f (float x);
+-		public static double modf (double x, out double iptr);
+-		public static float modff (float x, out float iptr);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double exp10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float exp10f (float x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static double pow10 (double x);
+-		[CCode (feature_test_macro = "_GNU_SOURCE")]
+-		public static float pow10f (float x);
+-		public static double expm1 (double x);
+-		public static float expm1f (float x);
+-		public static double log1p (double x);
+-		public static float log1pf (float x);
+-		public static double logb (double x);
+-		public static float logbf (float x);
+-		public static double exp2 (double x);
+-		public static float exp2f (float x);
+-		public static double log2 (double x);
+-		public static float log2f (float x);
+-		public static double pow (double x, double y);
+-		public static float powf (float x, float y);
+-		public static double sqrt (double x);
+-		public static float sqrtf (float x);
+-		public static double hypot (double x, double y);
+-		public static float hypotf (float x, float y);
+-		public static double cbrt (double x);
+-		public static float cbrtf (float x);
+-		public static double ceil (double x);
+-		public static float ceilf (float x);
+-		public static double fabs (double x);
+-		public static float fabsf (float x);
+-		public static double floor (double x);
+-		public static float floorf (float x);
+-		public static double fmod (double x, double y);
+-		public static float fmodf (float x, float y);
+-		public static int isinf (double value);
+-		public static int isinff (float value);
+-		public static int finite (double value);
+-		public static int finitef (float value);
+-		public static double drem (double x, double y);
+-		public static float dremf (float x, float y);
+-		public static double significand (double x);
+-		public static float significandf (float x);
+-		public static double copysign (double x, double y);
+-		public static float copysignf (float x, float y);
+-		public static double nan (string tagb);
+-		public static float nanf (string tagb);
+-		public static int isnan (double value);
+-		public static int isnanf (float value);
+-		public static double j0 (double x0);
+-		public static float j0f (float x0);
+-		public static double j1 (double x0);
+-		public static float j1f (float x0);
+-		public static double jn (int x0, double x1);
+-		public static float jnf (int x0, float x1);
+-		public static double y0 (double x0);
+-		public static float y0f (float x0);
+-		public static double y1 (double x0);
+-		public static float y1f (float x0);
+-		public static double yn (int x0, double x1);
+-		public static float ynf (int x0, float x1);
+-		public static double erf (double x0);
+-		public static float erff (float x0);
+-		public static double erfc (double x0);
+-		public static float erfcf (float x0);
+-		public static double lgamma (double x0);
+-		public static float lgammaf (float x0);
+-		public static double tgamma (double x0);
+-		public static float tgammaf (float x0);
+-		public static double gamma (double x0);
+-		public static float gammaf (float x0);
+-		public static double lgamma_r (double x0, out int signgamp);
+-		public static float lgamma_rf (float x0, out int signgamp);
+-		public static double rint (double x);
+-		public static float rintf (float x);
+-		public static double nextafter (double x, double y);
+-		public static float nextafterf (float x, float y);
+-		public static double nexttoward (double x, double y);
+-		public static float nexttowardf (float x, double y);
+-		public static double remainder (double x, double y);
+-		public static float remainderf (float x, float y);
+-		public static double scalbn (double x, int n);
+-		public static float scalbnf (float x, int n);
+-		public static int ilogb (double x);
+-		public static int ilogbf (float x);
+-		public static double scalbln (double x, long n);
+-		public static float scalblnf (float x, long n);
+-		public static double nearbyint (double x);
+-		public static float nearbyintf (float x);
+-		public static double round (double x);
+-		public static float roundf (float x);
+-		public static double trunc (double x);
+-		public static float truncf (float x);
+-		public static double remquo (double x, double y, out int quo);
+-		public static float remquof (float x, float y, out int quo);
+-		public static long lrint (double x);
+-		public static long lrintf (float x);
+-		public static int64 llrint (double x);
+-		public static int64 llrintf (float x);
+-		public static long lround (double x);
+-		public static long lroundf (float x);
+-		public static int64 llround (double x);
+-		public static int64 llroundf (float x);
+-		public static double fdim (double x, double y);
+-		public static float fdimf (float x, float y);
+-		public static double fmax (double x, double y);
+-		public static float fmaxf (float x, float y);
+-		public static double fmin (double x, double y);
+-		public static float fminf (float x, float y);
+-		public static double fma (double x, double y, double z);
+-		public static float fmaf (float x, float y, float z);
+-		public static double scalb (double x, double n);
+-		public static float scalbf (float x, float n);
+-	}
+-
+-	/* Byte order */
+-	[CCode (cprefix = "G_", cname = "int", has_type_id = false)]
+-	public enum ByteOrder {
+-		[CCode (cname = "G_BYTE_ORDER")]
+-		HOST,
+-		LITTLE_ENDIAN,
+-		BIG_ENDIAN,
+-		PDP_ENDIAN
+-	}
+-
+-	public const ByteOrder BYTE_ORDER;
+-
+-	/* Atomic Operations */
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicInt {
+-		public static int get ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static void set ([CCode (type = "volatile gint *")] ref int atomic, int newval);
+-		[Version (since = "2.30")]
+-		public static int add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		[Version (deprecated_since = "2.30", replacement = "add")]
+-		public static int exchange_and_add ([CCode (type = "volatile gint *")] ref int atomic, int val);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gint *")] ref int atomic, int oldval, int newval);
+-		public static void inc ([CCode (type = "volatile gint *")] ref int atomic);
+-		public static bool dec_and_test ([CCode (type = "volatile gint *")] ref int atomic);
+-	}
+-
+-	[Version (since = "2.4")]
+-	namespace AtomicPointer {
+-		public static void* get ([CCode (type = "volatile gpointer *")] void** atomic);
+-		public static void set ([CCode (type = "volatile gpointer *")] void** atomic, void* newval);
+-		public static bool compare_and_exchange ([CCode (type = "volatile gpointer *")] void** atomic, void* oldval, void* newval);
+-	}
+-
+-	/* The Main Event Loop */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
+-	public class MainLoop {
+-		public MainLoop (MainContext? context = null, bool is_running = false);
+-		public void run ();
+-		public void quit ();
+-		public bool is_running ();
+-		public unowned MainContext get_context ();
+-	}
+-
+-	namespace Priority {
+-		public const int HIGH;
+-		public const int DEFAULT;
+-		public const int HIGH_IDLE;
+-		public const int DEFAULT_IDLE;
+-		public const int LOW;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_main_context_ref", unref_function = "g_main_context_unref")]
+-	public class MainContext {
+-		public MainContext ();
+-		public static unowned MainContext @default ();
+-		public bool iteration (bool may_block);
+-		public bool pending ();
+-		public unowned Source find_source_by_id (uint source_id);
+-		public unowned Source find_source_by_user_data (void* user_data);
+-		public unowned Source find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data);
+-		public void wakeup ();
+-		public bool acquire ();
+-		public void release ();
+-		[Version (since = "2.10")]
+-		public bool is_owner ();
+-		public bool wait (Cond cond, Mutex mutex);
+-		public bool prepare (out int priority);
+-		public int query (int max_priority, out int timeout_, PollFD[] fds);
+-		public bool check (int max_priority, PollFD[] fds);
+-		public void dispatch ();
+-		public void set_poll_func (PollFunc func);
+-		public PollFunc get_poll_func ();
+-		public void add_poll (ref PollFD fd, int priority);
+-		public void remove_poll (ref PollFD fd);
+-		public int depth ();
+-		[Version (since = "2.12")]
+-		[CCode (cname = "g_main_current_source")]
+-		public static unowned Source current_source ();
+-		[Version (since = "2.22")]
+-		public static unowned MainContext? get_thread_default ();
+-		[Version (since = "2.32")]
+-		public static MainContext ref_thread_default ();
+-		[Version (since = "2.22")]
+-		public void push_thread_default ();
+-		[Version (since = "2.22")]
+-		public void pop_thread_default ();
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_main_context_invoke_full")]
+-		public void invoke (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.28")]
+-		public void invoke_full (int priority, owned SourceFunc function);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int PollFunc (PollFD[] ufds, int timeout_);
+-
+-	[CCode (cname = "GSource")]
+-	public class TimeoutSource : Source {
+-		public TimeoutSource (uint interval);
+-		[Version (since = "2.14")]
+-		public TimeoutSource.seconds (uint interval);
+-	}
+-
+-	namespace Timeout {
+-		[CCode (cname = "g_timeout_add_full")]
+-		public static uint add (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		public static uint add_full (int priority, uint interval, owned SourceFunc function);
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_timeout_add_seconds_full")]
+-		public static uint add_seconds (uint interval, owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT);
+-		[Version (since = "2.14")]
+-		public static uint add_seconds_full (int priority, uint interval, owned SourceFunc function);
+-	}
+-
+-	[CCode (cname = "GSource")]
+-	public class IdleSource : Source {
+-		public IdleSource ();
+-	}
+-
+-	namespace Idle {
+-		[CCode (cname = "g_idle_add_full")]
+-		public static uint add (owned SourceFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		public static uint add_full (int priority, owned SourceFunc function);
+-		public static bool remove_by_data (void* data);
+-	}
+-
+-	[CCode (type_id = "G_TYPE_INT", marshaller_type_name = "INT", get_value_function = "g_value_get_int", set_value_function = "g_value_set_int", default_value = "0")]
+-	[IntegerType (rank = 6)]
+-	public struct Pid : int {
+-		[CCode (cname = "G_PID_FORMAT")]
+-		[Version (since = "2.50")]
+-		public const string FORMAT;
+-	}
+-
+-	public delegate void ChildWatchFunc (Pid pid, int status);
+-
+-	[CCode (cname = "GSource")]
+-	public class ChildWatchSource : Source {
+-		public ChildWatchSource (Pid pid);
+-	}
+-
+-	namespace ChildWatch {
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_child_watch_add_full")]
+-		public static uint add (Pid pid, owned ChildWatchFunc function, [CCode (pos = 0.1)] int priority = Priority.DEFAULT_IDLE);
+-		[Version (since = "2.4")]
+-		public static uint add_full (int priority, Pid pid, owned ChildWatchFunc function);
+-	}
+-
+-	public struct PollFD {
+-		public int fd;
+-		public IOCondition events;
+-		public IOCondition revents;
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "g_source_ref", unref_function = "g_source_unref")]
+-	public abstract class Source {
+-		protected Source ();
+-		[Version (since = "2.12")]
+-		public void set_funcs (SourceFuncs funcs);
+-		public uint attach (MainContext? context = null);
+-		public void destroy ();
+-		[Version (since = "2.12")]
+-		public bool is_destroyed ();
+-		public void set_priority (int priority);
+-		public int get_priority ();
+-		public void set_can_recurse (bool can_recurse);
+-		public bool get_can_recurse ();
+-		public uint get_id ();
+-		[Version (since = "2.26")]
+-		public unowned string? get_name ();
+-		[Version (since = "2.26")]
+-		public void set_name (string? name);
+-		[Version (since = "2.26")]
+-		public static void set_name_by_id (uint tag, string? name);
+-		public unowned MainContext get_context ();
+-		public void set_callback (owned SourceFunc func);
+-		public void set_callback_indirect (void* callback_data, SourceCallbackFuncs callback_funcs);
+-		[Version (since = "2.36")]
+-		public void* add_unix_fd (int fd, IOCondition events);
+-		[Version (since = "2.36")]
+-		public void remove_unix_fd (void* tag);
+-		[Version (since = "2.36")]
+-		public void modify_unix_fd (void* tag, IOCondition new_events);
+-		[Version (since = "2.36")]
+-		public IOCondition query_unix_fd (void* tag);
+-		public void add_poll (ref PollFD fd);
+-		public void remove_poll (ref PollFD fd);
+-		[Version (since = "2.28")]
+-		public void add_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public void remove_child_source (Source child_source);
+-		[Version (since = "2.28")]
+-		public int64 get_time ();
+-		[Version (deprecated_since = "2.28", replacement = "get_time")]
+-		public void get_current_time (out TimeVal timeval);
+-		[Version (since = "2.36")]
+-		public void set_ready_time (int64 ready_time);
+-		public int64 get_ready_time ();
+-		public static bool remove (uint id);
+-		public static bool remove_by_funcs_user_data (void* user_data);
+-		public static bool remove_by_user_data (void* user_data);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_CONTINUE")]
+-		public const bool CONTINUE;
+-		[Version (since = "2.32")]
+-		[CCode (cname = "G_SOURCE_REMOVE")]
+-		public const bool REMOVE;
+-
+-		protected abstract bool prepare (out int timeout_);
+-		protected abstract bool check ();
+-		protected abstract bool dispatch (SourceFunc? _callback);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceDummyMarshal ();
+-
+-	[CCode (has_target = false)]
+-	public delegate bool SourcePrepareFunc (Source source, out int timeout_);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceCheckFunc (Source source);
+-	[CCode (has_target = false)]
+-	public delegate bool SourceDispatchFunc (Source source, SourceFunc? _callback);
+-	[CCode (has_target = false)]
+-	public delegate void SourceFinalizeFunc (Source source);
+-
+-	public struct SourceFuncs {
+-		public SourcePrepareFunc prepare;
+-		public SourceCheckFunc check;
+-		public SourceDispatchFunc dispatch;
+-		public SourceFinalizeFunc finalize;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackRefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackUnrefFunc (void* cb_data);
+-	[CCode (has_target = false)]
+-	public delegate void SourceCallbackGetFunc (void* cb_data, Source source, SourceFunc func);
+-
+-	[Compact]
+-	public class SourceCallbackFuncs {
+-		public SourceCallbackRefFunc @ref;
+-		public SourceCallbackUnrefFunc unref;
+-		public SourceCallbackGetFunc @get;
+-	}
+-
+-	public delegate bool SourceFunc ();
+-
+-	public errordomain ThreadError {
+-		AGAIN;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Thread support */
+-
+-	[CCode (scope = "async")]
+-	public delegate G ThreadFunc<G> ();
+-	public delegate void Func<G> (G data);
+-
+-	[Version (since = "2.36")]
+-	public uint get_num_processors ();
+-
+-	[CCode (has_type_id = false)]
+-	public enum ThreadPriority {
+-		LOW,
+-		NORMAL,
+-		HIGH,
+-		URGENT
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_thread_ref", unref_function = "g_thread_unref")]
+-	public class Thread<T> {
+-		[Version (since = "2.32")]
+-		public Thread (string? name, owned ThreadFunc<T> func);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_thread_try_new")]
+-		public Thread.try (string? name, owned ThreadFunc<T> func) throws GLib.Error;
+-		public static bool supported ();
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create<T> (owned ThreadFunc<T> func, bool joinable) throws ThreadError;
+-		[Version (deprecated_since = "2.32", replacement = "new Thread<T> ()")]
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
+-		[CCode (simple_generics = true)]
+-		public static unowned Thread<T> self<T> ();
+-		[DestroysInstance]
+-		public T join ();
+-		[Version (deprecated_since = "2.32")]
+-		public void set_priority (ThreadPriority priority);
+-		public static void yield ();
+-		public static void exit (T retval);
+-		[Version (deprecated_since = "2.32", since = "2.10")]
+-		public static void @foreach (Func<Thread> thread_func);
+-
+-		[CCode (cname = "g_usleep")]
+-		public static void usleep (ulong microseconds);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_mutex_clear", lvalue_access = false)]
+-	public struct Mutex {
+-		public Mutex ();
+-		public void @lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.44")]
+-	[CCode (destroy_function = "g_mutex_locker_free")]
+-	public struct MutexLocker {
+-		public MutexLocker (Mutex mutex);
+-		public void free ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rec_mutex_clear")]
+-	public struct RecMutex {
+-		public RecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_rw_lock_clear")]
+-	public struct RWLock {
+-		public RWLock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "Mutex")]
+-	[CCode (destroy_function = "g_static_mutex_free", default_value = "G_STATIC_MUTEX_INIT")]
+-	public struct StaticMutex {
+-		public StaticMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RecMutex")]
+-	[CCode (destroy_function = "g_static_rec_mutex_free", default_value = "G_STATIC_REC_MUTEX_INIT")]
+-	public struct StaticRecMutex {
+-		public StaticRecMutex ();
+-		public void lock ();
+-		public bool trylock ();
+-		public void unlock ();
+-		public void lock_full ();
+-	}
+-
+-	[Version (deprecated_since = "2.32", replacement = "RWLock")]
+-	[CCode (destroy_function = "g_static_rw_lock_free", default_value = "G_STATIC_RW_LOCK_INIT")]
+-	public struct StaticRWLock {
+-		public StaticRWLock ();
+-		public void reader_lock ();
+-		public bool reader_trylock ();
+-		public void reader_unlock ();
+-		public void writer_lock ();
+-		public bool writer_trylock ();
+-		public void writer_unlock ();
+-	}
+-
+-	[Compact]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class Private {
+-		public Private (DestroyNotify? destroy_func = null);
+-		public void* get ();
+-		public void set (void* data);
+-		public void replace (void* data);
+-	}
+-
+-	[CCode (destroy_function = "g_static_private_free", default_value = "G_STATIC_PRIVATE_INIT")]
+-	[Version (deprecated_since = "2.32")]
+-	public struct StaticPrivate {
+-		public StaticPrivate ();
+-		public void* get ();
+-		public void set (void* data, DestroyNotify? destroy_func);
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (destroy_function = "g_cond_clear", lvalue_access = false)]
+-	public struct Cond {
+-		public Cond ();
+-		public void @signal ();
+-		public void broadcast ();
+-		public void wait (Mutex mutex);
+-		[Version (deprecated_since = "2.32", replacement = "wait_until")]
+-		public bool timed_wait (Mutex mutex, TimeVal abs_time);
+-		[Version (since = "2.32")]
+-		public bool wait_until (Mutex mutex, int64 end_time);
+-	}
+-
+-	[CCode (cname = "GThreadFunc")]
+-	public delegate G OnceFunc<G> ();
+-
+-	[Version (since = "2.4")]
+-	[CCode (default_value = "G_ONCE_INIT")]
+-	public struct Once<G> {
+-		[CCode (cname = "g_once")]
+-		public unowned G once (OnceFunc<G> function);
+-		[Version (since = "2.14")]
+-		public static bool init_enter ([CCode (type="volatile gsize *")] size_t *value);
+-		[Version (since = "2.14")]
+-		public static void init_leave ([CCode (type="volatile gsize *")] size_t *value, size_t set_value);
+-		public OnceStatus status;
+-	}
+-
+-	[CCode (cprefix = "G_ONCE_STATUS_", has_type_id = false)]
+-	public enum OnceStatus {
+-		NOTCALLED,
+-		PROGRESS,
+-		READY
+-	}
+-
+-	/* Thread Pools */
+-
+-	[CCode (cname = "GFunc")]
+-	public delegate void ThreadPoolFunc<G> (owned G data);
+-
+-	[Compact]
+-	[CCode (free_function = "g_thread_pool_free")]
+-	public class ThreadPool<T> {
+-		[Version (deprecated_since = "vala-0.18", replacement = "ThreadPool.with_owned_data")]
+-		public ThreadPool (Func<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_new")]
+-		public ThreadPool.with_owned_data (ThreadPoolFunc<T> func, int max_threads, bool exclusive) throws ThreadError;
+-		[Version (deprecated_since = "vala-0.18", replacement = "add")]
+-		public void push (T data) throws ThreadError;
+-		[CCode (cname = "g_thread_pool_push")]
+-		public void add (owned T data) throws ThreadError;
+-		public void set_max_threads (int max_threads) throws ThreadError;
+-		public int get_max_threads ();
+-		public uint get_num_threads ();
+-		[Version (since = "2.46")]
+-		public bool move_to_front (T data);
+-		public uint unprocessed ();
+-		[CCode (cname = "g_thread_pool_free")]
+-		void _free (bool immediate, bool wait);
+-		[CCode (cname = "vala__g_thread_pool_free_wrapper")]
+-		public static void free (owned ThreadPool? pool, bool immediate, bool wait) {
+-			ThreadPool* ptr = (owned) pool;
+-			if (ptr != null) {
+-				((ThreadPool)ptr)._free (immediate, wait);
+-			}
+-		}
+-		public static void set_max_unused_threads (int max_threads);
+-		public static int get_max_unused_threads ();
+-		public static uint get_num_unused_threads ();
+-		public static void stop_unused_threads ();
+-		[Version (since = "2.10")]
+-		public void set_sort_function (CompareDataFunc<T> func);
+-		[Version (since = "2.10")]
+-		public static void set_max_idle_time (uint interval);
+-		[Version (since = "2.10")]
+-		public static uint get_max_idle_time ();
+-	}
+-
+-	/* Asynchronous Queues */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_async_queue_ref", unref_function = "g_async_queue_unref")]
+-	public class AsyncQueue<G> {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_async_queue_new_full", simple_generics = true)]
+-		public AsyncQueue ();
+-		public void push (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted (owned G data, CompareDataFunc<G> func);
+-		public G pop ();
+-		public G? try_pop ();
+-		public G? timed_pop (ref TimeVal end_time);
+-		public int length ();
+-		[Version (since = "2.10")]
+-		public void sort (CompareDataFunc<G> func);
+-		public void @lock ();
+-		public void unlock ();
+-		public void ref_unlocked ();
+-		public void unref_and_unlock ();
+-		[Version (since = "2.46")]
+-		public void push_front (owned G data);
+-		[Version (since = "2.46")]
+-		public void push_front_unlocked (owned G data);
+-		public void push_unlocked (owned G data);
+-		[Version (since = "2.10")]
+-		public void push_sorted_unlocked (owned G data, CompareDataFunc<G> func);
+-		public G pop_unlocked ();
+-		[Version (since = "2.46")]
+-		public bool remove (G data);
+-		[Version (since = "2.46")]
+-		public bool remove_unlocked (G data);
+-		public G? try_pop_unlocked ();
+-		public G? timed_pop_unlocked (ref TimeVal end_time);
+-		public G? timeout_pop (uint64 timeout);
+-		public G? timeout_pop_unlocked (uint64 timeout);
+-		public int length_unlocked ();
+-		public void sort_unlocked (CompareDataFunc<G> func);
+-	}
+-
+-	/* Memory Allocation */
+-
+-	public static void* malloc (size_t n_bytes);
+-	public static void* malloc0 (size_t n_bytes);
+-	public static void* realloc (void* mem, size_t n_bytes);
+-
+-	public static void* try_malloc (size_t n_bytes);
+-	[Version (since = "2.8")]
+-	public static void* try_malloc0 (size_t n_bytes);
+-	public static void* try_realloc (void* mem, size_t n_bytes);
+-
+-	public static void free (void* mem);
+-
+-	public class MemVTable {
+-	}
+-
+-	[CCode (cname = "glib_mem_profiler_table")]
+-	public static MemVTable mem_profiler_table;
+-
+-	public static void mem_set_vtable (MemVTable vtable);
+-	public static void mem_profile ();
+-
+-	[CCode (cheader_filename = "string.h")]
+-	namespace Memory {
+-		[CCode (cname = "memcmp")]
+-		public static int cmp (void* s1, void* s2, size_t n);
+-		[CCode (cname = "memcpy")]
+-		public static void* copy (void* dest, void* src, size_t n);
+-		[CCode (cname = "memset")]
+-		public static void* set (void* dest, int src, size_t n);
+-		[CCode (cname = "g_memmove")]
+-		public static void* move (void* dest, void* src, size_t n);
+-		[CCode (cname = "g_memdup")]
+-		public static void* dup (void* mem, uint n);
+-	}
+-
+-	[Version (since = "2.10")]
+-	namespace Slice {
+-		public static void* alloc (size_t block_size);
+-		public static void* alloc0 (size_t block_size);
+-		[Version (since = "2.14")]
+-		public static void* copy (size_t block_size, void* mem_block);
+-		[CCode (cname = "g_slice_free1")]
+-		public static void free (size_t block_size, void* mem_block);
+-		public static void free_chain_with_offset (size_t block_size, void *mem_chain, size_t next_offset);
+-		public static int64 get_config (SliceConfig ckey);
+-		[CCode (array_length_cname = "n_values", array_length_type = "guint")]
+-		public static int64[] get_config_state (SliceConfig ckey, int64 address);
+-		public static void set_config (SliceConfig ckey, int64 value);
+-	}
+-
+-	[CCode (cprefix = "G_SLICE_CONFIG_", has_type_id = false)]
+-	public enum SliceConfig {
+-		ALWAYS_MALLOC,
+-		BYPASS_MAGAZINES,
+-		WORKING_SET_MSECS,
+-		COLOR_INCREMENT,
+-		CHUNK_SIZES,
+-		CONTENTION_COUNTER
+-	}
+-
+-	/* IO Channels */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_io_channel_ref", unref_function = "g_io_channel_unref")]
+-	public class IOChannel {
+-		[CCode (cname = "g_io_channel_unix_new")]
+-		public IOChannel.unix_new (int fd);
+-		public int unix_get_fd ();
+-		[CCode (cname = "g_io_channel_win32_new_fd")]
+-		public IOChannel.win32_new_fd (int fd);
+-		[CCode (cname = "g_io_channel_win32_new_socket")]
+-		public IOChannel.win32_socket (int socket);
+-		[CCode (cname = "g_io_channel_win32_new_messages")]
+-		public IOChannel.win32_messages (size_t hwnd);
+-		public void init ();
+-		public IOChannel.file (string filename, string mode) throws FileError;
+-		public IOStatus read_chars (char[] buf, out size_t bytes_read) throws ConvertError, IOChannelError;
+-		public IOStatus read_unichar (out unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus read_line (out string str_return, out size_t length, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_line_string (StringBuilder buffer, out size_t terminator_pos) throws ConvertError, IOChannelError;
+-		public IOStatus read_to_end (out string str_return, out size_t length) throws ConvertError, IOChannelError;
+-		public IOStatus write_chars (char[] buf, out size_t bytes_written) throws ConvertError, IOChannelError;
+-		public IOStatus write_unichar (unichar thechar) throws ConvertError, IOChannelError;
+-		public IOStatus flush () throws IOChannelError;
+-		public IOStatus seek_position (int64 offset, SeekType type) throws IOChannelError;
+-		public IOStatus shutdown (bool flush) throws IOChannelError;
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource create_watch (IOCondition condition);
+-		[CCode (cname = "g_io_add_watch")]
+-		public uint add_watch (IOCondition condition, IOFunc func);
+-		[CCode (cname = "g_io_add_watch_full")]
+-		public uint add_watch_full (int priority, IOCondition condition, owned IOFunc func);
+-		public size_t get_buffer_size ();
+-		public void set_buffer_size (size_t size);
+-		public IOCondition get_buffer_condition ();
+-		public IOFlags get_flags ();
+-		public IOStatus set_flags (IOFlags flags) throws IOChannelError;
+-		public unowned string get_line_term (out int length);
+-		public void set_line_term (string line_term, int length);
+-		public bool get_buffered ();
+-		public void set_buffered (bool buffered);
+-		public unowned string get_encoding ();
+-		public IOStatus set_encoding (string? encoding) throws IOChannelError;
+-		public bool get_close_on_unref ();
+-		public void set_close_on_unref (bool do_close);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GSource")]
+-	public class IOSource : Source {
+-		[CCode (cname = "g_io_create_watch")]
+-		public IOSource (IOChannel channel, IOCondition condition);
+-		[CCode (cname = "g_source_set_callback")]
+-		public void set_callback ([CCode (type = "GSourceFunc")] owned IOFunc func);
+-	}
+-
+-	[CCode (cprefix = "G_SEEK_", has_type_id = false)]
+-	public enum SeekType {
+-		CUR,
+-		SET,
+-		END
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public enum IOStatus {
+-		ERROR,
+-		NORMAL,
+-		EOF,
+-		AGAIN
+-	}
+-
+-	public errordomain IOChannelError {
+-		FBIG,
+-		INVAL,
+-		IO,
+-		ISDIR,
+-		NOSPC,
+-		NXIO,
+-		OVERFLOW,
+-		PIPE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_IO_")]
+-	public enum IOCondition {
+-		IN,
+-		OUT,
+-		PRI,
+-		ERR,
+-		HUP,
+-		NVAL
+-	}
+-
+-	public delegate bool IOFunc (IOChannel source, IOCondition condition);
+-
+-	[CCode (cprefix = "G_IO_FLAG_", has_type_id = false)]
+-	[Flags]
+-	public enum IOFlags {
+-		APPEND,
+-		NONBLOCK,
+-		IS_READABLE,
+-		IS_WRITABLE,
+-		IS_WRITEABLE,
+-		IS_SEEKABLE,
+-		MASK,
+-		GET_MASK,
+-		SET_MASK
+-	}
+-
+-	/* Error Reporting */
+-
+-	[Compact]
+-	[ErrorBase]
+-	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
+-	public class Error {
+-		[PrintfFormat]
+-		public Error (Quark domain, int code, string format, ...);
+-		public Error.literal (Quark domain, int code, string message);
+-		[PrintfFormat]
+-		public Error.valist (Quark domain, int code, string format, va_list args);
+-		public Error copy ();
+-		public bool matches (Quark domain, int code);
+-		[CCode (cname = "g_prefix_error")]
+-		public static void prefix (out Error? dest, string format, ...);
+-		[CCode (cname = "g_propagate_error")]
+-		public static void propagate (out Error? dest, owned Error src);
+-		[CCode (cname = "g_propagate_prefixed_error")]
+-		public static void propagate_prefixed (out Error? dest, owned Error src, string format, ...);
+-		[CCode (cname = "g_set_error")]
+-		public static void @set (out Error? dest, Quark domain, int code, string format, ...);
+-		[CCode (cname = "g_set_error_literal")]
+-		public static void set_literal (out Error? dest, Quark domain, int code, string message);
+-
+-		public Quark domain;
+-		public int code;
+-		public string message;
+-	}
+-
+-	/* Message Output and Debugging Functions */
+-
+-	[PrintfFormat]
+-	public static void print (string format, ...);
+-	public static void set_print_handler (PrintFunc func);
+-	[CCode (has_target = false)]
+-	public delegate void PrintFunc (string text);
+-	[PrintfFormat]
+-	public static void printerr (string format, ...);
+-	public static void set_printerr_handler (PrintFunc func);
+-
+-	public static void return_if_fail (bool expr);
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_fail (bool expr, ...);
+-	[NoReturn]
+-	public static void return_if_reached ();
+-	[NoReturn]
+-	[CCode (sentinel = "")]
+-	public static void return_val_if_reached (...);
+-	[Version (since = "2.16")]
+-	public static void warn_if_fail (bool expr);
+-	[Version (since = "2.16")]
+-	public static void warn_if_reached ();
+-
+-	[Assert]
+-	public static void assert (bool expr);
+-	[Assert]
+-	[Version (since = "2.46")]
+-	public static void assert_cmpmem (uint8[] m1, uint8[] m2);
+-	[Assert]
+-	public static void assert_error (Error? error, Quark error_domain, int error_code);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_false (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_true (bool expr);
+-	[Assert]
+-	[Version (since = "2.38")]
+-	public static void assert_null (void* expr);
+-	[Assert]
+-	public static void assert_no_error (Error? error);
+-	[Assert]
+-	[Version (since = "2.40")]
+-	public static void assert_nonnull (void* expr);
+-	[NoReturn]
+-	public static void assert_not_reached ();
+-
+-	public static void on_error_query (string? prg_name = null);
+-	public static void on_error_stack_trace (string? prg_name = null);
+-	[CCode (cname = "G_BREAKPOINT")]
+-	public static void breakpoint ();
+-
+-	/* Message Logging */
+-
+-	[CCode (cprefix = "G_LOG_", has_type_id = false)]
+-	[Flags]
+-	public enum LogLevelFlags {
+-		/* log flags */
+-		FLAG_RECURSION,
+-		FLAG_FATAL,
+-
+-		/* GLib log levels */
+-		LEVEL_ERROR,
+-		LEVEL_CRITICAL,
+-		LEVEL_WARNING,
+-		LEVEL_MESSAGE,
+-		LEVEL_INFO,
+-		LEVEL_DEBUG,
+-
+-		LEVEL_MASK
+-	}
+-
+-	[CCode (cprefix = "G_LOG_WRITER_", has_type_id = false)]
+-	[Version (since = "2.50")]
+-	public enum LogWriterOutput {
+-		HANDLED,
+-		UNHANDLED
+-	}
+-
+-	[CCode (has_type_id = false, simple_generics = true)]
+-	[Version (since = "2.50")]
+-	public struct LogField<T> {
+-		public unowned string key;
+-		public unowned T @value;
+-		public ssize_t length;
+-	}
+-
+-	public void logv (string? log_domain, LogLevelFlags log_level, string format, va_list args);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void log (string? log_domain, LogLevelFlags log_level, string format, ...);
+-
+-	[Version (since = "2.50")]
+-	public void log_structured (string? log_domain, LogLevelFlags log_levels, ...);
+-	[Version (since = "2.50")]
+-	public void log_structured_array (LogLevelFlags log_levels, LogField[] fields);
+-
+-	[Version (since = "2.50")]
+-	public void log_variant (string? log_domain, LogLevelFlags log_levels, GLib.Variant fields);
+-
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void message (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void warning (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	public void critical (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[NoReturn]
+-	public void error (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.6")]
+-	public void debug (string format, ...);
+-	[Diagnostics]
+-	[PrintfFormat]
+-	[Version (since = "2.40")]
+-	public void info (string format, ...);
+-	[CCode (cname = "G_DEBUG_HERE")]
+-	[Version (since = "2.50")]
+-	public void debug_here ();
+-
+-	public delegate void LogFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-	[Version (since = "2.50")]
+-	public delegate LogWriterOutput LogWriterFunc (LogLevelFlags log_level, LogField[] fields);
+-
+-	namespace Log {
+-		public static uint set_handler (string? log_domain, LogLevelFlags log_levels, LogFunc log_func);
+-		[Version (since = "2.46")]
+-		public static void set_handler_full (string? log_domain, LogLevelFlags log_levels, owned LogFunc log_func);
+-		[Version (since = "2.6")]
+-		public static void set_default_handler (LogFunc log_func);
+-		[CCode (delegate_target = false)]
+-		public static GLib.LogFunc default_handler;
+-		public static LogLevelFlags set_fatal_mask (string log_domain, LogLevelFlags log_levels);
+-		public static LogLevelFlags set_always_fatal (LogLevelFlags log_levels);
+-		public static void remove_handler (string? log_domain, uint handler_id);
+-
+-		public const string FILE;
+-		public const int LINE;
+-		public const string METHOD;
+-
+-		[Version (since = "2.50")]
+-		public static void set_writer_func (owned LogWriterFunc func);
+-		[Version (since = "2.50")]
+-		public static bool writer_supports_color (int output_fd);
+-		[Version (since = "2.50")]
+-		public static bool writer_is_journald (int output_fd);
+-		[Version (since = "2.50")]
+-		public static string writer_format_fields (LogLevelFlags log_levels, LogField[] fields, bool use_color);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_journald (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_standard_streams (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-		[Version (since = "2.50")]
+-		public static LogWriterOutput writer_default (LogLevelFlags log_levels, LogField[] fields, void* user_data);
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	public struct DebugKey {
+-		unowned string key;
+-		uint value;
+-	}
+-
+-	public uint parse_debug_string (string? debug_string, DebugKey[] keys);
+-
+-	/* String Utility Functions */
+-
+-	public string strdup (string str);
+-	[CCode (array_length = false, array_null_terminated = true)]
+-	public string[] strdupv ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-
+-	public void strfreev (string** str_array);
+-	[Version (since = "2.6")]
+-	public uint strv_length ([CCode (array_length = false, array_null_terminated = true)] string[] str_array);
+-	[Version (since = "2.44")]
+-	public bool strv_contains ([CCode (array_length = false, array_null_terminated = true)] string[] str_array, string str);
+-
+-	[CCode (cname = "errno", cheader_filename = "errno.h")]
+-	public int errno;
+-	public unowned string strerror (int errnum);
+-
+-	/* Character Set Conversions */
+-
+-	public static string convert (string str, ssize_t len, string to_codeset, string from_codeset, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_fallback (string str, ssize_t len, string to_codeset, string from_codeset, string? fallback = null, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static string convert_with_iconv (string str, ssize_t len, IConv converter, out size_t bytes_read = null, out size_t bytes_written = null) throws ConvertError;
+-	public static bool get_charset (out unowned string charset);
+-	public static bool get_filename_charsets ([CCode (array_length = false, array_null_terminated = true)] out unowned string[] charsets);
+-
+-	[SimpleType]
+-	public struct IConv {
+-		public static IConv open (string to_codeset, string from_codeset);
+-		[CCode (cname = "g_iconv")]
+-		public size_t iconv ([CCode (array_length = false)] ref char[] inbuf, ref size_t inbytes_left, [CCode (array_length = false)] ref char[] outbuf, ref size_t outbytes_left);
+-		public int close ();
+-	}
+-
+-	namespace Filename {
+-		public static string to_utf8 (string opsysstring, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_utf8 (string utf8string, ssize_t len, out size_t bytes_read, out size_t bytes_written) throws ConvertError;
+-		public static string from_uri (string uri, out string hostname = null) throws ConvertError;
+-		public static string to_uri (string filename, string? hostname = null) throws ConvertError;
+-		[Version (since = "2.6")]
+-		public static string display_name (string filename);
+-		[Version (since = "2.6")]
+-		public static string display_basename (string filename);
+-		[Version (cname = "g_canonicalize_filename", since = "2.58")]
+-		public static string canonicalize (string filename, string? relative_to = null);
+-	}
+-
+-	public errordomain ConvertError {
+-		NO_CONVERSION,
+-		ILLEGAL_SEQUENCE,
+-		FAILED,
+-		PARTIAL_INPUT,
+-		BAD_URI,
+-		NOT_ABSOLUTE_PATH;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Base64 Encoding */
+-
+-	[Version (since = "2.12")]
+-	namespace Base64 {
+-		public static size_t encode_step (uchar[] _in, bool break_lines, char* _out, ref int state, ref int save);
+-		public static size_t encode_close (bool break_lines, char* _out, ref int state, ref int save);
+-		public static string encode (uchar[] data);
+-		public static size_t decode_step (char[] _in, uchar* _out, ref int state, ref uint save);
+-		[CCode (array_length_type = "size_t")]
+-		public static uchar[] decode (string text);
+-	}
+-
+-	/* Data Checksums */
+-
+-	[Version (since = "2.16")]
+-	[CCode (cprefix = "G_CHECKSUM_", has_type_id = false)]
+-	public enum ChecksumType {
+-		MD5,
+-		SHA1,
+-		SHA256,
+-		[Version (since = "2.52")]
+-		SHA384,
+-		[Version (since = "2.36")]
+-		SHA512;
+-
+-		public ssize_t get_length ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.16")]
+-	[CCode (free_function = "g_checksum_free")]
+-	public class Checksum {
+-		public Checksum (ChecksumType checksum_type);
+-		public Checksum copy ();
+-		public void update ([CCode (array_length = false)] uchar[] data, size_t length);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[CCode (cname = "g_compute_checksum_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
+-		[CCode (cname = "g_compute_checksum_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, string str, size_t length = -1);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_compute_checksum_for_bytes")]
+-		public static string compute_for_bytes (ChecksumType checksum_type, Bytes data);
+-	}
+-
+-	/* Secure HMAC Digests */
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_hmac_ref", unref_function = "g_hmac_unref")]
+-	public class Hmac {
+-		public Hmac (ChecksumType digest_type, [CCode (array_length_type = "gsize")] uint8[] key);
+-		public Hmac copy ();
+-		public void update ([CCode (array_length_type = "gssize")] uint8[] data);
+-		public unowned string get_string ();
+-		public void get_digest ([CCode (array_length = false)] uint8[] buffer, ref size_t digest_len);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_data")]
+-		public static string compute_for_data (ChecksumType checksum_type, uint8[] key, uint8[] data);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_compute_hmac_for_string")]
+-		public static string compute_for_string (ChecksumType checksum_type, uint8[] key, string str, size_t length = -1);
+-		[Version (since = "2.50")]
+-		[CCode (cname = "g_compute_hmac_for_bytes")]
+-		public static string compute_hmac_for_bytes (ChecksumType checksum_type, Bytes key, Bytes data);
+-	}
+-
+-	/* Date and Time Functions */
+-
+-	[CCode (has_type_id = false)]
+-	public struct TimeVal {
+-		public long tv_sec;
+-		public long tv_usec;
+-
+-		[CCode (cname = "g_get_current_time")]
+-		public TimeVal ();
+-		[CCode (cname = "g_get_current_time")]
+-		public void get_current_time ();
+-		public void add (long microseconds);
+-		[Version (since = "2.12")]
+-		[CCode (instance_pos = -1)]
+-		public bool from_iso8601 (string iso_date);
+-		[Version (since = "2.12")]
+-		public string to_iso8601 ();
+-	}
+-
+-	[Version (since = "2.28")]
+-	public static int64 get_monotonic_time ();
+-	[Version (since = "2.28")]
+-	public static int64 get_real_time ();
+-
+-	public struct DateDay : uchar {
+-		[CCode (cname = "G_DATE_BAD_DAY")]
+-		public static DateDay BAD_DAY;
+-
+-		[CCode (cname = "g_date_valid_day")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateMonth {
+-		BAD_MONTH,
+-		JANUARY,
+-		FEBRUARY,
+-		MARCH,
+-		APRIL,
+-		MAY,
+-		JUNE,
+-		JULY,
+-		AUGUST,
+-		SEPTEMBER,
+-		OCTOBER,
+-		NOVEMBER,
+-		DECEMBER;
+-
+-		[CCode (cname = "g_date_get_days_in_month")]
+-		public uchar get_days_in_month (DateYear year);
+-		[CCode (cname = "g_date_valid_month")]
+-		public bool valid ();
+-	}
+-
+-	public struct DateYear : ushort {
+-		[CCode (cname = "G_DATE_BAD_YEAR")]
+-		public static DateDay BAD_YEAR;
+-
+-		[CCode (cname = "g_date_is_leap_year")]
+-		public bool is_leap_year ();
+-		[CCode (cname = "g_date_get_monday_weeks_in_year")]
+-		public uchar get_monday_weeks_in_year ();
+-		[CCode (cname = "g_date_get_sunday_weeks_in_year")]
+-		public uchar get_sunday_weeks_in_year ();
+-		[CCode (cname = "g_date_valid_year")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateWeekday {
+-		BAD_WEEKDAY,
+-		MONDAY,
+-		TUESDAY,
+-		WEDNESDAY,
+-		THURSDAY,
+-		FRIDAY,
+-		SATURDAY,
+-		SUNDAY;
+-
+-		[CCode (cname = "g_date_valid_weekday")]
+-		public bool valid ();
+-	}
+-
+-	[CCode (cprefix = "G_DATE_", has_type_id = false)]
+-	public enum DateDMY {
+-		DAY,
+-		MONTH,
+-		YEAR
+-	}
+-
+-	[CCode (type_id = "G_TYPE_DATE")]
+-	public struct Date {
+-		public void clear (uint n_dates = 1);
+-		[Version (since = "2.56")]
+-		public Date copy ();
+-		public void set_day (DateDay day);
+-		public void set_month (DateMonth month);
+-		public void set_year (DateYear year);
+-		public void set_dmy (DateDay day, int month, DateYear y);
+-		public void set_julian (uint julian_day);
+-		[Version (since = "2.10")]
+-		public void set_time_t (time_t timet);
+-		[Version (since = "2.10")]
+-		public void set_time_val (TimeVal timeval);
+-		public void set_parse (string str);
+-		public void add_days (uint n_days);
+-		public void subtract_days (uint n_days);
+-		public void add_months (uint n_months);
+-		public void subtract_months (uint n_months);
+-		public void add_years (uint n_years);
+-		public void subtract_years (uint n_years);
+-		public int days_between (Date date2);
+-		public int compare (Date rhs);
+-		public void clamp (Date min_date, Date max_date);
+-		public void order (Date date2);
+-		public DateDay get_day ();
+-		public DateMonth get_month ();
+-		public DateYear get_year ();
+-		public uint get_julian ();
+-		public DateWeekday get_weekday ();
+-		public uint get_day_of_year ();
+-		public bool is_first_of_month ();
+-		public bool is_last_of_month ();
+-		public uint get_monday_week_of_year ();
+-		public uint get_sunday_week_of_year ();
+-		[Version (since = "2.6")]
+-		public uint get_iso8601_week_of_year ();
+-		[CCode (instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "g_date_to_struct_tm")]
+-		public void to_time (out Time tm);
+-		public bool valid ();
+-		public static uchar get_days_in_month (DateMonth month, DateYear year);
+-		public static bool valid_day (DateDay day);
+-		public static bool valid_dmy (DateDay day, DateMonth month, DateYear year);
+-		public static bool valid_julian (uint julian_date);
+-		public static bool valid_weekday (DateWeekday weekday);
+-	}
+-
+-	[CCode (cname = "struct tm", cheader_filename = "time.h", has_type_id = false)]
+-	public struct Time {
+-		[CCode (cname = "tm_sec")]
+-		public int second;
+-		[CCode (cname = "tm_min")]
+-		public int minute;
+-		[CCode (cname = "tm_hour")]
+-		public int hour;
+-		[CCode (cname = "tm_mday")]
+-		public int day;
+-		[CCode (cname = "tm_mon")]
+-		public int month;
+-		[CCode (cname = "tm_year")]
+-		public int year;
+-		[CCode (cname = "tm_wday")]
+-		public int weekday;
+-		[CCode (cname = "tm_yday")]
+-		public int day_of_year;
+-		[CCode (cname = "tm_isdst")]
+-		public int isdst;
+-
+-		[CCode (cname = "gmtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void gmtime_r (ref time_t time, out Time result);
+-		[CCode (cname = "localtime_r", feature_test_macro = "_XOPEN_SOURCE")]
+-		static void localtime_r (ref time_t time, out Time result);
+-
+-		public static Time gm (time_t time) {
+-			Time result;
+-			gmtime_r (ref time, out result);
+-			return result;
+-		}
+-		public static Time local (time_t time) {
+-			Time result;
+-			localtime_r (ref time, out result);
+-			return result;
+-		}
+-
+-		public string to_string () {
+-			return "%04d-%02d-%02d %02d:%02d:%02d".printf (year + 1900, month + 1, day, hour, minute, second);
+-		}
+-
+-		public string format (string format) {
+-			var buffer = new char[64];
+-			this.strftime (buffer, format);
+-			return (string) buffer;
+-		}
+-
+-		[CCode (cname = "mktime")]
+-		public time_t mktime ();
+-
+-		[CCode (cname = "strftime", instance_pos = -1)]
+-		public size_t strftime (char[] s, string format);
+-		[CCode (cname = "strptime", instance_pos = -1, feature_test_macro = "_XOPEN_SOURCE")]
+-		public unowned string? strptime (string buf, string format);
+-	}
+-
+-	[SimpleType]
+-	[Version (since = "2.26")]
+-	[CCode (cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
+-	[IntegerType (rank = 10)]
+-	public struct TimeSpan : int64 {
+-		public const TimeSpan DAY;
+-		public const TimeSpan HOUR;
+-		public const TimeSpan MINUTE;
+-		public const TimeSpan SECOND;
+-		public const TimeSpan MILLISECOND;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_date_time_ref", unref_function = "g_date_time_unref", type_id = "G_TYPE_DATE_TIME")]
+-	public class DateTime {
+-		public DateTime.now (TimeZone tz = new TimeZone.local ());
+-		public DateTime.now_local ();
+-		public DateTime.now_utc ();
+-		[Version (since = "2.56")]
+-		public DateTime.from_iso8601 (string text, TimeZone default_tz);
+-		public DateTime.from_unix_local (int64 t);
+-		public DateTime.from_unix_utc (int64 t);
+-		public DateTime.from_timeval_local (TimeVal tv);
+-		public DateTime.from_timeval_utc (TimeVal tv);
+-		public DateTime (TimeZone tz, int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.local (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime.utc (int year, int month, int day, int hour, int minute, double seconds);
+-		public DateTime add (TimeSpan timespan);
+-		public DateTime add_years (int years);
+-		public DateTime add_months (int months);
+-		public DateTime add_weeks (int weeks);
+-		public DateTime add_days (int days);
+-		public DateTime add_hours (int hours);
+-		public DateTime add_minutes (int minutes);
+-		public DateTime add_seconds (double seconds);
+-		public DateTime add_full (int years, int months, int days, int hours = 0, int minutes = 0, double seconds = 0);
+-		public int compare (DateTime dt);
+-		public TimeSpan difference (DateTime begin);
+-		public uint hash ();
+-		public bool equal (DateTime dt);
+-		public void get_ymd (out int year, out int month, out int day);
+-		public int get_year ();
+-		public int get_month ();
+-		public int get_day_of_month ();
+-		public int get_week_numbering_year ();
+-		public int get_week_of_year ();
+-		public int get_day_of_week ();
+-		public int get_day_of_year ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_second ();
+-		public int get_microsecond ();
+-		public double get_seconds ();
+-		[Version (since = "2.58")]
+-		public unowned TimeZone get_timezone ();
+-		public int64 to_unix ();
+-		public bool to_timeval (out TimeVal tv);
+-		public TimeSpan get_utc_offset ();
+-		public unowned string get_timezone_abbreviation ();
+-		public bool is_daylight_savings ();
+-		public DateTime to_timezone (TimeZone tz);
+-		public DateTime to_local ();
+-		public DateTime to_utc ();
+-		public string format (string format);
+-		public string to_string () {
+-			return this.format ("%FT%H:%M:%S%z");
+-		}
+-	}
+-
+-	public enum TimeType {
+-		STANDARD,
+-		DAYLIGHT,
+-		UNIVERSAL
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.26")]
+-	[CCode (ref_function = "g_time_zone_ref", unref_function = "g_time_zone_unref")]
+-	public class TimeZone {
+-		public TimeZone (string identifier);
+-		public TimeZone.utc ();
+-		public TimeZone.local ();
+-		[Version (since = "2.58")]
+-		public TimeZone.offset (int32 seconds);
+-		public int find_interval (TimeType type, int64 time);
+-		public int adjust_time (TimeType type, ref int64 time);
+-		public unowned string get_abbreviation (int interval);
+-		[Version (since = "2.58")]
+-		public unowned string get_identifier ();
+-		public int32 get_offset (int interval);
+-		public bool is_dst (int interval);
+-	}
+-
+-	/* Random Numbers */
+-
+-	[Compact]
+-	[CCode (copy_function = "g_rand_copy", free_function = "g_rand_free")]
+-	public class Rand {
+-		public Rand.with_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public Rand.with_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public Rand ();
+-		public void set_seed (uint32 seed);
+-		[Version (since = "2.4")]
+-		public void set_seed_array ([CCode (array_length = false)] uint32[] seed, uint seed_length);
+-		public bool boolean ();
+-		[CCode (cname = "g_rand_int")]
+-		public uint32 next_int ();
+-		public int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_rand_double")]
+-		public double next_double ();
+-		public double double_range (double begin, double end);
+-	}
+-
+-	namespace Random {
+-		public static void set_seed (uint32 seed);
+-		public static bool boolean ();
+-		[CCode (cname = "g_random_int")]
+-		public static uint32 next_int ();
+-		public static int32 int_range (int32 begin, int32 end);
+-		[CCode (cname = "g_random_double")]
+-		public static double next_double ();
+-		public static double double_range (double begin, double end);
+-	}
+-
+-	namespace Uuid {
+-		[Version (since = "2.52")]
+-		public static bool string_is_valid (string str);
+-		[Version (since = "2.52")]
+-		public static string string_random ();
+-	}
+-
+-	/* Miscellaneous Utility Functions */
+-
+-	namespace Environment {
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_get_application_name")]
+-		public static unowned string? get_application_name ();
+-		[Version (since = "2.2")]
+-		[CCode (cname = "g_set_application_name")]
+-		public static void set_application_name (string application_name);
+-		[CCode (cname = "g_get_prgname")]
+-		public static unowned string get_prgname ();
+-		[CCode (cname = "g_set_prgname")]
+-		public static void set_prgname (string application_name);
+-		[CCode (cname = "g_getenv")]
+-		public static unowned string? get_variable (string variable);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_setenv")]
+-		public static bool set_variable (string variable, string value, bool overwrite);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_unsetenv")]
+-		public static void unset_variable (string variable);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_listenv", array_length = false, array_null_terminated = true)]
+-		public static string[] list_variables ();
+-		[CCode (cname = "g_get_user_name")]
+-		public static unowned string get_user_name ();
+-		[CCode (cname = "g_get_real_name")]
+-		public static unowned string get_real_name ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_cache_dir")]
+-		public static unowned string get_user_cache_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_data_dir")]
+-		public static unowned string get_user_data_dir ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_user_config_dir")]
+-		public static unowned string get_user_config_dir ();
+-		[CCode (cname = "g_get_user_runtime_dir")]
+-		public static unowned string get_user_runtime_dir ();
+-		[Version (since = "2.14")]
+-		[CCode (cname = "g_get_user_special_dir")]
+-		public static unowned string get_user_special_dir (UserDirectory directory);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_data_dirs ();
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_system_config_dirs ();
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_get_host_name")]
+-		public static unowned string get_host_name ();
+-		[CCode (cname = "g_get_home_dir")]
+-		public static unowned string get_home_dir ();
+-		[CCode (cname = "g_get_tmp_dir")]
+-		public static unowned string get_tmp_dir ();
+-		[CCode (cname = "g_get_current_dir")]
+-		public static string get_current_dir ();
+-		[CCode (cname = "g_find_program_in_path")]
+-		public static string? find_program_in_path (string program);
+-		[Version (deprecated_since = "2.32")]
+-		[CCode (cname = "g_atexit")]
+-		public static void atexit (VoidFunc func);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chdir")]
+-		public static int set_current_dir (string path);
+-	}
+-
+-	namespace Environ {
+-		[Version (since = "2.28")]
+-		[CCode (cname = "g_get_environ", array_length = false, array_null_terminated = true)]
+-		public static string[] get ();
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_getenv")]
+-		public static unowned string? get_variable ([CCode (array_length = false, array_null_terminated = true)] string[]? envp, string variable);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_setenv", array_length = false, array_null_terminated = true)]
+-		public static string[] set_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable, string value, bool overwrite = true);
+-		[Version (since = "2.32")]
+-		[CCode (cname = "g_environ_unsetenv", array_length = false, array_null_terminated = true)]
+-		public static string[] unset_variable ([CCode (array_length = false, array_null_terminated = true)] owned string[]? envp, string variable);
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (has_type_id = false)]
+-	public enum UserDirectory {
+-		DESKTOP,
+-		DOCUMENTS,
+-		DOWNLOAD,
+-		MUSIC,
+-		PICTURES,
+-		PUBLIC_SHARE,
+-		TEMPLATES,
+-		VIDEOS,
+-		[CCode (cname = "G_USER_N_DIRECTORIES")]
+-		N_DIRECTORIES
+-	}
+-
+-	namespace Hostname {
+-		public static bool is_non_ascii (string hostname);
+-		public static bool is_ascii_encoded (string hostname);
+-		public static bool is_ip_address (string hostname);
+-		public static string to_ascii (string hostname);
+-		public static string to_unicode (string hostname);
+-	}
+-
+-	namespace Path {
+-		public static bool is_absolute (string file_name);
+-		public static unowned string skip_root (string file_name);
+-		public static string get_basename (string file_name);
+-		public static string get_dirname (string file_name);
+-		[CCode (cname = "g_build_filename")]
+-		public static string build_filename (string first_element, ...);
+-		[Version (since = "2.56")]
+-		[CCode (cname = "g_build_filename_valist")]
+-		public static string build_filename_valist (string first_element, va_list args);
+-		[CCode (cname = "g_build_path")]
+-		public static string build_path (string separator, string first_element, ...);
+-
+-		[CCode (cname = "G_DIR_SEPARATOR")]
+-		public const char DIR_SEPARATOR;
+-		[CCode (cname = "G_DIR_SEPARATOR_S")]
+-		public const string DIR_SEPARATOR_S;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "G_IS_DIR_SEPARATOR")]
+-		public static bool is_dir_separator (unichar c);
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR")]
+-		public const char SEARCHPATH_SEPARATOR;
+-		[CCode (cname = "G_SEARCHPATH_SEPARATOR_S")]
+-		public const string SEARCHPATH_SEPARATOR_S;
+-	}
+-
+-	namespace Bit {
+-		public static int nth_lsf (ulong mask, int nth_bit);
+-		public static int nth_msf (ulong mask, int nth_bit);
+-		public static uint storage (ulong number);
+-	}
+-
+-	namespace SpacedPrimes {
+-		public static uint closest (uint num);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate void FreeFunc (void* data);
+-	[CCode (has_target = false)]
+-	public delegate void VoidFunc ();
+-
+-	[Version (deprecated_since = "2.30", replacement = "format_size", since = "2.16")]
+-	public string format_size_for_display (int64 size);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cname = "g_format_size_full")]
+-	public string format_size (uint64 size, FormatSizeFlags flags = FormatSizeFlags.DEFAULT);
+-
+-	[Version (since = "2.30")]
+-	[CCode (cprefix = "G_FORMAT_SIZE_", has_type_id = false)]
+-	[Flags]
+-	public enum FormatSizeFlags {
+-		DEFAULT,
+-		LONG_FORMAT,
+-		IEC_UNITS
+-	}
+-
+-	/* Lexical Scanner */
+-	[CCode (has_target = false)]
+-	public delegate void ScannerMsgFunc (Scanner scanner, string message, bool error);
+-
+-	[Compact]
+-	[CCode (free_function = "g_scanner_destroy")]
+-	public class Scanner {
+-		public unowned string input_name;
+-		public TokenType token;
+-		public TokenValue value;
+-		public uint line;
+-		public uint position;
+-		public TokenType next_token;
+-		public TokenValue next_value;
+-		public uint next_line;
+-		public uint next_position;
+-		public ScannerMsgFunc msg_handler;
+-		public ScannerConfig? config;
+-		public Scanner (ScannerConfig? config_templ);
+-		public void input_file (int input_fd);
+-		public void sync_file_offset ();
+-		public void input_text (string text, uint text_len);
+-		public TokenType peek_next_token ();
+-		public TokenType get_next_token ();
+-		public bool eof ();
+-		public int cur_line ();
+-		public int cur_position ();
+-		public TokenType cur_token ();
+-		public TokenValue cur_value ();
+-		public uint set_scope (uint scope_id);
+-		public void scope_add_symbol (uint scope_id, string symbol, void* value);
+-		public void scope_foreach_symbol (uint scope_id, HFunc<string, void*> func);
+-		public void* scope_lookup_symbol (uint scope_id, string symbol);
+-		public void scope_remove_symbol (uint scope_id, string symbol);
+-		public void* lookup_symbol (string symbol);
+-		[PrintfFormat]
+-		public void warn (string format, ...);
+-		[PrintfFormat]
+-		public void error (string format, ...);
+-		public void unexp_token (TokenType expected_token, string? identifier_spec, string? symbol_spec, string? symbol_name, string? message, bool is_error);
+-	}
+-
+-	public struct ScannerConfig {
+-		public string* cset_skip_characters;
+-		public string* cset_identifier_first;
+-		public string* cset_identifier_nth;
+-		public string* cpair_comment_single;
+-		public bool case_sensitive;
+-		public bool skip_comment_multi;
+-		public bool skip_comment_single;
+-		public bool scan_comment_multi;
+-		public bool scan_identifier;
+-		public bool scan_identifier_1char;
+-		public bool scan_identifier_NULL;
+-		public bool scan_symbols;
+-		public bool scan_binary;
+-		public bool scan_octal;
+-		public bool scan_float;
+-		public bool scan_hex;
+-		public bool scan_hex_dollar;
+-		public bool scan_string_sq;
+-		public bool scan_string_dq;
+-		public bool numbers_2_int;
+-		public bool int_2_float;
+-		public bool identifier_2_string;
+-		public bool char_2_token;
+-		public bool symbol_2_token;
+-		public bool scope_0_fallback;
+-		public bool store_int64;
+-	}
+-
+-	[CCode (lower_case_cprefix="G_CSET_")]
+-	namespace CharacterSet {
+-		public const string A_2_Z;
+-		public const string a_2_z;
+-		public const string DIGITS;
+-		public const string LATINC;
+-		public const string LATINS;
+-	}
+-
+-	[CCode (cprefix = "G_TOKEN_", has_type_id = false)]
+-	public enum TokenType {
+-		EOF,
+-		LEFT_PAREN,
+-		RIGHT_PAREN,
+-		LEFT_CURLY,
+-		RIGHT_CURLY,
+-		LEFT_BRACE,
+-		RIGHT_BRACE,
+-		EQUAL_SIGN,
+-		COMMA,
+-		NONE,
+-		ERROR,
+-		CHAR,
+-		BINARY,
+-		OCTAL,
+-		INT,
+-		HEX,
+-		FLOAT,
+-		STRING,
+-		SYMBOL,
+-		IDENTIFIER,
+-		IDENTIFIER_NULL,
+-		COMMENT_SINGLE,
+-		COMMENT_MULTI,
+-		LAST
+-	}
+-
+-	[SimpleType]
+-	public struct TokenValue {
+-		[CCode (cname="v_symbol")]
+-		public void* symbol;
+-		[CCode (cname="v_identifier")]
+-		public unowned string identifier;
+-		[CCode (cname="v_binary")]
+-		public ulong binary;
+-		[CCode (cname="v_octal")]
+-		public ulong octal;
+-		[CCode (cname="v_int")]
+-		public ulong int;
+-		[CCode (cname="v_int64")]
+-		public ulong int64;
+-		[CCode (cname="v_float")]
+-		public double float;
+-		[CCode (cname="v_hex")]
+-		public ulong hex;
+-		[CCode (cname="v_string")]
+-		public unowned string string;
+-		[CCode (cname="v_comment")]
+-		public unowned string comment;
+-		[CCode (cname="v_char")]
+-		public uchar char;
+-		[CCode (cname="v_error")]
+-		public uint error;
+-	}
+-
+-	[CCode (cprefix = "G_ERR_", has_type_id = false)]
+-	public enum ErrorType {
+-		UNKNOWN,
+-		UNEXP_EOF,
+-		UNEXP_EOF_IN_STRING,
+-		UNEXP_EOF_IN_COMMENT,
+-		NON_DIGIT_IN_CONST,
+-		DIGIT_RADIX,
+-		FLOAT_RADIX,
+-		FLOAT_MALFORMED
+-	}
+-
+-	/* Automatic String Completion */
+-
+-	[Version (deprecated_since = "2.26")]
+-	[Compact]
+-	[CCode (free_function = "g_completion_free")]
+-	public class Completion {
+-		public Completion (CompletionFunc? func = null);
+-		public List<void*> items;
+-		public CompletionFunc func;
+-		public string prefix;
+-		public List<void*> cache;
+-		public CompletionStrncmpFunc strncmp_func;
+-		public void add_items (List<void*> items);
+-		public void remove_items (List<void*> items);
+-		public void clear_items ();
+-		public unowned List<void*> complete (string prefix, out string? new_prefix = null);
+-		[Version (since = "2.4")]
+-		public unowned List<void*> complete_utf8 (string prefix, out string? new_prefix = null);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate string CompletionFunc (void* item);
+-	[CCode (has_target = false)]
+-	public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n);
+-
+-	/* Timers */
+-
+-	[Compact]
+-	[CCode (free_function = "g_timer_destroy")]
+-	public class Timer {
+-		public Timer ();
+-		public void start ();
+-		public void stop ();
+-		[Version (since = "2.4")]
+-		public void @continue ();
+-		public double elapsed (out ulong microseconds = null);
+-		public void reset ();
+-	}
+-
+-	/* Spawning Processes */
+-
+-	public errordomain SpawnError {
+-		FORK,
+-		READ,
+-		CHDIR,
+-		ACCES,
+-		PERM,
+-		TOO_BIG,
+-		NOEXEC,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOMEM,
+-		NOTDIR,
+-		LOOP,
+-		TXTBUSY,
+-		IO,
+-		NFILE,
+-		MFILE,
+-		INVAL,
+-		ISDIR,
+-		LIBBAD,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_SPAWN_", has_type_id = false)]
+-	[Flags]
+-	public enum SpawnFlags {
+-		LEAVE_DESCRIPTORS_OPEN,
+-		DO_NOT_REAP_CHILD,
+-		SEARCH_PATH,
+-		STDOUT_TO_DEV_NULL,
+-		STDERR_TO_DEV_NULL,
+-		CHILD_INHERITS_STDIN,
+-		FILE_AND_ARGV_ZERO,
+-		SEARCH_PATH_FROM_ENVP
+-	}
+-
+-	public delegate void SpawnChildSetupFunc ();
+-	[CCode (has_target = false, cheader_filename = "signal.h")]
+-	public delegate void SignalHandlerFunc (int signum);
+-
+-	public unowned string strsignal (int signum);
+-
+-	[CCode (lower_case_cprefix = "g_")]
+-	namespace Process {
+-		[Version (since = "2.58")]
+-		public static bool spawn_async_with_fds (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid = null, int stdin_fd = -1, int stdout_fd = -1, int stderr_fd = -1) throws SpawnError;
+-		public static bool spawn_async_with_pipes (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid, out int standard_input = null, out int standard_output = null, out int standard_error = null) throws SpawnError;
+-		public static bool spawn_async (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out Pid child_pid) throws SpawnError;
+-		public static bool spawn_sync (string? working_directory, [CCode (array_length = false, array_null_terminated = true)] string[] argv, [CCode (array_length = false, array_null_terminated = true)] string[]? envp, SpawnFlags _flags, SpawnChildSetupFunc? child_setup, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		public static bool spawn_command_line_async (string command_line) throws SpawnError;
+-		public static bool spawn_command_line_sync (string command_line, out string standard_output = null, out string standard_error = null, out int exit_status = null) throws SpawnError;
+-		[CCode (cname = "g_spawn_close_pid")]
+-		public static void close_pid (Pid pid);
+-		[Version (since = "2.34")]
+-		[CCode (cname = "g_spawn_check_exit_status")]
+-		public static bool check_exit_status (int exit_status) throws GLib.Error;
+-
+-		/* these macros are required to examine the exit status of a process */
+-		[CCode (cname = "WIFEXITED", cheader_filename = "sys/wait.h")]
+-		public static bool if_exited (int status);
+-		[CCode (cname = "WEXITSTATUS", cheader_filename = "sys/wait.h")]
+-		public static int exit_status (int status);
+-		[CCode (cname = "WIFSIGNALED", cheader_filename = "sys/wait.h")]
+-		public static bool if_signaled (int status);
+-		[CCode (cname = "WTERMSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal term_sig (int status);
+-		[CCode (cname = "WCOREDUMP", cheader_filename = "sys/wait.h")]
+-		public static bool core_dump (int status);
+-		[CCode (cname = "WIFSTOPPED", cheader_filename = "sys/wait.h")]
+-		public static bool if_stopped (int status);
+-		[CCode (cname = "WSTOPSIG", cheader_filename = "sys/wait.h")]
+-		public static ProcessSignal stop_sig (int status);
+-		[CCode (cname = "WIFCONTINUED", cheader_filename = "sys/wait.h")]
+-		public static bool if_continued (int status);
+-
+-		[NoReturn]
+-		[CCode (cname = "abort", cheader_filename = "stdlib.h")]
+-		public void abort ();
+-		[NoReturn]
+-		[CCode (cname = "exit", cheader_filename = "stdlib.h")]
+-		public void exit (int status);
+-		[CCode (cname = "raise", cheader_filename = "signal.h")]
+-		public int raise (ProcessSignal sig);
+-		[CCode (cname = "signal", cheader_filename = "signal.h")]
+-		public SignalHandlerFunc @signal (ProcessSignal signum, SignalHandlerFunc handler);
+-	}
+-
+-	[CCode (cname = "int", has_type_id = false, cheader_filename = "signal.h", cprefix = "SIG")]
+-	public enum ProcessSignal {
+-		HUP,
+-		INT,
+-		QUIT,
+-		ILL,
+-		TRAP,
+-		ABRT,
+-		BUS,
+-		FPE,
+-		KILL,
+-		SEGV,
+-		PIPE,
+-		ALRM,
+-		TERM,
+-		USR1,
+-		USR2,
+-		CHLD,
+-		CONT,
+-		STOP,
+-		TSTP,
+-		TTIN,
+-		TTOU
+-	}
+-
+-
+-	/* File Utilities */
+-
+-	public errordomain FileError {
+-		EXIST,
+-		ISDIR,
+-		ACCES,
+-		NAMETOOLONG,
+-		NOENT,
+-		NOTDIR,
+-		NXIO,
+-		NODEV,
+-		ROFS,
+-		TXTBSY,
+-		FAULT,
+-		LOOP,
+-		NOSPC,
+-		NOMEM,
+-		MFILE,
+-		NFILE,
+-		BADF,
+-		INVAL,
+-		PIPE,
+-		AGAIN,
+-		INTR,
+-		IO,
+-		PERM,
+-		NOSYS,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (has_type_id = false)]
+-	[Flags]
+-	public enum FileTest {
+-		IS_REGULAR,
+-		IS_SYMLINK,
+-		IS_DIR,
+-		IS_EXECUTABLE,
+-		EXISTS
+-	}
+-
+-	[CCode (cname = "int", cprefix = "SEEK_", has_type_id = false)]
+-	public enum FileSeek {
+-		SET,
+-		CUR,
+-		END
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
+-	public class FileStream {
+-		[CCode (cname = "EOF", cheader_filename = "stdio.h")]
+-		public const int EOF;
+-
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_fopen", cheader_filename = "glib/gstdio.h")]
+-		public static FileStream? open (string path, string mode);
+-		[CCode (cname = "fdopen")]
+-		public static FileStream? fdopen (int fildes, string mode);
+-		[CCode (cname = "fprintf")]
+-		[PrintfFormat ()]
+-		public void printf (string format, ...);
+-		[CCode (cname = "vfprintf")]
+-		public void vprintf (string format, va_list args);
+-		[CCode (cname = "fputc", instance_pos = -1)]
+-		public void putc (char c);
+-		[CCode (cname = "fputs", instance_pos = -1)]
+-		public void puts (string s);
+-		[CCode (cname = "fgetc")]
+-		public int getc ();
+-		[CCode (cname = "ungetc", instance_pos = -1)]
+-		public int ungetc (int c);
+-		[CCode (cname = "fgets", instance_pos = -1)]
+-		public unowned string? gets (char[] s);
+-		[CCode (cname = "feof")]
+-		public bool eof ();
+-		[CCode (cname = "fscanf"), ScanfFormat]
+-		public int scanf (string format, ...);
+-		[CCode (cname = "fflush")]
+-		public int flush ();
+-		[CCode (cname = "fseek")]
+-		public int seek (long offset, FileSeek whence);
+-		[CCode (cname = "ftell")]
+-		public long tell ();
+-		[CCode (cname = "rewind")]
+-		public void rewind ();
+-		[CCode (cname = "fileno")]
+-		public int fileno ();
+-		[CCode (cname = "ferror")]
+-		public int error ();
+-		[CCode (cname = "clearerr")]
+-		public void clearerr ();
+-		[CCode (cname = "fread", instance_pos = -1)]
+-		public size_t read ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-		[CCode (cname = "fwrite", instance_pos = -1)]
+-		public size_t write ([CCode (array_length_pos = 2.1)] uint8[] buf, size_t size = 1);
+-
+-		public string? read_line () {
+-			int c;
+-			StringBuilder? ret = null;
+-			while ((c = getc ()) != EOF) {
+-				if (ret == null) {
+-					ret = new StringBuilder ();
+-				}
+-				if (c == '\n') {
+-					break;
+-				}
+-				((!)(ret)).append_c ((char) c);
+-			}
+-			if (ret == null) {
+-				return null;
+-			} else {
+-				return ((!)(ret)).str;
+-			}
+-		}
+-	}
+-
+-	[CCode (cname = "struct utimbuf", cheader_filename = "sys/types.h,utime.h")]
+-	public struct UTimBuf {
+-		time_t actime;       /* access time */
+-		time_t modtime;      /* modification time */
+-	}
+-
+-	[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
+-	namespace FileUtils {
+-		public static bool get_contents (string filename, out string contents, out size_t length = null) throws FileError;
+-		[Version (since = "2.8")]
+-		public static bool set_contents (string filename, string contents, ssize_t length = -1) throws FileError;
+-		[CCode (cname = "g_file_get_contents")]
+-		public static bool get_data (string filename, [CCode (type = "gchar**", array_length_type = "size_t")] out uint8[] contents) throws FileError;
+-		[CCode (cname = "g_file_set_contents")]
+-		public static bool set_data (string filename, [CCode (type = "const char*", array_length_type = "size_t")] uint8[] contents) throws FileError;
+-		public static bool test (string filename, FileTest test);
+-		public static int open_tmp (string tmpl, out string name_used) throws FileError;
+-		[Version (since = "2.4")]
+-		public static string read_link (string filename) throws FileError;
+-		public static int error_from_errno (int err_no);
+-
+-		[CCode (cname = "g_mkstemp")]
+-		public static int mkstemp (string tmpl);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rename")]
+-		public static int rename (string oldfilename, string newfilename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_remove")]
+-		public static int remove (string filename);
+-		[CCode (cname = "g_unlink")]
+-		public static int unlink (string filename);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_chmod")]
+-		public static int chmod (string filename, int mode);
+-		[Version (since = "2.18")]
+-		[CCode (cname = "g_utime")]
+-		public static int utime (string filename, UTimBuf? times = null);
+-
+-		[CCode (cname = "symlink", cheader_filename = "unistd.h")]
+-		public static int symlink (string oldpath, string newpath);
+-
+-		[CCode (cname = "close", cheader_filename = "unistd.h")]
+-		public static int close (int fd);
+-
+-		[Version (since = "2.36")]
+-		[CCode (cname = "g_close")]
+-		public static bool close_checked (int fd) throws FileError;
+-	}
+-
+-	[CCode (cname = "struct stat", cheader_filename = "sys/stat.h,glib/gstdio.h")]
+-	public struct Stat {
+-		public time_t st_atime;
+-		public time_t st_mtime;
+-		public time_t st_ctime;
+-		[CCode (cname = "g_stat", instance_pos = -1)]
+-		public Stat (string filename);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_lstat", instance_pos = -1)]
+-		public Stat.l (string filename);
+-	}
+-
+-	[Compact]
+-	[CCode (free_function = "g_dir_close")]
+-	public class Dir {
+-		public static Dir open (string filename, uint _flags = 0) throws FileError;
+-		public unowned string? read_name ();
+-		public void rewind ();
+-	}
+-
+-	[CCode (cheader_filename = "glib/gstdio.h")]
+-	namespace DirUtils {
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_mkdir")]
+-		public static int create (string pathname, int mode);
+-		[Version (since = "2.8")]
+-		[CCode (cname = "g_mkdir_with_parents")]
+-		public static int create_with_parents (string pathname, int mode);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "mkdtemp")]
+-		public static string mkdtemp (owned string template);
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_dir_make_tmp")]
+-		public static string make_tmp (string tmpl) throws FileError;
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_rmdir")]
+-		public static int remove (string filename);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_mapped_file_ref", unref_function = "g_mapped_file_unref")]
+-	public class MappedFile {
+-		public MappedFile (string filename, bool writable) throws FileError;
+-		public size_t get_length ();
+-		public unowned char* get_contents ();
+-		[Version (since = "2.34")]
+-		public Bytes get_bytes ();
+-	}
+-
+-	[CCode (cname = "stdin", cheader_filename = "stdio.h")]
+-	public static FileStream stdin;
+-
+-	[CCode (cname = "stdout", cheader_filename = "stdio.h")]
+-	public static FileStream stdout;
+-
+-	[CCode (cname = "stderr", cheader_filename = "stdio.h")]
+-	public static FileStream stderr;
+-
+-	/* URI Functions */
+-
+-	namespace Uri {
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH;
+-		public const string RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
+-		public const string RESERVED_CHARS_ALLOWED_IN_USERINFO;
+-		public const string RESERVED_CHARS_GENERIC_DELIMITERS;
+-		public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+-
+-		[Version (since = "2.16")]
+-		public static string? parse_scheme (string uri);
+-		[Version (since = "2.16")]
+-		public static string escape_string (string unescaped, string? reserved_chars_allowed = null, bool allow_utf8 = true);
+-		[Version (since = "2.16")]
+-		public static string? unescape_string (string escaped_string, string? illegal_characters = null);
+-		[Version (since = "2.16")]
+-		public static string? unescape_segment (string? escaped_string, string? escaped_string_end, string? illegal_characters = null);
+-		[Version (since = "2.6")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] list_extract_uris (string uri_list);
+-	}
+-
+-	/* Shell-related Utilities */
+-
+-	public errordomain ShellError {
+-		BAD_QUOTING,
+-		EMPTY_STRING,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	namespace Shell {
+-		public static bool parse_argv (string command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError;
+-		public static string quote (string unquoted_string);
+-		public static string unquote (string quoted_string) throws ShellError;
+-	}
+-
+-	/* Commandline option parser */
+-
+-	public errordomain OptionError {
+-		UNKNOWN_OPTION,
+-		BAD_VALUE,
+-		FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_context_free")]
+-	public class OptionContext {
+-		public OptionContext (string? parameter_string = null);
+-		[Version (since = "2.12")]
+-		public void set_summary (string summary);
+-		[Version (since = "2.12")]
+-		public unowned string get_summary ();
+-		[Version (since = "2.12")]
+-		public void set_description (string description);
+-		[Version (since = "2.12")]
+-		public unowned string get_description ();
+-		[Version (since = "2.12")]
+-		public void set_translate_func (TranslateFunc func, DestroyNotify? destroy_notify);
+-		[Version (since = "2.12")]
+-		public void set_translation_domain (string domain);
+-		public bool parse ([CCode (array_length_pos = 0.9)] ref unowned string[] argv) throws OptionError;
+-		[Version (since = "2.40")]
+-		public bool parse_strv ([CCode (array_length = false, array_null_terminated = true)] ref string[] argv) throws OptionError;
+-		public void set_help_enabled (bool help_enabled);
+-		public bool get_help_enabled ();
+-		public void set_ignore_unknown_options (bool ignore_unknown);
+-		public bool get_ignore_unknown_options ();
+-		[Version (since = "2.14")]
+-		public string get_help (bool main_help, OptionGroup? group);
+-		public void add_main_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries, string? translation_domain);
+-		public void add_group (owned OptionGroup group);
+-		public void set_main_group (owned OptionGroup group);
+-		public unowned OptionGroup get_main_group ();
+-		[Version (since = "2.44")]
+-		public void set_strict_posix (bool strict_posix);
+-		[Version (since = "2.44")]
+-		public bool get_strict_posix ();
+-	}
+-
+-	public delegate unowned string TranslateFunc (string str);
+-
+-	public const string OPTION_REMAINING;
+-
+-	[CCode (has_type_id = false)]
+-	public enum OptionArg {
+-		NONE,
+-		STRING,
+-		INT,
+-		CALLBACK,
+-		FILENAME,
+-		STRING_ARRAY,
+-		FILENAME_ARRAY,
+-		DOUBLE,
+-		INT64
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_OPTION_FLAG_", has_type_id = false)]
+-	public enum OptionFlags {
+-		[Version (since = "2.42")]
+-		NONE,
+-		HIDDEN,
+-		IN_MAIN,
+-		REVERSE,
+-		NO_ARG,
+-		FILENAME,
+-		OPTIONAL_ARG,
+-		NOALIAS
+-	}
+-
+-	public struct OptionEntry {
+-		public unowned string long_name;
+-		public char short_name;
+-		public int flags;
+-
+-		public OptionArg arg;
+-		public void* arg_data;
+-
+-		public unowned string description;
+-		public unowned string? arg_description;
+-	}
+-
+-	[Compact]
+-#if GLIB_2_44
+-	[Version (since = "2.44")]
+-	[CCode (ref_function = "g_option_group_ref", unref_function = "g_option_group_unref", type_id = "G_TYPE_OPTION_GROUP")]
+-#else
+-	[Version (since = "2.6")]
+-	[CCode (free_function = "g_option_group_free")]
+-#endif
+-	public class OptionGroup {
+-		public OptionGroup (string name, string description, string help_description, void* user_data = null, DestroyNotify? destroy = null);
+-		public void add_entries ([CCode (array_length = false, array_null_terminated = true)] OptionEntry[] entries);
+-		public void set_parse_hooks (OptionParseFunc? pre_parse_func, OptionParseFunc? post_parse_hook);
+-		public void set_error_hook (OptionErrorFunc? error_func);
+-		public void set_translate_func (owned TranslateFunc? func);
+-		public void set_translation_domain (string domain);
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate bool OptionParseFunc (OptionContext context, OptionGroup group, void* data) throws OptionError;
+-	[CCode (has_target = false)]
+-	public delegate void OptionErrorFunc (OptionContext context, OptionGroup group, void* data, ref Error error);
+-	[CCode (has_target = false)]
+-	public delegate bool OptionArgFunc (string option_name, string val, void* data) throws OptionError;
+-
+-	/* Perl-compatible regular expressions */
+-
+-	[Version (since = "2.14")]
+-	public errordomain RegexError {
+-		COMPILE,
+-		OPTIMIZE,
+-		REPLACE,
+-		MATCH,
+-		INTERNAL,
+-		STRAY_BACKSLASH,
+-		MISSING_CONTROL_CHAR,
+-		UNRECOGNIZED_ESCAPE,
+-		QUANTIFIERS_OUT_OF_ORDER,
+-		QUANTIFIER_TOO_BIG,
+-		UNTERMINATED_CHARACTER_CLASS,
+-		INVALID_ESCAPE_IN_CHARACTER_CLASS,
+-		RANGE_OUT_OF_ORDER,
+-		NOTHING_TO_REPEAT,
+-		UNRECOGNIZED_CHARACTER,
+-		POSIX_NAMED_CLASS_OUTSIDE_CLASS,
+-		UNMATCHED_PARENTHESIS,
+-		INEXISTENT_SUBPATTERN_REFERENCE,
+-		UNTERMINATED_COMMENT,
+-		EXPRESSION_TOO_LARGE,
+-		MEMORY_ERROR,
+-		VARIABLE_LENGTH_LOOKBEHIND,
+-		MALFORMED_CONDITION,
+-		TOO_MANY_CONDITIONAL_BRANCHES,
+-		ASSERTION_EXPECTED,
+-		UNKNOWN_POSIX_CLASS_NAME,
+-		POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED,
+-		HEX_CODE_TOO_LARGE,
+-		INVALID_CONDITION,
+-		SINGLE_BYTE_MATCH_IN_LOOKBEHIND,
+-		INFINITE_LOOP,
+-		MISSING_SUBPATTERN_NAME_TERMINATOR,
+-		DUPLICATE_SUBPATTERN_NAME,
+-		MALFORMED_PROPERTY,
+-		UNKNOWN_PROPERTY,
+-		SUBPATTERN_NAME_TOO_LONG,
+-		TOO_MANY_SUBPATTERNS,
+-		INVALID_OCTAL_VALUE,
+-		TOO_MANY_BRANCHES_IN_DEFINE,
+-		DEFINE_REPETION,
+-		INCONSISTENT_NEWLINE_OPTIONS,
+-		MISSING_BACK_REFERENCE,
+-		INVALID_RELATIVE_REFERENCE,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN,
+-		UNKNOWN_BACKTRACKING_CONTROL_VERB,
+-		NUMBER_TOO_BIG,
+-		MISSING_SUBPATTERN_NAME,
+-		MISSING_DIGIT,
+-		INVALID_DATA_CHARACTER,
+-		EXTRA_SUBPATTERN_NAME,
+-		BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED,
+-		INVALID_CONTROL_CHAR,
+-		MISSING_NAME,
+-		NOT_SUPPORTED_IN_CLASS,
+-		TOO_MANY_FORWARD_REFERENCES,
+-		NAME_TOO_LONG,
+-		CHARACTER_VALUE_TOO_LARGE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexCompileFlags {
+-		CASELESS,
+-		MULTILINE,
+-		DOTALL,
+-		EXTENDED,
+-		ANCHORED,
+-		DOLLAR_ENDONLY,
+-		UNGREEDY,
+-		RAW,
+-		NO_AUTO_CAPTURE,
+-		OPTIMIZE,
+-		DUPNAMES,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		JAVASCRIPT_COMPAT
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_REGEX_MATCH_", has_type_id = false)]
+-	[Flags]
+-	public enum RegexMatchFlags {
+-		ANCHORED,
+-		NOTBOL,
+-		NOTEOL,
+-		NOTEMPTY,
+-		PARTIAL,
+-		NEWLINE_CR,
+-		NEWLINE_LF,
+-		NEWLINE_CRLF,
+-		NEWLINE_ANY,
+-		NEWLINE_ANYCRLF,
+-		BSR_ANYCRLF,
+-		BSR_ANY,
+-		PARTIAL_SOFT,
+-		PARTIAL_HARD,
+-		NOTEMPTY_ATSTART
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "g_regex_ref", unref_function = "g_regex_unref", type_id = "G_TYPE_REGEX")]
+-	public class Regex {
+-		public Regex (string pattern, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0) throws RegexError;
+-		public unowned string get_pattern ();
+-		[Version (since = "2.26")]
+-		public RegexCompileFlags get_compile_flags ();
+-		[Version (since = "2.34")]
+-		public bool get_has_cr_or_lf ();
+-		[Version (since = "2.26")]
+-		public RegexMatchFlags get_match_flags ();
+-		public int get_max_backref ();
+-		[Version (since = "2.38")]
+-		public int get_max_lookbehind ();
+-		public int get_capture_count ();
+-		public int get_string_number (string name);
+-		public static string escape_string (string str, int length = -1);
+-		public static bool match_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		public bool match (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		public bool match_all (string str, RegexMatchFlags match_options = 0, out MatchInfo match_info = null);
+-		public bool match_all_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, out MatchInfo match_info = null) throws RegexError;
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public static string[] split_simple (string pattern, string str, RegexCompileFlags compile_options = 0, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split (string str, RegexMatchFlags match_options = 0);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] split_full (string str, ssize_t string_len = -1, int start_position = 0, RegexMatchFlags match_options = 0, int max_tokens = 0) throws RegexError;
+-		public string replace (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_literal (string str, ssize_t string_len, int start_position, string replacement, RegexMatchFlags match_options = 0) throws RegexError;
+-		public string replace_eval (string str, ssize_t string_len, int start_position, RegexMatchFlags match_options, RegexEvalCallback eval) throws RegexError;
+-		public static bool check_replacement (string replacement, out bool has_references = null) throws RegexError;
+-	}
+-
+-	[Version (since = "2.14")]
+-	public delegate bool RegexEvalCallback (MatchInfo match_info, StringBuilder result);
+-
+-	[Compact]
+-	[Version (since = "2.30")]
+-	[CCode (ref_function = "g_match_info_ref", unref_function = "g_match_info_unref", type_id = "G_TYPE_MATCH_INFO")]
+-	public class MatchInfo {
+-		public unowned Regex get_regex ();
+-		public unowned string get_string ();
+-		public bool matches ();
+-		public bool next () throws RegexError;
+-		public int get_match_count ();
+-		public bool is_partial_match ();
+-		public string expand_references (string string_to_expand) throws RegexError;
+-		public string? fetch (int match_num);
+-		public bool fetch_pos (int match_num, out int start_pos, out int end_pos);
+-		public string? fetch_named (string name);
+-		public bool fetch_named_pos (string name, out int start_pos, out int end_pos);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] fetch_all ();
+-	}
+-
+-	/* Simple XML Subset Parser
+-	   See http://live.gnome.org/Vala/MarkupSample for an example */
+-
+-	public errordomain MarkupError {
+-		BAD_UTF8,
+-		EMPTY,
+-		PARSE,
+-		UNKNOWN_ELEMENT,
+-		UNKNOWN_ATTRIBUTE,
+-		INVALID_CONTENT,
+-		MISSING_ATTRIBUTE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[CCode (cprefix = "G_MARKUP_", has_type_id = false)]
+-	[Flags]
+-	public enum MarkupParseFlags {
+-		TREAT_CDATA_AS_TEXT,
+-		PREFIX_ERROR_POSITION
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.36")]
+-	[CCode (ref_function = "g_markup_parse_context_ref", unref_function = "g_markup_parse_context_unref", type_id = "G_TYPE_MARKUP_PARSE_CONTEXT")]
+-	public class MarkupParseContext {
+-		public MarkupParseContext (MarkupParser parser, MarkupParseFlags _flags, void* user_data, DestroyNotify? user_data_dnotify);
+-		public bool parse (string text, ssize_t text_len) throws MarkupError;
+-		public bool end_parse () throws MarkupError;
+-		[Version (since = "2.2")]
+-		public unowned string get_element ();
+-		[Version (since = "2.16")]
+-		public unowned SList<string> get_element_stack ();
+-		public void get_position (out int line_number, out int char_number);
+-		[Version (since = "2.18")]
+-		public void push (MarkupParser parser, void* user_data);
+-		[Version (since = "2.18")]
+-		public void* pop ();
+-		[Version (since = "2.18")]
+-		public void* get_user_data ();
+-	}
+-
+-	public delegate void MarkupParserStartElementFunc (MarkupParseContext context, string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values) throws MarkupError;
+-
+-	public delegate void MarkupParserEndElementFunc (MarkupParseContext context, string element_name) throws MarkupError;
+-
+-	public delegate void MarkupParserTextFunc (MarkupParseContext context, string text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserPassthroughFunc (MarkupParseContext context, string passthrough_text, size_t text_len) throws MarkupError;
+-
+-	public delegate void MarkupParserErrorFunc (MarkupParseContext context, Error error);
+-
+-	public struct MarkupParser {
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserStartElementFunc start_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserEndElementFunc end_element;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserTextFunc text;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserPassthroughFunc passthrough;
+-		[CCode (delegate_target = false)]
+-		public unowned MarkupParserErrorFunc error;
+-	}
+-
+-	namespace Markup {
+-		[CCode (cprefix = "G_MARKUP_COLLECT_", has_type_id = false)]
+-		public enum CollectType {
+-			INVALID,
+-			STRING,
+-			STRDUP,
+-			BOOLEAN,
+-			TRISTATE,
+-			OPTIONAL
+-		}
+-
+-		public static string escape_text (string text, ssize_t length = -1);
+-		[Version (since = "2.4")]
+-		[PrintfFormat]
+-		public static string printf_escaped (string format, ...);
+-		[Version (since = "2.4")]
+-		public static string vprintf_escaped (string format, va_list args);
+-		[Version (since = "2.16")]
+-		[CCode (sentinel = "G_MARKUP_COLLECT_INVALID")]
+-		public static bool collect_attributes (string element_name, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_names, [CCode (array_length = false, array_null_terminated = true)] string[] attribute_values, ...) throws MarkupError;
+-	}
+-
+-	/* Key-value file parser */
+-
+-	public errordomain KeyFileError {
+-		UNKNOWN_ENCODING,
+-		PARSE,
+-		NOT_FOUND,
+-		KEY_NOT_FOUND,
+-		GROUP_NOT_FOUND,
+-		INVALID_VALUE;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (ref_function = "g_key_file_ref", unref_function = "g_key_file_unref", type_id = "G_TYPE_KEY_FILE")]
+-	public class KeyFile {
+-		public KeyFile ();
+-		public void set_list_separator (char separator);
+-		[Version (since = "2.50")]
+-		public bool load_from_bytes (Bytes bytes, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		[Version (since = "2.14")]
+-		public bool load_from_dirs (string file, [CCode (array_length = false, array_null_terminated = true)] string[] search_dirs, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		public bool load_from_data (string data, size_t length, KeyFileFlags @flags) throws KeyFileError;
+-		public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError, FileError;
+-		// g_key_file_to_data never throws an error according to the documentation
+-		public string to_data (out size_t length = null, out GLib.Error error = null);
+-		public string get_start_group ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_keys (string group_name) throws KeyFileError;
+-		public bool has_group (string group_name);
+-		public bool has_key (string group_name, string key) throws KeyFileError;
+-		public string get_value (string group_name, string key) throws KeyFileError;
+-		public string get_string (string group_name, string key) throws KeyFileError;
+-		public string get_locale_string (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[Version (since = "2.56")]
+-		public string? get_locale_for_key (string group_name, string key, string? locale = null);
+-		public bool get_boolean (string group_name, string key) throws KeyFileError;
+-		public int get_integer (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public int64 get_int64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.26")]
+-		public uint64 get_uint64 (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		public double get_double (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length = true, array_length_type = "gsize", array_null_terminated = true)]
+-		public string[] get_string_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_locale_string_list (string group_name, string key, string? locale = null) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public bool[] get_boolean_list (string group_name, string key) throws KeyFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public int[] get_integer_list (string group_name, string key) throws KeyFileError;
+-		[Version (since = "2.12")]
+-		[CCode (array_length_type = "gsize")]
+-		public double[] get_double_list (string group_name, string key) throws KeyFileError;
+-		public string get_comment (string? group_name, string? key) throws KeyFileError;
+-		[Version (since = "2.40")]
+-		public bool save_to_file (string filename) throws GLib.FileError;
+-		public void set_value (string group_name, string key, string value);
+-		public void set_string (string group_name, string key, string str);
+-		public void set_locale_string (string group_name, string key, string locale, string str);
+-		public void set_boolean (string group_name, string key, bool value);
+-		public void set_integer (string group_name, string key, int value);
+-		[Version (since = "2.26")]
+-		public void set_int64 (string group_name, string key, int64 value);
+-		[Version (since = "2.26")]
+-		public void set_uint64 (string group_name, string key, uint64 value);
+-		[Version (since = "2.12")]
+-		public void set_double (string group_name, string key, double value);
+-		public void set_string_list (string group_name, string key, [CCode (type = "const gchar* const*")] string[] list);
+-		public void set_locale_string_list (string group_name, string key, string locale, string[] list);
+-		public void set_boolean_list (string group_name, string key, bool[] list);
+-		public void set_integer_list (string group_name, string key, int[] list);
+-		[Version (since = "2.12")]
+-		public void set_double_list (string group_name, string key, double[] list);
+-		public void set_comment (string? group_name, string? key, string comment) throws KeyFileError;
+-		public void remove_group (string group_name) throws KeyFileError;
+-		public void remove_key (string group_name, string key) throws KeyFileError;
+-		public void remove_comment (string group_name, string key) throws KeyFileError;
+-	}
+-
+-	[CCode (cprefix = "G_KEY_FILE_", has_type_id = false)]
+-	[Flags]
+-	public enum KeyFileFlags {
+-		NONE,
+-		KEEP_COMMENTS,
+-		KEEP_TRANSLATIONS
+-	}
+-
+-	[Version (since = "2.14")]
+-	[CCode (cprefix = "G_KEY_FILE_DESKTOP_")]
+-	namespace KeyFileDesktop {
+-		public const string GROUP;
+-		public const string KEY_ACTIONS;
+-		public const string KEY_CATEGORIES;
+-		public const string KEY_COMMENT;
+-		public const string KEY_DBUS_ACTIVATABLE;
+-		public const string KEY_EXEC;
+-		public const string KEY_FULLNAME;
+-		public const string KEY_GENERIC_NAME;
+-		public const string KEY_GETTEXT_DOMAIN;
+-		public const string KEY_HIDDEN;
+-		public const string KEY_ICON;
+-		public const string KEY_KEYWORDS;
+-		public const string KEY_MIME_TYPE;
+-		public const string KEY_NAME;
+-		public const string KEY_NOT_SHOW_IN;
+-		public const string KEY_NO_DISPLAY;
+-		public const string KEY_ONLY_SHOW_IN;
+-		public const string KEY_PATH;
+-		public const string KEY_STARTUP_NOTIFY;
+-		public const string KEY_STARTUP_WM_CLASS;
+-		public const string KEY_TERMINAL;
+-		public const string KEY_TRY_EXEC;
+-		public const string KEY_TYPE;
+-		public const string KEY_URL;
+-		public const string KEY_VERSION;
+-		public const string TYPE_APPLICATION;
+-		public const string TYPE_DIRECTORY;
+-		public const string TYPE_LINK;
+-	}
+-
+-	/* Bookmark file parser */
+-
+-	[Compact]
+-	[Version (since = "2.12")]
+-	[CCode (free_function = "g_bookmark_file_free")]
+-	public class BookmarkFile {
+-		public BookmarkFile ();
+-		public bool load_from_file (string file) throws BookmarkFileError, FileError;
+-		public bool load_from_data (string data, size_t length) throws BookmarkFileError;
+-		public bool load_from_data_dirs (string file, out string full_path) throws BookmarkFileError, FileError;
+-		public string to_data (out size_t length) throws BookmarkFileError;
+-		public bool to_file (string filename) throws BookmarkFileError, FileError;
+-		public bool has_item (string uri);
+-		public bool has_group (string uri, string group) throws BookmarkFileError;
+-		public bool has_application (string uri, string name) throws BookmarkFileError;
+-		public int get_size ();
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_uris ();
+-		public string get_title (string uri) throws BookmarkFileError;
+-		public string get_description (string uri) throws BookmarkFileError;
+-		public string get_mime_type (string uri) throws BookmarkFileError;
+-		public bool get_is_private (string uri) throws BookmarkFileError;
+-		public bool get_icon (string uri, out string href, out string mime_type) throws BookmarkFileError;
+-		public time_t get_added (string uri) throws BookmarkFileError;
+-		public time_t get_modified (string uri) throws BookmarkFileError;
+-		public time_t get_visited (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_groups (string uri) throws BookmarkFileError;
+-		[CCode (array_length_type = "gsize")]
+-		public string[] get_applications (string uri) throws BookmarkFileError;
+-		public bool get_app_info (string uri, string name, out string exec, out uint count, out time_t stamp) throws BookmarkFileError;
+-		public void set_title (string uri, string title);
+-		public void set_description (string uri, string description);
+-		public void set_mime_type (string uri, string mime_type);
+-		public void set_is_private (string uri, bool is_private);
+-		public void set_icon (string uri, string href, string mime_type);
+-		public void set_added (string uri, time_t added);
+-		public void set_groups (string uri, string[] groups);
+-		public void set_modified (string uri, time_t modified);
+-		public void set_visited (string uri, time_t visited);
+-		public bool set_app_info (string uri, string name, string exec, int count, time_t stamp) throws BookmarkFileError;
+-		public void add_group (string uri, string group);
+-		public void add_application (string uri, string name, string exec);
+-		public bool remove_group (string uri, string group) throws BookmarkFileError;
+-		public bool remove_application (string uri, string name) throws BookmarkFileError;
+-		public bool remove_item (string uri) throws BookmarkFileError;
+-		public bool move_item (string old_uri, string new_uri) throws BookmarkFileError;
+-	}
+-
+-	public errordomain BookmarkFileError {
+-		INVALID_URI,
+-		INVALID_VALUE,
+-		APP_NOT_REGISTERED,
+-		URI_NOT_FOUND,
+-		READ,
+-		UNKNOWN_ENCODING,
+-		WRITE,
+-		FILE_NOT_FOUND;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Testing */
+-
+-	namespace Test {
+-		[CCode (cprefix = "G_TEST_", has_type_id = false)]
+-		public enum FileType {
+-			DIST,
+-			BUILT
+-		}
+-
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void minimized_result (double minimized_quantity, string format, ...);
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void maximized_result (double maximized_quantity, string format, ...);
+-		[Version (since = "2.16")]
+-		public static void init ([CCode (array_length_pos = 0.9)] ref unowned string[] args, ...);
+-		public static bool quick ();
+-		public static bool slow ();
+-		public static bool thorough ();
+-		public static bool perf ();
+-		public static bool verbose ();
+-		public static bool quiet ();
+-		[Version (since = "2.16")]
+-		public static int run ();
+-		[Version (since = "2.16")]
+-		public static void add (string testpath, void* fixture, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fsetup, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc ftest, [CCode (delegate_target_pos = 2.9)] TestFixtureFunc fteardown);
+-		[Version (since = "2.16")]
+-		public static void add_func (string testpath, [CCode (scope = "async")] owned TestFunc test_funcvoid);
+-		[Version (since = "2.16")]
+-		public static void add_data_func (string testpath, [CCode (delegate_target_pos = 1.9, scope = "async")] owned TestDataFunc test_funcvoid);
+-		[Version (since = "2.34")]
+-		public static void add_data_func_full (string testpath, [CCode (delegate_target_pos = 1.9)] owned TestDataFunc test_func);
+-		[Version (since = "2.34")]
+-		public static void assert_expected_messages ();
+-		[Version (since = "2.38")]
+-		public static string build_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.34")]
+-		public static void expect_message (string? log_domain, LogLevelFlags log_level, string pattern);
+-		[Version (since = "2.30")]
+-		public static void fail ();
+-		[Version (since = "2.38")]
+-		public static bool failed ();
+-		[Version (since = "2.38")]
+-		public static unowned string get_dir (GLib.Test.FileType file_type);
+-		[Version (since = "2.38")]
+-		public static unowned string get_filename (GLib.Test.FileType file_type, params string[] path_segments);
+-		[Version (since = "2.38")]
+-		public static void incomplete (string? msg = null);
+-		[Version (since = "2.36")]
+-		public static bool initialized ();
+-		[PrintfFormat]
+-		[Version (since = "2.16")]
+-		public static void message (string format, ...);
+-		[Version (since = "2.38")]
+-		public static void set_nonfatal_assertions ();
+-		[Version (since = "2.38")]
+-		public static void skip (string? msg = null);
+-		[Version (since = "2.38")]
+-		public static bool subprocess ();
+-		[Version (since = "2.16")]
+-		public static void bug_base (string uri_pattern);
+-		[Version (since = "2.16")]
+-		public static void bug (string bug_uri_snippet);
+-		[Version (since = "2.16")]
+-		public static void timer_start ();
+-		[Version (since = "2.16")]
+-		public static double timer_elapsed ();
+-		[Version (since = "2.16")]
+-		public static double timer_last ();
+-		[Version (since = "2.16", deprecated_since = "2.38", replacement = "trap_subprocess")]
+-		public static bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags);
+-		[Version (since = "2.16")]
+-		public static bool trap_has_passed ();
+-		[Version (since = "2.16")]
+-		public static bool trap_reached_timeout ();
+-		[Version (since = "2.38")]
+-		public static void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_passed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_failed ();
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stdout_unmatched (string soutpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static void trap_assert_stderr_unmatched (string serrpattern);
+-		[Version (since = "2.16")]
+-		public static bool rand_bit ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int ();
+-		[Version (since = "2.16")]
+-		public static int32 rand_int_range (int32 begin, int32 end);
+-		[Version (since = "2.16")]
+-		public static double rand_double ();
+-		[Version (since = "2.16")]
+-		public static double rand_double_range (double begin, double end);
+-		[Version (since = "2.22")]
+-		public static void log_set_fatal_handler (LogFatalFunc log_func);
+-	}
+-
+-	public delegate bool LogFatalFunc (string? log_domain, LogLevelFlags log_levels, string message);
+-
+-	[Compact]
+-	[CCode (cname = "GTestCase", ref_function = "", unref_function = "")]
+-	public class TestCase {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_case")]
+-		public TestCase (string test_name, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_setup, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_func, [CCode (delegate_target_pos = 1.9)] TestFixtureFunc data_teardown, [CCode (pos = 1.8)] size_t data_size = 0);
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GTestSuite", ref_function = "", unref_function = "")]
+-	public class TestSuite {
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_create_suite")]
+-		public TestSuite (string name);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_get_root")]
+-		public static TestSuite get_root ();
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add")]
+-		public void add (TestCase test_case);
+-		[Version (since = "2.16")]
+-		[CCode (cname = "g_test_suite_add_suite")]
+-		public void add_suite (TestSuite test_suite);
+-	}
+-
+-	[Version (since = "2.26")]
+-	[CCode (has_target = false)]
+-	public delegate void TestFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestDataFunc ();
+-	[Version (since = "2.26")]
+-	public delegate void TestFixtureFunc (void* fixture);
+-
+-	[CCode (cprefix = "G_TEST_SUBPROCESS_INHERIT_", has_type_id = false)]
+-	[Flags]
+-	public enum TestSubprocessFlags {
+-		STDIN,
+-		STDOUT,
+-		STDERR
+-	}
+-
+-	[Flags]
+-	[CCode (cprefix = "G_TEST_TRAP_", has_type_id = false)]
+-	public enum TestTrapFlags {
+-		SILENCE_STDOUT,
+-		SILENCE_STDERR,
+-		INHERIT_STDIN
+-	}
+-
+-	/* Doubly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_list_copy", free_function = "g_list_free")]
+-	public class List<G> {
+-		public List ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (List<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (List<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public List<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public List<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned List<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned List<G> first ();
+-		public unowned List<G> last ();
+-		public unowned List<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-		public unowned List<G> nth_prev (uint n);
+-
+-		public unowned List<G> find (G data);
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_list_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (List<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public List<G> next;
+-		public unowned List<G> prev;
+-	}
+-
+-	/* Singly-Linked Lists */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_slist_copy", free_function = "g_slist_free")]
+-	public class SList<G> {
+-		public SList ();
+-
+-		[ReturnsModifiedPointer ()]
+-		public void append (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void prepend (owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert (owned G data, int position);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_before (SList<G> sibling, owned G data);
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted (owned G data, CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void remove (G data);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_link (SList<G> llink);
+-		[ReturnsModifiedPointer ()]
+-		public void delete_link (SList<G> link_);
+-		[ReturnsModifiedPointer ()]
+-		public void remove_all (G data);
+-
+-		public uint length ();
+-		public SList<unowned G> copy ();
+-		[Version (since = "2.34")]
+-		public SList<G> copy_deep (CopyFunc<G> func);
+-		[ReturnsModifiedPointer ()]
+-		public void reverse ();
+-		[Version (since = "2.10")]
+-		[ReturnsModifiedPointer ()]
+-		public void insert_sorted_with_data (owned G data, CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort (CompareFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[ReturnsModifiedPointer ()]
+-		public void concat (owned SList<G> list2);
+-		public void @foreach (Func<G> func);
+-
+-		public unowned SList<G> last ();
+-		public unowned SList<G> nth (uint n);
+-		public unowned G nth_data (uint n);
+-
+-		public unowned SList<G> find (G data);
+-		public unowned SList<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_slist_find_custom", simple_generics = true)]
+-		public unowned SList<G> search<T> (T data, SearchFunc<G,T> func);
+-
+-		public int position (SList<G> llink);
+-		public int index (G data);
+-
+-		public G data;
+-		public SList<G> next;
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate int CompareFunc<G> (G a, G b);
+-
+-	public delegate int CompareDataFunc<G> (G a, G b);
+-
+-	[Version (since = "2.16")]
+-	[CCode (cname = "((GCompareFunc) g_strcmp0)")]
+-	public static GLib.CompareFunc<string> strcmp;
+-
+-	public delegate G CopyFunc<G> (G src);
+-
+-	[CCode (cname = "GCompareFunc", has_target = false)]
+-	public delegate int SearchFunc<G,T> (G a, T b);
+-
+-	/* Double-ended Queues */
+-
+-	[Compact]
+-	[CCode (dup_function = "g_queue_copy", free_function = "g_queue_free")]
+-	public class Queue<G> {
+-		public unowned List<G> head;
+-		public unowned List<G> tail;
+-		public uint length;
+-
+-		public Queue ();
+-
+-		[Version (since = "2.14")]
+-		public void clear ();
+-		public bool is_empty ();
+-		[Version (since = "2.4")]
+-		public uint get_length ();
+-		[Version (since = "2.4")]
+-		public void reverse ();
+-		public Queue copy ();
+-		[Version (since = "2.4")]
+-		public unowned List<G> find (G data);
+-		[Version (since = "2.4")]
+-		public unowned List<G> find_custom (G data, CompareFunc<G> func);
+-		[CCode (cname = "g_queue_find_custom", simple_generics = true)]
+-		public unowned List<G> search<T> (T data, SearchFunc<G,T> func);
+-		[Version (since = "2.4")]
+-		public void sort (CompareDataFunc<G> compare_func);
+-		public void push_head (owned G data);
+-		public void push_tail (owned G data);
+-		[Version (since = "2.4")]
+-		public void push_nth (owned G data, int n);
+-		public G pop_head ();
+-		public G pop_tail ();
+-		[Version (since = "2.4")]
+-		public G pop_nth (uint n);
+-		public unowned G peek_head ();
+-		public unowned G peek_tail ();
+-		[Version (since = "2.4")]
+-		public unowned G peek_nth (uint n);
+-		[Version (since = "2.4")]
+-		public int index (G data);
+-		[Version (since = "2.4")]
+-		public bool remove (G data);
+-		[Version (since = "2.4")]
+-		public uint remove_all (G data);
+-		[Version (since = "2.4")]
+-		public void delete_link (List<G> link);
+-		[Version (since = "2.4")]
+-		public void unlink (List<G> link);
+-		[Version (since = "2.4")]
+-		public void insert_before (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_after (List<G> sibling, owned G data);
+-		[Version (since = "2.4")]
+-		public void insert_sorted (owned G data, CompareDataFunc<G> func);
+-	}
+-
+-	/* Sequences */
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (free_function = "g_sequence_free")]
+-	public class Sequence<G> {
+-		[CCode (simple_generics = true)]
+-		public Sequence ();
+-		public int get_length ();
+-		public void @foreach (Func<G> func);
+-		public void sort (CompareDataFunc<G> cmp_func);
+-		public void sort_iter (SequenceIterCompareFunc<G> func);
+-		public SequenceIter<G> get_begin_iter ();
+-		public SequenceIter<G> get_end_iter ();
+-		public SequenceIter<G> get_iter_at_pos (int pos);
+-		public SequenceIter<G> append (owned G data);
+-		public SequenceIter<G> prepend (owned G data);
+-		public SequenceIter<G> insert_sorted (owned G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.48")]
+-		public bool is_empty ();
+-		public SequenceIter<G> insert_sorted_iter (owned G data, SequenceIterCompareFunc<G> iter_cmp);
+-		public SequenceIter<G> search (G data, CompareDataFunc<G> cmp_func);
+-		public SequenceIter<G> search_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup (G data, CompareDataFunc<G> cmp_func);
+-		[Version (since = "2.28")]
+-		public SequenceIter<G> lookup_iter (G data, SequenceIterCompareFunc<G> iter_cmp);
+-
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.foreach_range")]
+-		public static void foreach_range (SequenceIter<G> begin, SequenceIter<G> end, Func<G> func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.insert_before")]
+-		public static SequenceIter<G> insert_before (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_to")]
+-		public static void move (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.swap")]
+-		public static void swap (SequenceIter<G> src, SequenceIter<G> dest);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed")]
+-		public static void sort_changed (SequenceIter<G> iter, CompareDataFunc<G> cmp_func);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.sort_changed_iter")]
+-		public static void sort_changed_iter (SequenceIter<G> iter, SequenceIterCompareFunc<G> iter_cmp);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove")]
+-		public static void remove (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.remove_range")]
+-		public static void remove_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.move_range")]
+-		public static void move_range (SequenceIter<G> dest, SequenceIter<G> begin, SequenceIter<G> end);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.get")]
+-		public static unowned G get (SequenceIter<G> iter);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.set")]
+-		public static void set (SequenceIter<G> iter, owned G data);
+-		[Version (deprecated_since = "vala-0.26", replacement = "SequenceIter.range_get_midpoint")]
+-		public static SequenceIter<G> range_get_midpoint (SequenceIter<G> begin, SequenceIter<G> end);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.14")]
+-	[CCode (ref_function = "", unref_function = "")]
+-	public class SequenceIter<G> {
+-		public bool is_begin ();
+-		public bool is_end ();
+-		public SequenceIter<G> next ();
+-		public SequenceIter<G> prev ();
+-		public int get_position ();
+-		public SequenceIter<G> move (int delta);
+-		public unowned Sequence<G> get_sequence ();
+-		public int compare (SequenceIter<G> other);
+-
+-		[CCode (cname = "g_sequence_foreach_range")]
+-		public void foreach_range (SequenceIter<G> end, Func<G> func);
+-		[CCode (cname = "g_sequence_insert_before")]
+-		public SequenceIter<G> insert_before (owned G data);
+-		[CCode (cname = "g_sequence_move")]
+-		public void move_to (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_swap")]
+-		public void swap (SequenceIter<G> dest);
+-		[CCode (cname = "g_sequence_sort_changed")]
+-		public void sort_changed (CompareDataFunc<G> cmp_func);
+-		[CCode (cname = "g_sequence_sort_changed_iter")]
+-		public void sort_changed_iter (SequenceIterCompareFunc<G> iter_cmp);
+-		[CCode (cname = "g_sequence_remove")]
+-		public void remove ();
+-		[CCode (cname = "g_sequence_remove_range")]
+-		public void remove_range (SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_move_range")]
+-		public void move_range (SequenceIter<G> begin, SequenceIter<G> end);
+-		[CCode (cname = "g_sequence_get")]
+-		public unowned G get ();
+-		[CCode (cname = "g_sequence_set")]
+-		public void set (owned G data);
+-		[CCode (cname = "g_sequence_range_get_midpoint")]
+-		public SequenceIter<G> range_get_midpoint (SequenceIter<G> end);
+-	}
+-
+-	public delegate int SequenceIterCompareFunc<G> (SequenceIter<G> a, SequenceIter<G> b);
+-
+-	/* Hash Tables */
+-
+-	[Compact]
+-	[CCode (ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class HashTable<K,V> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public HashTable (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func);
+-		public HashTable.full (HashFunc<K>? hash_func, EqualFunc<K>? key_equal_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		[Version (since = "2.32", deprecated_since = "vala-0.26", replacement = "GenericSet.add")]
+-		public void add (owned K key);
+-		public unowned V? lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		[Version (since = "2.32")]
+-		public bool contains (K key);
+-		public bool remove (K key);
+-		[Version (since = "2.12")]
+-		public void remove_all ();
+-		public uint foreach_remove (HRFunc<K,V> predicate);
+-		public uint foreach_steal (HRFunc<K,V> predicate);
+-		[CCode (cname = "g_hash_table_lookup")]
+-		public unowned V? @get (K key);
+-		[CCode (cname = "g_hash_table_insert")]
+-		public void @set (owned K key, owned V value);
+-		[Version (since = "2.14")]
+-		public List<unowned K> get_keys ();
+-#if VALA_0_26
+-		[CCode (array_length_type = "guint")]
+-		[Version (since = "2.40")]
+-		public (unowned K)[] get_keys_as_array ();
+-#endif
+-		[Version (since = "2.14")]
+-		public List<unowned V> get_values ();
+-		public void @foreach (HFunc<K,V> func);
+-		[CCode (cname = "g_hash_table_foreach")]
+-		public void for_each (HFunc<K,V> func);
+-		[Version (since = "2.4")]
+-		public unowned V? find (HRFunc<K,V> predicate);
+-		public uint size ();
+-		public bool steal (K key);
+-		[Version (since = "2.12")]
+-		public void steal_all ();
+-		[Version (since = "2.58")]
+-		public bool steal_extended (K lookup_key, out K stolen_key, out V stolen_value);
+-		[CCode (cname = "_vala_g_hash_table_take")]
+-		public V? take (K key, out bool exists = null) {
+-			GLib.HashTable<K,V>? ht = null;
+-			void** htp = &ht;
+-			*htp = this.lookup (key);
+-			exists = this.steal (key);
+-			return ht;
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.16")]
+-	public struct HashTableIter<K,V> {
+-		public HashTableIter (GLib.HashTable<K,V> table);
+-		public bool next ([CCode (type = "gpointer*")] out unowned K key, [CCode (type = "gpointer*")] out unowned V value);
+-		public void remove ();
+-		public void steal ();
+-		public unowned GLib.HashTable<K,V> get_hash_table ();
+-	}
+-
+-	[Version (since = "2.32")]
+-	[Compact, CCode (cname = "GHashTable", lower_case_cprefix = "g_hash_table_", ref_function = "g_hash_table_ref", unref_function = "g_hash_table_unref", type_id = "G_TYPE_HASH_TABLE", type_signature = "a{%s}")]
+-	public class GenericSet<T> {
+-		[CCode (cname = "g_hash_table_new_full", simple_generics = true)]
+-		public GenericSet (HashFunc<T>? hash_func, EqualFunc<T>? equal_func, GLib.DestroyNotify? always_pass_null_here = null);
+-		public void add (owned T value);
+-		public bool contains (T valule);
+-		public bool remove (T value);
+-		public void remove_all ();
+-		public GLib.List<unowned T> get_values ();
+-		[CCode (cname = "g_hash_table_iter_init", instance_pos = -1)]
+-		public GLib.GenericSetIter<T> iterator ();
+-		[CCode (cname = "_vala_g_hash_set_foreach")]
+-		public void @foreach (GLib.Func<T> func) {
+-			((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
+-		}
+-		public uint length {
+-			[CCode (cname = "g_hash_table_size")]
+-			get;
+-		}
+-	}
+-
+-	[Version (since = "2.32")]
+-	[CCode (cname = "GHashTableIter", lower_case_cprefix = "g_hash_table_iter_")]
+-	public struct GenericSetIter<T> {
+-		[CCode (cname = "_vala_hash_set_next_value")]
+-		public unowned T? next_value () {
+-			void* vi = &this;
+-			GLib.HashTableIter<unowned T,T>* htp = vi;
+-			unowned T? value;
+-			return htp->next (out value, null) ? value : null;
+-		}
+-		public void remove ();
+-	}
+-
+-	[CCode (has_target = false)]
+-	public delegate uint HashFunc<K> (K key);
+-	[CCode (has_target = false)]
+-	public delegate bool EqualFunc<G> (G a, G b);
+-	public delegate void HFunc<K,V> (K key, V value);
+-	public delegate bool HRFunc<K,V> (K key, V value);
+-
+-	[CCode (has_target = false)]
+-	public delegate void DestroyNotify (void* data);
+-
+-	[CCode (cname = "g_direct_hash")]
+-	public static GLib.HashFunc<void*> direct_hash;
+-	[CCode (cname = "g_direct_equal")]
+-	public static GLib.EqualFunc<void*> direct_equal;
+-	[CCode (cname = "g_int64_hash")]
+-	public static GLib.HashFunc<int64?> int64_hash;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int64_equal")]
+-	public static GLib.EqualFunc<int64?> int64_equal;
+-	[Version (since = "2.22")]
+-	[CCode (cname = "g_int_hash")]
+-	public static GLib.HashFunc<int?> int_hash;
+-	[CCode (cname = "g_int_equal")]
+-	public static GLib.EqualFunc<int?> int_equal;
+-	[CCode (cname = "g_str_hash")]
+-	public static GLib.HashFunc<string> str_hash;
+-	[CCode (cname = "g_str_equal")]
+-	public static GLib.EqualFunc<string> str_equal;
+-	[CCode (cname = "g_free")]
+-	public static GLib.DestroyNotify g_free;
+-	[CCode (cname = "g_list_free")]
+-	public static GLib.DestroyNotify g_list_free;
+-	[CCode (cname = "((GDestroyNotify) g_variant_unref)")]
+-	public static GLib.DestroyNotify g_variant_unref;
+-
+-	/* Strings */
+-
+-	[Compact]
+-	[GIR (name = "String")]
+-	[CCode (cname = "GString", cprefix = "g_string_", free_function = "g_string_free", type_id = "G_TYPE_GSTRING")]
+-	public class StringBuilder {
+-		public StringBuilder (string init = "");
+-		[CCode (cname = "g_string_sized_new")]
+-		public StringBuilder.sized (size_t dfl_size);
+-		public unowned StringBuilder assign (string rval);
+-		public unowned StringBuilder append (string val);
+-		public unowned StringBuilder append_c (char c);
+-		public unowned StringBuilder append_unichar (unichar wc);
+-		public unowned StringBuilder append_len (string val, ssize_t len);
+-		public unowned StringBuilder prepend (string val);
+-		public unowned StringBuilder prepend_c (char c);
+-		public unowned StringBuilder prepend_unichar (unichar wc);
+-		public unowned StringBuilder prepend_len (string val, ssize_t len);
+-		public unowned StringBuilder insert (ssize_t pos, string val);
+-		public unowned StringBuilder insert_len (ssize_t pos, string val, ssize_t len);
+-		public unowned StringBuilder insert_unichar (ssize_t pos, unichar wc);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite (size_t pos, string val);
+-		[Version (since = "2.14")]
+-		public unowned StringBuilder overwrite_len (size_t pos, string val, ssize_t len);
+-		public unowned StringBuilder erase (ssize_t pos = 0, ssize_t len = -1);
+-		public unowned StringBuilder truncate (size_t len = 0);
+-
+-		[PrintfFormat]
+-		public void printf (string format, ...);
+-		[PrintfFormat]
+-		public void append_printf (string format, ...);
+-		[Version (since = "2.14")]
+-		public void vprintf (string format, va_list args);
+-		[Version (since = "2.14")]
+-		public void append_vprintf (string format, va_list args);
+-
+-		public string str;
+-		public ssize_t len;
+-		public ssize_t allocated_len;
+-
+-		public uint8[] data {
+-			get {
+-				unowned uint8[] res = (uint8[]) this.str;
+-				res.length = (int) this.len;
+-				return res;
+-			}
+-		}
+-
+-		[Version (since = "2.34")]
+-		public static Bytes free_to_bytes (owned StringBuilder str);
+-	}
+-
+-	/* String Chunks */
+-
+-	[Compact]
+-	[CCode (free_function = "g_string_chunk_free")]
+-	public class StringChunk {
+-		public StringChunk (size_t size);
+-		public unowned string insert (string str);
+-		public unowned string insert_const (string str);
+-		[Version (since = "2.4")]
+-		public unowned string insert_len (string str, ssize_t len);
+-		[Version (since = "2.14")]
+-		public void clear ();
+-	}
+-
+-	/* Pointer Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22", deprecated_since = "vala-0.26", replacement="GenericArray")]
+-	[CCode (ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	public class PtrArray {
+-		public PtrArray ();
+-		[Version (since = "2.22")]
+-		public PtrArray.with_free_func (GLib.DestroyNotify? element_free_func);
+-		[CCode (cname = "g_ptr_array_sized_new")]
+-		public PtrArray.sized (uint reserved_size);
+-		public void add (void* data);
+-		[Version (since = "2.4")]
+-		public void foreach (GLib.Func<void*> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public void* index(uint index);
+-		public bool remove (void* data);
+-		public void* remove_index (uint index);
+-		public bool remove_fast (void *data);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<void**> compare_func);
+-		public void sort_with_data (CompareDataFunc<void**> compare_func);
+-		[Version (since = "2.22")]
+-		public void set_free_func (GLib.DestroyNotify? element_free_function);
+-		public void set_size (int length);
+-
+-		public uint len;
+-		public void** pdata;
+-	}
+-
+-	[Compact]
+-	[CCode (cname = "GPtrArray", cprefix = "g_ptr_array_", ref_function = "g_ptr_array_ref", unref_function = "g_ptr_array_unref", type_id = "G_TYPE_PTR_ARRAY")]
+-	[GIR (name = "PtrArray")]
+-	public class GenericArray<G> {
+-		[Version (since = "2.30")]
+-		[CCode (cname = "g_ptr_array_new_full", simple_generics = true)]
+-		public GenericArray (uint reserved_size = 0);
+-		public void add (owned G data);
+-		[Version (since = "2.54")]
+-		public bool find (G needle, out uint index = null);
+-		[Version (since = "2.54")]
+-		public bool find_with_equal_func (G needle, GLib.EqualFunc<G>? equal_func, out uint index = null);
+-		public void foreach (GLib.Func<G> func);
+-		[CCode (cname = "g_ptr_array_index")]
+-		public unowned G get (uint index);
+-		[Version (since = "2.40")]
+-		public void insert (int index, owned G data);
+-		public bool remove (G data);
+-		public void remove_index (uint index);
+-		public bool remove_fast (G data);
+-		public void remove_index_fast (uint index);
+-		public void remove_range (uint index, uint length);
+-		public void set (uint index, owned G data) {
+-			this.add ((owned) data);
+-			this.remove_index_fast (index);
+-		}
+-		[CCode (cname = "vala_g_ptr_array_sort")]
+-		public void sort (GLib.CompareFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[CCode (cname = "g_ptr_array_sort_with_data")]
+-		public void _sort_with_data (GLib.CompareDataFunc<G**> compare_func);
+-		[CCode (cname = "vala_g_ptr_array_sort_with_data")]
+-		public void sort_with_data (GLib.CompareDataFunc<G> compare_func) {
+-			this._sort_with_data ((a, b) => {
+-				return compare_func ((G**) (*a), (G**) (*b));
+-			});
+-		}
+-		[Version (since = "2.58")]
+-		public G steal_index (uint index);
+-		[Version (since = "2.58")]
+-		public G steal_index_fast (uint index);
+-
+-		private void set_size (int length);
+-
+-		public int length {
+-			get { return (int) this.len; }
+-			set { this.set_size (value); }
+-		}
+-
+-		[CCode (cname = "pdata", array_length_cname = "len", array_length_type = "guint")]
+-		public G[] data;
+-
+-		private uint len;
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.32")]
+-	[CCode (cprefix = "g_bytes_", ref_function = "g_bytes_ref", unref_function = "g_bytes_unref", type_id = "G_TYPE_BYTES")]
+-	public class Bytes {
+-		public Bytes ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.take ([CCode (array_length_type = "gsize")] owned uint8[] data);
+-		public Bytes.static ([CCode (array_length_type = "gsize")] uint8[] data);
+-		public Bytes.with_free_func ([CCode (array_length_type = "gsize")] owned uint8[] data, GLib.DestroyNotify? free_func, void* user_data);
+-		public Bytes.from_bytes (GLib.Bytes bytes, size_t offset, size_t length);
+-
+-		[CCode (cname = "g_bytes_new_with_free_func", simple_generics = true)]
+-		public static Bytes new_with_owner<T> ([CCode (array_length_type = "gsize")] uint8[] data, [CCode (destroy_notify_pos = 1.9)] owned T? owner = null);
+-
+-		[CCode (array_length_type = "gsize")]
+-		public unowned uint8[] get_data ();
+-		public size_t get_size ();
+-		public uint hash ();
+-		public int compare (GLib.Bytes bytes2);
+-		[CCode (array_length_type = "gsize")]
+-		public static uint8[] unref_to_data (owned GLib.Bytes bytes);
+-		public static GLib.ByteArray unref_to_array (owned GLib.Bytes bytes);
+-
+-		[CCode (cname = "_vala_g_bytes_get")]
+-		public uint8 get (int index) {
+-			unowned uint8[] data = this.get_data ();
+-			return data[index];
+-		}
+-
+-		[CCode (cname = "_vala_g_bytes_slice")]
+-		public GLib.Bytes slice (size_t start, size_t end) {
+-			return new GLib.Bytes.from_bytes (this, start, end - start);
+-		}
+-
+-		public int length {
+-			[CCode (cname = "_vala_g_bytes_get_length")]
+-			get {
+-				return (int) this.get_size ();
+-			}
+-		}
+-	}
+-
+-	/* Byte Arrays */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (cprefix = "g_byte_array_", ref_function = "g_byte_array_ref", unref_function = "g_byte_array_unref", type_id = "G_TYPE_BYTE_ARRAY")]
+-	public class ByteArray {
+-		public ByteArray ();
+-		[CCode (cname = "g_byte_array_sized_new")]
+-		public ByteArray.sized (uint reserved_size);
+-		[Version (since = "2.32")]
+-		public ByteArray.take (owned uint8[] data);
+-		public void append (uint8[] data);
+-		[Version (since = "2.32")]
+-		public static GLib.Bytes free_to_bytes (owned GLib.ByteArray array);
+-		public void prepend (uint8[] data);
+-		public void remove_index (uint index);
+-		public void remove_index_fast (uint index);
+-		[Version (since = "2.4")]
+-		public void remove_range (uint index, uint length);
+-		public void sort (CompareFunc<int8> compare_func);
+-		public void sort_with_data (CompareDataFunc<int8> compare_func);
+-		public void set_size (uint length);
+-
+-		public uint len;
+-		[CCode (array_length_cname = "len", array_length_type = "guint")]
+-		public uint8[] data;
+-	}
+-
+-	/* N-ary Trees */
+-
+-	public delegate bool NodeTraverseFunc (Node node);
+-	public delegate void NodeForeachFunc (Node node);
+-
+-	[CCode (cprefix = "G_TRAVERSE_")]
+-	public enum TraverseFlags {
+-		LEAVES,
+-		NON_LEAVES,
+-		ALL,
+-		MASK,
+-		LEAFS,
+-		NON_LEAFS
+-	}
+-
+-	[Compact]
+-	[CCode (dup_function = "g_node_copy", free_function = "g_node_destroy")]
+-	public class Node<G> {
+-		public Node(owned G? data = null);
+-		public Node<unowned G> copy ();
+-		public Node<G> copy_deep (CopyFunc<G> copy_func);
+-		public unowned Node<G> insert (int position, owned Node<G> node);
+-		public unowned Node<G> insert_before (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> insert_after (Node<G> sibling, owned Node<G> node);
+-		public unowned Node<G> append (owned Node<G> node);
+-		public unowned Node<G> prepend (owned Node<G> node);
+-		public unowned Node<G> insert_data (int position, owned G data);
+-		public unowned Node<G> insert_data_before (Node<G> sibling, owned G data);
+-		public unowned Node<G> append_data (owned G data);
+-		public unowned Node<G> prepend_data (owned G data);
+-		public void reverse_children ();
+-		public void traverse (TraverseType order, TraverseFlags flags, int max_depth, NodeTraverseFunc func);
+-		public void children_foreach (TraverseFlags flags, NodeForeachFunc func);
+-		public unowned Node<G> get_root ();
+-		public unowned Node<G> find (TraverseType order, TraverseFlags flags, G data);
+-		public unowned Node<G> find_child (TraverseFlags flags, G data);
+-		public int child_index (G data);
+-		public int child_position (Node<G> child);
+-		public unowned Node<G> first_child ();
+-		public unowned Node<G> last_child ();
+-		public unowned Node<G> nth_child (uint n);
+-		public unowned Node<G> first_sibling ();
+-		public unowned Node<G> next_sibling ();
+-		public unowned Node<G> prev_sibling ();
+-		public unowned Node<G> last_sibling ();
+-
+-		[CCode (cname = "G_NODE_IS_LEAF")]
+-		public bool is_leaf ();
+-		[CCode (cname = "G_NODE_IS_ROOT")]
+-		public bool is_root ();
+-		public bool is_ancestor (Node<G> descendant);
+-
+-		public uint depth ();
+-		public uint n_nodes (TraverseFlags flags);
+-		public uint n_children ();
+-		public uint max_height ();
+-
+-		[CCode (cname = "g_node_unlink")]
+-		public void _unlink ();
+-		[CCode (cname = "g_node_unlink_vala")]
+-		public Node<G> unlink ()
+-		{
+-			void *ptr = this;
+-			_unlink ();
+-			return (Node<G>) (owned) ptr;
+-		}
+-
+-		public G data;
+-		public Node next;
+-		public Node prev;
+-		public Node parent;
+-		public Node children;
+-	}
+-
+-	/* Quarks */
+-
+-	[CCode (type_id = "G_TYPE_UINT")]
+-	public struct Quark : uint32 {
+-		public static Quark from_string (string str);
+-		public static Quark try_string (string str);
+-		public unowned string to_string ();
+-	}
+-
+-	/* Keyed Data Lists */
+-
+-	[CCode (cname = "GData*")]
+-	public struct Datalist<G> {
+-		public Datalist ();
+-		public void clear ();
+-		[Version (since = "2.34")]
+-		public G id_dup_data (Quark key_id, DuplicateFunc<G> dup_func);
+-		public unowned G id_get_data (Quark key_id);
+-		public void id_set_data (Quark key_id, owned G data);
+-		public void id_set_data_full (Quark key_id, owned G data, DestroyNotify? destroy_func);
+-		public void id_remove_data (Quark key_id);
+-		public G id_remove_no_notify (Quark key_id);
+-		[Version (since = "2.34")]
+-		public bool id_replace_data (Quark key_id, G oldval, owned G newval, GLib.DestroyNotify? destroy, out GLib.DestroyNotify? old_destroy);
+-		public void @foreach (DataForeachFunc<G> func);
+-		public unowned G get_data (string key);
+-		public void set_data_full (string key, owned G data, DestroyNotify? destry_func);
+-		public G remove_no_notify (string key);
+-		public void set_data (string key, owned G data);
+-		public void remove_data (string key);
+-	}
+-
+-	public delegate void DataForeachFunc<G> (Quark key_id, G data);
+-	public delegate G DuplicateFunc<G> (G data);
+-
+-	/* GArray */
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_array_ref", unref_function = "g_array_unref", type_id = "G_TYPE_ARRAY")]
+-	public class Array<G> {
+-		[CCode (cname = "len")]
+-		public uint length;
+-		[CCode (cname = "data", array_length_cname = "len", array_length_type = "uint")]
+-		public G[] data;
+-
+-		public Array (bool zero_terminated = true, bool clear = true, ulong element_size = 0);
+-		[CCode (cname = "g_array_sized_new")]
+-		public Array.sized (bool zero_terminated, bool clear, ulong element_size, uint reserved_size);
+-		public void append_val (owned G value);
+-		public void append_vals (void* data, uint len);
+-		public void prepend_val (owned G value);
+-		public void prepend_vals (void* data, uint len);
+-		public void insert_val (uint index, owned G value);
+-		public void insert_vals (uint index, void* data, uint len);
+-		[CCode (cname = "g_array_remove_index")]
+-		public void _remove_index (uint index);
+-		[CCode (cname = "g_array_remove_index_fast")]
+-		public void _remove_index_fast (uint index);
+-		[CCode (cname = "g_array_remove_range")]
+-		public void _remove_range (uint index, uint length);
+-		[CCode (cname = "vala_g_array_remove_index")]
+-		public G remove_index (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_index_fast")]
+-		public G remove_index_fast (uint index) {
+-			assert (length > index);
+-			G g = (owned) data[index];
+-			_remove_index_fast (index);
+-			return g;
+-		}
+-		[CCode (cname = "vala_g_array_remove_range")]
+-		public G[] remove_range (uint index, uint length) {
+-			assert (this.length >= index + length);
+-			G[] ga = new G[length];
+-			for (uint i = 0; i < length; i++) {
+-				ga[i] = (owned) data[i + index];
+-			}
+-			_remove_range (index, length);
+-			return ga;
+-		}
+-		public void sort (CompareFunc<G> compare_func);
+-		public void sort_with_data (CompareDataFunc<G> compare_func);
+-		[CCode (generic_type_pos = 0.1)]
+-		public unowned G index (uint index);
+-		public void set_size (uint length);
+-		[Version (since = "2.32")]
+-		public void set_clear_func (GLib.DestroyNotify clear_func);
+-	}
+-
+-	/* GTree */
+-
+-	public delegate bool TraverseFunc<K,V> (K key, V value);
+-
+-	[CCode (cprefix = "G_", has_type_id = false)]
+-	public enum TraverseType {
+-		IN_ORDER,
+-		PRE_ORDER,
+-		POST_ORDER,
+-		LEVEL_ORDER
+-	}
+-
+-	public delegate int TreeSearchFunc<K> (K key);
+-
+-	[Compact]
+-	[Version (since = "2.22")]
+-	[CCode (ref_function = "g_tree_ref", unref_function = "g_tree_unref")]
+-	public class Tree<K,V> {
+-		[CCode (cname = "g_tree_new_full", simple_generics = true)]
+-		public Tree (CompareDataFunc<K> key_compare_func);
+-		[Version (deprecated_since = "vala-0.20", replacement = "Tree ()")]
+-		public Tree.with_data (CompareDataFunc<K> key_compare_func);
+-		public Tree.full (CompareDataFunc<K> key_compare_func, DestroyNotify? key_destroy_func, DestroyNotify? value_destroy_func);
+-		public void insert (owned K key, owned V value);
+-		public void replace (owned K key, owned V value);
+-		public int nnodes ();
+-		public int height ();
+-		public unowned V lookup (K key);
+-		public bool lookup_extended (K lookup_key, out unowned K orig_key, out unowned V value);
+-		public void foreach (TraverseFunc<K,V> traverse_func);
+-		public unowned V search (TreeSearchFunc<K> search_func);
+-		[CCode (cname = "g_tree_search")]
+-		public unowned V search_key (CompareFunc<K> search_func, K key);
+-		public bool remove (K key);
+-		public bool steal (K key);
+-	}
+-
+-	/* Internationalization */
+-
+-	[Version (since = "2.4")]
+-	[CCode (cname = "_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string _ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "Q_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string Q_ ([FormatArg] string str);
+-	[Version (since = "2.4")]
+-	[CCode (cname = "N_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string N_ ([FormatArg] string str);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "C_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string C_ (string context, [FormatArg] string str);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "NC_", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string NC_ (string context, [FormatArg] string str);
+-	[CCode (cname = "ngettext", cheader_filename = "glib.h,glib/gi18n-lib.h")]
+-	public static unowned string ngettext (string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dgettext (string? domain, [FormatArg] string msgid);
+-	[Version (since = "2.26")]
+-	[CCode (cname = "g_dcgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dcgettext (string? domain, [FormatArg] string msgid, int category);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dngettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dngettext (string? domain, string msgid, [FormatArg] string msgid_plural, ulong n);
+-	[Version (since = "2.16")]
+-	[CCode (cname = "g_dpgettext", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext (string? domain, [FormatArg] string msgctxid, size_t msgidoffset);
+-	[Version (since = "2.18")]
+-	[CCode (cname = "g_dpgettext2", cheader_filename = "glib/gi18n-lib.h")]
+-	public static unowned string dpgettext2 (string? domain, string context, [FormatArg] string msgid);
+-
+-	[CCode (cname = "int", cprefix = "LC_", cheader_filename = "locale.h", has_type_id = false)]
+-	public enum LocaleCategory {
+-		ALL,
+-		COLLATE,
+-		CTYPE,
+-		MESSAGES,
+-		MONETARY,
+-		NUMERIC,
+-		TIME
+-	}
+-
+-	namespace Intl {
+-		[CCode (cname = "setlocale", cheader_filename = "locale.h")]
+-		public static unowned string? setlocale (LocaleCategory category = GLib.LocaleCategory.ALL, string? locale = "");
+-		[CCode (cname = "bindtextdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bindtextdomain (string domainname, string? dirname);
+-		[CCode (cname = "textdomain", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? textdomain (string? domainname);
+-		[CCode (cname = "bind_textdomain_codeset", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string? bind_textdomain_codeset (string domainname, string? codeset);
+-		[Version (since = "2.6")]
+-		[CCode (cname = "g_get_language_names", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names ();
+-		[Version (since = "2.58")]
+-		[CCode (cname = "g_get_language_names_with_category", array_length = false, array_null_terminated = true)]
+-		public static unowned string[] get_language_names_with_category (string category_name);
+-		[Version (since = "2.4")]
+-		[CCode (cname = "g_strip_context", cheader_filename = "glib/gi18n-lib.h")]
+-		public static unowned string strip_context (string msgid, string msgval);
+-	}
+-
+-	[Compact]
+-	public class PatternSpec {
+-		public PatternSpec (string pattern);
+-		public bool equal (PatternSpec pspec);
+-		[CCode (cname = "g_pattern_match")]
+-		public bool match (uint string_length, string str, string? str_reversed);
+-		[CCode (cname = "g_pattern_match_string")]
+-		public bool match_string (string str);
+-		[CCode (cname = "g_pattern_match_simple")]
+-		public static bool match_simple (string pattern, string str);
+-	}
+-
+-	[CCode (lower_case_cprefix = "glib_version_")]
+-	namespace Version {
+-		[CCode (cname = "glib_major_version")]
+-		public const uint major;
+-		[CCode (cname = "glib_minor_version")]
+-		public const uint minor;
+-		[CCode (cname = "glib_micro_version")]
+-		public const uint micro;
+-		[CCode (cname = "glib_check_version")]
+-		public static unowned string? check (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "GLIB_MAJOR_VERSION")]
+-		public const uint MAJOR;
+-		[CCode (cname = "GLIB_MINOR_VERSION")]
+-		public const uint MINOR;
+-		[CCode (cname = "GLIB_MICRO_VERSION")]
+-		public const uint MICRO;
+-		[CCode (cname = "GLIB_CHECK_VERSION")]
+-		public static bool CHECK (uint required_major, uint required_minor = 0, uint required_micro = 0);
+-
+-		[CCode (cname = "G_ENCODE_VERSION")]
+-		public static uint encode (uint major, uint minor);
+-
+-		public const uint CUR_STABLE;
+-		public const uint PREV_STABLE;
+-		public const uint MIN_REQUIRED;
+-		public const uint MAX_ALLOWED;
+-
+-		public const uint @2_26;
+-		public const uint @2_28;
+-		public const uint @2_30;
+-		public const uint @2_32;
+-		public const uint @2_34;
+-		public const uint @2_36;
+-		public const uint @2_38;
+-		public const uint @2_40;
+-		public const uint @2_42;
+-		public const uint @2_44;
+-		public const uint @2_46;
+-		public const uint @2_48;
+-		public const uint @2_50;
+-		public const uint @2_52;
+-		public const uint @2_54;
+-		public const uint @2_56;
+-		public const uint @2_58;
+-
+-		[CCode (cname = "glib_binary_age")]
+-		public const uint binary_age;
+-		[CCode (cname = "glib_interface_age")]
+-		public const uint interface_age;
+-	}
+-
+-	namespace Win32 {
+-		public enum OSType {
+-			[CCode (cname = "G_WIN32_OS_ANY")]
+-			ANY,
+-			[CCode (cname = "G_WIN32_OS_WORKSTATION")]
+-			WORKSTATION,
+-			[CCode (cname = "G_WIN32_OS_SERVER")]
+-			SERVER,
+-		}
+-		[Version (since = "2.44")]
+-		public bool check_windows_version (int major, int minor, int spver, GLib.Win32.OSType os_type);
+-
+-		public string error_message (int error);
+-		public string getlocale ();
+-		[Version (since = "2.16")]
+-		public string get_package_installation_directory_of_module (void* hmodule);
+-		public uint get_windows_version ();
+-		[Version (since = "2.8")]
+-		public string locale_filename_from_utf8 (string utf8filename);
+-		[CCode (cname = "G_WIN32_HAVE_WIDECHAR_API")]
+-		public bool have_widechar_api ();
+-		[CCode (cname = "G_WIN32_IS_NT_BASED")]
+-		public bool is_nt_based ();
+-		[Version (since = "2.40")]
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_command_line ();
+-	}
+-
+-	[Compact]
+-	[Immutable]
+-	[Version (since = "2.24")]
+-	[CCode (copy_function = "g_variant_type_copy", free_function = "g_variant_type_free", type_id = "G_TYPE_VARIANT_TYPE")]
+-	public class VariantType {
+-		[CCode (cname = "G_VARIANT_TYPE_BOOLEAN")]
+-		public static VariantType BOOLEAN;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTE")]
+-		public static VariantType BYTE;
+-		[CCode (cname = "G_VARIANT_TYPE_INT16")]
+-		public static VariantType INT16;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT16")]
+-		public static VariantType UINT16;
+-		[CCode (cname = "G_VARIANT_TYPE_INT32")]
+-		public static VariantType INT32;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT32")]
+-		public static VariantType UINT32;
+-		[CCode (cname = "G_VARIANT_TYPE_INT64")]
+-		public static VariantType INT64;
+-		[CCode (cname = "G_VARIANT_TYPE_UINT64")]
+-		public static VariantType UINT64;
+-		[CCode (cname = "G_VARIANT_TYPE_HANDLE")]
+-		public static VariantType HANDLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DOUBLE")]
+-		public static VariantType DOUBLE;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING")]
+-		public static VariantType STRING;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH")]
+-		public static VariantType OBJECT_PATH;
+-		[CCode (cname = "G_VARIANT_TYPE_SIGNATURE")]
+-		public static VariantType SIGNATURE;
+-		[CCode (cname = "G_VARIANT_TYPE_VARIANT")]
+-		public static VariantType VARIANT;
+-		[CCode (cname = "G_VARIANT_TYPE_UNIT")]
+-		public static VariantType UNIT;
+-		[CCode (cname = "G_VARIANT_TYPE_ANY")]
+-		public static VariantType ANY;
+-		[CCode (cname = "G_VARIANT_TYPE_BASIC")]
+-		public static VariantType BASIC;
+-		[CCode (cname = "G_VARIANT_TYPE_MAYBE")]
+-		public static VariantType MAYBE;
+-		[CCode (cname = "G_VARIANT_TYPE_ARRAY")]
+-		public static VariantType ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_TUPLE")]
+-		public static VariantType TUPLE;
+-		[CCode (cname = "G_VARIANT_TYPE_DICT_ENTRY")]
+-		public static VariantType DICT_ENTRY;
+-		[CCode (cname = "G_VARIANT_TYPE_DICTIONARY")]
+-		public static VariantType DICTIONARY;
+-		[CCode (cname = "G_VARIANT_TYPE_STRING_ARRAY")]
+-		public static VariantType STRING_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_OBJECT_PATH_ARRAY")]
+-		public static VariantType OBJECT_PATH_ARRAY;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING")]
+-		public static VariantType BYTESTRING;
+-		[CCode (cname = "G_VARIANT_TYPE_BYTESTRING_ARRAY")]
+-		public static VariantType BYTESTRING_ARRAY;
+-		[Version (since = "2.30")]
+-		[CCode (cname = "G_VARIANT_TYPE_VARDICT")]
+-		public static VariantType VARDICT;
+-
+-		public static bool string_is_valid (string type_string);
+-		public static bool string_scan (string type_string, char *limit, out char* endptr);
+-
+-		public VariantType (string type_string);
+-		public size_t get_string_length ();
+-		public char* peek_string ();
+-		public string dup_string ();
+-
+-		public bool is_definite ();
+-		public bool is_container ();
+-		public bool is_basic ();
+-		public bool is_maybe ();
+-		public bool is_array ();
+-		public bool is_tuple ();
+-		public bool is_dict_entry ();
+-		public bool is_variant ();
+-
+-		public uint hash ();
+-		public bool equal (VariantType other);
+-		public bool is_subtype_of (VariantType supertype);
+-
+-		public unowned VariantType element ();
+-		public unowned VariantType first ();
+-		public unowned VariantType next ();
+-		public unowned VariantType n_items ();
+-		public unowned VariantType key ();
+-		public unowned VariantType value ();
+-
+-		public VariantType.array (VariantType element);
+-		public VariantType.maybe (VariantType element);
+-		public VariantType.tuple (VariantType[] items);
+-		public VariantType.dict_entry (VariantType key, VariantType value);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
+-	public class Variant {
+-		[CCode (has_type_id = false)]
+-		public enum Class {
+-			BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
+-			UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,
+-			SIGNATURE, VARIANT, MAYBE, ARRAY, TUPLE, DICT_ENTRY
+-		}
+-
+-		public unowned VariantType get_type ();
+-		public unowned string get_type_string ();
+-		public bool is_of_type (VariantType type);
+-		public bool is_container ();
+-		[Version (since = "2.26")]
+-		public bool is_floating ();
+-		public Class classify ();
+-		[Version (since = "2.26")]
+-		public int compare (Variant other);
+-
+-		public Variant.boolean (bool value);
+-		public Variant.byte (uint8 value);
+-		public Variant.int16 (int16 value);
+-		public Variant.uint16 (uint16 value);
+-		public Variant.int32 (int32 value);
+-		public Variant.uint32 (uint32 value);
+-		public Variant.int64 (int64 value);
+-		public Variant.uint64 (uint64 value);
+-		public Variant.handle (int32 value);
+-		public Variant.double (double value);
+-		public Variant.string (string value);
+-		[Version (since = "2.26")]
+-		public Variant.bytestring (string value);
+-		public Variant.object_path (string object_path);
+-		public static bool is_object_path (string object_path);
+-		public Variant.signature (string signature);
+-		public static bool is_signature (string signature);
+-
+-		public bool get_boolean ();
+-		public uint8 get_byte ();
+-		public int16 get_int16 ();
+-		public uint16 get_uint16 ();
+-		public int32 get_int32 ();
+-		public uint32 get_uint32 ();
+-		public int64 get_int64 ();
+-		public uint64 get_uint64 ();
+-		public int32 get_handle ();
+-		public double get_double ();
+-		public unowned string get_string (out size_t length = null);
+-		public string dup_string (out size_t length = null);
+-		[Version (since = "2.26")]
+-		public unowned string get_bytestring ();
+-		[Version (since = "2.26")]
+-		public string dup_bytestring (out size_t length);
+-
+-		public Variant.strv (string[] value);
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_strv ();
+-#else
+-		public string*[] get_strv ();
+-#endif
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_strv ();
+-
+-		[Version (since = "2.26")]
+-		public Variant.bytestring_array (string[] value);
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_bytestring_array ();
+-#else
+-		public string*[] get_bytestring_array ();
+-#endif
+-		[Version (since = "2.26")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_bytestring_array ();
+-
+-		[Version (since = "2.30")]
+-		public Variant.objv (string[] value);
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-#if VALA_0_26
+-		public (unowned string)[] get_objv ();
+-#else
+-		public string*[] get_objv ();
+-#endif
+-		[Version (since = "2.30")]
+-		[CCode (array_length_type = "size_t")]
+-		public string[] dup_objv ();
+-
+-		public Variant (string format, ...);
+-		// note: the function changes its behaviour when end_ptr is null, so 'out char *' is wrong
+-		public Variant.va (string format, char **end_ptr, va_list *app);
+-		public void get (string format, ...);
+-		public void get_va (string format, char **end_ptr, va_list *app);
+-
+-		public Variant.variant (Variant value);
+-		public Variant.maybe (VariantType? child_type, Variant? child);
+-		public Variant.array (VariantType? child_type, Variant[] children);
+-		[Version (since = "2.32")]
+-		[CCode (simple_generics = true)]
+-		public static Variant new_fixed_array<T> (VariantType? element_type, [CCode (array_length_type = "gsize")] T[] elements, size_t element_size);
+-		public Variant.tuple (Variant[] children);
+-		public Variant.dict_entry (Variant key, Variant value);
+-		public Variant get_variant ();
+-		public Variant? get_maybe ();
+-
+-		public size_t n_children ();
+-		public Variant get_child_value (size_t index);
+-		public void get_child (size_t index, string format_string, ...);
+-
+-		[Version (since = "2.28")]
+-		public Variant? lookup_value (string key, VariantType? expected_type);
+-		[Version (since = "2.28")]
+-		public bool lookup (string key, string format_string, ...);
+-
+-		public size_t get_size ();
+-		public void *get_data ();
+-		public void store (void *data);
+-
+-		public string print (bool type_annotate);
+-		public StringBuilder print_string (StringBuilder? builder, bool type_annotate);
+-
+-		public uint hash ();
+-		public bool equal (Variant other);
+-
+-		public Variant byteswap ();
+-		public Variant get_normal_form ();
+-		public bool is_normal_form ();
+-		[CCode (returns_floating_reference = true, simple_generics = true)]
+-		public static Variant new_from_data<T> (VariantType type, uchar[] data, bool trusted, [CCode (destroy_notify_pos = 3.9)] owned T? owner = null);
+-
+-		[CCode (cname = "g_variant_iter_new")]
+-		public VariantIter iterator ();
+-
+-		public static Variant parse (VariantType? type, string text, char *limit = null, char **endptr = null) throws GLib.VariantParseError;
+-		public Variant.parsed (string format_string, ...);
+-
+-		[Version (since = "2.34")]
+-		public bool check_format_string (string format_string, bool copy_only);
+-
+-		[Version (since = "2.36")]
+-		public Variant.from_bytes (VariantType type, Bytes bytes, bool trusted);
+-		[Version (since = "2.36")]
+-		public Bytes get_data_as_bytes ();
+-
+-		[Version (since = "2.38")]
+-		public Variant.printf (string format_string, ...);
+-		[Version (since = "2.38")]
+-		public Variant.take_string (owned string str);
+-
+-		[Version (since = "2.40")]
+-		public static void parse_error_print_context (GLib.VariantParseError error, string source_str);
+-	}
+-
+-	[Version (since = "2.24")]
+-	public errordomain VariantParseError {
+-		FAILED,
+-		BASIC_TYPE_EXPECTED,
+-		CANNOT_INFER_TYPE,
+-		DEFINITE_TYPE_EXPECTED,
+-		INPUT_NOT_AT_END,
+-		INVALID_CHARACTER,
+-		INVALID_FORMAT_STRING,
+-		INVALID_OBJECT_PATH,
+-		INVALID_SIGNATURE,
+-		INVALID_TYPE_STRING,
+-		NO_COMMON_TYPE,
+-		NUMBER_OUT_OF_RANGE,
+-		NUMBER_TOO_BIG,
+-		TYPE_ERROR,
+-		UNEXPECTED_TOKEN,
+-		UNKNOWN_KEYWORD,
+-		UNTERMINATED_STRING_CONSTANT,
+-		VALUE_EXPECTED;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	public class VariantIter {
+-		public VariantIter (Variant value);
+-		public size_t n_children ();
+-		public Variant? next_value ();
+-		public bool next (string format_string, ...);
+-	}
+-
+-	[Compact]
+-	[Version (since = "2.24")]
+-	[CCode (ref_function = "g_variant_builder_ref", unref_function = "g_variant_builder_unref")]
+-	public class VariantBuilder {
+-		public VariantBuilder (VariantType type);
+-		public void open (VariantType type);
+-		public void close ();
+-		public void add_value (Variant value);
+-		public void add (string format_string, ...);
+-		[CCode (returns_floating_reference = true)]
+-		public Variant end ();
+-	}
+-
+-	[Version (since = "2.40")]
+-	[Compact, CCode (ref_function = "g_variant_dict_ref", unref_function = "g_variant_dict_unref")]
+-	public class VariantDict {
+-		public VariantDict (GLib.Variant? from_asv = null);
+-		public bool lookup (string key, string format_string, ...);
+-		public GLib.Variant lookup_value (string key, GLib.VariantType expected_type);
+-		public bool contains (string key);
+-		public void insert (string key, string format_string, ...);
+-		public void insert_value (string key, GLib.Variant value);
+-		public bool remove (string key);
+-		public void clear ();
+-		[CCode (returns_floating_reference = true)]
+-		public GLib.Variant end ();
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string", type_signature = "o")]
+-	public class ObjectPath : string {
+-		[CCode (cname = "g_strdup")]
+-		public ObjectPath (string path);
+-	}
+-
+-	[CCode (cname = "char", const_cname = "const char", copy_function = "g_strdup", free_function = "g_free", cheader_filename = "stdlib.h,string.h,glib.h", type_id = "G_TYPE_STRING", marshaller_type_name = "STRING", param_spec_function = "g_param_spec_string", get_value_function = "g_value_get_string", set_value_function = "g_value_set_string", take_value_function = "g_value_take_string")]
+-	public class BusName : string {
+-		[CCode (cname = "g_strdup")]
+-		public BusName (string bus_name);
+-	}
+-
+-	[CCode (cname = "G_LIKELY", cheader_filename = "glib.h")]
+-	public static bool likely (bool expression);
+-	[CCode (cname = "G_UNLIKELY", cheader_filename = "glib.h")]
+-	public static bool unlikely (bool expression);
+-	[Version (since = "2.20")]
+-	[CCode (cname = "G_STATIC_ASSERT", cheader_filename = "glib.h")]
+-	public static void static_assert (bool expression);
+-
+-	[CCode (simple_generics = true, cname = "g_qsort_with_data")]
+-	private static void _qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func);
+-
+-	[CCode (cname = "_vala_g_qsort_with_data")]
+-	public static void qsort_with_data<T> (T[] elems, size_t size, [CCode (type = "GCompareDataFunc")] GLib.CompareDataFunc<T> compare_func) {
+-		_qsort_with_data<T*> (elems, size, (a, b) => {
+-				return compare_func (*a, *b);
+-			});
+-	}
+-
+-	[Version (since = "2.54")]
+-	public errordomain NumberParserError {
+-		INVALID,
+-		OUT_OF_BOUNDS;
+-		public static GLib.Quark quark ();
+-	}
+-
+-	/* Unix-specific functions. All of these have to include glib-unix.h. */
+-	namespace Unix {
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h", cname = "g_unix_signal_add_full")]
+-		public static uint signal_add (int signum, owned GLib.SourceFunc handler, [CCode (pos = 0.9)] int priority = Priority.DEFAULT);
+-
+-		[CCode (cheader_filename = "glib-unix.h", cname = "GSource")]
+-		public class SignalSource : GLib.Source {
+-			public SignalSource (int signum);
+-		}
+-
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)] int[] fds, int flags) throws GLib.Error;
+-		[Version (since = "2.30")]
+-		[CCode (cheader_filename = "glib-unix.h")]
+-		public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
+-	}
+-
+-	[CCode (cname = "GUnicodeScript", cprefix = "G_UNICODE_SCRIPT_", has_type_id = false)]
+-	public enum UnicodeScript {
+-		INVALID_CODE,
+-		COMMON,
+-		INHERITED,
+-		ARABIC,
+-		ARMENIAN,
+-		BENGALI,
+-		BOPOMOFO,
+-		CHEROKEE,
+-		COPTIC,
+-		CYRILLIC,
+-		DESERET,
+-		DEVANAGARI,
+-		ETHIOPIC,
+-		GEORGIAN,
+-		GOTHIC,
+-		GREEK,
+-		GUJARATI,
+-		GURMUKHI,
+-		HAN,
+-		HANGUL,
+-		HEBREW,
+-		HIRAGANA,
+-		KANNADA,
+-		KATAKANA,
+-		KHMER,
+-		LAO,
+-		LATIN,
+-		MALAYALAM,
+-		MONGOLIAN,
+-		MYANMAR,
+-		OGHAM,
+-		OLD_ITALIC,
+-		ORIYA,
+-		RUNIC,
+-		SINHALA,
+-		SYRIAC,
+-		TAMIL,
+-		TELUGU,
+-		THAANA,
+-		THAI,
+-		TIBETAN,
+-		CANADIAN_ABORIGINAL,
+-		YI,
+-		TAGALOG,
+-		HANUNOO,
+-		BUHID,
+-		TAGBANWA,
+-
+-		BRAILLE,
+-		CYPRIOT,
+-		LIMBU,
+-		OSMANYA,
+-		SHAVIAN,
+-		LINEAR_B,
+-		TAI_LE,
+-		UGARITIC,
+-
+-		NEW_TAI_LUE,
+-		BUGINESE,
+-		GLAGOLITIC,
+-		TIFINAGH,
+-		SYLOTI_NAGRI,
+-		OLD_PERSIAN,
+-		KHAROSHTHI,
+-
+-		UNKNOWN,
+-		BALINESE,
+-		CUNEIFORM,
+-		PHOENICIAN,
+-		PHAGS_PA,
+-		NKO,
+-
+-		KAYAH_LI,
+-		LEPCHA,
+-		REJANG,
+-		SUNDANESE,
+-		SAURASHTRA,
+-		CHAM,
+-		OL_CHIKI,
+-		VAI,
+-		CARIAN,
+-		LYCIAN,
+-		LYDIAN,
+-
+-		/* Unicode-5.2 additions */
+-		AVESTAN,                /* Avst */
+-		BAMUM,                  /* Bamu */
+-		EGYPTIAN_HIEROGLYPHS,   /* Egyp */
+-		IMPERIAL_ARAMAIC,       /* Armi */
+-		INSCRIPTIONAL_PAHLAVI,  /* Phli */
+-		INSCRIPTIONAL_PARTHIAN, /* Prti */
+-		JAVANESE,               /* Java */
+-		KAITHI,                 /* Kthi */
+-		LISU,                   /* Lisu */
+-		MEETEI_MAYEK,           /* Mtei */
+-		OLD_SOUTH_ARABIAN,      /* Sarb */
+-		OLD_TURKIC,             /* Orkh */
+-		SAMARITAN,              /* Samr */
+-		TAI_THAM,               /* Lana */
+-		TAI_VIET,               /* Tavt */
+-
+-		/* Unicode-6.0 additions */
+-		BATAK,                  /* Batk */
+-		BRAHMI,                 /* Brah */
+-		MANDAIC,                /* Mand */
+-
+-		/* Unicode-6.1 additions */
+-		CHAKMA,                 /* Cakm */
+-		MEROITIC_CURSIVE,       /* Merc */
+-		MEROITIC_HIEROGLYPHS,   /* Mero */
+-		MIAO,                   /* Plrd */
+-		SHARADA,                /* Shrd */
+-		SORA_SOMPENG,           /* Sora */
+-		TAKRI,                  /* Takr */
+-
+-		/* Unicode 7.0 additions */
+-		BASSA_VAH,              /* Bass */
+-		CAUCASIAN_ALBANIAN,     /* Aghb */
+-		DUPLOYAN,               /* Dupl */
+-		ELBASAN,                /* Elba */
+-		GRANTHA,                /* Gran */
+-		KHOJKI,                 /* Khoj */
+-		KHUDAWADI,              /* Sind */
+-		LINEAR_A,               /* Lina */
+-		MAHAJANI,               /* Mahj */
+-		MANICHAEAN,             /* Manu */
+-		MENDE_KIKAKUI,          /* Mend */
+-		MODI,                   /* Modi */
+-		MRO,                    /* Mroo */
+-		NABATAEAN,              /* Nbat */
+-		OLD_NORTH_ARABIAN,      /* Narb */
+-		OLD_PERMIC,             /* Perm */
+-		PAHAWH_HMONG,           /* Hmng */
+-		PALMYRENE,              /* Palm */
+-		PAU_CIN_HAU,            /* Pauc */
+-		PSALTER_PAHLAVI,        /* Phlp */
+-		SIDDHAM,                /* Sidd */
+-		TIRHUTA,                /* Tirh */
+-		WARANG_CITI,            /* Wara */
+-
+-		/* Unicode 8.0 additions */
+-		AHOM,                   /* Ahom */
+-		ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+-		HATRAN,                 /* Hatr */
+-		MULTANI,                /* Mult */
+-		OLD_HUNGARIAN,          /* Hung */
+-		SIGNWRITING,            /* Sgnw */
+-
+-		/* Unicode 9.0 additions */
+-		ADLAM,                  /* Adlm */
+-		BHAIKSUKI,              /* Bhks */
+-		MARCHEN,                /* Marc */
+-		NEWA,                   /* Newa */
+-		OSAGE,                  /* Osge */
+-		TANGUT,                 /* Tang */
+-
+-		/* Unicode 10.0 additions */
+-		MASARAM_GONDI,          /* Gonm */
+-		NUSHU,                  /* Nshu */
+-		SOYOMBO,                /* Soyo */
+-		ZANABAZAR_SQUARE,       /* Zanb */
+-
+-		/* Unicode 11.0 additions */
+-		DOGRA,                  /* Dogr */
+-		GUNJALA_GONDI,          /* Gong */
+-		HANIFI_ROHINGYA,        /* Rohg */
+-		MAKASAR,                /* Maka */
+-		MEDEFAIDRIN,            /* Medf */
+-		OLD_SOGDIAN,            /* Sogo */
+-		SOGDIAN;                /* Sogd */
+-
+-		[CCode (cname = "g_unicode_script_to_iso15924")]
+-		public uint32 to_iso15924 ();
+-		[CCode (cname = "g_unicode_script_from_iso15924")]
+-		public static GLib.UnicodeScript from_iso15924 (uint32 iso15924);
+-	}
+-
+-	[CCode (cname = "GUnicodeType", cprefix = "G_UNICODE_", has_type_id = false)]
+-	public enum UnicodeType {
+-		CONTROL,
+-		FORMAT,
+-		UNASSIGNED,
+-		PRIVATE_USE,
+-		SURROGATE,
+-		LOWERCASE_LETTER,
+-		MODIFIER_LETTER,
+-		OTHER_LETTER,
+-		TITLECASE_LETTER,
+-		UPPERCASE_LETTER,
+-		COMBINING_MARK,
+-		ENCLOSING_MARK,
+-		NON_SPACING_MARK,
+-		DECIMAL_NUMBER,
+-		LETTER_NUMBER,
+-		OTHER_NUMBER,
+-		CONNECT_PUNCTUATION,
+-		DASH_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		FINAL_PUNCTUATION,
+-		INITIAL_PUNCTUATION,
+-		OTHER_PUNCTUATION,
+-		OPEN_PUNCTUATION,
+-		CURRENCY_SYMBOL,
+-		MODIFIER_SYMBOL,
+-		MATH_SYMBOL,
+-		OTHER_SYMBOL,
+-		LINE_SEPARATOR,
+-		PARAGRAPH_SEPARATOR,
+-		SPACE_SEPARATOR
+-	}
+-
+-	[CCode (cname = "GUnicodeBreakType", cprefix = "G_UNICODE_BREAK_", has_type_id = false)]
+-	public enum UnicodeBreakType {
+-		MANDATORY,
+-		CARRIAGE_RETURN,
+-		LINE_FEED,
+-		COMBINING_MARK,
+-		SURROGATE,
+-		ZERO_WIDTH_SPACE,
+-		INSEPARABLE,
+-		NON_BREAKING_GLUE,
+-		CONTINGENT,
+-		SPACE,
+-		AFTER,
+-		BEFORE,
+-		BEFORE_AND_AFTER,
+-		HYPHEN,
+-		NON_STARTER,
+-		OPEN_PUNCTUATION,
+-		CLOSE_PUNCTUATION,
+-		QUOTATION,
+-		EXCLAMATION,
+-		IDEOGRAPHIC,
+-		NUMERIC,
+-		INFIX_SEPARATOR,
+-		SYMBOL,
+-		ALPHABETIC,
+-		PREFIX,
+-		POSTFIX,
+-		COMPLEX_CONTEXT,
+-		AMBIGUOUS,
+-		UNKNOWN,
+-		NEXT_LINE,
+-		WORD_JOINER,
+-		HANGUL_L_JAMO,
+-		HANGUL_V_JAMO,
+-		HANGUL_T_JAMO,
+-		HANGUL_LV_SYLLABLE,
+-		HANGUL_LVT_SYLLABLE,
+-		CLOSE_PARANTHESIS,
+-		CONDITIONAL_JAPANESE_STARTER,
+-		HEBREW_LETTER,
+-		REGIONAL_INDICATOR,
+-		EMOJI_BASE,
+-		EMOJI_MODIFIER,
+-		ZERO_WIDTH_JOINER
+-	}
+-
+-	[CCode (cname = "GNormalizeMode", cprefix = "G_NORMALIZE_", has_type_id = false)]
+-	public enum NormalizeMode {
+-		DEFAULT,
+-		NFD,
+-		DEFAULT_COMPOSE,
+-		NFC,
+-		ALL,
+-		NFKD,
+-		ALL_COMPOSE,
+-		NFKC
+-	}
+-}
+diff --git a/vapi/gtksourceview-3.0.deps b/vapi/gtksourceview-3.0.deps
+deleted file mode 100644
+index 1306ac49..00000000
+--- vapi/gtksourceview-3.0.deps
++++ /dev/null
+@@ -1,7 +0,0 @@
+-atk
+-gdk-3.0
+-gdk-pixbuf-2.0
+-gio-2.0
+-gtk+-3.0
+-pango
+-cairo
+diff --git a/vapi/gtksourceview-3.0.vapi b/vapi/gtksourceview-3.0.vapi
+deleted file mode 100644
+index f1b8f66e..00000000
+--- vapi/gtksourceview-3.0.vapi
++++ /dev/null
+@@ -1,937 +0,0 @@
+-/* gtksourceview-3.0.vapi generated by vapigen-0.28, do not modify. */
+-
+-[CCode (cprefix = "Gtk", gir_namespace = "GtkSource", gir_version = "3.0", lower_case_cprefix = "gtk_")]
+-namespace Gtk {
+-	namespace SourceUtils {
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string escape_search_text (string text);
+-		[CCode (cheader_filename = "gtksourceview/gtksource.h")]
+-		public static string unescape_search_text (string text);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_buffer_get_type ()")]
+-	[GIR (name = "Buffer")]
+-	public class SourceBuffer : Gtk.TextBuffer {
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer (Gtk.TextTagTable? table);
+-		public bool backward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		public void begin_not_undoable_action ();
+-		public void change_case (Gtk.SourceChangeCaseType case_type, Gtk.TextIter start, Gtk.TextIter end);
+-		public unowned Gtk.SourceMark create_source_mark (string? name, string category, Gtk.TextIter where);
+-		public void end_not_undoable_action ();
+-		public void ensure_highlight (Gtk.TextIter start, Gtk.TextIter end);
+-		public bool forward_iter_to_source_mark (ref Gtk.TextIter iter, string? category);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] get_context_classes_at_iter (Gtk.TextIter iter);
+-		public bool get_highlight_matching_brackets ();
+-		public bool get_highlight_syntax ();
+-		public bool get_implicit_trailing_newline ();
+-		public unowned Gtk.SourceLanguage? get_language ();
+-		public int get_max_undo_levels ();
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_iter (Gtk.TextIter iter, string? category);
+-		public GLib.SList<weak Gtk.SourceMark> get_source_marks_at_line (int line, string? category);
+-		public unowned Gtk.SourceStyleScheme? get_style_scheme ();
+-		public unowned Gtk.SourceUndoManager? get_undo_manager ();
+-		public bool iter_backward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_forward_to_context_class_toggle (ref Gtk.TextIter iter, string context_class);
+-		public bool iter_has_context_class (Gtk.TextIter iter, string context_class);
+-		public void join_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void remove_source_marks (Gtk.TextIter start, Gtk.TextIter end, string? category);
+-		public void set_highlight_matching_brackets (bool highlight);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_implicit_trailing_newline (bool implicit_trailing_newline);
+-		public void set_language (Gtk.SourceLanguage? language);
+-		public void set_max_undo_levels (int max_undo_levels);
+-		public void set_style_scheme (Gtk.SourceStyleScheme? scheme);
+-		public void set_undo_manager (Gtk.SourceUndoManager? manager);
+-		public void sort_lines (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceSortFlags flags, int column);
+-		[CCode (has_construct_function = false)]
+-		public SourceBuffer.with_language (Gtk.SourceLanguage language);
+-		[NoAccessorMethod]
+-		public bool can_redo { get; }
+-		[NoAccessorMethod]
+-		public bool can_undo { get; }
+-		public bool highlight_matching_brackets { get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public bool implicit_trailing_newline { get; set construct; }
+-		public Gtk.SourceLanguage language { get; set; }
+-		public int max_undo_levels { get; set; }
+-		public Gtk.SourceStyleScheme style_scheme { get; set; }
+-		public Gtk.SourceUndoManager undo_manager { get; set construct; }
+-		public virtual signal void bracket_matched (Gtk.TextIter iter, Gtk.SourceBracketMatchType state);
+-		public signal void highlight_updated (Gtk.TextIter start, Gtk.TextIter end);
+-		[HasEmitter]
+-		public virtual signal void redo ();
+-		public signal void source_mark_updated (Gtk.TextMark mark);
+-		[HasEmitter]
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_get_type ()")]
+-	[GIR (name = "Completion")]
+-	public class SourceCompletion : GLib.Object, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletion ();
+-		public bool add_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		public void block_interactive ();
+-		public unowned Gtk.SourceCompletionContext create_context (Gtk.TextIter? position);
+-		public unowned Gtk.SourceCompletionInfo get_info_window ();
+-		public unowned GLib.List<Gtk.SourceCompletionProvider> get_providers ();
+-		public unowned Gtk.SourceView? get_view ();
+-		[Version (deprecated = true, deprecated_since = "3.8")]
+-		public void move_window (Gtk.TextIter iter);
+-		[NoWrapper]
+-		public virtual bool proposal_activated (Gtk.SourceCompletionProvider provider, Gtk.SourceCompletionProposal proposal);
+-		public bool remove_provider (Gtk.SourceCompletionProvider provider) throws GLib.Error;
+-		[CCode (cname = "gtk_source_completion_show")]
+-		public bool start (GLib.List<Gtk.SourceCompletionProvider>? providers, Gtk.SourceCompletionContext context);
+-		public void unblock_interactive ();
+-		[NoAccessorMethod]
+-		public uint accelerators { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint auto_complete_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposal_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint provider_page_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool remember_info_visibility { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool select_on_show { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_headers { get; set construct; }
+-		[NoAccessorMethod]
+-		public bool show_icons { get; set construct; }
+-		public Gtk.SourceView view { get; construct; }
+-		public virtual signal void activate_proposal ();
+-		[HasEmitter]
+-		public virtual signal void hide ();
+-		public virtual signal void move_cursor (Gtk.ScrollStep step, int num);
+-		public virtual signal void move_page (Gtk.ScrollStep step, int num);
+-		public virtual signal void populate_context (Gtk.SourceCompletionContext context);
+-		public virtual signal void show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_context_get_type ()")]
+-	[GIR (name = "CompletionContext")]
+-	public class SourceCompletionContext : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceCompletionContext ();
+-		public void add_proposals (Gtk.SourceCompletionProvider provider, GLib.List<Gtk.SourceCompletionProposal>? proposals, bool finished);
+-		public Gtk.SourceCompletionActivation get_activation ();
+-		public bool get_iter (out Gtk.TextIter iter);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletion completion { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextIter iter { get; set; }
+-		public virtual signal void cancelled ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_info_get_type ()")]
+-	[GIR (name = "CompletionInfo")]
+-	public class SourceCompletionInfo : Gtk.Window, Atk.Implementor, Gtk.Buildable {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionInfo ();
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public unowned Gtk.Widget get_widget ();
+-		public void move_to_iter (Gtk.TextView view, Gtk.TextIter? iter);
+-		[Version ( deprecated = true, deprecated_since = "3.8" )]
+-		public void set_widget (Gtk.Widget? widget);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public virtual signal void before_show ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_item_get_type ()")]
+-	[GIR (name = "CompletionItem")]
+-	public class SourceCompletionItem : GLib.Object, Gtk.SourceCompletionProposal {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem (string label, string text, Gdk.Pixbuf? icon, string? info);
+-		[CCode (has_construct_function = false)]
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public SourceCompletionItem.from_stock (string? label, string text, string stock, string? info);
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionItem.with_markup (string markup, string text, Gdk.Pixbuf? icon, string? info);
+-		[NoAccessorMethod]
+-		public GLib.Icon gicon { owned get; set; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set; }
+-		[NoAccessorMethod]
+-		public string icon_name { owned get; set; }
+-		[NoAccessorMethod]
+-		public string info { owned get; set; }
+-		[NoAccessorMethod]
+-		public string label { owned get; set; }
+-		[NoAccessorMethod]
+-		public string markup { owned get; set; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_words_get_type ()")]
+-	[GIR (name = "CompletionWords")]
+-	public class SourceCompletionWords : GLib.Object, Gtk.SourceCompletionProvider {
+-		[CCode (has_construct_function = false)]
+-		public SourceCompletionWords (string? name, Gdk.Pixbuf? icon);
+-		public void register (Gtk.TextBuffer buffer);
+-		public void unregister (Gtk.TextBuffer buffer);
+-		[NoAccessorMethod]
+-		public Gtk.SourceCompletionActivation activation { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.Pixbuf icon { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int interactive_delay { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint minimum_word_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public string name { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public int priority { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint proposals_batch_size { get; set construct; }
+-		[NoAccessorMethod]
+-		public uint scan_batch_size { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gtk_source_encoding_get_type ()")]
+-	[Compact]
+-	[GIR (name = "Encoding")]
+-	public class SourceEncoding {
+-		public Gtk.SourceEncoding copy ();
+-		[CCode (cname = "gtk_source_encoding_get_all")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_all ();
+-		[CCode (cname = "gtk_source_encoding_get_current")]
+-		public static unowned Gtk.SourceEncoding et_current ();
+-		[CCode (cname = "gtk_source_encoding_get_default_candidates")]
+-		public static GLib.SList<weak Gtk.SourceEncoding> et_default_candidates ();
+-		[CCode (cname = "gtk_source_encoding_get_from_charset")]
+-		public static unowned Gtk.SourceEncoding? et_from_charset (string charset);
+-		[CCode (cname = "gtk_source_encoding_get_utf8")]
+-		public static unowned Gtk.SourceEncoding et_utf8 ();
+-		public void free ();
+-		public unowned string get_charset ();
+-		public unowned string get_name ();
+-		public string to_string ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_get_type ()")]
+-	[GIR (name = "File")]
+-	public class SourceFile : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFile ();
+-		public void check_file_on_disk ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public bool is_deleted ();
+-		public bool is_externally_modified ();
+-		public bool is_local ();
+-		public bool is_readonly ();
+-		public void set_location (GLib.File? location);
+-		public Gtk.SourceCompressionType compression_type { get; }
+-		public Gtk.SourceEncoding encoding { get; }
+-		public GLib.File location { get; set construct; }
+-		public Gtk.SourceNewlineType newline_type { get; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_loader_get_type ()")]
+-	[GIR (name = "FileLoader")]
+-	public class SourceFileLoader : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileLoader.from_stream (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.InputStream stream);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public unowned GLib.InputStream? get_input_stream ();
+-		public unowned GLib.File? get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool load_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_candidate_encodings (GLib.SList<Gtk.SourceEncoding> candidate_encodings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public GLib.InputStream input_stream { get; construct; }
+-		public GLib.File location { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_file_saver_get_type ()")]
+-	[GIR (name = "FileSaver")]
+-	public class SourceFileSaver : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver (Gtk.SourceBuffer buffer, Gtk.SourceFile file);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public Gtk.SourceCompressionType get_compression_type ();
+-		public unowned Gtk.SourceEncoding get_encoding ();
+-		public unowned Gtk.SourceFile get_file ();
+-		public Gtk.SourceFileSaverFlags get_flags ();
+-		public unowned GLib.File get_location ();
+-		public Gtk.SourceNewlineType get_newline_type ();
+-		public async bool save_async (int io_priority, GLib.Cancellable? cancellable, owned GLib.FileProgressCallback? progress_callback) throws GLib.Error;
+-		public void set_compression_type (Gtk.SourceCompressionType compression_type);
+-		public void set_encoding (Gtk.SourceEncoding? encoding);
+-		public void set_flags (Gtk.SourceFileSaverFlags flags);
+-		public void set_newline_type (Gtk.SourceNewlineType newline_type);
+-		[CCode (has_construct_function = false)]
+-		public SourceFileSaver.with_target (Gtk.SourceBuffer buffer, Gtk.SourceFile file, GLib.File target_location);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public Gtk.SourceCompressionType compression_type { get; set construct; }
+-		public Gtk.SourceEncoding encoding { get; set construct; }
+-		public Gtk.SourceFile file { get; construct; }
+-		public Gtk.SourceFileSaverFlags flags { get; set construct; }
+-		public GLib.File location { get; construct; }
+-		public Gtk.SourceNewlineType newline_type { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_get_type ()")]
+-	[GIR (name = "Gutter")]
+-	public class SourceGutter : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutter ();
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void get_padding (int xpad, int ypad);
+-		public unowned Gtk.SourceGutterRenderer? get_renderer_at_pos (int x, int y);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public unowned Gdk.Window get_window ();
+-		public bool insert (Gtk.SourceGutterRenderer renderer, int position);
+-		public void queue_draw ();
+-		public void remove (Gtk.SourceGutterRenderer renderer);
+-		public void reorder (Gtk.SourceGutterRenderer renderer, int position);
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		public void set_padding (int xpad, int ypad);
+-		[NoAccessorMethod]
+-		public Gtk.SourceView view { owned get; construct; }
+-		[NoAccessorMethod]
+-		public Gtk.TextWindowType window_type { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.12" )]
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_get_type ()")]
+-	[GIR (name = "GutterRenderer")]
+-	public abstract class SourceGutterRenderer : GLib.InitiallyUnowned {
+-		[CCode (has_construct_function = false)]
+-		protected SourceGutterRenderer ();
+-		public virtual void begin (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end);
+-		[NoWrapper]
+-		public virtual void change_buffer (Gtk.TextBuffer old_buffer);
+-		[NoWrapper]
+-		public virtual void change_view (Gtk.TextView? old_view);
+-		public virtual void draw (Cairo.Context cr, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		public virtual void end ();
+-		public void get_alignment (out float xalign, out float yalign);
+-		public Gtk.SourceGutterRendererAlignmentMode get_alignment_mode ();
+-		public bool get_background (out Gdk.RGBA color);
+-		public void get_padding (out int xpad, out int ypad);
+-		public int get_size ();
+-		public unowned Gtk.TextView get_view ();
+-		public bool get_visible ();
+-		public Gtk.TextWindowType get_window_type ();
+-		public void set_alignment (float xalign, float yalign);
+-		public void set_alignment_mode (Gtk.SourceGutterRendererAlignmentMode mode);
+-		public void set_background (Gdk.RGBA? color);
+-		public void set_padding (int xpad, int ypad);
+-		public void set_size (int size);
+-		public void set_visible (bool visible);
+-		public Gtk.SourceGutterRendererAlignmentMode alignment_mode { get; set construct; }
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background_rgba { get; set; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; set construct; }
+-		public int size { get; set construct; }
+-		public Gtk.TextView view { get; }
+-		public bool visible { get; set construct; }
+-		public Gtk.TextWindowType window_type { get; }
+-		[NoAccessorMethod]
+-		public float xalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int xpad { get; set construct; }
+-		[NoAccessorMethod]
+-		public float yalign { get; set construct; }
+-		[NoAccessorMethod]
+-		public int ypad { get; set construct; }
+-		[HasEmitter]
+-		public virtual signal void activate (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal bool query_activatable (Gtk.TextIter iter, Cairo.RectangleInt area, Gdk.Event event);
+-		[HasEmitter]
+-		public virtual signal void query_data (Gtk.TextIter start, Gtk.TextIter end, Gtk.SourceGutterRendererState state);
+-		[HasEmitter]
+-		public virtual signal bool query_tooltip (Gtk.TextIter iter, Cairo.RectangleInt area, int x, int y, Gtk.Tooltip tooltip);
+-		[HasEmitter]
+-		public virtual signal void queue_draw ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_pixbuf_get_type ()")]
+-	[GIR (name = "GutterRendererPixbuf")]
+-	public class SourceGutterRendererPixbuf : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererPixbuf ();
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public void set_gicon (GLib.Icon? icon);
+-		public void set_icon_name (string? icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf? pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string? stock_id);
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_gutter_renderer_text_get_type ()")]
+-	[GIR (name = "GutterRendererText")]
+-	public class SourceGutterRendererText : Gtk.SourceGutterRenderer {
+-		[CCode (has_construct_function = false, type = "GtkSourceGutterRenderer*")]
+-		public SourceGutterRendererText ();
+-		public void measure (string text, out int width, out int height);
+-		public void measure_markup (string markup, out int width, out int height);
+-		public void set_markup (string markup, int length);
+-		public void set_text (string text, int length);
+-		[NoAccessorMethod]
+-		public string markup { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string text { owned get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_get_type ()")]
+-	[GIR (name = "Language")]
+-	public class SourceLanguage : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceLanguage ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_globs ();
+-		public bool get_hidden ();
+-		public unowned string get_id ();
+-		public unowned string? get_metadata (string name);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_mime_types ();
+-		public unowned string get_name ();
+-		public unowned string get_section ();
+-		public unowned string? get_style_fallback (string style_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[]? get_style_ids ();
+-		public unowned string? get_style_name (string style_id);
+-		public bool hidden { get; }
+-		public string id { get; }
+-		public string name { get; }
+-		public string section { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_language_manager_get_type ()")]
+-	[GIR (name = "LanguageManager")]
+-	public class SourceLanguageManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceLanguageManager ();
+-		public static unowned Gtk.SourceLanguageManager get_default ();
+-		public unowned Gtk.SourceLanguage? get_language (string id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_language_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public unowned Gtk.SourceLanguage? guess_language (string? filename, string? content_type);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? dirs);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] language_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_map_get_type ()")]
+-	[GIR (name = "Map")]
+-	public class SourceMap : Gtk.SourceView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceMap ();
+-		public unowned Gtk.SourceView? get_view ();
+-		public void set_view (Gtk.SourceView view);
+-		[NoAccessorMethod]
+-		public Pango.FontDescription font_desc { owned get; set; }
+-		public Gtk.SourceView view { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_get_type ()")]
+-	[GIR (name = "Mark")]
+-	public class SourceMark : Gtk.TextMark {
+-		[CCode (has_construct_function = false)]
+-		public SourceMark (string name, string category);
+-		public unowned string get_category ();
+-		public unowned Gtk.SourceMark? next (string? category);
+-		public unowned Gtk.SourceMark? prev (string category);
+-		public string category { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_mark_attributes_get_type ()")]
+-	[GIR (name = "MarkAttributes")]
+-	public class SourceMarkAttributes : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceMarkAttributes ();
+-		public bool get_background (out Gdk.RGBA background);
+-		public unowned GLib.Icon get_gicon ();
+-		public unowned string get_icon_name ();
+-		public unowned Gdk.Pixbuf get_pixbuf ();
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public unowned string get_stock_id ();
+-		public string get_tooltip_markup (Gtk.SourceMark mark);
+-		public string get_tooltip_text (Gtk.SourceMark mark);
+-		public unowned Gdk.Pixbuf render_icon (Gtk.Widget widget, int size);
+-		public void set_background (Gdk.RGBA background);
+-		public void set_gicon (GLib.Icon gicon);
+-		public void set_icon_name (string icon_name);
+-		public void set_pixbuf (Gdk.Pixbuf pixbuf);
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public void set_stock_id (string stock_id);
+-		[NoAccessorMethod]
+-		public Gdk.RGBA background { get; set; }
+-		public GLib.Icon gicon { get; set; }
+-		public string icon_name { get; set; }
+-		public Gdk.Pixbuf pixbuf { get; set; }
+-		[Version ( deprecated = true, deprecated_since = "3.10" )]
+-		public string stock_id { get; set; }
+-		public signal string query_tooltip_markup (Gtk.SourceMark mark);
+-		public signal string query_tooltip_text (Gtk.SourceMark mark);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_print_compositor_get_type ()")]
+-	[GIR (name = "PrintCompositor")]
+-	public class SourcePrintCompositor : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor (Gtk.SourceBuffer buffer);
+-		public void draw_page (Gtk.PrintContext context, int page_nr);
+-		[CCode (has_construct_function = false)]
+-		public SourcePrintCompositor.from_view (Gtk.SourceView view);
+-		public string get_body_font_name ();
+-		public double get_bottom_margin (Gtk.Unit unit);
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public string get_footer_font_name ();
+-		public string get_header_font_name ();
+-		public bool get_highlight_syntax ();
+-		public double get_left_margin (Gtk.Unit unit);
+-		public string get_line_numbers_font_name ();
+-		public int get_n_pages ();
+-		public double get_pagination_progress ();
+-		public bool get_print_footer ();
+-		public bool get_print_header ();
+-		public uint get_print_line_numbers ();
+-		public double get_right_margin (Gtk.Unit unit);
+-		public uint get_tab_width ();
+-		public double get_top_margin (Gtk.Unit unit);
+-		public Gtk.WrapMode get_wrap_mode ();
+-		public bool paginate (Gtk.PrintContext context);
+-		public void set_body_font_name (string font_name);
+-		public void set_bottom_margin (double margin, Gtk.Unit unit);
+-		public void set_footer_font_name (string? font_name);
+-		public void set_footer_format (bool separator, string? left, string? center, string? right);
+-		public void set_header_font_name (string? font_name);
+-		public void set_header_format (bool separator, string? left, string? center, string? right);
+-		public void set_highlight_syntax (bool highlight);
+-		public void set_left_margin (double margin, Gtk.Unit unit);
+-		public void set_line_numbers_font_name (string? font_name);
+-		public void set_print_footer (bool print);
+-		public void set_print_header (bool print);
+-		public void set_print_line_numbers (uint interval);
+-		public void set_right_margin (double margin, Gtk.Unit unit);
+-		public void set_tab_width (uint width);
+-		public void set_top_margin (double margin, Gtk.Unit unit);
+-		public void set_wrap_mode (Gtk.WrapMode wrap_mode);
+-		public string body_font_name { owned get; set; }
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public string footer_font_name { owned get; set; }
+-		public string header_font_name { owned get; set; }
+-		public bool highlight_syntax { get; set; }
+-		public string line_numbers_font_name { owned get; set; }
+-		public int n_pages { get; }
+-		public bool print_footer { get; set; }
+-		public bool print_header { get; set; }
+-		public uint print_line_numbers { get; set; }
+-		public uint tab_width { get; set; }
+-		public Gtk.WrapMode wrap_mode { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_context_get_type ()")]
+-	[GIR (name = "SearchContext")]
+-	public class SourceSearchContext : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchContext (Gtk.SourceBuffer buffer, Gtk.SourceSearchSettings? settings);
+-		public bool backward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool backward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public bool forward (Gtk.TextIter iter, out Gtk.TextIter match_start, out Gtk.TextIter match_end);
+-		public async bool forward_async (Gtk.TextIter iter, GLib.Cancellable? cancellable, out Gtk.TextIter match_start, out Gtk.TextIter match_end) throws GLib.Error;
+-		public unowned Gtk.SourceBuffer get_buffer ();
+-		public bool get_highlight ();
+-		public unowned Gtk.SourceStyle get_match_style ();
+-		public int get_occurrence_position (Gtk.TextIter match_start, Gtk.TextIter match_end);
+-		public int get_occurrences_count ();
+-		public GLib.Error? get_regex_error ();
+-		public unowned Gtk.SourceSearchSettings get_settings ();
+-		public bool replace (Gtk.TextIter match_start, Gtk.TextIter match_end, string replace, int replace_length) throws GLib.Error;
+-		public uint replace_all (string replace, int replace_length) throws GLib.Error;
+-		public void set_highlight (bool highlight);
+-		public void set_match_style (Gtk.SourceStyle? match_style);
+-		public void set_settings (Gtk.SourceSearchSettings? settings);
+-		public Gtk.SourceBuffer buffer { get; construct; }
+-		public bool highlight { get; set construct; }
+-		public Gtk.SourceStyle match_style { get; set construct; }
+-		public int occurrences_count { get; }
+-		public GLib.Error? regex_error { owned get; }
+-		public Gtk.SourceSearchSettings settings { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_search_settings_get_type ()")]
+-	[GIR (name = "SearchSettings")]
+-	public class SourceSearchSettings : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceSearchSettings ();
+-		public bool get_at_word_boundaries ();
+-		public bool get_case_sensitive ();
+-		public bool get_regex_enabled ();
+-		public unowned string? get_search_text ();
+-		public bool get_wrap_around ();
+-		public void set_at_word_boundaries (bool at_word_boundaries);
+-		public void set_case_sensitive (bool case_sensitive);
+-		public void set_regex_enabled (bool regex_enabled);
+-		public void set_search_text (string? search_text);
+-		public void set_wrap_around (bool wrap_around);
+-		public bool at_word_boundaries { get; set construct; }
+-		public bool case_sensitive { get; set construct; }
+-		public bool regex_enabled { get; set construct; }
+-		public string search_text { get; set construct; }
+-		public bool wrap_around { get; set construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_get_type ()")]
+-	[GIR (name = "Style")]
+-	public class SourceStyle : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyle ();
+-		public Gtk.SourceStyle copy ();
+-		[NoAccessorMethod]
+-		public string background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold { get; construct; }
+-		[NoAccessorMethod]
+-		public bool bold_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string foreground { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool foreground_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic { get; construct; }
+-		[NoAccessorMethod]
+-		public bool italic_set { get; construct; }
+-		[NoAccessorMethod]
+-		public string line_background { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool line_background_set { get; construct; }
+-		[NoAccessorMethod]
+-		public Pango.Underline pango_underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string scale { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool scale_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough { get; construct; }
+-		[NoAccessorMethod]
+-		public bool strikethrough_set { get; construct; }
+-		[Version ( deprecated = true, deprecated_since = "3.18" )]
+-		[NoAccessorMethod]
+-		public bool underline { get; construct; }
+-		[NoAccessorMethod]
+-		public string underline_color { owned get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_color_set { get; construct; }
+-		[NoAccessorMethod]
+-		public bool underline_set { get; construct; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_get_type ()")]
+-	[GIR (name = "StyleScheme")]
+-	public class SourceStyleScheme : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected SourceStyleScheme ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_authors ();
+-		public unowned string? get_description ();
+-		public unowned string? get_filename ();
+-		public unowned string get_id ();
+-		public unowned string get_name ();
+-		public unowned Gtk.SourceStyle? get_style (string style_id);
+-		public string description { get; }
+-		public string filename { get; }
+-		public string id { get; construct; }
+-		public string name { get; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_button_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserButton")]
+-	public class SourceStyleSchemeChooserButton : Gtk.Button, Atk.Implementor, Gtk.Actionable, Gtk.Activatable, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserButton ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_widget_get_type ()")]
+-	[GIR (name = "StyleSchemeChooserWidget")]
+-	public class SourceStyleSchemeChooserWidget : Gtk.Bin, Atk.Implementor, Gtk.Buildable, Gtk.SourceStyleSchemeChooser {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceStyleSchemeChooserWidget ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_manager_get_type ()")]
+-	[GIR (name = "StyleSchemeManager")]
+-	public class SourceStyleSchemeManager : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public SourceStyleSchemeManager ();
+-		public void append_search_path (string path);
+-		public void force_rescan ();
+-		public static unowned Gtk.SourceStyleSchemeManager get_default ();
+-		public unowned Gtk.SourceStyleScheme get_scheme (string scheme_id);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[]? get_scheme_ids ();
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public unowned string[] get_search_path ();
+-		public void prepend_search_path (string path);
+-		public void set_search_path ([CCode (array_length = false, array_null_terminated = true)] string[]? path);
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] scheme_ids { get; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		public string[] search_path { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_view_get_type ()")]
+-	[GIR (name = "View")]
+-	public class SourceView : Gtk.TextView, Atk.Implementor, Gtk.Buildable, Gtk.Scrollable {
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView ();
+-		public bool get_auto_indent ();
+-		public Gtk.SourceBackgroundPatternType get_background_pattern ();
+-		public unowned Gtk.SourceCompletion get_completion ();
+-		public Gtk.SourceDrawSpacesFlags get_draw_spaces ();
+-		public unowned Gtk.SourceGutter get_gutter (Gtk.TextWindowType window_type);
+-		public bool get_highlight_current_line ();
+-		public bool get_indent_on_tab ();
+-		public int get_indent_width ();
+-		public bool get_insert_spaces_instead_of_tabs ();
+-		public unowned Gtk.SourceMarkAttributes get_mark_attributes (string category, int priority);
+-		public uint get_right_margin_position ();
+-		public bool get_show_line_marks ();
+-		public bool get_show_line_numbers ();
+-		public bool get_show_right_margin ();
+-		public bool get_smart_backspace ();
+-		public Gtk.SourceSmartHomeEndType get_smart_home_end ();
+-		public uint get_tab_width ();
+-		public uint get_visual_column (Gtk.TextIter iter);
+-		public void indent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		public void set_auto_indent (bool enable);
+-		public void set_background_pattern (Gtk.SourceBackgroundPatternType background_pattern);
+-		public void set_draw_spaces (Gtk.SourceDrawSpacesFlags flags);
+-		public void set_highlight_current_line (bool highlight);
+-		public void set_indent_on_tab (bool enable);
+-		public void set_indent_width (int width);
+-		public void set_insert_spaces_instead_of_tabs (bool enable);
+-		public void set_mark_attributes (string category, Gtk.SourceMarkAttributes attributes, int priority);
+-		public void set_right_margin_position (uint pos);
+-		public void set_show_line_marks (bool show);
+-		public void set_show_line_numbers (bool show);
+-		public void set_show_right_margin (bool show);
+-		public void set_smart_backspace (bool smart_backspace);
+-		public void set_smart_home_end (Gtk.SourceSmartHomeEndType smart_home_end);
+-		public void set_tab_width (uint width);
+-		public void unindent_lines (Gtk.TextIter start, Gtk.TextIter end);
+-		[CCode (has_construct_function = false, type = "GtkWidget*")]
+-		public SourceView.with_buffer (Gtk.SourceBuffer buffer);
+-		public bool auto_indent { get; set; }
+-		public Gtk.SourceBackgroundPatternType background_pattern { get; set; }
+-		public Gtk.SourceCompletion completion { get; }
+-		public Gtk.SourceDrawSpacesFlags draw_spaces { get; set; }
+-		public bool highlight_current_line { get; set; }
+-		public bool indent_on_tab { get; set; }
+-		public int indent_width { get; set; }
+-		public bool insert_spaces_instead_of_tabs { get; set; }
+-		public uint right_margin_position { get; set; }
+-		public bool show_line_marks { get; set; }
+-		public bool show_line_numbers { get; set; }
+-		public bool show_right_margin { get; set; }
+-		public bool smart_backspace { get; set; }
+-		public Gtk.SourceSmartHomeEndType smart_home_end { get; set; }
+-		public uint tab_width { get; set; }
+-		public signal void change_case (Gtk.SourceChangeCaseType case_type);
+-		public signal void change_number (int count);
+-		public signal void join_lines ();
+-		public virtual signal void line_mark_activated (Gtk.TextIter iter, Gdk.Event event);
+-		public virtual signal void move_lines (bool copy, int step);
+-		public signal void move_to_matching_bracket (bool extend_selection);
+-		public virtual signal void move_words (int step);
+-		public virtual signal void redo ();
+-		public virtual signal void show_completion ();
+-		public virtual signal void undo ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_proposal_get_type ()")]
+-	[GIR (name = "CompletionProposal")]
+-	public interface SourceCompletionProposal : GLib.Object {
+-		public virtual bool equal (Gtk.SourceCompletionProposal other);
+-		public abstract unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public abstract unowned string? get_icon_name ();
+-		public abstract string? get_info ();
+-		public abstract string get_label ();
+-		public abstract string get_markup ();
+-		public abstract string get_text ();
+-		public virtual uint hash ();
+-		[HasEmitter]
+-		public virtual signal void changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_completion_provider_get_type ()")]
+-	[GIR (name = "CompletionProvider")]
+-	public interface SourceCompletionProvider : GLib.Object {
+-		public virtual bool activate_proposal (Gtk.SourceCompletionProposal proposal, Gtk.TextIter iter);
+-		public virtual Gtk.SourceCompletionActivation get_activation ();
+-		public virtual unowned GLib.Icon? get_gicon ();
+-		public virtual unowned Gdk.Pixbuf? get_icon ();
+-		public virtual unowned string? get_icon_name ();
+-		public virtual unowned Gtk.Widget? get_info_widget (Gtk.SourceCompletionProposal proposal);
+-		public virtual int get_interactive_delay ();
+-		public virtual string get_name ();
+-		public virtual int get_priority ();
+-		public virtual bool get_start_iter (Gtk.SourceCompletionContext context, Gtk.SourceCompletionProposal proposal, out Gtk.TextIter iter);
+-		public virtual bool match (Gtk.SourceCompletionContext context);
+-		public virtual void populate (Gtk.SourceCompletionContext context);
+-		public virtual void update_info (Gtk.SourceCompletionProposal proposal, Gtk.SourceCompletionInfo info);
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_style_scheme_chooser_get_type ()")]
+-	[GIR (name = "StyleSchemeChooser")]
+-	public interface SourceStyleSchemeChooser : GLib.Object {
+-		public abstract unowned Gtk.SourceStyleScheme get_style_scheme ();
+-		public abstract void set_style_scheme (Gtk.SourceStyleScheme scheme);
+-		public abstract Gtk.SourceStyleScheme style_scheme { get; set; }
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", type_id = "gtk_source_undo_manager_get_type ()")]
+-	[GIR (name = "UndoManager")]
+-	public interface SourceUndoManager : GLib.Object {
+-		public abstract void begin_not_undoable_action ();
+-		public abstract bool can_redo ();
+-		public abstract bool can_undo ();
+-		public abstract void end_not_undoable_action ();
+-		public abstract void redo ();
+-		public abstract void undo ();
+-		[HasEmitter]
+-		public virtual signal void can_redo_changed ();
+-		[HasEmitter]
+-		public virtual signal void can_undo_changed ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BACKGROUND_PATTERN_TYPE_", type_id = "gtk_source_background_pattern_type_get_type ()")]
+-	[GIR (name = "BackgroundPatternType")]
+-	public enum SourceBackgroundPatternType {
+-		NONE,
+-		GRID
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_BRACKET_MATCH_", type_id = "gtk_source_bracket_match_type_get_type ()")]
+-	[GIR (name = "BracketMatchType")]
+-	public enum SourceBracketMatchType {
+-		NONE,
+-		OUT_OF_RANGE,
+-		NOT_FOUND,
+-		FOUND
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_CHANGE_CASE_", type_id = "gtk_source_change_case_type_get_type ()")]
+-	[GIR (name = "ChangeCaseType")]
+-	public enum SourceChangeCaseType {
+-		LOWER,
+-		UPPER,
+-		TOGGLE,
+-		TITLE
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ACTIVATION_", type_id = "gtk_source_completion_activation_get_type ()")]
+-	[Flags]
+-	[GIR (name = "CompletionActivation")]
+-	public enum SourceCompletionActivation {
+-		NONE,
+-		INTERACTIVE,
+-		USER_REQUESTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPRESSION_TYPE_", type_id = "gtk_source_compression_type_get_type ()")]
+-	[GIR (name = "CompressionType")]
+-	public enum SourceCompressionType {
+-		NONE,
+-		GZIP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_DRAW_SPACES_", type_id = "gtk_source_draw_spaces_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "DrawSpacesFlags")]
+-	public enum SourceDrawSpacesFlags {
+-		SPACE,
+-		TAB,
+-		NEWLINE,
+-		NBSP,
+-		LEADING,
+-		TEXT,
+-		TRAILING,
+-		ALL
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_FLAGS_", type_id = "gtk_source_file_saver_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "FileSaverFlags")]
+-	public enum SourceFileSaverFlags {
+-		NONE,
+-		IGNORE_INVALID_CHARS,
+-		IGNORE_MODIFICATION_TIME,
+-		CREATE_BACKUP
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_ALIGNMENT_MODE_", type_id = "gtk_source_gutter_renderer_alignment_mode_get_type ()")]
+-	[GIR (name = "GutterRendererAlignmentMode")]
+-	public enum SourceGutterRendererAlignmentMode {
+-		CELL,
+-		FIRST,
+-		LAST
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_GUTTER_RENDERER_STATE_", type_id = "gtk_source_gutter_renderer_state_get_type ()")]
+-	[Flags]
+-	[GIR (name = "GutterRendererState")]
+-	public enum SourceGutterRendererState {
+-		NORMAL,
+-		CURSOR,
+-		PRELIT,
+-		SELECTED
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_NEWLINE_TYPE_", type_id = "gtk_source_newline_type_get_type ()")]
+-	[GIR (name = "NewlineType")]
+-	public enum SourceNewlineType {
+-		LF,
+-		CR,
+-		CR_LF
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SMART_HOME_END_", type_id = "gtk_source_smart_home_end_type_get_type ()")]
+-	[GIR (name = "SmartHomeEndType")]
+-	public enum SourceSmartHomeEndType {
+-		DISABLED,
+-		BEFORE,
+-		AFTER,
+-		ALWAYS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_SORT_FLAGS_", type_id = "gtk_source_sort_flags_get_type ()")]
+-	[Flags]
+-	[GIR (name = "SortFlags")]
+-	public enum SourceSortFlags {
+-		NONE,
+-		CASE_SENSITIVE,
+-		REVERSE_ORDER,
+-		REMOVE_DUPLICATES
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_VIEW_GUTTER_POSITION_", type_id = "gtk_source_view_gutter_position_get_type ()")]
+-	[GIR (name = "ViewGutterPosition")]
+-	public enum SourceViewGutterPosition {
+-		LINES,
+-		MARKS
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_COMPLETION_ERROR_")]
+-	[GIR (name = "CompletionError")]
+-	public errordomain SourceCompletionError {
+-		ALREADY_BOUND,
+-		NOT_BOUND;
+-		[CCode (cname = "gtk_source_completion_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_LOADER_ERROR_")]
+-	[GIR (name = "FileLoaderError")]
+-	public errordomain SourceFileLoaderError {
+-		TOO_BIG,
+-		ENCODING_AUTO_DETECTION_FAILED,
+-		CONVERSION_FALLBACK;
+-		[CCode (cname = "gtk_source_file_loader_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-	[CCode (cheader_filename = "gtksourceview/gtksource.h", cprefix = "GTK_SOURCE_FILE_SAVER_ERROR_")]
+-	[GIR (name = "FileSaverError")]
+-	public errordomain SourceFileSaverError {
+-		INVALID_CHARS,
+-		EXTERNALLY_MODIFIED;
+-		[CCode (cname = "gtk_source_file_saver_error_quark")]
+-		public static GLib.Quark uark ();
+-	}
+-}
+diff --git a/vapi/libsoup-2.4.deps b/vapi/libsoup-2.4.deps
+deleted file mode 100644
+index cd10dfde..00000000
+--- vapi/libsoup-2.4.deps
++++ /dev/null
+@@ -1 +0,0 @@
+-gio-2.0
+diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
+deleted file mode 100644
+index bcbe7d00..00000000
+--- vapi/libsoup-2.4.vapi
++++ /dev/null
+@@ -1,1396 +0,0 @@
+-/* libsoup-2.4.vapi generated by vapigen, do not modify. */
+-
+-[CCode (cprefix = "Soup", gir_namespace = "Soup", gir_version = "2.4", lower_case_cprefix = "soup_")]
+-namespace Soup {
+-	namespace Form {
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode (string encoded_form);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.HashTable<string,string> decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode (...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_datalist (GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_hash (GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string encode_valist (string first_field, va_list args);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new (string method, string uri, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_datalist (string method, string uri, GLib.Datalist<string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static Soup.Message request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	}
+-	namespace XMLRPC {
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_ERROR_")]
+-		[GIR (name = "XMLRPCError")]
+-		public errordomain Error {
+-			ARGUMENTS,
+-			RETVAL
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_XMLRPC_FAULT_")]
+-		[GIR (name = "XMLRPCFault")]
+-		public errordomain Fault {
+-			PARSE_ERROR_NOT_WELL_FORMED,
+-			PARSE_ERROR_UNSUPPORTED_ENCODING,
+-			PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING,
+-			SERVER_ERROR_INVALID_XML_RPC,
+-			SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND,
+-			SERVER_ERROR_INVALID_METHOD_PARAMETERS,
+-			SERVER_ERROR_INTERNAL_XML_RPC_ERROR,
+-			APPLICATION_ERROR,
+-			SYSTEM_ERROR,
+-			TRANSPORT_ERROR
+-		}
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static string build_fault (int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_call (string method_name, [CCode (array_length_cname = "n_params", array_length_pos = 2.1)] GLib.Value[] @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static string build_method_response (GLib.Value value);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark error_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_call (string method_call, int length, out string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static bool extract_method_response (string method_response, int length, ...) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static GLib.Quark fault_quark ();
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_call (string method_call, int length, out string method_name, out GLib.ValueArray @params);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		public static bool parse_method_response (string method_response, int length, out GLib.Value value) throws Soup.XMLRPC.Fault;
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static Soup.Message request_new (string uri, string method_name, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h")]
+-		[PrintfFormat]
+-		public static void set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-		[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-		public static void set_response (Soup.Message msg, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_address_get_type ()")]
+-	public class Address : GLib.Object, GLib.SocketConnectable {
+-		[CCode (has_construct_function = false)]
+-		public Address (string name, uint port);
+-		[CCode (has_construct_function = false)]
+-		public Address.any (Soup.AddressFamily family, uint port);
+-		public bool equal_by_ip ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		public bool equal_by_name ([CCode (type = "gconstpointer")] Soup.Address addr2);
+-		[CCode (has_construct_function = false)]
+-		public Address.from_sockaddr (void* sa, int len);
+-		public GLib.SocketAddress get_gsockaddr ();
+-		public unowned string get_name ();
+-		public unowned string get_physical ();
+-		public uint get_port ();
+-		public void* get_sockaddr (int len);
+-		public uint hash_by_ip ();
+-		public uint hash_by_name ();
+-		public bool is_resolved ();
+-		public void resolve_async (GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.AddressCallback callback);
+-		public uint resolve_sync (GLib.Cancellable? cancellable);
+-		[NoAccessorMethod]
+-		public Soup.AddressFamily family { get; construct; }
+-		public string name { get; construct; }
+-		public string physical { get; }
+-		public int port { get; construct; }
+-		[NoAccessorMethod]
+-		public void* sockaddr { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_get_type ()")]
+-	public abstract class Auth : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Auth (GLib.Type type, Soup.Message msg, string auth_header);
+-		public virtual void authenticate (string username, string password);
+-		public virtual string get_authorization (Soup.Message msg);
+-		public unowned string get_host ();
+-		public string get_info ();
+-		public virtual GLib.SList<string> get_protection_space (Soup.URI source_uri);
+-		public unowned string get_realm ();
+-		public unowned string get_scheme_name ();
+-		public virtual bool update (Soup.Message msg, GLib.HashTable<void*,void*> auth_params);
+-		public string host { get; construct; }
+-		[NoAccessorMethod]
+-		public virtual bool is_authenticated { get; }
+-		[NoAccessorMethod]
+-		public bool is_for_proxy { get; construct; }
+-		public string realm { get; construct; }
+-		public string scheme_name { get; }
+-		public signal void save_password (string username, string password);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_basic_get_type ()")]
+-	public class AuthBasic : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthBasic ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_digest_get_type ()")]
+-	public class AuthDigest : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDigest ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_get_type ()")]
+-	public abstract class AuthDomain : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected AuthDomain ();
+-		[NoWrapper]
+-		public virtual string accepts (Soup.Message msg, string header);
+-		public void add_path (string path);
+-		[CCode (vfunc_name = "challenge")]
+-		public virtual string challenge (Soup.Message msg);
+-		public virtual bool check_password (Soup.Message msg, string username, string password);
+-		public bool covers (Soup.Message msg);
+-		public unowned string get_realm ();
+-		public void remove_path (string path);
+-		public void set_filter (owned Soup.AuthDomainFilter filter);
+-		public void set_generic_auth_callback (owned Soup.AuthDomainGenericAuthCallback auth_callback);
+-		public bool try_generic_auth_callback (Soup.Message msg, string username);
+-		[NoAccessorMethod]
+-		public void* filter { get; set; }
+-		[NoAccessorMethod]
+-		public void* filter_data { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* generic_auth_data { get; set; }
+-		[NoAccessorMethod]
+-		public bool proxy { get; construct; }
+-		public string realm { get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_basic_get_type ()")]
+-	public class AuthDomainBasic : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainBasic (string optname1, ...);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainBasicAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_domain_digest_get_type ()")]
+-	public class AuthDomainDigest : Soup.AuthDomain {
+-		[CCode (has_construct_function = false, type = "SoupAuthDomain*")]
+-		public AuthDomainDigest (string optname1, ...);
+-		public static string encode_password (string username, string realm, string password);
+-		public static void set_auth_callback (Soup.AuthDomain domain, owned Soup.AuthDomainDigestAuthCallback callback);
+-		[NoAccessorMethod]
+-		public void* auth_callback { get; set; }
+-		[NoAccessorMethod]
+-		public void* auth_data { get; set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_auth_ntlm_get_type ()")]
+-	public class AuthNTLM : Soup.Auth {
+-		[CCode (has_construct_function = false)]
+-		protected AuthNTLM ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_buffer_get_type ()")]
+-	[Compact]
+-	public class Buffer {
+-		[CCode (array_length_cname = "length", array_length_type = "gsize")]
+-		public uint8[] data;
+-		public size_t length;
+-		[CCode (has_construct_function = false)]
+-		public Buffer (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize", type = "gconstpointer")] uint8[] data);
+-		public Soup.Buffer copy ();
+-		public void free ();
+-		public void get_data ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] out unowned uint8[] data);
+-		public void* get_owner ();
+-		[CCode (has_construct_function = false)]
+-		public Buffer.subbuffer (Soup.Buffer parent, size_t offset, size_t length);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		[CCode (has_construct_function = false)]
+-		public Buffer.with_owner ([CCode (array_length_cname = "length", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] data, void* owner, GLib.DestroyNotify? owner_dnotify);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_byte_array_get_type ()")]
+-	[Compact]
+-	public class ByteArray {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_client_context_get_type ()")]
+-	[Compact]
+-	public class ClientContext {
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.AuthDomain get_auth_domain ();
+-		public unowned string get_auth_user ();
+-		public unowned string get_host ();
+-		public unowned Soup.Socket get_socket ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class Connection {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_decoder_get_type ()")]
+-	public class ContentDecoder : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ContentDecoder ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_content_sniffer_get_type ()")]
+-	public class ContentSniffer : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public ContentSniffer ();
+-		[NoWrapper]
+-		public virtual size_t get_buffer_size ();
+-		public virtual string sniff (Soup.Message msg, Soup.Buffer buffer, out GLib.HashTable<string,string>? @params);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_cookie_get_type ()")]
+-	[Compact]
+-	public class Cookie {
+-		public weak string domain;
+-		public weak Soup.Date expires;
+-		public bool http_only;
+-		public weak string name;
+-		public weak string path;
+-		public bool secure;
+-		public weak string value;
+-		[CCode (has_construct_function = false)]
+-		public Cookie (string name, string value, string domain, string path, int max_age);
+-		public bool applies_to_uri (Soup.URI uri);
+-		public Soup.Cookie copy ();
+-		public bool domain_matches (string host);
+-		public bool equal (Soup.Cookie cookie2);
+-		public void free ();
+-		public unowned string get_domain ();
+-		public unowned Soup.Date get_expires ();
+-		public bool get_http_only ();
+-		public unowned string get_name ();
+-		public unowned string get_path ();
+-		public bool get_secure ();
+-		public unowned string get_value ();
+-		public static Soup.Cookie parse (string header, Soup.URI origin);
+-		public void set_domain (string domain);
+-		public void set_expires (Soup.Date expires);
+-		public void set_http_only (bool http_only);
+-		public void set_max_age (int max_age);
+-		public void set_name (string name);
+-		public void set_path (string path);
+-		public void set_secure (bool secure);
+-		public void set_value (string value);
+-		public string to_cookie_header ();
+-		public string to_set_cookie_header ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_get_type ()")]
+-	public class CookieJar : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public CookieJar ();
+-		public void add_cookie (Soup.Cookie cookie);
+-		public GLib.SList<Soup.Cookie> all_cookies ();
+-		public void delete_cookie (Soup.Cookie cookie);
+-		public Soup.CookieJarAcceptPolicy get_accept_policy ();
+-		public string get_cookies (Soup.URI uri, bool for_http);
+-		public virtual void save ();
+-		public void set_accept_policy (Soup.CookieJarAcceptPolicy policy);
+-		public void set_cookie (Soup.URI uri, string cookie);
+-		public void set_cookie_with_first_party (Soup.URI uri, Soup.URI first_party, string cookie);
+-		public Soup.CookieJarAcceptPolicy accept_policy { get; set; }
+-		[NoAccessorMethod]
+-		public bool read_only { get; construct; }
+-		public virtual signal void changed (Soup.Cookie old_cookie, Soup.Cookie new_cookie);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_cookie_jar_text_get_type ()")]
+-	public class CookieJarText : Soup.CookieJar, Soup.SessionFeature {
+-		[CCode (has_construct_function = false, type = "SoupCookieJar*")]
+-		public CookieJarText (string filename, bool read_only);
+-		[NoAccessorMethod]
+-		public string filename { owned get; construct; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_date_get_type ()")]
+-	[Compact]
+-	public class Date {
+-		public int day;
+-		public int hour;
+-		public int minute;
+-		public int month;
+-		public int offset;
+-		public int second;
+-		public bool utc;
+-		public int year;
+-		[CCode (has_construct_function = false)]
+-		public Date (int year, int month, int day, int hour, int minute, int second);
+-		public Soup.Date copy ();
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Date.from_now (int offset_seconds);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_string (string date_string);
+-		[CCode (has_construct_function = false)]
+-		public Date.from_time_t ([CCode (type = "time_t")] time_t when);
+-		public int get_day ();
+-		public int get_hour ();
+-		public int get_minute ();
+-		public int get_month ();
+-		public int get_offset ();
+-		public int get_second ();
+-		public int get_utc ();
+-		public int get_year ();
+-		public bool is_past ();
+-		public string to_string (Soup.DateFormat format);
+-		public time_t to_time_t ();
+-		public GLib.TimeVal to_timeval ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_logger_get_type ()")]
+-	public class Logger : GLib.Object, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		public Logger (Soup.LoggerLogLevel level, int max_body_size);
+-		public void set_printer (owned Soup.LoggerPrinter printer);
+-		public void set_request_filter (owned Soup.LoggerFilter request_filter);
+-		public void set_response_filter (owned Soup.LoggerFilter response_filter);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
+-	public class Message : GLib.Object {
+-		public weak Soup.MessageBody request_body;
+-		public weak Soup.MessageHeaders request_headers;
+-		public weak Soup.MessageBody response_body;
+-		public weak Soup.MessageHeaders response_headers;
+-		[CCode (has_construct_function = false)]
+-		public Message (string method, string uri_string);
+-		public uint add_header_handler (string @signal, string header, GLib.Callback callback);
+-		public uint add_status_code_handler (string @signal, uint status_code, GLib.Callback callback);
+-		public void disable_feature (GLib.Type feature_type);
+-		[CCode (has_construct_function = false)]
+-		public Message.from_uri (string method, Soup.URI uri);
+-		public unowned Soup.Address get_address ();
+-		public unowned Soup.URI get_first_party ();
+-		public Soup.MessageFlags get_flags ();
+-		public Soup.HTTPVersion get_http_version ();
+-		public bool get_https_status (out unowned GLib.TlsCertificate certificate, out GLib.TlsCertificateFlags errors);
+-		public unowned Soup.URI get_uri ();
+-		public bool is_keepalive ();
+-		public void set_chunk_allocator (owned Soup.ChunkAllocator allocator);
+-		public void set_first_party (Soup.URI first_party);
+-		public void set_flags (Soup.MessageFlags flags);
+-		public void set_http_version (Soup.HTTPVersion version);
+-		public void set_redirect (uint status_code, string redirect_uri);
+-		public void set_request (string content_type, Soup.MemoryUse req_use, [CCode (array_length_cname = "req_length", array_length_pos = 3.1, array_length_type = "gsize", type = "char*")] uint8[] req_body);
+-		public void set_response (string? content_type, Soup.MemoryUse resp_use, [CCode (array_length_cname = "resp_length", array_length_pos = 3.1, array_length_type = "gsize")] uint8[] resp_body);
+-		public void set_status (uint status_code);
+-		public void set_status_full (uint status_code, string reason_phrase);
+-		public void set_uri (Soup.URI uri);
+-		public Soup.URI first_party { get; set; }
+-		public Soup.MessageFlags flags { get; set; }
+-		public Soup.HTTPVersion http_version { get; set; }
+-		[NoAccessorMethod]
+-		public string method { owned get; set; }
+-		[NoAccessorMethod]
+-		public string reason_phrase { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool server_side { get; construct; }
+-		[NoAccessorMethod]
+-		public uint status_code { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; set; }
+-		public Soup.URI uri { get; set; }
+-		[HasEmitter]
+-		public signal void content_sniffed (string content_type, GLib.HashTable<string,string> @params);
+-		[HasEmitter]
+-		public virtual signal void finished ();
+-		[HasEmitter]
+-		public virtual signal void got_body ();
+-		[HasEmitter]
+-		public virtual signal void got_chunk (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void got_headers ();
+-		[HasEmitter]
+-		public virtual signal void got_informational ();
+-		public signal void network_event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		[HasEmitter]
+-		public virtual signal void restarted ();
+-		[HasEmitter]
+-		public virtual signal void wrote_body ();
+-		[HasEmitter]
+-		public signal void wrote_body_data (Soup.Buffer chunk);
+-		[HasEmitter]
+-		public virtual signal void wrote_chunk ();
+-		[HasEmitter]
+-		public virtual signal void wrote_headers ();
+-		[HasEmitter]
+-		public virtual signal void wrote_informational ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_body_get_type ()")]
+-	[Compact]
+-	public class MessageBody {
+-		[CCode (array_length_cname = "length", array_length_type = "gint64")]
+-		public uint8[] data;
+-		public int64 length;
+-		[CCode (has_construct_function = false)]
+-		public MessageBody ();
+-		public void append (Soup.MemoryUse use, [CCode (array_length_cname = "length", array_length_pos = 2.1, array_length_type = "gsize")] uint8[] data);
+-		public void append_buffer (Soup.Buffer buffer);
+-		public void append_take ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
+-		public void complete ();
+-		public Soup.Buffer flatten ();
+-		public void free ();
+-		public bool get_accumulate ();
+-		public Soup.Buffer get_chunk (int64 offset);
+-		public void got_chunk (Soup.Buffer chunk);
+-		public void set_accumulate (bool accumulate);
+-		public void truncate ();
+-		public void wrote_chunk (Soup.Buffer chunk);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_message_headers_get_type ()")]
+-	[Compact]
+-	public class MessageHeaders {
+-		[CCode (has_construct_function = false)]
+-		public MessageHeaders (Soup.MessageHeadersType type);
+-		public void append (string name, string value);
+-		public void clean_connection_headers ();
+-		public void clear ();
+-		public void @foreach (Soup.MessageHeadersForeachFunc func);
+-		public void free ();
+-		public void free_ranges (Soup.Range ranges);
+-		public unowned string @get (string name);
+-		public bool get_content_disposition (out string disposition, out GLib.HashTable<string,string> @params);
+-		public int64 get_content_length ();
+-		public bool get_content_range (int64 start, int64 end, int64 total_length);
+-		public unowned string get_content_type (out GLib.HashTable<string,string> @params);
+-		public Soup.Encoding get_encoding ();
+-		public Soup.Expectation get_expectations ();
+-		public unowned string get_list (string name);
+-		public unowned string get_one (string name);
+-		public bool get_ranges (int64 total_length, [CCode (array_length_cname = "length", array_length_pos = 2.1, type = "SoupRange**")] out Soup.Range[] ranges);
+-		public void remove (string name);
+-		public void replace (string name, string value);
+-		public void set_content_disposition (string disposition, GLib.HashTable<string,string>? @params);
+-		public void set_content_length (int64 content_length);
+-		public void set_content_range (int64 start, int64 end, int64 total_length);
+-		public void set_content_type (string content_type, GLib.HashTable<string,string>? @params);
+-		public void set_encoding (Soup.Encoding encoding);
+-		public void set_expectations (Soup.Expectation expectations);
+-		public void set_range (int64 start, int64 end);
+-		public void set_ranges (Soup.Range ranges, int length);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueue {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Compact]
+-	public class MessageQueueItem {
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_multipart_get_type ()")]
+-	[Compact]
+-	public class Multipart {
+-		[CCode (has_construct_function = false)]
+-		public Multipart (string mime_type);
+-		public void append_form_file (string control_name, string filename, string content_type, Soup.Buffer body);
+-		public void append_form_string (string control_name, string data);
+-		public void append_part (Soup.MessageHeaders headers, Soup.Buffer body);
+-		public void free ();
+-		[CCode (has_construct_function = false)]
+-		public Multipart.from_message (Soup.MessageHeaders headers, Soup.MessageBody body);
+-		public int get_length ();
+-		public bool get_part (int part, out unowned Soup.MessageHeaders headers, out unowned Soup.Buffer body);
+-		public void to_message (Soup.MessageHeaders dest_headers, Soup.MessageBody dest_body);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_proxy_resolver_default_get_type ()")]
+-	public class ProxyResolverDefault : GLib.Object, Soup.ProxyURIResolver, Soup.SessionFeature {
+-		[CCode (has_construct_function = false)]
+-		protected ProxyResolverDefault ();
+-		[NoAccessorMethod]
+-		public GLib.ProxyResolver gproxy_resolver { set; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-request.h", type_id = "soup_request_get_type ()")]
+-	public class Request : GLib.Object {
+-		public class string[] schemes;
+-
+-		[CCode (has_construct_function = false)]
+-		protected Request ();
+-
+-		public virtual bool check_uri(Soup.URI uri) throws GLib.Error;
+-		public virtual GLib.InputStream? send(GLib.Cancellable? cancellable) throws GLib.Error;
+-		public virtual void send_async(GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback) throws GLib.Error;
+-		public virtual GLib.InputStream? send_finish(GLib.AsyncResult result) throws GLib.Error;
+-		public virtual int64 get_content_length();
+-		public virtual unowned string? get_content_type();
+-
+-		public Soup.Session session { get; }
+-		public Soup.URI uri { get; }
+-	}
+-	[CCode (cheader_filename = "libsoup/soup-requester.h", type_id = "soup_requester_get_type ()")]
+-	public class Requester : GLib.Object, Soup.SessionFeature {
+-		public Requester();
+-
+-		public Soup.Request request(string uri_string) throws GLib.Error;
+-		public Soup.Request request_uri(Soup.URI uri) throws GLib.Error;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_server_get_type ()")]
+-	public class Server : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Server (string optname1, ...);
+-		public void add_auth_domain (Soup.AuthDomain auth_domain);
+-		public void add_handler (string? path, owned Soup.ServerCallback callback);
+-		public void disconnect ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.Socket get_listener ();
+-		public uint get_port ();
+-		public bool is_https ();
+-		public void pause_message (Soup.Message msg);
+-		public void quit ();
+-		public void remove_auth_domain (Soup.AuthDomain auth_domain);
+-		public void remove_handler (string path);
+-		public void run ();
+-		public void run_async ();
+-		public void unpause_message (Soup.Message msg);
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[NoAccessorMethod]
+-		public Soup.Address @interface { owned get; construct; }
+-		public uint port { get; construct; }
+-		[NoAccessorMethod]
+-		public bool raw_paths { get; construct; }
+-		[NoAccessorMethod]
+-		public string server_header { owned get; set construct; }
+-		[NoAccessorMethod]
+-		public string ssl_cert_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public string ssl_key_file { owned get; construct; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; construct; }
+-		public virtual signal void request_aborted (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_finished (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_read (Soup.Message msg, Soup.ClientContext client);
+-		public virtual signal void request_started (Soup.Message msg, Soup.ClientContext client);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_get_type ()")]
+-	public abstract class Session : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		protected Session ();
+-		public void abort ();
+-		public void add_feature (Soup.SessionFeature feature);
+-		public void add_feature_by_type (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void auth_required (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public virtual void cancel_message (Soup.Message msg, uint status_code);
+-		[NoWrapper]
+-		public virtual void flush_queue ();
+-		public unowned GLib.MainContext get_async_context ();
+-		public unowned Soup.SessionFeature get_feature (GLib.Type feature_type);
+-		public unowned Soup.SessionFeature get_feature_for_message (GLib.Type feature_type, Soup.Message msg);
+-		public GLib.SList<Soup.SessionFeature> get_features (GLib.Type feature_type);
+-		[NoWrapper]
+-		public virtual void kick ();
+-		public void pause_message (Soup.Message msg);
+-		public void prepare_for_uri (Soup.URI uri);
+-		public virtual void queue_message (owned Soup.Message msg, Soup.SessionCallback? callback);
+-		public bool redirect_message (Soup.Message msg);
+-		public void remove_feature (Soup.SessionFeature feature);
+-		public void remove_feature_by_type (GLib.Type feature_type);
+-		public virtual void requeue_message (Soup.Message msg);
+-		public virtual uint send_message (Soup.Message msg);
+-		public void unpause_message (Soup.Message msg);
+-		public bool would_redirect (Soup.Message msg);
+-		[NoAccessorMethod]
+-		public string accept_language { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool accept_language_auto { get; set; }
+-		public GLib.MainContext async_context { get; owned construct; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] http_aliases { owned get; set; }
+-		[CCode (array_length = false, array_null_terminated = true)]
+-		[NoAccessorMethod]
+-		public string[] https_aliases { owned get; set; }
+-		[NoAccessorMethod]
+-		public uint idle_timeout { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns { get; set; }
+-		[NoAccessorMethod]
+-		public int max_conns_per_host { get; set; }
+-		[NoAccessorMethod]
+-		public Soup.URI proxy_uri { owned get; set; }
+-		[NoAccessorMethod]
+-		public string ssl_ca_file { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_use_system_ca_file { get; set; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsDatabase tls_database { owned get; set; }
+-		[NoAccessorMethod]
+-		public bool use_ntlm { get; set; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; set; }
+-		[NoAccessorMethod]
+-		public string user_agent { owned get; set; }
+-		public virtual signal void authenticate (Soup.Message msg, Soup.Auth auth, bool retrying);
+-		public signal void connection_created (GLib.Object connection);
+-		public signal void request_queued (Soup.Message msg);
+-		public virtual signal void request_started (Soup.Message msg, Soup.Socket socket);
+-		public signal void request_unqueued (Soup.Message msg);
+-		public signal void tunneling (GLib.Object connection);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_async_get_type ()")]
+-	public class SessionAsync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionAsync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_session_sync_get_type ()")]
+-	public class SessionSync : Soup.Session {
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync ();
+-		[CCode (has_construct_function = false, type = "SoupSession*")]
+-		public SessionSync.with_options (string optname1, ...);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_socket_get_type ()")]
+-	public class Socket : GLib.Object {
+-		[CCode (has_construct_function = false)]
+-		public Socket (string optname1, ...);
+-		public void connect_async (GLib.Cancellable? cancellable, Soup.SocketCallback callback);
+-		public uint connect_sync (GLib.Cancellable? cancellable);
+-		public void disconnect ();
+-		public int get_fd ();
+-		public unowned Soup.Address get_local_address ();
+-		public unowned Soup.Address get_remote_address ();
+-		public bool is_connected ();
+-		public bool is_ssl ();
+-		public bool listen ();
+-		public Soup.SocketIOStatus read ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, out size_t nread, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public Soup.SocketIOStatus read_until ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gpointer")] uint8[] buffer, void* boundary, size_t boundary_len, out size_t nread, bool got_boundary, GLib.Cancellable? cancellable) throws GLib.Error;
+-		public bool start_proxy_ssl (string ssl_host, GLib.Cancellable? cancellable);
+-		public bool start_ssl (GLib.Cancellable? cancellable);
+-		public Soup.SocketIOStatus write ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize", type = "gconstpointer")] uint8[] buffer, out size_t nwrote, GLib.Cancellable? cancellable) throws GLib.Error;
+-		[NoAccessorMethod]
+-		public GLib.MainContext async_context { owned get; construct; }
+-		public bool clean_dispose { construct; }
+-		[NoAccessorMethod]
+-		public bool is_server { get; }
+-		public Soup.Address local_address { get; construct; }
+-		[NoAccessorMethod]
+-		public bool non_blocking { get; set; }
+-		public Soup.Address remote_address { get; construct; }
+-		[NoAccessorMethod]
+-		public void* ssl_creds { get; set; }
+-		[NoAccessorMethod]
+-		public bool ssl_fallback { get; construct; }
+-		[NoAccessorMethod]
+-		public bool ssl_strict { get; construct; }
+-		[NoAccessorMethod]
+-		public uint timeout { get; set; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificate tls_certificate { owned get; }
+-		[NoAccessorMethod]
+-		public GLib.TlsCertificateFlags tls_errors { get; }
+-		[NoAccessorMethod]
+-		public bool trusted_certificate { get; }
+-		[NoAccessorMethod]
+-		public bool use_thread_context { get; construct; }
+-		public virtual signal void disconnected ();
+-		public signal void event (GLib.SocketClientEvent event, GLib.IOStream connection);
+-		public virtual signal void new_connection (Soup.Socket arg1);
+-		public virtual signal void readable ();
+-		public virtual signal void writable ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "soup_uri_get_type ()")]
+-	[Compact]
+-	public class URI {
+-		public weak string fragment;
+-		public weak string host;
+-		public weak string password;
+-		public weak string path;
+-		public uint port;
+-		public weak string query;
+-		public weak string scheme;
+-		public weak string user;
+-		[CCode (has_construct_function = false)]
+-		public URI (string uri_string);
+-		public Soup.URI copy ();
+-		public Soup.URI copy_host ();
+-		public static string decode (string part);
+-		public static string encode (string part, string? escape_extra);
+-		public bool equal (Soup.URI uri2);
+-		public void free ();
+-		public unowned string get_fragment ();
+-		public unowned string get_host ();
+-		public unowned string get_password ();
+-		public unowned string get_path ();
+-		public uint get_port ();
+-		public unowned string get_query ();
+-		public unowned string get_scheme ();
+-		public unowned string get_user ();
+-		public bool host_equal (Soup.URI v2);
+-		public uint host_hash ();
+-		public static string normalize (string part, string unescape_extra);
+-		public void set_fragment (string? fragment);
+-		public void set_host (string? host);
+-		public void set_password (string? password);
+-		public void set_path (string path);
+-		public void set_port (uint port);
+-		public void set_query (string? query);
+-		public void set_query_from_fields (...);
+-		public void set_query_from_form (GLib.HashTable<string,string> form);
+-		public void set_scheme (string scheme);
+-		public void set_user (string? user);
+-		public string to_string (bool just_path_and_query);
+-		public bool uses_default_port ();
+-		[CCode (has_construct_function = false)]
+-		public URI.with_base (Soup.URI @base, string uri_string);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyResolverInterface", type_id = "soup_proxy_resolver_get_type ()")]
+-	[Version ( deprecated = true, replacement = "Soup.ProxyURIResolver" )]
+-	public interface ProxyResolver : Soup.SessionFeature, GLib.Object {
+-		public abstract void get_proxy_async (Soup.Message msg, GLib.MainContext async_context, GLib.Cancellable? cancellable, Soup.ProxyResolverCallback callaback);
+-		public abstract uint get_proxy_sync (Soup.Message msg, GLib.Cancellable? cancellable, out unowned Soup.Address addr);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupProxyURIResolverInterface", type_id = "soup_proxy_uri_resolver_get_type ()")]
+-	public interface ProxyURIResolver : GLib.Object {
+-		public abstract void get_proxy_uri_async (Soup.URI uri, GLib.MainContext? async_context, GLib.Cancellable? cancellable, Soup.ProxyURIResolverCallback callback);
+-		public abstract uint get_proxy_uri_sync (Soup.URI uri, GLib.Cancellable? cancellable, out Soup.URI proxy_uri);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", type_cname = "SoupSessionFeatureInterface", type_id = "soup_session_feature_get_type ()")]
+-	public interface SessionFeature : GLib.Object {
+-		public abstract bool add_feature (GLib.Type type);
+-		public abstract void attach (Soup.Session session);
+-		public abstract void detach (Soup.Session session);
+-		public abstract bool has_feature (GLib.Type type);
+-		public abstract bool remove_feature (GLib.Type type);
+-		[NoWrapper]
+-		public abstract void request_queued (Soup.Session session, Soup.Message msg);
+-		[NoWrapper]
+-		public abstract void request_started (Soup.Session session, Soup.Message msg, Soup.Socket socket);
+-		[NoWrapper]
+-		public abstract void request_unqueued (Soup.Session session, Soup.Message msg);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct MessageHeadersIter {
+-		public void init (Soup.MessageHeaders hdrs);
+-		public bool next (out unowned string name, out unowned string value);
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", has_type_id = false)]
+-	public struct Range {
+-		public int64 start;
+-		public int64 end;
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ADDRESS_FAMILY_")]
+-	public enum AddressFamily {
+-		INVALID,
+-		IPV4,
+-		IPV6
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_RESPONSE_")]
+-	public enum CacheResponse {
+-		FRESH,
+-		NEEDS_VALIDATION,
+-		STALE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	public enum CacheType {
+-		SINGLE_USER,
+-		SHARED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CACHE_")]
+-	[Flags]
+-	public enum Cacheability {
+-		CACHEABLE,
+-		UNCACHEABLE,
+-		INVALIDATES,
+-		VALIDATES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_CONNECTION_")]
+-	public enum ConnectionState {
+-		NEW,
+-		CONNECTING,
+-		IDLE,
+-		IN_USE,
+-		REMOTE_DISCONNECTED,
+-		DISCONNECTED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_COOKIE_JAR_ACCEPT_")]
+-	public enum CookieJarAcceptPolicy {
+-		ALWAYS,
+-		NEVER,
+-		NO_THIRD_PARTY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_DATE_")]
+-	public enum DateFormat {
+-		HTTP,
+-		COOKIE,
+-		RFC2822,
+-		ISO8601_COMPACT,
+-		ISO8601_FULL,
+-		ISO8601,
+-		ISO8601_XMLRPC
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_ENCODING_")]
+-	public enum Encoding {
+-		UNRECOGNIZED,
+-		NONE,
+-		CONTENT_LENGTH,
+-		EOF,
+-		CHUNKED,
+-		BYTERANGES
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_EXPECTATION_")]
+-	[Flags]
+-	public enum Expectation {
+-		UNRECOGNIZED,
+-		CONTINUE
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_HTTP_")]
+-	public enum HTTPVersion {
+-		@1_0,
+-		@1_1
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_STATUS_")]
+-	public enum KnownStatusCode {
+-		NONE,
+-		CANCELLED,
+-		CANT_RESOLVE,
+-		CANT_RESOLVE_PROXY,
+-		CANT_CONNECT,
+-		CANT_CONNECT_PROXY,
+-		SSL_FAILED,
+-		IO_ERROR,
+-		MALFORMED,
+-		TRY_AGAIN,
+-		TOO_MANY_REDIRECTS,
+-		TLS_FAILED,
+-		CONTINUE,
+-		SWITCHING_PROTOCOLS,
+-		PROCESSING,
+-		OK,
+-		CREATED,
+-		ACCEPTED,
+-		NON_AUTHORITATIVE,
+-		NO_CONTENT,
+-		RESET_CONTENT,
+-		PARTIAL_CONTENT,
+-		MULTI_STATUS,
+-		MULTIPLE_CHOICES,
+-		MOVED_PERMANENTLY,
+-		FOUND,
+-		MOVED_TEMPORARILY,
+-		SEE_OTHER,
+-		NOT_MODIFIED,
+-		USE_PROXY,
+-		NOT_APPEARING_IN_THIS_PROTOCOL,
+-		TEMPORARY_REDIRECT,
+-		BAD_REQUEST,
+-		UNAUTHORIZED,
+-		PAYMENT_REQUIRED,
+-		FORBIDDEN,
+-		NOT_FOUND,
+-		METHOD_NOT_ALLOWED,
+-		NOT_ACCEPTABLE,
+-		PROXY_AUTHENTICATION_REQUIRED,
+-		PROXY_UNAUTHORIZED,
+-		REQUEST_TIMEOUT,
+-		CONFLICT,
+-		GONE,
+-		LENGTH_REQUIRED,
+-		PRECONDITION_FAILED,
+-		REQUEST_ENTITY_TOO_LARGE,
+-		REQUEST_URI_TOO_LONG,
+-		UNSUPPORTED_MEDIA_TYPE,
+-		REQUESTED_RANGE_NOT_SATISFIABLE,
+-		INVALID_RANGE,
+-		EXPECTATION_FAILED,
+-		UNPROCESSABLE_ENTITY,
+-		LOCKED,
+-		FAILED_DEPENDENCY,
+-		INTERNAL_SERVER_ERROR,
+-		NOT_IMPLEMENTED,
+-		BAD_GATEWAY,
+-		SERVICE_UNAVAILABLE,
+-		GATEWAY_TIMEOUT,
+-		HTTP_VERSION_NOT_SUPPORTED,
+-		INSUFFICIENT_STORAGE,
+-		NOT_EXTENDED
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_LOGGER_LOG_")]
+-	public enum LoggerLogLevel {
+-		NONE,
+-		MINIMAL,
+-		HEADERS,
+-		BODY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MEMORY_")]
+-	public enum MemoryUse {
+-		STATIC,
+-		TAKE,
+-		COPY,
+-		TEMPORARY
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_")]
+-	[Flags]
+-	public enum MessageFlags {
+-		NO_REDIRECT,
+-		CAN_REBUILD,
+-		OVERWRITE_CHUNKS,
+-		CONTENT_DECODED,
+-		CERTIFICATE_TRUSTED,
+-		NEW_CONNECTION
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_MESSAGE_HEADERS_")]
+-	public enum MessageHeadersType {
+-		REQUEST,
+-		RESPONSE,
+-		MULTIPART
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_REQUESTER_ERROR_")]
+-	public enum RequesterError {
+-		BAD_URI,
+-		UNSUPPORTED_URI_SCHEME
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", cprefix = "SOUP_SOCKET_")]
+-	public enum SocketIOStatus {
+-		OK,
+-		WOULD_BLOCK,
+-		EOF,
+-		ERROR
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public errordomain SSLError {
+-		HANDSHAKE_NEEDS_READ,
+-		HANDSHAKE_NEEDS_WRITE,
+-		CERTIFICATE,
+-		HANDSHAKE_FAILED;
+-		public static GLib.Quark quark ();
+-	}
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void AddressCallback (Soup.Address addr, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate bool AuthDomainBasicAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username, string password);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate string AuthDomainDigestAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate bool AuthDomainFilter (Soup.AuthDomain domain, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 3.9)]
+-	public delegate bool AuthDomainGenericAuthCallback (Soup.AuthDomain domain, Soup.Message msg, string username);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.Buffer ChunkAllocator (Soup.Message msg, size_t max_len);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate Soup.LoggerLogLevel LoggerFilter (Soup.Logger logger, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 4.9)]
+-	public delegate void LoggerPrinter (Soup.Logger logger, Soup.LoggerLogLevel level, char direction, string data);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void MessageHeadersForeachFunc (string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public delegate void ProxyResolverCallback (Soup.ProxyResolver p1, Soup.Message p2, uint p3, Soup.Address p4);
+-	[CCode (cheader_filename = "libsoup/soup.h", has_target = false)]
+-	public delegate void ProxyURIResolverCallback (Soup.ProxyURIResolver resolver, uint status, Soup.URI proxy_uri);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 5.9)]
+-	public delegate void ServerCallback (Soup.Server server, Soup.Message msg, string path, GLib.HashTable<string,string>? query, Soup.ClientContext client);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SessionCallback (Soup.Session session, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h", instance_pos = 2.9)]
+-	public delegate void SocketCallback (Soup.Socket sock, uint status);
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_ANY_PORT")]
+-	public const int ADDRESS_ANY_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_FAMILY")]
+-	public const string ADDRESS_FAMILY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_NAME")]
+-	public const string ADDRESS_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PHYSICAL")]
+-	public const string ADDRESS_PHYSICAL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_PORT")]
+-	public const string ADDRESS_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_ADDRESS_SOCKADDR")]
+-	public const string ADDRESS_SOCKADDR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_ADD_PATH")]
+-	public const string AUTH_DOMAIN_ADD_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_BASIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_BASIC_H")]
+-	public const int AUTH_DOMAIN_BASIC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_DIGEST_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_DIGEST_H")]
+-	public const int AUTH_DOMAIN_DIGEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER")]
+-	public const string AUTH_DOMAIN_FILTER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_FILTER_DATA")]
+-	public const string AUTH_DOMAIN_FILTER_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_CALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA")]
+-	public const string AUTH_DOMAIN_GENERIC_AUTH_DATA;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_H")]
+-	public const int AUTH_DOMAIN_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_PROXY")]
+-	public const string AUTH_DOMAIN_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REALM")]
+-	public const string AUTH_DOMAIN_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_DOMAIN_REMOVE_PATH")]
+-	public const string AUTH_DOMAIN_REMOVE_PATH;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_H")]
+-	public const int AUTH_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_HOST")]
+-	public const string AUTH_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_AUTHENTICATED")]
+-	public const string AUTH_IS_AUTHENTICATED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_IS_FOR_PROXY")]
+-	public const string AUTH_IS_FOR_PROXY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_REALM")]
+-	public const string AUTH_REALM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_AUTH_SCHEME_NAME")]
+-	public const string AUTH_SCHEME_NAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CACHE_H")]
+-	public const int CACHE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_CTL")]
+-	public const int CHAR_HTTP_CTL;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_HTTP_SEPARATOR")]
+-	public const int CHAR_HTTP_SEPARATOR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_GEN_DELIMS")]
+-	public const int CHAR_URI_GEN_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_PERCENT_ENCODED")]
+-	public const int CHAR_URI_PERCENT_ENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CHAR_URI_SUB_DELIMS")]
+-	public const int CHAR_URI_SUB_DELIMS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_DECODER_H")]
+-	public const int CONTENT_DECODER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_CONTENT_SNIFFER_H")]
+-	public const int CONTENT_SNIFFER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_H")]
+-	public const int COOKIE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_ACCEPT_POLICY")]
+-	public const string COOKIE_JAR_ACCEPT_POLICY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_H")]
+-	public const int COOKIE_JAR_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_READ_ONLY")]
+-	public const string COOKIE_JAR_READ_ONLY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_FILENAME")]
+-	public const string COOKIE_JAR_TEXT_FILENAME;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_JAR_TEXT_H")]
+-	public const int COOKIE_JAR_TEXT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_DAY")]
+-	public const int COOKIE_MAX_AGE_ONE_DAY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_HOUR")]
+-	public const int COOKIE_MAX_AGE_ONE_HOUR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_WEEK")]
+-	public const int COOKIE_MAX_AGE_ONE_WEEK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_COOKIE_MAX_AGE_ONE_YEAR")]
+-	public const int COOKIE_MAX_AGE_ONE_YEAR;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_DATE_H")]
+-	public const int DATE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_H")]
+-	public const int FORM_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_MULTIPART")]
+-	public const string FORM_MIME_TYPE_MULTIPART;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_FORM_MIME_TYPE_URLENCODED")]
+-	public const string FORM_MIME_TYPE_URLENCODED;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_HEADERS_H")]
+-	public const int HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
+-	public const int LOGGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
+-	public const int MESSAGE_BODY_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
+-	public const string MESSAGE_FIRST_PARTY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FLAGS")]
+-	public const string MESSAGE_FLAGS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_H")]
+-	public const int MESSAGE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HEADERS_H")]
+-	public const int MESSAGE_HEADERS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_HTTP_VERSION")]
+-	public const string MESSAGE_HTTP_VERSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_METHOD")]
+-	public const string MESSAGE_METHOD;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REASON_PHRASE")]
+-	public const string MESSAGE_REASON_PHRASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_BODY")]
+-	public const string MESSAGE_REQUEST_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_REQUEST_HEADERS")]
+-	public const string MESSAGE_REQUEST_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_BODY")]
+-	public const string MESSAGE_RESPONSE_BODY;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_RESPONSE_HEADERS")]
+-	public const string MESSAGE_RESPONSE_HEADERS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_SERVER_SIDE")]
+-	public const string MESSAGE_SERVER_SIDE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_STATUS_CODE")]
+-	public const string MESSAGE_STATUS_CODE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_CERTIFICATE")]
+-	public const string MESSAGE_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_TLS_ERRORS")]
+-	public const string MESSAGE_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_URI")]
+-	public const string MESSAGE_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_METHOD_H")]
+-	public const int METHOD_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MISC_H")]
+-	public const int MISC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MULTIPART_H")]
+-	public const int MULTIPART_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PASSWORD_MANAGER_H")]
+-	public const int PASSWORD_MANAGER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_RESOLVER_DEFAULT_H")]
+-	public const int PROXY_RESOLVER_DEFAULT_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_PROXY_URI_RESOLVER_H")]
+-	public const int PROXY_URI_RESOLVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUESTER_H")]
+-	public const int REQUESTER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_DATA_H")]
+-	public const int REQUEST_DATA_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_FILE_H")]
+-	public const int REQUEST_FILE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_H")]
+-	public const int REQUEST_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_HTTP_H")]
+-	public const int REQUEST_HTTP_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_SESSION")]
+-	public const string REQUEST_SESSION;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_REQUEST_URI")]
+-	public const string REQUEST_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_ASYNC_CONTEXT")]
+-	public const string SERVER_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_H")]
+-	public const int SERVER_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_INTERFACE")]
+-	public const string SERVER_INTERFACE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_PORT")]
+-	public const string SERVER_PORT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_RAW_PATHS")]
+-	public const string SERVER_RAW_PATHS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SERVER_HEADER")]
+-	public const string SERVER_SERVER_HEADER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_CERT_FILE")]
+-	public const string SERVER_SSL_CERT_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_SSL_KEY_FILE")]
+-	public const string SERVER_SSL_KEY_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SERVER_TLS_CERTIFICATE")]
+-	public const string SERVER_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE")]
+-	public const string SESSION_ACCEPT_LANGUAGE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ACCEPT_LANGUAGE_AUTO")]
+-	public const string SESSION_ACCEPT_LANGUAGE_AUTO;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_CONTEXT")]
+-	public const string SESSION_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_ASYNC_H")]
+-	public const int SESSION_ASYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_FEATURE_H")]
+-	public const int SESSION_FEATURE_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_H")]
+-	public const int SESSION_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTPS_ALIASES")]
+-	public const string SESSION_HTTPS_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_HTTP_ALIASES")]
+-	public const string SESSION_HTTP_ALIASES;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_IDLE_TIMEOUT")]
+-	public const string SESSION_IDLE_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS")]
+-	public const string SESSION_MAX_CONNS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_MAX_CONNS_PER_HOST")]
+-	public const string SESSION_MAX_CONNS_PER_HOST;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_PROXY_URI")]
+-	public const string SESSION_PROXY_URI;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_CA_FILE")]
+-	public const string SESSION_SSL_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_STRICT")]
+-	public const string SESSION_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SSL_USE_SYSTEM_CA_FILE")]
+-	public const string SESSION_SSL_USE_SYSTEM_CA_FILE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_SYNC_H")]
+-	public const int SESSION_SYNC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TIMEOUT")]
+-	public const string SESSION_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_TLS_DATABASE")]
+-	public const string SESSION_TLS_DATABASE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USER_AGENT")]
+-	public const string SESSION_USER_AGENT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_NTLM")]
+-	public const string SESSION_USE_NTLM;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SESSION_USE_THREAD_CONTEXT")]
+-	public const string SESSION_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_ASYNC_CONTEXT")]
+-	public const string SOCKET_ASYNC_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_FLAG_NONBLOCKING")]
+-	public const string SOCKET_FLAG_NONBLOCKING;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_H")]
+-	public const int SOCKET_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_IS_SERVER")]
+-	public const string SOCKET_IS_SERVER;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_LOCAL_ADDRESS")]
+-	public const string SOCKET_LOCAL_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_REMOTE_ADDRESS")]
+-	public const string SOCKET_REMOTE_ADDRESS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_CREDENTIALS")]
+-	public const string SOCKET_SSL_CREDENTIALS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_FALLBACK")]
+-	public const string SOCKET_SSL_FALLBACK;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_SSL_STRICT")]
+-	public const string SOCKET_SSL_STRICT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TIMEOUT")]
+-	public const string SOCKET_TIMEOUT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_CERTIFICATE")]
+-	public const string SOCKET_TLS_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TLS_ERRORS")]
+-	public const string SOCKET_TLS_ERRORS;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_TRUSTED_CERTIFICATE")]
+-	public const string SOCKET_TRUSTED_CERTIFICATE;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_SOCKET_USE_THREAD_CONTEXT")]
+-	public const string SOCKET_USE_THREAD_CONTEXT;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_STATUS_H")]
+-	public const int STATUS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_TYPES_H")]
+-	public const int TYPES_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_URI_H")]
+-	public const int URI_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_VALUE_UTILS_H")]
+-	public const int VALUE_UTILS_H;
+-	[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_XMLRPC_H")]
+-	public const int XMLRPC_H;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_completion (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_idle (GLib.MainContext? async_context, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_io_watch (GLib.MainContext? async_context, GLib.IOChannel chan, GLib.IOCondition condition, GLib.IOFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned GLib.TimeoutSource add_timeout (GLib.MainContext? async_context, uint interval, GLib.SourceFunc function);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_request (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<Soup.Cookie> cookies_from_response (Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static string cookies_to_cookie_header (GLib.SList<Soup.Cookie> cookies);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_request (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void cookies_to_response (GLib.SList<Soup.Cookie> cookies, Soup.Message msg);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode (string encoded_form);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.decode_multipart", deprecated_since = "vala-0.12" )]
+-	public static GLib.HashTable<string,string> form_decode_multipart (Soup.Message msg, string file_control_name, out string filename, out string content_type, out Soup.Buffer file);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode", deprecated_since = "vala-0.12" )]
+-	public static string form_encode (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_datalist", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_datalist (void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.encode_hash", deprecated_since = "vala-0.12" )]
+-	public static string form_encode_hash (GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, deprecated_since = "vala-0.12" )]
+-	public static string form_encode_valist (string first_field, void* args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new (string method, string uri, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_datalist", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_datalist (string method, string uri, void* form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_hash", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_hash (string method, string uri, GLib.HashTable<string,string> form_data_set);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "Form.request_new_from_multipart", deprecated_since = "vala-0.12" )]
+-	public static Soup.Message form_request_new_from_multipart (string uri, Soup.Multipart multipart);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool header_contains (string header, string token);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_free_param_list (GLib.HashTable<string,string> param_list);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void header_g_string_append_param_quoted (GLib.StringBuilder string, string name, string value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.SList<string> header_parse_quality_list (string header, out GLib.SList<string> unacceptable);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,string> header_parse_semi_param_list (string header);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse (string str, int len, Soup.MessageHeaders dest);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint headers_parse_request (string str, int len, Soup.MessageHeaders req_headers, out string req_method, out string req_path, out Soup.HTTPVersion ver);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_response (string str, int len, Soup.MessageHeaders headers, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool headers_parse_status_line (string status_line, out Soup.HTTPVersion ver, out uint status_code, out string reason_phrase);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.Quark http_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "SSLError.quark", deprecated_since = "vala-0.14" )]
+-	public static GLib.Quark ssl_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static unowned string status_get_phrase (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint status_proxify (uint status_code);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool str_case_equal (void* v1, void* v2);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static uint str_case_hash (void* key);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append (GLib.ValueArray array, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_append_vals (GLib.ValueArray array, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_from_args (va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_get_nth (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_array_insert (GLib.ValueArray array, uint index_, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.ValueArray value_array_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_array_to_args (GLib.ValueArray array, va_list args);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static void value_hash_insert_value (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup (GLib.HashTable<string,GLib.Value?> hash, string key, GLib.Type type, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static bool value_hash_lookup_vals (GLib.HashTable<string,GLib.Value?> hash, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	public static GLib.HashTable<string,GLib.Value?> value_hash_new_with_vals (...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static unowned string xmlrpc_build_fault (int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_call", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_call (string method_name, GLib.Value[] @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.build_method_response", deprecated_since = "vala-0.12" )]
+-	public static unowned string xmlrpc_build_method_response (GLib.Value value);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.error_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_error_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_call (string method_call, int length, out unowned string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.extract_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_extract_method_response (string method_response, int length, ...) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.fault_quark", deprecated_since = "vala-0.12" )]
+-	public static GLib.Quark xmlrpc_fault_quark ();
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_call", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_call (string method_call, int length, out unowned string method_name, out unowned GLib.ValueArray @params);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.parse_method_response", deprecated_since = "vala-0.12" )]
+-	public static bool xmlrpc_parse_method_response (string method_response, int length, GLib.Value value) throws GLib.Error;
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.request_new", deprecated_since = "vala-0.12" )]
+-	public static unowned Soup.Message xmlrpc_request_new (string uri, string method_name, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_fault", deprecated_since = "vala-0.12" )]
+-	[PrintfFormat]
+-	public static void xmlrpc_set_fault (Soup.Message msg, int fault_code, string fault_format, ...);
+-	[CCode (cheader_filename = "libsoup/soup.h", sentinel = "G_TYPE_INVALID")]
+-	[Version ( deprecated = true, replacement = "XMLRPC.set_response", deprecated_since = "vala-0.12" )]
+-	public static void xmlrpc_set_response (Soup.Message msg, ...);
+-}
+-- 
+GitLab
+
diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template
index 0e6fffaac53..fc7903de777 100644
--- a/srcpkgs/gitg/template
+++ b/srcpkgs/gitg/template
@@ -1,7 +1,7 @@
 # Template file for 'gitg'
 pkgname=gitg
 version=3.32.1
-revision=3
+revision=4
 build_style=meson
 build_helper="qemu"
 hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala"

From 278e30542a1342d2d4fbf867db867cfb3002bb2f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0468/1106] glade3: update to 3.38.1

---
 srcpkgs/glade3/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index f7d909333a5..e8e9f2dd2a2 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,6 +1,6 @@
 # Template file for 'glade3'
 pkgname=glade3
-version=3.38.0
+version=3.38.1
 revision=1
 wrksrc="glade-${version}"
 build_style=meson
@@ -15,13 +15,17 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"
-checksum=4a914c5c0b19c2e52fd4ad15077d406dbfd6ad0245e239d7390bf87f27d9103c
+checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd
 lib32disabled=yes
 
 # Package build options
 build_options="gir"
 build_options_default="gir"
 
+post_patch() {
+	vsed -i meson.build -e "/python_dep/s/3.8/3.9/g"
+}
+
 do_check() {
 	# Require running xserver
 	:

From b6dce762a56f8cabacba302f55bdd3392ea7ed92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0469/1106] glusterfs: rebuild for Python 3.9

---
 srcpkgs/glusterfs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 1690b13bebf..06f1939d12a 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
 version=7.7
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no

From 903ae7018a351f908cd2c5f0dd874b0233cdb98e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0470/1106] gnome-authenticator: rebuild for Python 3.9

---
 srcpkgs/gnome-authenticator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template
index d9bea508028..e1bd1ee9e44 100644
--- a/srcpkgs/gnome-authenticator/template
+++ b/srcpkgs/gnome-authenticator/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-authenticator'
 pkgname=gnome-authenticator
 version=3.32.2
-revision=2
+revision=3
 wrksrc="Authenticator-${version}"
 build_style=meson
 build_helper="gir"

From 4d8f538b692c7f25799752cd6fd6ea69d71a70c9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0471/1106] gnome-builder: rebuild for Python 3.9

---
 srcpkgs/gnome-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template
index ad2d4b6d03a..22144f3536e 100644
--- a/srcpkgs/gnome-builder/template
+++ b/srcpkgs/gnome-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-builder'
 pkgname=gnome-builder
 version=3.38.0
-revision=1
+revision=2
 build_style=meson
 build_helper=qemu
 configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true"

From de829483104905006c68596fa4a928f129ec7791 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0472/1106] gnome-doc-utils: rebuild for Python 3.9

---
 srcpkgs/gnome-doc-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template
index c95e75921ef..f2dbf6db8f4 100644
--- a/srcpkgs/gnome-doc-utils/template
+++ b/srcpkgs/gnome-doc-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-doc-utils'
 pkgname=gnome-doc-utils
 version=0.20.10
-revision=6
+revision=7
 build_style=gnu-configure
 configure_args="--disable-scrollkeeper"
 hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt

From 0559c358ea3061af0b38785f79dcd062895c6dc0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0473/1106] gnome-music: rebuild for Python 3.9

---
 srcpkgs/gnome-music/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template
index 85a7561059e..33eb2f04a23 100644
--- a/srcpkgs/gnome-music/template
+++ b/srcpkgs/gnome-music/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-music'
 pkgname=gnome-music
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config"

From e614a0d043db9e4e49ed80e79d0900afed3b17e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:01 -0400
Subject: [PATCH 0474/1106] gnome-passbook: rebuild for Python 3.9

---
 srcpkgs/gnome-passbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template
index 89047338503..4d3869cdd4e 100644
--- a/srcpkgs/gnome-passbook/template
+++ b/srcpkgs/gnome-passbook/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-passbook'
 pkgname=gnome-passbook
 version=0.1
-revision=2
+revision=3
 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2
 wrksrc="passbook-${version}"
 build_style=meson

From dc8d8c71b315c512f1479910249061c5364be455 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0475/1106] gns3-server: rebuild for Python 3.9

---
 srcpkgs/gns3-server/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index e9e672eae64..e4eeb2de3af 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,7 +1,7 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
 version=2.2.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl

From ce8dcfd12944718c6a2f1fee4c558d336d971426 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0476/1106] gnucash: rebuild for Python 3.9

---
 srcpkgs/gnucash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template
index 83ac8edeb30..658d33b202e 100644
--- a/srcpkgs/gnucash/template
+++ b/srcpkgs/gnucash/template
@@ -1,7 +1,7 @@
 # Template file for 'gnucash'
 pkgname=gnucash
 version=4.2
-revision=1
+revision=2
 wrksrc="${pkgname}-${version%b}"
 build_style=cmake
 configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1"

From a8dd4ba6c8c8eb8b08972deb2c40c5125a9aad90 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0477/1106] gnuradio-nrsc5: rebuild for Python 3.9

---
 srcpkgs/gnuradio-nrsc5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template
index 3adb20df64a..56f984f7bd3 100644
--- a/srcpkgs/gnuradio-nrsc5/template
+++ b/srcpkgs/gnuradio-nrsc5/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-nrsc5'
 pkgname=gnuradio-nrsc5
 version=1.0.0
-revision=3
+revision=4
 wrksrc="gr-nrsc5-${version}"
 build_style=cmake
 hostmakedepends="git automake libtool pkg-config gnuradio swig"

From e33ba6d63c9da4061b56bcac8b66d16ac0e10987 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0478/1106] gnuradio-osmosdr: rebuild for Python 3.9

---
 srcpkgs/gnuradio-osmosdr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template
index 17e72935af8..0c1fae16800 100644
--- a/srcpkgs/gnuradio-osmosdr/template
+++ b/srcpkgs/gnuradio-osmosdr/template
@@ -1,10 +1,10 @@
 # Template file for 'gnuradio-osmosdr'
 pkgname=gnuradio-osmosdr
 version=0.2.0
-revision=1
+revision=2
 wrksrc="gr-osmosdr-${version}"
 build_style=cmake
-hostmakedepends="pkg-config swig"
+hostmakedepends="pkg-config swig python3 gnuradio"
 makedepends="boost-devel gnuradio-devel libairspy-devel libhackrf-devel
  librtlsdr-devel python3-devel uhd-devel log4cpp-devel mpir-devel
  SoapySDR-devel volk-devel fftw-devel gmpxx-devel"

From 435c18f9139efa42880865c0ed54f6655f7b93a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0479/1106] gnuradio-rds: rebuild for Python 3.9

---
 srcpkgs/gnuradio-rds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template
index b5f14681394..4ffd643d272 100644
--- a/srcpkgs/gnuradio-rds/template
+++ b/srcpkgs/gnuradio-rds/template
@@ -1,7 +1,7 @@
 # Template file for 'gnuradio-rds'
 pkgname=gnuradio-rds
 version=3.8.0
-revision=1
+revision=2
 wrksrc="gr-rds-${version}"
 build_style=cmake
 hostmakedepends="pkg-config gnuradio swig"

From 8f66cff18fce604dce213c6d93138239673a7513 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0480/1106] gom: rebuild for Python 3.9

---
 srcpkgs/gom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template
index c948e42f864..b940415f40f 100644
--- a/srcpkgs/gom/template
+++ b/srcpkgs/gom/template
@@ -1,7 +1,7 @@
 # Template file for 'gom'
 pkgname=gom
 version=0.4
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Denable-introspection=$(vopt_if gir true false)

From 39a4db6c3e4437dc672d8ba347e4f828ed06e3a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0481/1106] gst1-python3: rebuild for Python 3.9

---
 srcpkgs/gst1-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template
index f7e06c33ab9..402018c0476 100644
--- a/srcpkgs/gst1-python3/template
+++ b/srcpkgs/gst1-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'gst1-python3'
 pkgname=gst1-python3
 version=1.16.2
-revision=2
+revision=3
 wrksrc="gst-python-${version}"
 build_style=meson
 pycompile_module="gi/overrides"

From 1458b28e0e3f066fc9a237dc424810a87d05b844 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:02 -0400
Subject: [PATCH 0482/1106] hamlib: rebuild for Python 3.9

---
 srcpkgs/hamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template
index d52436c0893..9e0fef9e943 100644
--- a/srcpkgs/hamlib/template
+++ b/srcpkgs/hamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'hamlib'
 pkgname=hamlib
 version=3.3
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-perl-binding --with-python-binding
  --with-tcl-binding --with-xml-support"

From ba90ca5308c0f77e8afde0322d8036c839da1f32 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0483/1106] hangups: rebuild for Python 3.9

---
 srcpkgs/hangups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template
index d50c2dcfca8..c5fe0aeed1d 100644
--- a/srcpkgs/hangups/template
+++ b/srcpkgs/hangups/template
@@ -1,7 +1,7 @@
 # Template file for 'hangups'
 pkgname=hangups
 version=0.4.12
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-MechanicalSoup python3-readlike python3-ReParser

From 272735291ce1ca265fc81d89778b8c3301d97e1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0484/1106] hg-git: rebuild for Python 3.9

---
 srcpkgs/hg-git/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template
index d88cb0f3bca..ded693e7942 100644
--- a/srcpkgs/hg-git/template
+++ b/srcpkgs/hg-git/template
@@ -1,7 +1,7 @@
 # Template file for 'hg-git'
 pkgname=hg-git
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-dulwich mercurial"

From 5ccb16b34e961a599c802fb4a72413d67e20e05d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0485/1106] hivex: rebuild for Python 3.9

---
 srcpkgs/hivex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template
index 1e7b769886e..1deb999991c 100644
--- a/srcpkgs/hivex/template
+++ b/srcpkgs/hivex/template
@@ -1,7 +1,7 @@
 # Template file for 'hivex'
 pkgname=hivex
 version=1.3.19
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-ocaml" # currently ocaml is broken
 hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"

From dc328a8668bcedb9c9018fd9a700dbb70213e0d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0486/1106] hplip: rebuild for Python 3.9

---
 srcpkgs/hplip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template
index 1cbc1ae151b..527d16a7b5d 100644
--- a/srcpkgs/hplip/template
+++ b/srcpkgs/hplip/template
@@ -1,7 +1,7 @@
 # Template file for 'hplip'
 pkgname=hplip
 version=3.20.9
-revision=1
+revision=2
 build_style=gnu-configure
 pycompile_dirs="usr/share/hplip"
 configure_args="

From 3ed38c4e023e2de517d5ce3a3c45a9d0c170e64f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0487/1106] httpie: rebuild for Python 3.9

---
 srcpkgs/httpie/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index e82658a74e3..201e2af09b4 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,7 +1,7 @@
 # Template file for 'httpie'
 pkgname=httpie
 version=2.2.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"

From c2989e859a950966d884f9d4fe02a034ad183984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0488/1106] hyperion: rebuild for Python 3.9

---
 srcpkgs/hyperion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template
index cf5291bf723..2c86a1af38d 100644
--- a/srcpkgs/hyperion/template
+++ b/srcpkgs/hyperion/template
@@ -1,7 +1,7 @@
 # Template file for 'hyperion'
 pkgname=hyperion
 version=1.03.2
-revision=6
+revision=7
 build_style=cmake
 configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON
  -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON

From 5721243f8cd968e11f59fd9ff47b6c3eb07c1917 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0489/1106] ibus: rebuild for Python 3.9

---
 srcpkgs/ibus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 1eacddf1737..54bc16abb75 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
 # Template file for 'ibus'
 pkgname=ibus
 version=1.5.22
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-ui --enable-gtk3 --disable-tests

From 75b0e6c1d51460f1ac1ce9c48bc3a87157e8a0c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:03 -0400
Subject: [PATCH 0490/1106] iotop: rebuild for Python 3.9

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 1232fa86f8c..84a9f788616 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,7 +1,7 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=7
+revision=8
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"

From a98b4dfc1feb14aafc75fc245aa6da88a1e44e06 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0491/1106] kapidox: rebuild for Python 3.9

---
 srcpkgs/kapidox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template
index c70a5bd87d5..189ec787ae0 100644
--- a/srcpkgs/kapidox/template
+++ b/srcpkgs/kapidox/template
@@ -1,7 +1,7 @@
 # Template file for 'kapidox'
 pkgname=kapidox
 version=5.74.0
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools"
 makedepends="python3-Jinja2 python3-yaml"

From 309066d18a24d80ee6c17f664e9b4fb6dac559e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0492/1106] kdevelop-python: rebuild for Python 3.9

---
 srcpkgs/kdevelop-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template
index 00da9a63ec7..53c9558a9d8 100644
--- a/srcpkgs/kdevelop-python/template
+++ b/srcpkgs/kdevelop-python/template
@@ -1,7 +1,7 @@
 # Template file for 'kdevelop-python'
 pkgname=kdevelop-python
 version=5.6.0
-revision=1
+revision=2
 wrksrc="kdev-python-${version}"
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From b9ab34b7b287b18343ad9a241d825f620039ecbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0493/1106] keystone: rebuild for Python 3.9

---
 srcpkgs/keystone/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template
index fd1dd285890..ca75eb074dc 100644
--- a/srcpkgs/keystone/template
+++ b/srcpkgs/keystone/template
@@ -1,7 +1,7 @@
 # Template file for 'keystone'
 pkgname=keystone
 version=0.9.2
-revision=1
+revision=2
 build_style=cmake
 configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all'
 hostmakedepends="python3-setuptools"

From 5d27db6839b3f0a9abd1ec36f6921eaba9a4da95 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0494/1106] kicad: rebuild for Python 3.9

---
 srcpkgs/kicad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 07cd9220f13..002410f7cb6 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,7 +1,7 @@
 # Template file for 'kicad'
 pkgname=kicad
 version=5.1.7
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON
  -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON

From 42137ac974c751b75e3824363b5c83d52c4fc06c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0495/1106] kig: rebuild for Python 3.9

---
 .../0001-fix-boost-python-bindung-with-boost-1.67.patch       | 4 ++--
 srcpkgs/kig/template                                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
index 851ed6e439c..fe54f162f63 100644
--- a/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
+++ b/srcpkgs/kig/patches/0001-fix-boost-python-bindung-with-boost-1.67.patch
@@ -30,12 +30,12 @@ index 229d2723..f0138bf4 100644
  
 -find_package(BoostPython)
 +find_package(Boost)
-+find_package(PythonLibs 3.8)
++find_package(PythonLibs 3.9)
 +
 +if(Boost_FOUND AND PYTHONLIBS_FOUND)
 +  if(${Boost_VERSION} GREATER 106699)
 +    message("Searching for python boost")
-+    find_package(Boost COMPONENTS python38 REQUIRED)
++    find_package(Boost COMPONENTS python39 REQUIRED)
 +    set(Boost_PYTHON_LIBRARY ${Boost_PYTHON38_LIBRARY})
 +  else()
 +    find_package(Boost COMPONENTS python)
diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template
index c03c7391ef3..f493b1d7087 100644
--- a/srcpkgs/kig/template
+++ b/srcpkgs/kig/template
@@ -1,7 +1,7 @@
 # Template file for 'kig'
 pkgname=kig
 version=20.08.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext
  pkg-config qt5-host-tools qt5-qmake"

From 9e36e623b27813c2334f1cdc2569e91ee3564871 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0496/1106] kitty: rebuild for Python 3.9

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 3c15708b268..230b2f1f41d 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,7 +1,7 @@
 # Template file for 'kitty'
 pkgname=kitty
 version=0.19.1
-revision=1
+revision=2
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel

From 2000d2212215fc422f3c262c64dd0f8b00a70cb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:04 -0400
Subject: [PATCH 0497/1106] krita: rebuild for Python 3.9

---
 srcpkgs/krita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index ec4a1dfe8ca..6d3a55e2912 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.3.0
-revision=2
+revision=3
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From ee340e66a9fe4199bdb2bb388b642f2074c314f3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0498/1106] lfm: rebuild for Python 3.9

---
 srcpkgs/lfm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template
index 0b526560f94..7d909bf8491 100644
--- a/srcpkgs/lfm/template
+++ b/srcpkgs/lfm/template
@@ -1,7 +1,7 @@
 # Template file for 'lfm'
 pkgname=lfm
 version=3.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"

From a774f1fff2ea697c04524995e33c84675566c7df Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0499/1106] libArcus: rebuild for Python 3.9

---
 srcpkgs/libArcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 1dac05f1def..0e41a366254 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"

From 362b55433fa00e24fecbf760fdd7d8887710fed6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0500/1106] libSavitar: rebuild for Python 3.9

---
 srcpkgs/libSavitar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 27485554d69..b033f1bbe33 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,7 +1,7 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
 version=4.7.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-sip-devel python3-devel pugixml-devel"

From 5473d5a995ebbf5984d0038927c6cbfb567abfbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0501/1106] libaccounts-glib: rebuild for Python 3.9

---
 srcpkgs/libaccounts-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template
index 2433b073e5c..465a3f96f50 100644
--- a/srcpkgs/libaccounts-glib/template
+++ b/srcpkgs/libaccounts-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libaccounts-glib'
 pkgname=libaccounts-glib
 version=1.24
-revision=3
+revision=4
 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120"
 build_style=meson
 build_helper="gir"

From 8cb3eacd01886658ad7588ff9c76e9a2264887f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0502/1106] libblockdev: rebuild for Python 3.9

---
 srcpkgs/libblockdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template
index 01697e4500b..93fea3bec4a 100644
--- a/srcpkgs/libblockdev/template
+++ b/srcpkgs/libblockdev/template
@@ -1,7 +1,7 @@
 # Template file for 'libblockdev'
 pkgname=libblockdev
 version=2.24
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel

From e1dab01ee6d2d825b0a19d9519cfe37dea443a20 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0503/1106] libbytesize: rebuild for Python 3.9

---
 srcpkgs/libbytesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template
index 87b1a5ae016..ce35ad28fa2 100644
--- a/srcpkgs/libbytesize/template
+++ b/srcpkgs/libbytesize/template
@@ -1,7 +1,7 @@
 # Template file for 'libbytesize'
 pkgname=libbytesize
 version=2.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext python3"
 makedepends="mpfr-devel pcre2-devel"

From bbc020def61fa80e5c514e680b2a175258325557 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0504/1106] libcap-ng: rebuild for Python 3.9

---
 srcpkgs/libcap-ng/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index b8649d6ed09..96f304d909a 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
 version=0.8
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"

From 3f0a6f53df42dc7670db523025db298fddd4ce7c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:05 -0400
Subject: [PATCH 0505/1106] libcec: rebuild for Python 3.9

---
 srcpkgs/libcec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 13f44a65b84..5136e30e713 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,7 +1,7 @@
 # Template file for 'libcec'
 pkgname=libcec
 version=4.0.4
-revision=6
+revision=7
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"

From 8ce1bd3018b29091e4712ccddb3fad34f6a0cb62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0506/1106] libffado: rebuild for Python 3.9

---
 srcpkgs/libffado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template
index e3bf2544ceb..2783042b492 100644
--- a/srcpkgs/libffado/template
+++ b/srcpkgs/libffado/template
@@ -1,7 +1,7 @@
 # Template file for 'libffado'
 pkgname=libffado
 version=2.4.4
-revision=1
+revision=2
 build_style=scons
 make_build_args="PREFIX=/usr MANDIR=/usr/share/man
  UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0

From 8ceaba70eefe98452beb6f7557518422ac4add21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0507/1106] libgit2-glib: rebuild for Python 3.9

---
 srcpkgs/libgit2-glib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template
index f94d7e07d8c..00e6439339b 100644
--- a/srcpkgs/libgit2-glib/template
+++ b/srcpkgs/libgit2-glib/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2-glib'
 pkgname=libgit2-glib
 version=0.99.0.1
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)

From 015812b0d5ef7663fc471eb3f217e99223012eb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0508/1106] libimobiledevice: rebuild for Python 3.9

---
 srcpkgs/libimobiledevice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template
index 322c2665c37..4e99e7a9cd9 100644
--- a/srcpkgs/libimobiledevice/template
+++ b/srcpkgs/libimobiledevice/template
@@ -1,7 +1,7 @@
 # Template file for 'libimobiledevice'
 pkgname=libimobiledevice
 version=1.2.0
-revision=16
+revision=17
 build_style=gnu-configure
 hostmakedepends="automake libtool pkgconf python3-Cython"
 makedepends="python3-devel libglib-devel libressl-devel libusb-devel

From 44a6c1da3b741b1c4d6cca9f153fcc0cd9045a56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0509/1106] libixion: rebuild for Python 3.9

---
 srcpkgs/libixion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index 316e90ea740..bf76740007b 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
 version=0.15.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel mdds python3-devel spdlog"

From 0a8cd08e1136761e3a4e06d8472772f00dc00b87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0510/1106] liblouis: rebuild for Python 3.9

---
 srcpkgs/liblouis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template
index 84f590c9f7e..303cb4f2026 100644
--- a/srcpkgs/liblouis/template
+++ b/srcpkgs/liblouis/template
@@ -1,7 +1,7 @@
 # Template file for 'liblouis'
 pkgname=liblouis
 version=3.13.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-ucs4"
 pycompile_module="louis"

From ce011b1ca36ee52362ab4e6b7055634ccb6ca041 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0511/1106] libopenshot: rebuild for Python 3.9

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 57b3edcf7e3..2fdf4a00dc1 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.5
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 build_style=cmake
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1

From fe52196705bc04469b94e925584da5dbd953f5b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0512/1106] liborcus: rebuild for Python 3.9

---
 srcpkgs/liborcus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 11fe4ea1995..df66c07d53d 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
 version=0.15.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"

From 14b4e559375a89815a330c5943df24364d46ebb4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:06 -0400
Subject: [PATCH 0513/1106] libpeas: rebuild for Python 3.9

---
 srcpkgs/libpeas/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template
index 444bea02587..be9de4fd4c6 100644
--- a/srcpkgs/libpeas/template
+++ b/srcpkgs/libpeas/template
@@ -1,7 +1,7 @@
 # Template file for 'libpeas'
 pkgname=libpeas
 version=1.26.0
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddemos=false -Dvapi=true"

From 4e834e6a91bf72920e4c53c7fe85394611c077a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0514/1106] libpwquality: rebuild for Python 3.9

---
 srcpkgs/libpwquality/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 2cddf2fc750..df964fc63f4 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,7 +1,7 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel python3-devel"

From 1a9aa0a1fb2ff381b98010f493e6d51aace0ec98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0515/1106] libreoffice: rebuild for Python 3.9

---
 srcpkgs/libreoffice/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template
index f418e710848..ce261fc0077 100644
--- a/srcpkgs/libreoffice/template
+++ b/srcpkgs/libreoffice/template
@@ -1,7 +1,7 @@
 # Template file for 'libreoffice'
 pkgname=libreoffice
 version=7.0.1.2
-revision=1
+revision=2
 build_style=meta
 make_build_args="build-nocheck"
 nocross="Several dependencies are nocross=yes"

From 4f8043573783f0ef0f507a0d886e7a9102823f7d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0516/1106] libsigrokdecode: rebuild for Python 3.9

---
 srcpkgs/libsigrokdecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template
index 48d01d94cc4..d4f4ec15339 100644
--- a/srcpkgs/libsigrokdecode/template
+++ b/srcpkgs/libsigrokdecode/template
@@ -1,7 +1,7 @@
 # Template file for 'libsigrokdecode'
 pkgname=libsigrokdecode
 version=0.5.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="glib-devel python3-devel"

From 1ecc94aa136c6b8468369cf23b40d7dc4365cd1d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0517/1106] libsmbios: rebuild for Python 3.9

---
 srcpkgs/libsmbios/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template
index 8b500a7a9f2..99843728850 100644
--- a/srcpkgs/libsmbios/template
+++ b/srcpkgs/libsmbios/template
@@ -1,7 +1,7 @@
 # Template file for 'libsmbios'
 pkgname=libsmbios
 version=2.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --disable-static"
 hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config"

From 87eafcb6bfa06a24271e8a033b8fd08366bcf3a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0518/1106] libtorrent-rasterbar: rebuild for Python 3.9

---
 srcpkgs/libtorrent-rasterbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 2a67bfa59fc..913b14a6558 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -3,7 +3,7 @@
 pkgname=libtorrent-rasterbar
 reverts="1.2.9_1"
 version=1.2.7
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-examples --enable-python-binding
  --with-boost=${XBPS_CROSS_BASE}/usr

From f649d0f7ca88fca8448f16391c4d2d97edbc2de7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0519/1106] libvirt-python3: rebuild for Python 3.9

---
 srcpkgs/libvirt-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 27137c42529..5e1f136640e 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
 version=6.6.0
-revision=1
+revision=2
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"

From 359aceb04edf458c1b9778f74af4eb0272bcc1c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0520/1106] libvoikko: rebuild for Python 3.9

---
 srcpkgs/libvoikko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template
index 18b5d846022..79a6956a536 100644
--- a/srcpkgs/libvoikko/template
+++ b/srcpkgs/libvoikko/template
@@ -1,7 +1,7 @@
 # Template file for 'libvoikko'
 pkgname=libvoikko
 version=4.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko"
 pycompile_module="libvoikko.py"

From 9eb6d83156f65f91a1c662483829133a2fd9f6fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:07 -0400
Subject: [PATCH 0521/1106] libxml2-python: rebuild for Python 3.9

---
 .../libxml2-python/patches/py39compat.patch   | 68 +++++++++++++++++++
 srcpkgs/libxml2-python/template               |  8 ++-
 2 files changed, 73 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libxml2-python/patches/py39compat.patch

diff --git a/srcpkgs/libxml2-python/patches/py39compat.patch b/srcpkgs/libxml2-python/patches/py39compat.patch
new file mode 100644
index 00000000000..c5dbfabbaa4
--- /dev/null
+++ b/srcpkgs/libxml2-python/patches/py39compat.patch
@@ -0,0 +1,68 @@
+--- python/libxml.c.orig	2020-10-07 14:41:45.226029584 -0400
++++ python/libxml.c	2020-10-07 14:42:58.965113111 -0400
+@@ -294,7 +294,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+@@ -359,7 +359,7 @@
+ 	lenread = PyBytes_Size(ret);
+ 	data = PyBytes_AsString(ret);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (ret) {
++    } else if (PyUnicode_Check (ret)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         Py_ssize_t size;
+ 	const char *tmp;
+--- python/types.c.orig	2020-10-07 14:41:49.393034304 -0400
++++ python/types.c	2020-10-07 14:42:23.496072934 -0400
+@@ -602,16 +602,16 @@
+     if (obj == NULL) {
+         return (NULL);
+     }
+-    if PyFloat_Check (obj) {
++    if (PyFloat_Check (obj)) {
+         ret = xmlXPathNewFloat((double) PyFloat_AS_DOUBLE(obj));
+-    } else if PyLong_Check(obj) {
++    } else if (PyLong_Check(obj)) {
+ #ifdef PyLong_AS_LONG
+         ret = xmlXPathNewFloat((double) PyLong_AS_LONG(obj));
+ #else
+         ret = xmlXPathNewFloat((double) PyInt_AS_LONG(obj));
+ #endif
+ #ifdef PyBool_Check
+-    } else if PyBool_Check (obj) {
++    } else if (PyBool_Check (obj)) {
+ 
+         if (obj == Py_True) {
+           ret = xmlXPathNewBoolean(1);
+@@ -620,14 +620,14 @@
+           ret = xmlXPathNewBoolean(0);
+         }
+ #endif
+-    } else if PyBytes_Check (obj) {
++    } else if (PyBytes_Check (obj)) {
+         xmlChar *str;
+ 
+         str = xmlStrndup((const xmlChar *) PyBytes_AS_STRING(obj),
+                          PyBytes_GET_SIZE(obj));
+         ret = xmlXPathWrapString(str);
+ #ifdef PyUnicode_Check
+-    } else if PyUnicode_Check (obj) {
++    } else if (PyUnicode_Check (obj)) {
+ #if PY_VERSION_HEX >= 0x03030000
+         xmlChar *str;
+ 	const char *tmp;
+@@ -650,7 +650,7 @@
+ 	ret = xmlXPathWrapString(str);
+ #endif
+ #endif
+-    } else if PyList_Check (obj) {
++    } else if (PyList_Check (obj)) {
+         int i;
+         PyObject *node;
+         xmlNodePtr cur;
diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template
index dbd701f1fe4..4208519dac3 100644
--- a/srcpkgs/libxml2-python/template
+++ b/srcpkgs/libxml2-python/template
@@ -1,7 +1,7 @@
 # Template file for 'libxml2-python'
 pkgname=libxml2-python
 version=2.9.10
-revision=2
+revision=3
 wrksrc="${pkgname%-python}-${version}"
 build_wrksrc=python
 build_style=python-module
@@ -15,8 +15,10 @@ homepage="http://www.xmlsoft.org/"
 distfiles="http://xmlsoft.org/sources/libxml2-${version}.tar.gz"
 checksum=aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
 
-pre_build() {
-	sed "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:" -i setup.py
+post_patch() {
+	if [ "${CROSS_BUILD}" ]; then
+		vsed -i setup.py -e "s:/usr/include:${XBPS_CROSS_BASE}/usr/include:"
+	fi
 }
 
 post_install() {

From 30213a0c503bf2efcd6318234441bccf35d22c55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0522/1106] lightdm-gtk-greeter-settings: rebuild for Python
 3.9

---
 srcpkgs/lightdm-gtk-greeter-settings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template
index 76a25b91e4c..1f8e22baad1 100644
--- a/srcpkgs/lightdm-gtk-greeter-settings/template
+++ b/srcpkgs/lightdm-gtk-greeter-settings/template
@@ -1,7 +1,7 @@
 # Template file for 'lightdm-gtk-greeter-settings'
 pkgname=lightdm-gtk-greeter-settings
 version=1.2.2
-revision=2
+revision=3
 build_style=python3-module
 pycompile_module="lightdm_gtk_greeter_settings"
 hostmakedepends="python3-distutils-extra intltool"

From 2f97f9fe9863b4fab3a71c9f60d10794623f327d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0523/1106] linux-tools: rebuild for Python 3.9

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index ead8123db21..7313e0288bc 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.4.42
-revision=1
+revision=2
 wrksrc="linux-${version}"
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto"

From 79f59f4cbfd083c2600a1faf8e19a6c6e3c0067c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0524/1106] lollypop: rebuild for Python 3.9

---
 srcpkgs/lollypop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template
index 7910e2085b4..d63e4fd7dd8 100644
--- a/srcpkgs/lollypop/template
+++ b/srcpkgs/lollypop/template
@@ -1,7 +1,7 @@
 # Template file for 'lollypop'
 pkgname=lollypop
 version=1.4.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config"
 makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel"

From ff2f5942f6c53b0b1d699d5ea69f5d8fd2e30a0d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0525/1106] luxrays: rebuild for Python 3.9

---
 srcpkgs/luxrays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template
index c750c684100..4ed0916d282 100644
--- a/srcpkgs/luxrays/template
+++ b/srcpkgs/luxrays/template
@@ -1,7 +1,7 @@
 # Template file for 'luxrays'
 pkgname=luxrays
 version=3.1
-revision=17
+revision=18
 build_style=cmake
 configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
 hostmakedepends="flex bison boost-devel"
@@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-3"
 homepage="http://www.luxrender.net/wiki/LuxRays"
-distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
+distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
 checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
 
 post_extract() {

From 8e090af08cf9cc900fdb4866523e005ea1b31319 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0526/1106] mate-menu: rebuild for Python 3.9

---
 srcpkgs/mate-menu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index 37e4ce4bd6d..492e1b84e06 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
 version=20.04.3
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
 depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"

From 2d96ebf690ba0b97c03264c774965c5b2b06c097 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0527/1106] mate-tweak: rebuild for Python 3.9

---
 srcpkgs/mate-tweak/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template
index 43e51a56c2f..68fd00a1519 100644
--- a/srcpkgs/mate-tweak/template
+++ b/srcpkgs/mate-tweak/template
@@ -1,7 +1,7 @@
 # Template file for 'mate-tweak'
 pkgname=mate-tweak
 version=20.04.0
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools"
 depends="mate-panel python3-gobject python3-psutil python3-setproctitle

From 80a3b142680e3e1677c79b4761136d43ba0eb82c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:08 -0400
Subject: [PATCH 0528/1106] mcg: rebuild for Python 3.9

---
 srcpkgs/mcg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template
index d742c906773..bb7eaab7ac0 100644
--- a/srcpkgs/mcg/template
+++ b/srcpkgs/mcg/template
@@ -1,7 +1,7 @@
 # Template file for 'mcg'
 pkgname=mcg
 version=2.1
-revision=1
+revision=2
 wrksrc=${pkgname}-v${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools glib-devel"

From ecc0280b20dd09f9dce24a92a2dd05e0231a1501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0529/1106] meld: rebuild for Python 3.9

---
 srcpkgs/meld/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template
index 04fc5f76b60..ea135d7c2de 100644
--- a/srcpkgs/meld/template
+++ b/srcpkgs/meld/template
@@ -1,7 +1,7 @@
 # Template file for 'meld'
 pkgname=meld
 version=3.20.2
-revision=2
+revision=3
 build_style=python3-module
 configure_args="--disable-schemas-compile"
 hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3"

From fe7aa5f301764ac72b8f32c1f8cb67c85be5ccd6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0530/1106] mercurial: rebuild for Python 3.9

---
 srcpkgs/mercurial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template
index a5d4504f9ec..7be7ed27dfa 100644
--- a/srcpkgs/mercurial/template
+++ b/srcpkgs/mercurial/template
@@ -1,7 +1,7 @@
 # Template file for 'mercurial'
 pkgname=mercurial
 version=5.5.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-devel"
 makedepends="python3-devel"

From 616a18d74530b4a6dfa8b9a1df1204229004e566 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0531/1106] mopidy-multisonic: rebuild for Python 3.9

---
 srcpkgs/mopidy-multisonic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template
index 1b8b39170ca..6a7ea1033c5 100644
--- a/srcpkgs/mopidy-multisonic/template
+++ b/srcpkgs/mopidy-multisonic/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-multisonic'
 pkgname=mopidy-multisonic
 version=0.4.0
-revision=1
+revision=2
 wrksrc="Mopidy-Multisonic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 245b7b0109cbec66f0a8b435e2f174e5701e3242 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0532/1106] mopidy-podcast: rebuild for Python 3.9

---
 srcpkgs/mopidy-podcast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template
index 3b323781e90..92a2a5f0f0d 100644
--- a/srcpkgs/mopidy-podcast/template
+++ b/srcpkgs/mopidy-podcast/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-podcast'
 pkgname=mopidy-podcast
 version=3.0.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools"

From d8f2c9c6ce88642bc3f2c3d155634664aefb038e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0533/1106] mopidy-spotify: rebuild for Python 3.9

---
 srcpkgs/mopidy-spotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template
index ab90a00bd03..c7c21380c8b 100644
--- a/srcpkgs/mopidy-spotify/template
+++ b/srcpkgs/mopidy-spotify/template
@@ -1,7 +1,7 @@
 # Template file for 'mopidy-spotify'
 pkgname=mopidy-spotify
 version=4.0.1
-revision=1
+revision=2
 wrksrc="Mopidy-Spotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b81716dd7b147e1255a802a6ce4a153aeb220c9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0534/1106] nautilus-python: rebuild for Python 3.9

---
 srcpkgs/nautilus-python/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template
index c3ae842520d..d4d7d72122b 100644
--- a/srcpkgs/nautilus-python/template
+++ b/srcpkgs/nautilus-python/template
@@ -1,7 +1,7 @@
 # Template file for 'nautilus-python'
 pkgname=nautilus-python
 version=1.2.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-gtk-doc PYTHON=python3"
 hostmakedepends="automake libtool pkg-config which"

From 4e9a5638e785aa2b7b0e5d46d83d1169968fd0f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0535/1106] navit: rebuild for Python 3.9

---
 srcpkgs/navit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template
index 3635c66ec49..449ef1ca16d 100644
--- a/srcpkgs/navit/template
+++ b/srcpkgs/navit/template
@@ -1,7 +1,7 @@
 # Template file for 'navit'
 pkgname=navit
 version=0.5.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev"
 hostmakedepends="pkg-config qt5-host-tools qt5-qmake"

From 642150eb5a5763516bfda4e4fa92b726d5866805 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:09 -0400
Subject: [PATCH 0536/1106] newt: rebuild for Python 3.9

---
 srcpkgs/newt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 25ccc946f51..14655c2a10f 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,7 +1,7 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"

From f46e2092918a0ff76e15e1618f7c68f2bf7d80f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0537/1106] nftables: rebuild for Python 3.9

---
 srcpkgs/nftables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index ec0c35f87da..9816049a271 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,7 +1,7 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
 hostmakedepends="python3 asciidoc docbook2x flex pkg-config"

From 5c20b5a66e01fcbf8232e05fdfe502a000a54008 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0538/1106] notmuch: rebuild for Python 3.9

---
 srcpkgs/notmuch/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template
index 09ef2accf2d..d9eef47d0b0 100644
--- a/srcpkgs/notmuch/template
+++ b/srcpkgs/notmuch/template
@@ -1,7 +1,7 @@
 # Template file for 'notmuch'
 pkgname=notmuch
 version=0.31
-revision=1
+revision=2
 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo"
 makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel
  python3-cffi python3-setuptools gnupg2"

From f7cbc529513efcdacd6a2176f002dfdefe8afe08 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0539/1106] obs: rebuild for Python 3.9

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 098870570d0..ebfea9ae44d 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=26.0.0
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake

From 5693afc4c024f416adb988e31d558dbcf09b6cdf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0540/1106] olm-python3: rebuild for Python 3.9

---
 srcpkgs/olm-python3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template
index d24edc16937..80c75317452 100644
--- a/srcpkgs/olm-python3/template
+++ b/srcpkgs/olm-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'olm-python3'
 pkgname=olm-python3
 version=3.1.5
-revision=2
+revision=3
 wrksrc="olm-${version}"
 build_wrksrc=python
 build_style=python3-module

From 0431c9ff5f04b2919729df6fe037f4186698adf8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0541/1106] onboard: rebuild for Python 3.9

---
 srcpkgs/onboard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template
index 9f5398c48d8..833a136ccb7 100644
--- a/srcpkgs/onboard/template
+++ b/srcpkgs/onboard/template
@@ -1,7 +1,7 @@
 # Template file for 'onboard'
 pkgname=onboard
 version=1.4.1
-revision=6
+revision=7
 build_style=python3-module
 pycompile_module="Onboard"
 patch_args="-Np1"

From a79301c9592c9478c3e3d691d2f5727da8a0a40b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0542/1106] opencamlib: rebuild for Python 3.9

---
 srcpkgs/opencamlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template
index 03af09f779f..38cf6d7d8eb 100644
--- a/srcpkgs/opencamlib/template
+++ b/srcpkgs/opencamlib/template
@@ -1,7 +1,7 @@
 # Template file for 'opencamlib'
 pkgname=opencamlib
 version=2019.07
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}"
 hostmakedepends="python3"

From 96a347929c5d88e3319af915b20e31d2efe52949 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0543/1106] opencv: rebuild for Python 3.9

---
 srcpkgs/opencv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template
index 648ff3a0c58..13f484f92c4 100644
--- a/srcpkgs/opencv/template
+++ b/srcpkgs/opencv/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv'
 pkgname=opencv
 version=3.4.10
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
  -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON

From be028876e44781ac3ae27ee02d726697fbc150f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:10 -0400
Subject: [PATCH 0544/1106] opencv4: rebuild for Python 3.9

---
 srcpkgs/opencv4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template
index cdeffdf991e..5f029bff809 100644
--- a/srcpkgs/opencv4/template
+++ b/srcpkgs/opencv4/template
@@ -1,7 +1,7 @@
 # Template file for 'opencv4'
 pkgname=opencv4
 version=4.3.0
-revision=3
+revision=4
 wrksrc=opencv-${version}
 build_style=cmake
 configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON

From 578bc3678893e07602669366baff6972602266bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0545/1106] openrazer-meta: rebuild for Python 3.9

---
 srcpkgs/openrazer-meta/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template
index 2ca645a075e..48d06b15dff 100644
--- a/srcpkgs/openrazer-meta/template
+++ b/srcpkgs/openrazer-meta/template
@@ -1,7 +1,7 @@
 # Template file for 'openrazer-meta'
 pkgname=openrazer-meta
 version=2.8.0
-revision=1
+revision=2
 wrksrc="openrazer-${version}"
 build_style=gnu-makefile
 make_install_target="setup_dkms udev_install daemon_install xdg_install

From dae9d8cd6a9a33ba58799a874b5004f2ca5439fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0546/1106] openshot: rebuild for Python 3.9

---
 srcpkgs/openshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template
index 3ee73061f83..e410aa1eaa4 100644
--- a/srcpkgs/openshot/template
+++ b/srcpkgs/openshot/template
@@ -1,7 +1,7 @@
 # Template file for 'openshot'
 pkgname=openshot
 version=2.5.1
-revision=1
+revision=2
 archs="i686 x86_64 ppc64le"
 wrksrc="${pkgname}-qt-${version}"
 build_style=python3-module

From 24d0c343d7bd3b2a37a2a83373843d93e6a5c7b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0547/1106] orca: rebuild for Python 3.9

---
 srcpkgs/orca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template
index 38e92346b86..a615c6445eb 100644
--- a/srcpkgs/orca/template
+++ b/srcpkgs/orca/template
@@ -1,7 +1,7 @@
 # Template file for 'orca'
 pkgname=orca
 version=3.38.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel"

From dc093170592dc2be4aac81f0736d225cdcaa2666 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0548/1106] pantalaimon: rebuild for Python 3.9

---
 srcpkgs/pantalaimon/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 1dad3347bed..f26c3c83b06 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,7 +1,7 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.7.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click

From de7527347dc516ac5f43430d3ae17d46331aa93a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0549/1106] papis: rebuild for Python 3.9

---
 srcpkgs/papis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index e3788af2a75..e34c07e2ab1 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,7 +1,7 @@
 # Template file for 'papis'
 pkgname=papis
 version=0.10
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4

From 324511ab6fd709e02fed9f604f4a255a34ab9c53 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0550/1106] paraview: rebuild for Python 3.9

---
 srcpkgs/paraview/patches/cmake-py39.patch | 11 ++++++++++
 srcpkgs/paraview/template                 | 25 +++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 srcpkgs/paraview/patches/cmake-py39.patch

diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch
new file mode 100644
index 00000000000..b309d596c81
--- /dev/null
+++ b/srcpkgs/paraview/patches/cmake-py39.patch
@@ -0,0 +1,11 @@
+--- VTK/CMake/patches/99/FindPython/Support.cmake.orig	2020-10-08 00:54:51.788984364 -0400
++++ VTK/CMake/patches/99/FindPython/Support.cmake	2020-10-08 00:54:56.640977251 -0400
+@@ -46,7 +46,7 @@
+   message (FATAL_ERROR "FindPython: INTERNAL ERROR")
+ endif()
+ if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
+-  set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++  set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
+   set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
+ else()
diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template
index d5155e81827..20a7f558967 100644
--- a/srcpkgs/paraview/template
+++ b/srcpkgs/paraview/template
@@ -1,7 +1,7 @@
 # Template file for 'paraview'
 pkgname=paraview
 version=5.8.1
-revision=2
+revision=3
 wrksrc=ParaView-v${version}
 build_style=cmake
 configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
@@ -16,7 +16,7 @@ configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr
  -DVTKm_ENABLE_RENDERING=ON
  -DVTKm_USE_DOUBLE_PRECISION=ON"
 #make_build_args="VERBOSE=1"
-hostmakedepends="pkg-config which"
+hostmakedepends="pkg-config which python3"
 # TODO: find some way of making this work with system vtk
 makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel
  openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql
@@ -43,7 +43,7 @@ export QT_SELECT="5"
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"
-	LDFLAGS="-lexecinfo"
+	configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo"
 fi
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -70,25 +70,6 @@ pre_configure() {
 	fi
 }
 
-_add_execinfo() {
-	# contents of link.txt files need to be in a single line
-	local content="$(cat $1) -lexecinfo "
-	echo "$content" > $1
-}
-
-pre_build() {
-	if [ "$XBPS_TARGET_LIBC" = musl ]; then
-		# TODO: -lexecinfo in LDFLAGS adds it to the start of the file, so linking still fails.
-		# there's probably some configure_arg that actually makes it work cleanly, I hope.
-		# this list of files hasn't been extensively tested. It's possible not all of them are required.
-		_add_execinfo build/VTK/Rendering/LICOpenGL2/CMakeFiles/RenderingLICOpenGL2.dir/link.txt
-		_add_execinfo build/VTK/Rendering/OpenGL2/CMakeFiles/vtkProbeOpenGLVersion.dir/link.txt
-		_add_execinfo build/VTK/ThirdParty/loguru/vtkloguru/CMakeFiles/loguru.dir/link.txt
-		_add_execinfo build/VTK/Common/Core/CMakeFiles/CommonCore.dir/link.txt
-		_add_execinfo build/VTKExtensions/Core/CMakeFiles/VTKExtensionsCore.dir/link.txt
-	fi
-}
-
 post_install() {
 	vlicense Copyright.txt
 }

From d08da69bd2bfc2b0d099fd79318a7187b1c05df8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0551/1106] pass-git-helper: rebuild for Python 3.9

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 1676a920ecc..e891b69c183 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pass-git-helper'
 pkgname=pass-git-helper
 version=1.1.0
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"

From 9e7ec002dd59f57923d3cb57f0489135694e1317 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:11 -0400
Subject: [PATCH 0552/1106] platformio: rebuild for Python 3.9

---
 srcpkgs/platformio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template
index e5189af746d..058ca2741dd 100644
--- a/srcpkgs/platformio/template
+++ b/srcpkgs/platformio/template
@@ -1,7 +1,7 @@
 # Template file for 'platformio'
 pkgname=platformio
 version=4.3.4
-revision=2
+revision=3
 wrksrc="platformio-core-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8b215b00257f60ac589e450dd8c2aa93d74d132b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0553/1106] pmbootstrap: rebuild for Python 3.9

---
 srcpkgs/pmbootstrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template
index d625330cf5a..ddc680804f2 100644
--- a/srcpkgs/pmbootstrap/template
+++ b/srcpkgs/pmbootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'pmbootstrap'
 pkgname=pmbootstrap
 version=1.23.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools coreutils procps-ng libressl git"

From 72a21779f6bae6b6e61f1b5f8b08b5cad77eddaf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0554/1106] poezio: rebuild for Python 3.9

---
 srcpkgs/poezio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index a1f8f955c0d..9392f6d8e2b 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,7 +1,7 @@
 # Template file for 'poezio'
 pkgname=poezio
 version=0.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"

From a3c949269fe49d152e1c15e3840fbc901eff639e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0555/1106] portage: rebuild for Python 3.9

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index c63b59ccef7..0698453b78f 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -1,7 +1,7 @@
 # Template file for 'portage'
 pkgname=portage
 version=3.0.8
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 make_install_args="--sbindir=/usr/bin"

From afe762aae73cffe015a5a89bfb68cd41df9181ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0556/1106] postgresql12: rebuild for Python 3.9

---
 srcpkgs/postgresql12/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template
index eb0cd21594d..8dd1adbefbf 100644
--- a/srcpkgs/postgresql12/template
+++ b/srcpkgs/postgresql12/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql12'
 pkgname=postgresql12
 version=12.4
-revision=3
+revision=4
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 9494c00502311a397a40c02f46a5ea817d3b4e88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0557/1106] postgresql13: rebuild for Python 3.9

---
 srcpkgs/postgresql13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template
index 449a06a0fe3..588b497400f 100644
--- a/srcpkgs/postgresql13/template
+++ b/srcpkgs/postgresql13/template
@@ -1,7 +1,7 @@
 # Template file for 'postgresql13'
 pkgname=postgresql13
 version=13.0
-revision=1
+revision=2
 wrksrc="postgresql-${version}"
 build_style=gnu-configure
 make_build_target=world

From 0f07d060be0bfd09ce2f88b24054aa42184b2fa7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0558/1106] profanity: rebuild for Python 3.9

---
 srcpkgs/profanity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index ff808ba106e..88c75ab5f2f 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
 version=0.9.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)

From 9a7d8486ba1b6dc6d93bab041ef4d070c83c5640 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0559/1106] protontricks: rebuild for Python 3.9

---
 srcpkgs/protontricks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template
index 87789a819c9..df63cd27c63 100644
--- a/srcpkgs/protontricks/template
+++ b/srcpkgs/protontricks/template
@@ -1,7 +1,7 @@
 # Template file for 'protontricks'
 pkgname=protontricks
 version=1.4.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"

From 96837c78aa9aa66363fa6f05bf35ed5f582a3884 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:12 -0400
Subject: [PATCH 0560/1106] pulseaudio-equalizer-ladspa: rebuild for Python 3.9

---
 srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template
index 10198de2c08..01a5416901f 100644
--- a/srcpkgs/pulseaudio-equalizer-ladspa/template
+++ b/srcpkgs/pulseaudio-equalizer-ladspa/template
@@ -1,7 +1,7 @@
 # Template file for 'pulseaudio-equalizer-ladspa'
 pkgname=pulseaudio-equalizer-ladspa
 version=3.0.2
-revision=2
+revision=3
 wrksrc="equalizer-${version}"
 build_style=meson
 pycompile_module="pulseeq"

From 4c668f8023e73fe2cae7176c2b6d7be3220d9cad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0561/1106] pulseeffects: rebuild for Python 3.9

---
 srcpkgs/pulseeffects/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template
index d7f065e53e6..e4d25c7ecb2 100644
--- a/srcpkgs/pulseeffects/template
+++ b/srcpkgs/pulseeffects/template
@@ -2,7 +2,7 @@
 pkgname=pulseeffects
 reverts="4.3.4_1"
 version=3.2.3
-revision=5
+revision=6
 build_style=meson
 pycompile_module="PulseEffects PulseEffectsTest"
 hostmakedepends="pkg-config"

From b7c28e017951e6bc98150e9baa09281bbbb40c15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0562/1106] py3status: rebuild for Python 3.9

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index e363fc53584..9db3993929e 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -1,7 +1,7 @@
 # Template file for 'py3status'
 pkgname=py3status
 version=3.30
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"

From afc59aa12c9b006a924b9fe79b5f3207f269e253 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0563/1106] pylint: rebuild for Python 3.9

---
 srcpkgs/pylint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template
index c882b1f293a..0ad14768d94 100644
--- a/srcpkgs/pylint/template
+++ b/srcpkgs/pylint/template
@@ -1,7 +1,7 @@
 # Template file for 'pylint'
 pkgname=pylint
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pylint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d45771f260ea06b342f9a5d2f8ea2ca1c62deea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0564/1106] pymol: rebuild for Python 3.9

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index 12c2d6e5834..dfb9441f22a 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.4.0
-revision=1
+revision=2
 wrksrc=${pkgname}-open-source-${version}
 build_style="python3-module"
 build_helper="numpy"

From 59a8e5d940061335171579229eebe34b46270045 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0565/1106] python-Babel: rebuild for Python 3.9

---
 srcpkgs/python-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template
index e64f9976592..615b125364a 100644
--- a/srcpkgs/python-Babel/template
+++ b/srcpkgs/python-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Babel'
 pkgname=python-Babel
 version=2.8.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a3f15894d1f01504fece3a3c9c6b2f990cd1abe2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0566/1106] python-Cython: rebuild for Python 3.9

---
 srcpkgs/python-Cython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template
index 7c478253878..bdcb0c6d80d 100644
--- a/srcpkgs/python-Cython/template
+++ b/srcpkgs/python-Cython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Cython'
 pkgname=python-Cython
 version=0.29.21
-revision=1
+revision=2
 wrksrc="Cython-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3fbd6220daf1e6b1a67ac81264ccdbcbd53a393b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:13 -0400
Subject: [PATCH 0567/1106] python-Jinja2: rebuild for Python 3.9

---
 srcpkgs/python-Jinja2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template
index a1d57f364fe..c9db333429b 100644
--- a/srcpkgs/python-Jinja2/template
+++ b/srcpkgs/python-Jinja2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Jinja2'
 pkgname=python-Jinja2
 version=2.11.2
-revision=1
+revision=2
 wrksrc="Jinja2-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5d627a55ba53ed1bdb640b5266f282f62cbda7a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0568/1106] python-M2Crypto: rebuild for Python 3.9

---
 srcpkgs/python-M2Crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template
index 619c49f7df6..7a85be3041a 100644
--- a/srcpkgs/python-M2Crypto/template
+++ b/srcpkgs/python-M2Crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-M2Crypto'
 pkgname=python-M2Crypto
 version=0.35.2
-revision=4
+revision=5
 wrksrc="M2Crypto-${version}"
 build_style=python-module
 pycompile_module="M2Crypto"

From 1f99f7418e201fdff8a813e943b891ab37a13fd2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0569/1106] python-MarkupSafe: rebuild for Python 3.9

---
 srcpkgs/python-MarkupSafe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template
index 010a7d0163c..780a65f9242 100644
--- a/srcpkgs/python-MarkupSafe/template
+++ b/srcpkgs/python-MarkupSafe/template
@@ -1,7 +1,7 @@
 # Template file for 'python-MarkupSafe'
 pkgname=python-MarkupSafe
 version=1.1.1
-revision=5
+revision=6
 wrksrc="MarkupSafe-${version}"
 build_style=python-module
 pycompile_module="markupsafe"

From 54624af6272f6ac2f772bdfc34db136d0edcf979 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0570/1106] python-PyHamcrest: rebuild for Python 3.9

---
 srcpkgs/python-PyHamcrest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template
index 204a6a1a95e..ddb560675b3 100644
--- a/srcpkgs/python-PyHamcrest/template
+++ b/srcpkgs/python-PyHamcrest/template
@@ -1,7 +1,7 @@
 # Template file for 'python-PyHamcrest'
 pkgname=python-PyHamcrest
 version=1.9.0
-revision=3
+revision=4
 wrksrc="PyHamcrest-${version}"
 build_style=python-module
 pycompile_module="hamcrest"

From 60569570a41ce3f5012efc838275669d55a5d77e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0571/1106] python-Pygments: rebuild for Python 3.9

---
 srcpkgs/python-Pygments/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 17f7b6bf5d2..5245394266c 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
 version=2.5.2
-revision=2
+revision=3
 wrksrc="Pygments-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From fdf3a2e4d2a7ef8d031da2a3d030fe6c25d2cb70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0572/1106] python-SQLAlchemy: rebuild for Python 3.9

---
 srcpkgs/python-SQLAlchemy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template
index 27b5d9032b1..b4ff86c2762 100644
--- a/srcpkgs/python-SQLAlchemy/template
+++ b/srcpkgs/python-SQLAlchemy/template
@@ -1,7 +1,7 @@
 # Template file for 'python-SQLAlchemy'
 pkgname=python-SQLAlchemy
 version=1.3.18
-revision=1
+revision=2
 wrksrc="SQLAlchemy-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5dce81c081ad95b03fb753d7ac55c6bd1c62bced Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0573/1106] python-Twisted: rebuild for Python 3.9

---
 srcpkgs/python-Twisted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template
index 65e896f1f2b..5371c036a04 100644
--- a/srcpkgs/python-Twisted/template
+++ b/srcpkgs/python-Twisted/template
@@ -1,7 +1,7 @@
 # Template file for 'python-Twisted'
 pkgname=python-Twisted
 version=20.3.0
-revision=1
+revision=2
 wrksrc="Twisted-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools

From 7990e069afaecacd1fb1519e867f37b90cec7fe3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0574/1106] python-atomicwrites: rebuild for Python 3.9

---
 srcpkgs/python-atomicwrites/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template
index 818d2caf896..e5cbe22980f 100644
--- a/srcpkgs/python-atomicwrites/template
+++ b/srcpkgs/python-atomicwrites/template
@@ -1,7 +1,7 @@
 # Template file for 'python-atomicwrites'
 pkgname=python-atomicwrites
 version=1.3.0
-revision=3
+revision=4
 wrksrc="atomicwrites-${version}"
 build_style=python-module
 pycompile_module="atomicwrites"

From 268f936c67e6a37e341165e0d7da41298dd9535f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:14 -0400
Subject: [PATCH 0575/1106] python-attrs: rebuild for Python 3.9

---
 srcpkgs/python-attrs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template
index a58b18c7b90..0689954434f 100644
--- a/srcpkgs/python-attrs/template
+++ b/srcpkgs/python-attrs/template
@@ -1,7 +1,7 @@
 # Template file for 'python-attrs'
 pkgname=python-attrs
 version=20.2.0
-revision=1
+revision=2
 wrksrc="attrs-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 07a9ca6ff2419fba142f480de772ccc69d5604d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0576/1106] python-automat: rebuild for Python 3.9

---
 srcpkgs/python-automat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 372f26c62a9..74c3ef1cafe 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
 version=20.2.0
-revision=2
+revision=3
 wrksrc="Automat-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ebb6ff143bf9692418fcc378ab57965fe64b6863 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0577/1106] python-b2sdk: rebuild for Python 3.9

---
 srcpkgs/python-b2sdk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template
index a499face476..6ee518013bc 100644
--- a/srcpkgs/python-b2sdk/template
+++ b/srcpkgs/python-b2sdk/template
@@ -2,7 +2,7 @@
 # keep python-b2sdk name to revert this package
 pkgname=python-b2sdk
 version=1.1.4
-revision=2
+revision=3
 wrksrc="b2sdk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 75d3a135c72a6a250ef00d03f5d62eec382504d9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0578/1106] python-bcrypt: rebuild for Python 3.9

---
 srcpkgs/python-bcrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template
index 664b5c9df07..416bd2d281e 100644
--- a/srcpkgs/python-bcrypt/template
+++ b/srcpkgs/python-bcrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python-bcrypt'
 pkgname=python-bcrypt
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bcrypt-${version}"
 build_style=python-module
 pycompile_module="bcrypt"

From f330a2b470f0c4cb93749d518bc7f79949700bb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0579/1106] python-boto: rebuild for Python 3.9

---
 srcpkgs/python-boto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template
index 677b84bdd6f..732c14f8d9e 100644
--- a/srcpkgs/python-boto/template
+++ b/srcpkgs/python-boto/template
@@ -1,7 +1,7 @@
 # Template file for 'python-boto'
 pkgname=python-boto
 version=2.49.0
-revision=3
+revision=4
 wrksrc="boto-${version}"
 build_style=python-module
 pycompile_module="boto"

From 120c80d5be90052e3c964af890a114e170c0ce5d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0580/1106] python-cffi: rebuild for Python 3.9

---
 srcpkgs/python-cffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template
index cb106575f5f..843d11d2f35 100644
--- a/srcpkgs/python-cffi/template
+++ b/srcpkgs/python-cffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cffi'
 pkgname=python-cffi
 version=1.14.3
-revision=1
+revision=2
 wrksrc="cffi-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libffi-devel"

From 69df9b09e784ed2198c9d3231b02e9a65135b504 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0581/1106] python-chardet: rebuild for Python 3.9

---
 srcpkgs/python-chardet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template
index 9fb0c4f4dac..18ae457b2a8 100644
--- a/srcpkgs/python-chardet/template
+++ b/srcpkgs/python-chardet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-chardet'
 pkgname=python-chardet
 version=3.0.4
-revision=4
+revision=5
 wrksrc="chardet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From a8b49e6106948fb6ea961af948f67bc2d436dbf2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:15 -0400
Subject: [PATCH 0582/1106] python-configobj: rebuild for Python 3.9

---
 srcpkgs/python-configobj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template
index d292221e887..99d86ab89b8 100644
--- a/srcpkgs/python-configobj/template
+++ b/srcpkgs/python-configobj/template
@@ -1,7 +1,7 @@
 # Template file for 'python-configobj'
 pkgname=python-configobj
 version=5.0.6
-revision=7
+revision=8
 wrksrc="configobj-${version}"
 build_style=python-module
 pycompile_module="_version.py configobj.py validate.py"

From d108ef0a2df08486a493ab0e464f2335fa28d044 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0583/1106] python-constantly: rebuild for Python 3.9

---
 srcpkgs/python-constantly/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template
index e1607c060b1..1686c863022 100644
--- a/srcpkgs/python-constantly/template
+++ b/srcpkgs/python-constantly/template
@@ -1,7 +1,7 @@
 # Template file for 'python-constantly'
 pkgname=python-constantly
 version=15.1.0
-revision=4
+revision=5
 wrksrc="constantly-${version}"
 build_style=python-module
 pycompile_module="constantly"

From aa95a4c28406bb68940711da1c6e04e5901b9ba4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0584/1106] python-coverage: rebuild for Python 3.9

---
 srcpkgs/python-coverage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template
index c151fa762da..332e7baa3b7 100644
--- a/srcpkgs/python-coverage/template
+++ b/srcpkgs/python-coverage/template
@@ -1,7 +1,7 @@
 # Template file for 'python-coverage'
 pkgname=python-coverage
 version=5.0.3
-revision=1
+revision=2
 wrksrc="${pkgname/python-//}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 9f0aab69a9470c45c6a1bbf21a5df6f2454a7ee4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0585/1106] python-cryptography: rebuild for Python 3.9

---
 srcpkgs/python-cryptography/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template
index f551f21d4c4..94dc160bda1 100644
--- a/srcpkgs/python-cryptography/template
+++ b/srcpkgs/python-cryptography/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography'
 pkgname=python-cryptography
 version=3.1
-revision=1
+revision=2
 wrksrc="cryptography-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools libressl-devel

From 1bd221086e241c5e930be2a0e5814c3d693fd3ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0586/1106] python-cryptography_vectors: rebuild for Python 3.9

---
 srcpkgs/python-cryptography_vectors/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template
index e92206cc4d3..94ad54558f4 100644
--- a/srcpkgs/python-cryptography_vectors/template
+++ b/srcpkgs/python-cryptography_vectors/template
@@ -1,7 +1,7 @@
 # Template file for 'python-cryptography_vectors'
 pkgname=python-cryptography_vectors
 version=3.1
-revision=2
+revision=3
 wrksrc="cryptography_vectors-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 0daa9fcdff8c02e7dc37714ab9d1d0e56cf4b396 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0587/1106] python-dateutil: rebuild for Python 3.9

---
 srcpkgs/python-dateutil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template
index e3b8e9e1752..6dc876145df 100644
--- a/srcpkgs/python-dateutil/template
+++ b/srcpkgs/python-dateutil/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dateutil'
 pkgname=python-dateutil
 version=2.8.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="dateutil"
 hostmakedepends="python-setuptools python3-setuptools"

From 2aee427b892a12f6bdf26dcaa716a56ca328d32d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0588/1106] python-dbus: rebuild for Python 3.9

---
 srcpkgs/python-dbus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index 8044bb7df0e..ee6b9ddb79f 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=1
+revision=2
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"

From 168df476c2f1b54c17fe4084c44d045207344622 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0589/1106] python-decorator: rebuild for Python 3.9

---
 srcpkgs/python-decorator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template
index 5cad98c511d..66042864eab 100644
--- a/srcpkgs/python-decorator/template
+++ b/srcpkgs/python-decorator/template
@@ -1,7 +1,7 @@
 # Template file for 'python-decorator'
 pkgname=python-decorator
 version=4.4.0
-revision=3
+revision=4
 wrksrc="decorator-${version}"
 build_style=python-module
 pycompile_module="decorator.py"

From 504f84d1bfaa47086d582ef2e7199dd22ae79e09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:16 -0400
Subject: [PATCH 0590/1106] python-distutils-extra: rebuild for Python 3.9

---
 srcpkgs/python-distutils-extra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template
index 4b0ff720611..61648d80ced 100644
--- a/srcpkgs/python-distutils-extra/template
+++ b/srcpkgs/python-distutils-extra/template
@@ -1,7 +1,7 @@
 # Template file for 'python-distutils-extra'
 pkgname=python-distutils-extra
 version=2.39
-revision=5
+revision=6
 build_style=python-module
 pycompile_module="DistUtilsExtra"
 hostmakedepends="intltool python-setuptools python3-setuptools"

From bcd534387c7a73888099918bb0b3cb48d32be35c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0591/1106] python-docutils: rebuild for Python 3.9

---
 srcpkgs/python-docutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template
index 053f0f5be98..02232f31a26 100644
--- a/srcpkgs/python-docutils/template
+++ b/srcpkgs/python-docutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python-docutils'
 pkgname=python-docutils
 version=0.16
-revision=2
+revision=3
 wrksrc="docutils-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 958610f0a6519ff3b6d14c886bce9a5ed9033d5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0592/1106] python-evdev: rebuild for Python 3.9

---
 srcpkgs/python-evdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template
index 11770a1ad4b..ded33276800 100644
--- a/srcpkgs/python-evdev/template
+++ b/srcpkgs/python-evdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python-evdev'
 pkgname=python-evdev
 version=1.2.0
-revision=3
+revision=4
 build_style=python-module
 pycompile_module="evdev"
 hostmakedepends="python-setuptools python3-setuptools"

From 6a3b336f85111280a65ba448ca24895b7d1b85e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0593/1106] python-feedparser: rebuild for Python 3.9

---
 srcpkgs/python-feedparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template
index 64ba314b0b8..993e350e560 100644
--- a/srcpkgs/python-feedparser/template
+++ b/srcpkgs/python-feedparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-feedparser'
 pkgname=python-feedparser
 version=5.2.1
-revision=7
+revision=8
 wrksrc="feedparser-${version}"
 build_style=python-module
 pycompile_module="feedparser.py"

From a32d07c89281661e4a255a96a3ecd5d7ffcc5ce5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0594/1106] python-gntp: rebuild for Python 3.9

---
 srcpkgs/python-gntp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template
index b7a172f348a..516246a110b 100644
--- a/srcpkgs/python-gntp/template
+++ b/srcpkgs/python-gntp/template
@@ -1,7 +1,7 @@
 # Template file for 'python-gntp'
 pkgname=python-gntp
 version=1.0.3
-revision=6
+revision=7
 wrksrc="gntp-${version}"
 build_style=python-module
 pycompile_module="gntp"

From 364fd5eb9221852c2803c9e15dc8feadbb425be6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0595/1106] python-hyperlink: rebuild for Python 3.9

---
 srcpkgs/python-hyperlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template
index 933a3540c20..eb2799306a5 100644
--- a/srcpkgs/python-hyperlink/template
+++ b/srcpkgs/python-hyperlink/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyperlink'
 pkgname=python-hyperlink
 version=19.0.0
-revision=3
+revision=4
 wrksrc="hyperlink-${version}"
 build_style=python-module
 pycompile_module="hyperlink"

From 17eb21d383ee4f6271387ee65e4f3ed8298f7f1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0596/1106] python-hypothesis: rebuild for Python 3.9

---
 srcpkgs/python-hypothesis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template
index 4c8c0291fc6..f5d24ead724 100644
--- a/srcpkgs/python-hypothesis/template
+++ b/srcpkgs/python-hypothesis/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hypothesis'
 pkgname=python-hypothesis
 version=4.38.2
-revision=3
+revision=4
 wrksrc="hypothesis-hypothesis-python-${version}"
 build_wrksrc=hypothesis-python
 build_style=python-module

From d314556a7e0003f8e083be919b5b76c5f3aa78ab Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:17 -0400
Subject: [PATCH 0597/1106] python-idna: rebuild for Python 3.9

---
 srcpkgs/python-idna/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template
index 1a097884cbe..762e520aa7f 100644
--- a/srcpkgs/python-idna/template
+++ b/srcpkgs/python-idna/template
@@ -1,7 +1,7 @@
 # Template file for 'python-idna'
 pkgname=python-idna
 version=2.9
-revision=2
+revision=3
 wrksrc="idna-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From f603bcfc4b83acf467cb4f64fabef4e097a33f12 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0598/1106] python-incremental: rebuild for Python 3.9

---
 srcpkgs/python-incremental/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template
index 1a8b7f8d206..b5248b29eb3 100644
--- a/srcpkgs/python-incremental/template
+++ b/srcpkgs/python-incremental/template
@@ -1,7 +1,7 @@
 # Template file for 'python-incremental'
 pkgname=python-incremental
 version=17.5.0
-revision=4
+revision=5
 wrksrc="incremental-${version}"
 build_style=python-module
 pycompile_module="incremental"

From d1a65da3146b66f6dc48038e2b20dcce03398344 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0599/1106] python-iso-8601: rebuild for Python 3.9

---
 srcpkgs/python-iso-8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template
index b094c82ab31..114fd22f7d9 100644
--- a/srcpkgs/python-iso-8601/template
+++ b/srcpkgs/python-iso-8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python-iso-8601'
 pkgname=python-iso-8601
 version=0.3.0
-revision=3
+revision=4
 wrksrc="iso-8601-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 7091faab4c916f868be2217d0664a2537172d068 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0600/1106] python-isodate: rebuild for Python 3.9

---
 srcpkgs/python-isodate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template
index b2f65659bad..9238842e196 100644
--- a/srcpkgs/python-isodate/template
+++ b/srcpkgs/python-isodate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-isodate'
 pkgname=python-isodate
 version=0.6.0
-revision=3
+revision=4
 wrksrc="isodate-${version}"
 build_style=python-module
 pycompile_module="isodate"

From 033263b49b1bfed7b546dcf1085a2d1c0ceb02c1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0601/1106] python-lockfile: rebuild for Python 3.9

---
 srcpkgs/python-lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template
index 3b9cc302904..8b01b42bb95 100644
--- a/srcpkgs/python-lockfile/template
+++ b/srcpkgs/python-lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lockfile'
 pkgname=python-lockfile
 version=0.12.2
-revision=5
+revision=6
 wrksrc="lockfile-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"

From d343af8ffb4b5cb236f1e49e334bbf795a83cedd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0602/1106] python-lxml: rebuild for Python 3.9

---
 srcpkgs/python-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index 2b509fca32a..edd977fa652 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
 version=4.4.3
-revision=1
+revision=2
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools"

From c45ece3ce2b5b091619a170c8de5d924b912eb93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0603/1106] python-netifaces: rebuild for Python 3.9

---
 srcpkgs/python-netifaces/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template
index 760f657aaba..4bca5a924ad 100644
--- a/srcpkgs/python-netifaces/template
+++ b/srcpkgs/python-netifaces/template
@@ -1,7 +1,7 @@
 # Template file for 'python-netifaces'
 pkgname=python-netifaces
 version=0.10.9
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 82405d5a34eb340889db5cc8403705818a161b73 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0604/1106] python-nose: rebuild for Python 3.9

---
 srcpkgs/python-nose/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template
index f5d5cc0bdfb..95f3607a40a 100644
--- a/srcpkgs/python-nose/template
+++ b/srcpkgs/python-nose/template
@@ -1,7 +1,7 @@
 # Template file for 'python-nose'
 pkgname=python-nose
 version=1.3.7
-revision=5
+revision=6
 wrksrc="nose-${version}"
 build_style=python-module
 pycompile_module="nose"

From 67795fa68d6d16daea278c453fc96136e91d1212 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:18 -0400
Subject: [PATCH 0605/1106] python-openssl: rebuild for Python 3.9

---
 srcpkgs/python-openssl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template
index 27d5ff265c1..ff1ae3918cb 100644
--- a/srcpkgs/python-openssl/template
+++ b/srcpkgs/python-openssl/template
@@ -1,7 +1,7 @@
 # Template file for 'python-openssl'
 pkgname=python-openssl
 version=19.1.0
-revision=2
+revision=3
 wrksrc="pyOpenSSL-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 555eb9ebf83e8bc21f6ddab33d52b9bdc032b786 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0606/1106] python-packaging: rebuild for Python 3.9

---
 srcpkgs/python-packaging/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template
index 0b5f38565e1..53d522227a1 100644
--- a/srcpkgs/python-packaging/template
+++ b/srcpkgs/python-packaging/template
@@ -1,7 +1,7 @@
 # Template file for 'python-packaging'
 pkgname=python-packaging
 version=19.1
-revision=4
+revision=5
 wrksrc="packaging-${version}"
 build_style=python-module
 pycompile_module="packaging"

From 18442d4646b5cf6767690fda063de9d634669501 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0607/1106] python-parsing: rebuild for Python 3.9

---
 srcpkgs/python-parsing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template
index e1b9193a9c8..1d938f725f6 100644
--- a/srcpkgs/python-parsing/template
+++ b/srcpkgs/python-parsing/template
@@ -1,7 +1,7 @@
 # Template file for 'python-parsing'
 pkgname=python-parsing
 version=2.4.6
-revision=2
+revision=3
 wrksrc="pyparsing-pyparsing_${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 02c91fe9d7224109ebe81059be03c1d2ea00759a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0608/1106] python-pathlib2: rebuild for Python 3.9

---
 srcpkgs/python-pathlib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template
index e40edf9f713..622b82fe66d 100644
--- a/srcpkgs/python-pathlib2/template
+++ b/srcpkgs/python-pathlib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pathlib2'
 pkgname=python-pathlib2
 version=2.3.4
-revision=4
+revision=5
 wrksrc="pathlib2-${version}"
 build_style=python-module
 pycompile_module="pathlib2"

From fb264d5069bc0f23b9772c619d38e3d8464c9204 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0609/1106] python-pbr: rebuild for Python 3.9

---
 srcpkgs/python-pbr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template
index d782fe1e996..6d8ac5a1dbf 100644
--- a/srcpkgs/python-pbr/template
+++ b/srcpkgs/python-pbr/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pbr'
 pkgname=python-pbr
 version=5.4.3
-revision=3
+revision=4
 wrksrc="pbr-${version}"
 build_style=python-module
 pycompile_module="pbr"

From 8e592d866af5de7b4f65139a5be12a2267ff3c56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0610/1106] python-pgpdump: rebuild for Python 3.9

---
 srcpkgs/python-pgpdump/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template
index b81b40c0ef8..4c629009edb 100644
--- a/srcpkgs/python-pgpdump/template
+++ b/srcpkgs/python-pgpdump/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pgpdump'
 pkgname=python-pgpdump
 version=1.5
-revision=7
+revision=8
 build_style=python-module
 pycompile_module="pgpdump"
 hostmakedepends="python-setuptools python3-setuptools"

From eb0dcebcd60caaeb43cfc67b549d4afd718f86de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0611/1106] python-ply: rebuild for Python 3.9

---
 srcpkgs/python-ply/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template
index 30d5e39067e..37282837f2f 100644
--- a/srcpkgs/python-ply/template
+++ b/srcpkgs/python-ply/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ply'
 pkgname=python-ply
 version=3.11
-revision=3
+revision=4
 wrksrc="ply-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 898a01f4f379b8e893a44a8f9fa6208a23fabb4e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:19 -0400
Subject: [PATCH 0612/1106] python-pretend: rebuild for Python 3.9

---
 srcpkgs/python-pretend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template
index 77bad8acf0e..8703c32f421 100644
--- a/srcpkgs/python-pretend/template
+++ b/srcpkgs/python-pretend/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pretend'
 pkgname=python-pretend
 version=1.0.9
-revision=3
+revision=4
 wrksrc="pretend-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 6be4ced3384a6f14814d23bef4da1f7f7e59d51d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0613/1106] python-pyasn1: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template
index 95ed039b870..85eec768dbf 100644
--- a/srcpkgs/python-pyasn1/template
+++ b/srcpkgs/python-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1'
 pkgname=python-pyasn1
 version=0.4.8
-revision=2
+revision=3
 wrksrc="pyasn1-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ec2d12007b7dfb8fb37e32c3e3532036c8a7b140 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0614/1106] python-pyasn1-modules: rebuild for Python 3.9

---
 srcpkgs/python-pyasn1-modules/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template
index 1db99e291a9..918fad29aa5 100644
--- a/srcpkgs/python-pyasn1-modules/template
+++ b/srcpkgs/python-pyasn1-modules/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyasn1-modules'
 pkgname=python-pyasn1-modules
 version=0.2.8
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="pyasn1_modules"

From 10a485731a6eb05bd6436a5b4947bc26ea94ffc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0615/1106] python-pycodestyle: rebuild for Python 3.9

---
 srcpkgs/python-pycodestyle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template
index f03c91a0ee1..157a5d5f9fc 100644
--- a/srcpkgs/python-pycodestyle/template
+++ b/srcpkgs/python-pycodestyle/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycodestyle'
 pkgname=python-pycodestyle
 version=2.6.0
-revision=2
+revision=3
 wrksrc="pycodestyle-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 0459588763b340142de154dadb3c57d96c2ab371 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0616/1106] python-pycparser: rebuild for Python 3.9

---
 srcpkgs/python-pycparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template
index ff4f32c404b..52a39a9d59d 100644
--- a/srcpkgs/python-pycparser/template
+++ b/srcpkgs/python-pycparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycparser'
 pkgname=python-pycparser
 version=2.19
-revision=3
+revision=4
 wrksrc="pycparser-${version}"
 build_style=python-module
 pycompile_module="pycparser"

From b505e5ecaf5fcf8da214f2913e06d880c2a104a5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0617/1106] python-pycryptodome: rebuild for Python 3.9

---
 srcpkgs/python-pycryptodome/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template
index 46a40689dc5..a566f67cc03 100644
--- a/srcpkgs/python-pycryptodome/template
+++ b/srcpkgs/python-pycryptodome/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycryptodome'
 pkgname=python-pycryptodome
 version=3.9.7
-revision=1
+revision=2
 wrksrc="pycryptodome-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From ee719586e82052b28feb395b2434a8f0c520874f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0618/1106] python-pyglet: rebuild for Python 3.9

---
 srcpkgs/python-pyglet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template
index d3fc17b6a15..947f81ea642 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python-pyglet/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyglet'
 pkgname=python-pyglet
 version=1.4.10
-revision=2
+revision=3
 wrksrc="pyglet-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools unzip"

From b741fa79f8ac4e97594ab9f98a89833729bd3741 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:20 -0400
Subject: [PATCH 0619/1106] python-pyserial: rebuild for Python 3.9

---
 srcpkgs/python-pyserial/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
index f45d1aad246..315f720dbe9 100644
--- a/srcpkgs/python-pyserial/template
+++ b/srcpkgs/python-pyserial/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pyserial'
 pkgname=python-pyserial
 version=3.4
-revision=4
+revision=5
 wrksrc="pyserial-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 8b773cc1b43f681c880ec2bfbc400bc153278463 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0620/1106] python-pystache: rebuild for Python 3.9

---
 srcpkgs/python-pystache/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template
index ed0d09d544d..4bed7b9403d 100644
--- a/srcpkgs/python-pystache/template
+++ b/srcpkgs/python-pystache/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pystache'
 pkgname=python-pystache
 version=0.5.4
-revision=4
+revision=5
 wrksrc="pystache-${version}"
 build_style=python-module
 pycompile_module="pystache"

From 20e1bf8237aa28ae83fe600bcdfc1f7858b49f16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0621/1106] python-pytz: rebuild for Python 3.9

---
 srcpkgs/python-pytz/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template
index 424e6bc15ac..4ced0e4221d 100644
--- a/srcpkgs/python-pytz/template
+++ b/srcpkgs/python-pytz/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pytz'
 pkgname=python-pytz
 version=2020.1
-revision=1
+revision=2
 wrksrc="pytz-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 677e5f7f8c18a7568194b3d360398448330147f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0622/1106] python-rdflib: rebuild for Python 3.9

---
 srcpkgs/python-rdflib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template
index 8437ac417c4..c921bf33204 100644
--- a/srcpkgs/python-rdflib/template
+++ b/srcpkgs/python-rdflib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rdflib'
 pkgname=python-rdflib
 version=4.2.2
-revision=4
+revision=5
 wrksrc="rdflib-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 14ec626fa260439bdd7009c41a6336a1b88e5a3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0623/1106] python-reportlab: rebuild for Python 3.9

---
 srcpkgs/python-reportlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template
index 5ba341aed29..4fcb53f8a79 100644
--- a/srcpkgs/python-reportlab/template
+++ b/srcpkgs/python-reportlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python-reportlab'
 pkgname=python-reportlab
 version=3.5.42
-revision=1
+revision=2
 wrksrc="reportlab-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools freetype-devel"

From 6ee711de0aeb9f8b1ee4895ea8501795e4e80412 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0624/1106] python-requests: rebuild for Python 3.9

---
 srcpkgs/python-requests/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template
index 3222c5bed2c..0919a942d4c 100644
--- a/srcpkgs/python-requests/template
+++ b/srcpkgs/python-requests/template
@@ -1,7 +1,7 @@
 # Template file for 'python-requests'
 pkgname=python-requests
 version=2.23.0
-revision=2
+revision=3
 wrksrc="requests-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 3594eb5b461eca775bdbc2840a5eadc2cedcc74e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0625/1106] python-rfc6555: rebuild for Python 3.9

---
 srcpkgs/python-rfc6555/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
index e310dfdabf0..8ff1b98c08d 100644
--- a/srcpkgs/python-rfc6555/template
+++ b/srcpkgs/python-rfc6555/template
@@ -1,7 +1,7 @@
 # Template file for 'python-rfc6555'
 pkgname=python-rfc6555
 version=0.0.0
-revision=3
+revision=4
 wrksrc="rfc6555-${version}"
 build_style=python-module
 pycompile_module="rfc6555"

From db6ebbfcbc3cbcec72b7bc7a85381777c05f855d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0626/1106] python-scandir: rebuild for Python 3.9

---
 srcpkgs/python-scandir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template
index b02fe6d0281..b60c5835b5c 100644
--- a/srcpkgs/python-scandir/template
+++ b/srcpkgs/python-scandir/template
@@ -1,7 +1,7 @@
 # Template file for 'python-scandir'
 pkgname=python-scandir
 version=1.10.0
-revision=3
+revision=4
 wrksrc="scandir-${version}"
 build_style=python-module
 pycompile_module="scandir.py"

From c79c9595bbfc60988cd6af3b47f76f615a678da7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:21 -0400
Subject: [PATCH 0627/1106] python-service_identity: rebuild for Python 3.9

---
 srcpkgs/python-service_identity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template
index 88eb3ae4d15..18055c2d455 100644
--- a/srcpkgs/python-service_identity/template
+++ b/srcpkgs/python-service_identity/template
@@ -1,7 +1,7 @@
 # Template file for 'python-service_identity'
 pkgname=python-service_identity
 version=18.1.0
-revision=3
+revision=4
 wrksrc="service_identity-${version}"
 build_style=python-module
 pycompile_module="service_identity"

From 0c051584bcc9864266328da5750d1898c9d313ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0628/1106] python-six: rebuild for Python 3.9

---
 srcpkgs/python-six/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template
index d1b862cd9c7..807d8fb46fd 100644
--- a/srcpkgs/python-six/template
+++ b/srcpkgs/python-six/template
@@ -1,7 +1,7 @@
 # Template file for 'python-six'
 pkgname=python-six
 version=1.15.0
-revision=2
+revision=3
 wrksrc="six-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 08781bedb3db208f92804cf44643ea8c3fd47c09 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0629/1106] python-sqlalchemy-migrate: rebuild for Python 3.9

---
 srcpkgs/python-sqlalchemy-migrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template
index 8b3172216b0..8f94329759b 100644
--- a/srcpkgs/python-sqlalchemy-migrate/template
+++ b/srcpkgs/python-sqlalchemy-migrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlalchemy-migrate'
 pkgname=python-sqlalchemy-migrate
 version=0.12.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 pycompile_module="migrate"

From fbafe517e2e62cf08fbc83f6c359389a565663ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0630/1106] python-sqlparse: rebuild for Python 3.9

---
 srcpkgs/python-sqlparse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template
index 7cbaee84385..8e3b396e3a9 100644
--- a/srcpkgs/python-sqlparse/template
+++ b/srcpkgs/python-sqlparse/template
@@ -1,7 +1,7 @@
 # Template file for 'python-sqlparse'
 pkgname=python-sqlparse
 version=0.3.0
-revision=3
+revision=4
 wrksrc="sqlparse-${version}"
 build_style=python-module
 pycompile_module="sqlparse"

From 071aff80916f1eb8c11cd00b743e35939c271d5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0631/1106] python-tempita: rebuild for Python 3.9

---
 srcpkgs/python-tempita/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template
index 1d580085566..bd61a4b21de 100644
--- a/srcpkgs/python-tempita/template
+++ b/srcpkgs/python-tempita/template
@@ -1,7 +1,7 @@
 # Template file for 'python-tempita'
 pkgname=python-tempita
 version=0.5.2
-revision=5
+revision=6
 wrksrc="Tempita-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 5131736a3f58fdb473288dc271b4ca30e6971dd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0632/1106] python-urllib3: rebuild for Python 3.9

---
 srcpkgs/python-urllib3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template
index 09279b1573e..682a6b783a1 100644
--- a/srcpkgs/python-urllib3/template
+++ b/srcpkgs/python-urllib3/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urllib3'
 pkgname=python-urllib3
 version=1.25.8
-revision=2
+revision=3
 wrksrc="urllib3-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 1c0a8bab36f5c8336c63497c020bf549d927e9bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0633/1106] python-urwid: rebuild for Python 3.9

---
 srcpkgs/python-urwid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template
index 4fac8137bc6..7250dfc3306 100644
--- a/srcpkgs/python-urwid/template
+++ b/srcpkgs/python-urwid/template
@@ -1,7 +1,7 @@
 # Template file for 'python-urwid'
 pkgname=python-urwid
 version=2.1.0
-revision=1
+revision=2
 wrksrc="urwid-${version}"
 build_style="python-module"
 hostmakedepends="python-setuptools python3-setuptools"

From 5f78aba861e384c42871b0911687615c335fcabd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0634/1106] python-wcwidth: rebuild for Python 3.9

---
 srcpkgs/python-wcwidth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template
index 43f9bc1ea24..254d0798c67 100644
--- a/srcpkgs/python-wcwidth/template
+++ b/srcpkgs/python-wcwidth/template
@@ -1,7 +1,7 @@
 # Template file for 'python-wcwidth'
 pkgname=python-wcwidth
 version=0.2.5
-revision=2
+revision=3
 wrksrc="wcwidth-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 81def5a8c904b73306c9f03a052355016d910d5f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:22 -0400
Subject: [PATCH 0635/1106] python-xdg: rebuild for Python 3.9

---
 srcpkgs/python-xdg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template
index ad6b2c1e4d2..083f17308d3 100644
--- a/srcpkgs/python-xdg/template
+++ b/srcpkgs/python-xdg/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xdg'
 pkgname=python-xdg
 version=0.26
-revision=3
+revision=4
 wrksrc="pyxdg-${version}"
 build_style=python-module
 hostmakedepends="python python3"

From 7132565f6857692fea8ed874d34be97315a49435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0636/1106] python-xlib: rebuild for Python 3.9

---
 srcpkgs/python-xlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template
index 68ffb98bdf0..de315a200d9 100644
--- a/srcpkgs/python-xlib/template
+++ b/srcpkgs/python-xlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python-xlib'
 pkgname=python-xlib
 version=0.27
-revision=2
+revision=3
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-six"

From e55214a4f32d7bc13ca2cb88a963bd114dbd5830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0637/1106] python-zope.interface: rebuild for Python 3.9

---
 srcpkgs/python-zope.interface/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template
index 2b08dff3db0..97366554381 100644
--- a/srcpkgs/python-zope.interface/template
+++ b/srcpkgs/python-zope.interface/template
@@ -1,7 +1,7 @@
 # Template file for 'python-zope.interface'
 pkgname=python-zope.interface
 version=5.1.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"

From 708500fc63849f28fbdc6391e4602090fafe1d18 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0638/1106] python3-Arrow: rebuild for Python 3.9

---
 srcpkgs/python3-Arrow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template
index a03ac3fd2a6..3c81e5ba65f 100644
--- a/srcpkgs/python3-Arrow/template
+++ b/srcpkgs/python3-Arrow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Arrow'
 pkgname=python3-Arrow
 version=0.15.5
-revision=2
+revision=3
 wrksrc="arrow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d19ece40302eea8a801fbb95b15ab05c935d9f29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0639/1106] python3-BeautifulSoup4: rebuild for Python 3.9

---
 srcpkgs/python3-BeautifulSoup4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template
index 7e2f40ab129..66ba690cf36 100644
--- a/srcpkgs/python3-BeautifulSoup4/template
+++ b/srcpkgs/python3-BeautifulSoup4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-BeautifulSoup4'
 pkgname=python3-BeautifulSoup4
 version=4.8.2
-revision=2
+revision=3
 wrksrc="beautifulsoup4-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42645e345b46e5ab85ba299ff7c2c9efacf42489 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0640/1106] python3-Bottleneck: rebuild for Python 3.9

---
 srcpkgs/python3-Bottleneck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template
index 188385a936e..ffd668d2862 100644
--- a/srcpkgs/python3-Bottleneck/template
+++ b/srcpkgs/python3-Bottleneck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Bottleneck'
 pkgname=python3-Bottleneck
 version=1.3.2
-revision=2
+revision=3
 wrksrc="Bottleneck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-numpy"

From 7077e74f29b9d4fb863bbb4a188a283e65fb8541 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0641/1106] python3-Cheroot: rebuild for Python 3.9

---
 srcpkgs/python3-Cheroot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template
index a1f74ef3846..95fb8cd16fd 100644
--- a/srcpkgs/python3-Cheroot/template
+++ b/srcpkgs/python3-Cheroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Cheroot'
 pkgname=python3-Cheroot
 version=8.3.1
-revision=2
+revision=3
 wrksrc="cheroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b6674d504e19b4ef66957259df61daa6e1aac97 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:23 -0400
Subject: [PATCH 0642/1106] python3-ConfigArgParse: rebuild for Python 3.9

---
 srcpkgs/python3-ConfigArgParse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template
index dd13ea719a4..ea63fa702d3 100644
--- a/srcpkgs/python3-ConfigArgParse/template
+++ b/srcpkgs/python3-ConfigArgParse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ConfigArgParse'
 pkgname=python3-ConfigArgParse
 version=1.2.3
-revision=1
+revision=2
 wrksrc="ConfigArgParse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c0f920ee5b16188125cda1991774cca7afd0554a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0643/1106] python3-Flask: rebuild for Python 3.9

---
 srcpkgs/python3-Flask/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template
index b90a920b546..e761c1104c9 100644
--- a/srcpkgs/python3-Flask/template
+++ b/srcpkgs/python3-Flask/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask'
 pkgname=python3-Flask
 version=1.1.2
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6190fe6d17b740c143436e47e30c3b71e64930d1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0644/1106] python3-Flask-Assets: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Assets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template
index 3c747319020..ae1ff950453 100644
--- a/srcpkgs/python3-Flask-Assets/template
+++ b/srcpkgs/python3-Flask-Assets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Assets'
 pkgname=python3-Flask-Assets
 version=0.12
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c95608bcc044c39a9db82481cd194cc902117e16 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0645/1106] python3-Flask-Babel: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Babel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 2bf6d808948..00087dab0d7 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58eb15f47f0a53ed2dd36449dd53fd3c22d06b62 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0646/1106] python3-Flask-HTTPAuth: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-HTTPAuth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template
index cb81e25105a..7670c3df584 100644
--- a/srcpkgs/python3-Flask-HTTPAuth/template
+++ b/srcpkgs/python3-Flask-HTTPAuth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-HTTPAuth'
 pkgname=python3-Flask-HTTPAuth
 version=4.1.0
-revision=1
+revision=2
 wrksrc=Flask-HTTPAuth-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a776e8ca875ad35f8535a5ef6ca3d3823acd3be Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0647/1106] python3-Flask-Login: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Login/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template
index ee5d3fc6a61..1b5a3045ed8 100644
--- a/srcpkgs/python3-Flask-Login/template
+++ b/srcpkgs/python3-Flask-Login/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Login'
 pkgname=python3-Flask-Login
 version=0.5.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0eab8a6a3e0a81b8b8bdac9f6953120dd12700d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0648/1106] python3-Flask-OAuthlib: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-OAuthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template
index 919babd61f5..a8757ecb9b7 100644
--- a/srcpkgs/python3-Flask-OAuthlib/template
+++ b/srcpkgs/python3-Flask-OAuthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-OAuthlib'
 pkgname=python3-Flask-OAuthlib
 version=0.9.5
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bb1e8268faf540a093393a7c645015c4a3c788c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0649/1106] python3-Flask-Script: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-Script/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template
index 692d682da6a..b91928786f0 100644
--- a/srcpkgs/python3-Flask-Script/template
+++ b/srcpkgs/python3-Flask-Script/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-Script'
 pkgname=python3-Flask-Script
 version=2.0.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6087c97340d98cfa185cbff7f4d892138e724009 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:24 -0400
Subject: [PATCH 0650/1106] python3-Flask-WTF: rebuild for Python 3.9

---
 srcpkgs/python3-Flask-WTF/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template
index 4ab989ca651..4780e96e154 100644
--- a/srcpkgs/python3-Flask-WTF/template
+++ b/srcpkgs/python3-Flask-WTF/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Flask-WTF'
 pkgname=python3-Flask-WTF
 version=0.14.3
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 42bd0f7e818691020545a8571dd2ea0ef654b0da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0651/1106] python3-GitPython: rebuild for Python 3.9

---
 srcpkgs/python3-GitPython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 77b3654ad40..2a489e12a11 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-GitPython'
 pkgname=python3-GitPython
 version=2.1.11
-revision=3
+revision=4
 wrksrc="GitPython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 930a2bab62a8a5fc56fe74c4fbf9233a537f7fb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0652/1106] python3-IPy: rebuild for Python 3.9

---
 srcpkgs/python3-IPy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template
index b5fc36135ad..97d2fad9033 100644
--- a/srcpkgs/python3-IPy/template
+++ b/srcpkgs/python3-IPy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-IPy'
 pkgname=python3-IPy
 version=1.00
-revision=3
+revision=4
 wrksrc="IPy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ce03d70c5e04abb9ea7509e73dd67a8c3b96682b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0653/1106] python3-Levenshtein: rebuild for Python 3.9

---
 srcpkgs/python3-Levenshtein/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index db9f0d06365..896de875574 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=4
+revision=5
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 1ec97cacb2b14a121773ff6bee16eb8cbbf59354 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0654/1106] python3-Mako: rebuild for Python 3.9

---
 srcpkgs/python3-Mako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template
index 3312217d823..b9fd76af94b 100644
--- a/srcpkgs/python3-Mako/template
+++ b/srcpkgs/python3-Mako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Mako'
 pkgname=python3-Mako
 version=1.1.3
-revision=2
+revision=3
 wrksrc="Mako-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e0c7f34169d6164f80f2f1f0c7780eee239c8bd5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0655/1106] python3-Markups: rebuild for Python 3.9

---
 srcpkgs/python3-Markups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template
index b72e25c6f64..b216c9777b9 100644
--- a/srcpkgs/python3-Markups/template
+++ b/srcpkgs/python3-Markups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Markups'
 pkgname=python3-Markups
 version=3.0.0
-revision=4
+revision=5
 wrksrc="Markups-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d70a596a56ffebb570e0d10f7f1ba4d2120c89e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0656/1106] python3-MiniMock: rebuild for Python 3.9

---
 srcpkgs/python3-MiniMock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template
index 58b44884944..ccfea275e98 100644
--- a/srcpkgs/python3-MiniMock/template
+++ b/srcpkgs/python3-MiniMock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-MiniMock'
 pkgname=python3-MiniMock
 version=1.2.8
-revision=4
+revision=5
 wrksrc="MiniMock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 34e940ed32a6a5622d03200171f06fd720b4287f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0657/1106] python3-PGPy: update to 0.5.3.

---
 srcpkgs/python3-PGPy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template
index 995a1d74fd7..cb7069cb13e 100644
--- a/srcpkgs/python3-PGPy/template
+++ b/srcpkgs/python3-PGPy/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PGPy'
 pkgname=python3-PGPy
-version=0.5.2
+version=0.5.3
 revision=1
 wrksrc=PGPy-${version}
 build_style=python3-module
@@ -10,8 +10,8 @@ short_desc="Pretty Good Privacy for Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"
 homepage="https://github.com/SecurityInnovation/PGPy"
-distfiles="https://github.com/SecurityInnovation/PGPy/archive/${version}.tar.gz"
-checksum=85a2dd6fb476ac00a4d4548b9e80fb0f6512d133cc050b6e5f3c40e1b06a79ef
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5f56454c92fe0c242397166df4618183992d6786c2568cbd21c4090344cf2635
 
 post_install() {
 	vlicense LICENSE

From 6bd58fa2a5f9a535cdeb57d2d9b338b15b086011 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:25 -0400
Subject: [PATCH 0658/1106] python3-Pillow: rebuild for Python 3.9

---
 srcpkgs/python3-Pillow/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template
index f40ce622952..841250be9f2 100644
--- a/srcpkgs/python3-Pillow/template
+++ b/srcpkgs/python3-Pillow/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pillow'
 pkgname=python3-Pillow
 version=7.2.0
-revision=1
+revision=2
 wrksrc="Pillow-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4ee43a32b7dfa2e11f6b0ef8098db7d524f47d37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0659/1106] python3-PyAudio: rebuild for Python 3.9

---
 srcpkgs/python3-PyAudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index c916530cc1e..9d0f850bd24 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=4
+revision=5
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a6ca0f517b14fc9bf675f2522139541dc6845ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0660/1106] python3-PyICU: rebuild for Python 3.9

---
 srcpkgs/python3-PyICU/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 33048e4ccbe..2ffda153383 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
 version=2.5
-revision=2
+revision=3
 wrksrc="PyICU-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7d4d77983eb2b54da8d0b0d7a9e810bc292e4a3c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0661/1106] python3-PyJWT: rebuild for Python 3.9

---
 srcpkgs/python3-PyJWT/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template
index bf1dda0753e..6ce0464e8cf 100644
--- a/srcpkgs/python3-PyJWT/template
+++ b/srcpkgs/python3-PyJWT/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyJWT'
 pkgname=python3-PyJWT
 version=1.7.1
-revision=2
+revision=3
 wrksrc="PyJWT-${version}"
 build_style=python3-module
 pycompile_module="PyJWT.py"

From b2b10d9cac7f1cbe3a3fbc9d65b75a45b67950ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0662/1106] python3-PyOpenGL: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template
index 1a2f0e1500e..542a0592d5a 100644
--- a/srcpkgs/python3-PyOpenGL/template
+++ b/srcpkgs/python3-PyOpenGL/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL'
 pkgname=python3-PyOpenGL
 version=3.1.5
-revision=2
+revision=3
 wrksrc="PyOpenGL-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 86e3ce7153621e8ca1e9b65c3e04a03fffca7a29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0663/1106] python3-PyOpenGL-accelerate: rebuild for Python 3.9

---
 srcpkgs/python3-PyOpenGL-accelerate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template
index 9ddf09f5f1d..baadac0fbe6 100644
--- a/srcpkgs/python3-PyOpenGL-accelerate/template
+++ b/srcpkgs/python3-PyOpenGL-accelerate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyOpenGL-accelerate'
 pkgname=python3-PyOpenGL-accelerate
 version=3.1.5
-revision=1
+revision=2
 wrksrc="PyOpenGL-accelerate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e37fc94f48e777e4a21186961a0594587c9ae65e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0664/1106] python3-PyPDF2: rebuild for Python 3.9

---
 srcpkgs/python3-PyPDF2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 771a4bf4001..b6c055a5569 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
 version=1.26.0
-revision=2
+revision=3
 wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e040d6d3f3bb331080fb99cec3024e38e4a18305 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0665/1106] python3-PyQt-builder: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt-builder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index de69efc881c..b41634f0288 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
 version=1.5.0
-revision=2
+revision=3
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b36453468facf610765a2cad2b29302e140e2b56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:26 -0400
Subject: [PATCH 0666/1106] python3-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 6a5e0edf4e4..b24e2dc6673 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
 version=5.15.1
-revision=1
+revision=2
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu

From 129a4f143119124060140e6a1235338ded2bad8b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0667/1106] python3-PyQt5-webengine: rebuild for Python 3.9

---
 srcpkgs/python3-PyQt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 33956d8a64a..1016281285d 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
 version=5.15.1
-revision=1
+revision=2
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel

From 2296c182bdfd6cb5fb5bd9b3f9abf43e100cf705 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0668/1106] python3-Pyro4: rebuild for Python 3.9

---
 srcpkgs/python3-Pyro4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template
index 27fcf25cb99..a60b9ff99da 100644
--- a/srcpkgs/python3-Pyro4/template
+++ b/srcpkgs/python3-Pyro4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Pyro4'
 pkgname=python3-Pyro4
 version=4.80
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e9dbce0e5d624bb6d4cc2bb965f4aba7641d28b7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0669/1106] python3-SPARQLWrapper: rebuild for Python 3.9

---
 srcpkgs/python3-SPARQLWrapper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template
index 5a6da8a548c..4ef6a709dcf 100644
--- a/srcpkgs/python3-SPARQLWrapper/template
+++ b/srcpkgs/python3-SPARQLWrapper/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-SPARQLWrapper'
 pkgname=python3-SPARQLWrapper
 version=1.8.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0618ea82668b803757544dc88f9e5d216ea93963 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0670/1106] python3-Sphinx: rebuild for Python 3.9

---
 srcpkgs/python3-Sphinx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template
index 5a4f7d20622..0036808052d 100644
--- a/srcpkgs/python3-Sphinx/template
+++ b/srcpkgs/python3-Sphinx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Sphinx'
 pkgname=python3-Sphinx
 version=3.2.1
-revision=2
+revision=3
 wrksrc=Sphinx-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df30eb45806ca1eee7cdc18e82dac6de765af645 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0671/1106] python3-Unidecode: rebuild for Python 3.9

---
 srcpkgs/python3-Unidecode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index c901fe45e05..9dbf90e2df4 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
 version=1.1.1
-revision=3
+revision=4
 wrksrc="Unidecode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3568344feb102262ff128d9c31d93f3db3031b37 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0672/1106] python3-WTForms: rebuild for Python 3.9

---
 srcpkgs/python3-WTForms/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index 6e2d13e84b3..fd294b09f00 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
 version=2.2.1
-revision=3
+revision=4
 wrksrc="WTForms-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cfa377562579f7ce1279577784249e90b9803fe6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0673/1106] python3-Werkzeug: rebuild for Python 3.9

---
 srcpkgs/python3-Werkzeug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template
index d0722e9d93b..328535e25fb 100644
--- a/srcpkgs/python3-Werkzeug/template
+++ b/srcpkgs/python3-Werkzeug/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Werkzeug'
 pkgname=python3-Werkzeug
 version=1.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c6ae2bc6ce21cb1635cca659152c20fa04620fc9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:27 -0400
Subject: [PATCH 0674/1106] python3-Whoosh: rebuild for Python 3.9

---
 srcpkgs/python3-Whoosh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template
index aa10143f91c..229ff8ac902 100644
--- a/srcpkgs/python3-Whoosh/template
+++ b/srcpkgs/python3-Whoosh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Whoosh'
 pkgname=python3-Whoosh
 version=2.7.4
-revision=3
+revision=4
 wrksrc="Whoosh-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From d668bd552b236797def6d8193911a71d851c35d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0675/1106] python3-Yapsy: rebuild for Python 3.9

---
 srcpkgs/python3-Yapsy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template
index 38b88be2a1a..634e59282a4 100644
--- a/srcpkgs/python3-Yapsy/template
+++ b/srcpkgs/python3-Yapsy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Yapsy'
 pkgname=python3-Yapsy
 version=1.12.2
-revision=3
+revision=4
 wrksrc="Yapsy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd1c14e91e212827a19aa52bb70ec9ff4a1061bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0676/1106] python3-aalib: rebuild for Python 3.9

---
 srcpkgs/python3-aalib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template
index 3dad9f20994..edc004b1543 100644
--- a/srcpkgs/python3-aalib/template
+++ b/srcpkgs/python3-aalib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aalib'
 pkgname=python3-aalib
 version=0.3.2
-revision=3
+revision=4
 wrksrc=python-aalib-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2d78cd3b56d841c3a246d55a47a661e878dcdd0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0677/1106] python3-acme: rebuild for Python 3.9

---
 srcpkgs/python3-acme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template
index 5cb3b09b18d..c44deb43ac5 100644
--- a/srcpkgs/python3-acme/template
+++ b/srcpkgs/python3-acme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-acme'
 pkgname=python3-acme
 version=1.8.0
-revision=1
+revision=2
 wrksrc="acme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3620282e5725a4f5adb6c51c848f94affdf2e5f2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0678/1106] python3-aiohttp: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template
index d7f91e87d6e..2893cf6e890 100644
--- a/srcpkgs/python3-aiohttp/template
+++ b/srcpkgs/python3-aiohttp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp'
 pkgname=python3-aiohttp
 version=3.6.2
-revision=2
+revision=3
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From fa2914fa093dc4c292736db603d4eb73d4d55b5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0679/1106] python3-aiohttp2: rebuild for Python 3.9

---
 srcpkgs/python3-aiohttp2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template
index db3704b5700..9a839c29ab7 100644
--- a/srcpkgs/python3-aiohttp2/template
+++ b/srcpkgs/python3-aiohttp2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-aiohttp2'
 pkgname=python3-aiohttp2
 version=2.3.10
-revision=3
+revision=4
 wrksrc="aiohttp-${version}"
 build_style=python3-module
 pycompile_module="aiohttp"

From 690712891b154c0e791ef8cfc15873e6df896fc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0680/1106] python3-alabaster: rebuild for Python 3.9

---
 srcpkgs/python3-alabaster/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template
index 736913e821e..830957dcb2b 100644
--- a/srcpkgs/python3-alabaster/template
+++ b/srcpkgs/python3-alabaster/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alabaster'
 pkgname=python3-alabaster
 version=0.7.12
-revision=3
+revision=4
 wrksrc="alabaster-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6981faf9e19bddae8b88a644f5f2f0431f99e730 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0681/1106] python3-alembic: rebuild for Python 3.9

---
 srcpkgs/python3-alembic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
index ef1e98babf1..788d37798a4 100644
--- a/srcpkgs/python3-alembic/template
+++ b/srcpkgs/python3-alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alembic'
 pkgname=python3-alembic
 version=1.4.2
-revision=3
+revision=4
 wrksrc="alembic-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1fe889344f866a606598335a3f9d8b629b515435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:28 -0400
Subject: [PATCH 0682/1106] python3-alsa: rebuild for Python 3.9

---
 srcpkgs/python3-alsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index edfc2e7dafb..eb7bbd479c2 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=2
+revision=3
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2b88ce7a612edc98ee29c1b7f42cb42b3cdfb053 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0683/1106] python3-ansicolor: rebuild for Python 3.9

---
 srcpkgs/python3-ansicolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index c60eea83303..657c0fcf350 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ansicolor'
 pkgname=python3-ansicolor
 version=0.2.6
-revision=4
+revision=5
 wrksrc="ansicolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 600c1ab62219d5f70ec7eecf68c98a7f865eef5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0684/1106] python3-appdirs: rebuild for Python 3.9

---
 srcpkgs/python3-appdirs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template
index 20ba0a1dd26..393dda8d025 100644
--- a/srcpkgs/python3-appdirs/template
+++ b/srcpkgs/python3-appdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-appdirs'
 pkgname=python3-appdirs
 version=1.4.4
-revision=2
+revision=3
 wrksrc="appdirs-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b15f34d73eefd00b82d26af385c945c9e870e87c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0685/1106] python3-apsw: rebuild for Python 3.9

---
 srcpkgs/python3-apsw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 48cc530c1ec..61e77aff002 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -3,7 +3,7 @@ pkgname=python3-apsw
 _distver=3.32.2
 _patchver=r1
 version=${_distver}${_patchver}
-revision=2
+revision=3
 wrksrc="apsw-${_distver}-${_patchver}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 805682b37838f470bcd371c156fe5e63e8817c3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0686/1106] python3-argcomplete: rebuild for Python 3.9

---
 srcpkgs/python3-argcomplete/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 00fe9b76b68..92c1be0098f 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.1
-revision=1
+revision=2
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 pycompile_module="argcomplete"

From af2de64a40bbe007708fc24162be2a4f432ea178 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0687/1106] python3-argh: rebuild for Python 3.9

---
 srcpkgs/python3-argh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template
index 51d4e18343d..633671c032c 100644
--- a/srcpkgs/python3-argh/template
+++ b/srcpkgs/python3-argh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argh'
 pkgname=python3-argh
 version=0.26.2
-revision=3
+revision=4
 wrksrc="argh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c3c60181b2f7bec7123dbb6cc000fe1250cd816a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0688/1106] python3-argon2: rebuild for Python 3.9

---
 srcpkgs/python3-argon2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template
index 37c99f12a82..c81d31cced1 100644
--- a/srcpkgs/python3-argon2/template
+++ b/srcpkgs/python3-argon2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-argon2'
 pkgname=python3-argon2
 version=19.2.0
-revision=1
+revision=2
 wrksrc="argon2-cffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 4a10c77703930e07960d6531447eb4e544ef117a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0689/1106] python3-arxiv2bib: rebuild for Python 3.9

---
 srcpkgs/python3-arxiv2bib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template
index 74d3cc90961..b59206102e3 100644
--- a/srcpkgs/python3-arxiv2bib/template
+++ b/srcpkgs/python3-arxiv2bib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-arxiv2bib'
 pkgname=python3-arxiv2bib
 version=1.0.8
-revision=4
+revision=5
 wrksrc="arxiv2bib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d22f97e618154d484761abf61010ada5ab8ad00 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:29 -0400
Subject: [PATCH 0690/1106] python3-asn1crypto: rebuild for Python 3.9

---
 srcpkgs/python3-asn1crypto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template
index d930b7b43ee..f85186e64e7 100644
--- a/srcpkgs/python3-asn1crypto/template
+++ b/srcpkgs/python3-asn1crypto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-asn1crypto'
 pkgname=python3-asn1crypto
 version=0.24.0
-revision=3
+revision=4
 wrksrc="asn1crypto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a7c3389e6ce2c281a9cf8831fe11cce98a2eccf1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0691/1106] python3-atspi: rebuild for Python 3.9

---
 srcpkgs/python3-atspi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template
index 504e85daf38..36ffedcc59f 100644
--- a/srcpkgs/python3-atspi/template
+++ b/srcpkgs/python3-atspi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-atspi'
 pkgname=python3-atspi
 version=2.38.0
-revision=2
+revision=3
 wrksrc="pyatspi-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"

From a8487f8b03739b82fcf9becb3c708db8ab00795b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0692/1106] python3-audioread: rebuild for Python 3.9

---
 srcpkgs/python3-audioread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template
index 41ff43ccf4a..8db13a91ddb 100644
--- a/srcpkgs/python3-audioread/template
+++ b/srcpkgs/python3-audioread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-audioread'
 pkgname=python3-audioread
 version=2.1.8
-revision=3
+revision=4
 wrksrc="audioread-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 52e1038d4cd12daf616cdf16b6adf41507f9f546 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0693/1106] python3-axolotl: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template
index 356d702b55d..b0146e392b3 100644
--- a/srcpkgs/python3-axolotl/template
+++ b/srcpkgs/python3-axolotl/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl
 _pkgname=${pkgname/3/}
 version=0.2.3
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc6ad21aac649ae2664e591227754b11ff106059 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0694/1106] python3-axolotl-curve25519: rebuild for Python 3.9

---
 srcpkgs/python3-axolotl-curve25519/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index 46b06455f09..89a97b2ddfe 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,7 +2,7 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=3
+revision=4
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 44b62fc20f61a078522879343929217830bec43e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0695/1106] python3-babelfish: rebuild for Python 3.9

---
 srcpkgs/python3-babelfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index 57dedc929f0..df4e86ded3e 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.5.5
-revision=3
+revision=4
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad771b86013f3e1f22790d2f80e4f2bdfb4ace0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0696/1106] python3-backcall: rebuild for Python 3.9

---
 srcpkgs/python3-backcall/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template
index b08e321c8eb..f62eb7cf259 100644
--- a/srcpkgs/python3-backcall/template
+++ b/srcpkgs/python3-backcall/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-backcall'
 pkgname=python3-backcall
 version=0.2.0
-revision=3
+revision=4
 wrksrc="backcall-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a46d7391750a14ea69bdb4ef7403b57be9ba333a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0697/1106] python3-bibtexparser: rebuild for Python 3.9

---
 srcpkgs/python3-bibtexparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template
index f0c05f8f76a..0f0a67dc351 100644
--- a/srcpkgs/python3-bibtexparser/template
+++ b/srcpkgs/python3-bibtexparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bibtexparser'
 pkgname=python3-bibtexparser
 version=1.1.0
-revision=3
+revision=4
 wrksrc="bibtexparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c99d60ee86cc0b9904acaf27a0f05aeeb92b9e3f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:30 -0400
Subject: [PATCH 0698/1106] python3-bitarray: rebuild for Python 3.9

---
 srcpkgs/python3-bitarray/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index c465f68b741..cf98978d288 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=3
+revision=4
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d68092936c9d05ac72512e88c2011f3944d311d3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0699/1106] python3-bitbucket-api: rebuild for Python 3.9

---
 srcpkgs/python3-bitbucket-api/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 2de7f55e837..e725d60808e 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bitbucket-api'
 pkgname=python3-bitbucket-api
 version=0.5.0
-revision=5
+revision=6
 wrksrc="bitbucket-api-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 57265b50f942f0f294241c5cac26e2ae5639d5cf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0700/1106] python3-bleach: rebuild for Python 3.9

---
 srcpkgs/python3-bleach/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template
index 20e2b3d04c2..34ba5371b45 100644
--- a/srcpkgs/python3-bleach/template
+++ b/srcpkgs/python3-bleach/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bleach'
 pkgname=python3-bleach
 version=3.1.1
-revision=2
+revision=3
 wrksrc="bleach-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 80ce50da797d8fcb94ac7ea6dd789cf6570ec57e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0701/1106] python3-blessings: rebuild for Python 3.9

---
 srcpkgs/python3-blessings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template
index 914f8922590..d901e189a1e 100644
--- a/srcpkgs/python3-blessings/template
+++ b/srcpkgs/python3-blessings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blessings'
 pkgname=python3-blessings
 version=1.7
-revision=3
+revision=4
 wrksrc="blessings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c1c3458a8a05748dac6e317292042a4ec8507932 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0702/1106] python3-blinker: rebuild for Python 3.9

---
 srcpkgs/python3-blinker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 4639d5c8d8b..c500b7cc5ed 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
 version=1.4
-revision=5
+revision=6
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7c5107c3a75db5cd3d834f12863cf1cbe2f119b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0703/1106] python3-bluez: rebuild for Python 3.9

---
 srcpkgs/python3-bluez/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template
index 4f503ebcfdf..2feb64200f1 100644
--- a/srcpkgs/python3-bluez/template
+++ b/srcpkgs/python3-bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bluez'
 pkgname=python3-bluez
 version=0.23
-revision=1
+revision=2
 wrksrc="PyBluez-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 400f277df6a420b2e19a9b2e8d63509cb3e9856d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0704/1106] python3-bokeh: rebuild for Python 3.9

---
 srcpkgs/python3-bokeh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template
index 868a42589a0..2d5c49b9158 100644
--- a/srcpkgs/python3-bokeh/template
+++ b/srcpkgs/python3-bokeh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bokeh'
 pkgname=python3-bokeh
 version=2.2.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 make_build_args="--build-js"

From f57be6e230e74b04d2d84375f8c2a37fd724a91a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0705/1106] python3-boto3: rebuild for Python 3.9

---
 srcpkgs/python3-boto3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template
index ced73ce133a..46fe01e4725 100644
--- a/srcpkgs/python3-boto3/template
+++ b/srcpkgs/python3-boto3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-boto3'
 pkgname=python3-boto3
 version=1.15.9
-revision=1
+revision=2
 wrksrc="boto3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9cd520a916de1c367152b5b9b31a652e13e41607 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:31 -0400
Subject: [PATCH 0706/1106] python3-botocore: rebuild for Python 3.9

---
 srcpkgs/python3-botocore/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template
index d4ac8e92f37..72884e6d76a 100644
--- a/srcpkgs/python3-botocore/template
+++ b/srcpkgs/python3-botocore/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-botocore'
 pkgname=python3-botocore
 version=1.17.28
-revision=2
+revision=3
 wrksrc="botocore-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ae0b4ca2674d54eb50da304f8f33063e9006b91 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0707/1106] python3-bottle: rebuild for Python 3.9

---
 srcpkgs/python3-bottle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index bf3d043c880..6830a790096 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.17
-revision=3
+revision=4
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a424be788a25d61935a9dcd3948ac4035774cd1b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0708/1106] python3-breathe: rebuild for Python 3.9

---
 srcpkgs/python3-breathe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template
index c754a650ae7..80dfbf5b7b8 100644
--- a/srcpkgs/python3-breathe/template
+++ b/srcpkgs/python3-breathe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-breathe'
 pkgname=python3-breathe
 version=4.22.1
-revision=1
+revision=2
 wrksrc="breathe-${version}"
 build_style=python3-module
 _pyreqs="python3-Sphinx python3-docutils python3-six"

From 55b2704b63581b0694bf7fc19555a4c0ed5ae120 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0709/1106] python3-bsddb3: rebuild for Python 3.9

---
 srcpkgs/python3-bsddb3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index e7b4d1e232a..7f146cf967e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.6
-revision=4
+revision=5
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"

From 758cf6d2f73b711b20ba4d6c7b010ccb0de68c0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0710/1106] python3-cached-property: rebuild for Python 3.9

---
 srcpkgs/python3-cached-property/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template
index ddb395595cf..07032f40d4c 100644
--- a/srcpkgs/python3-cached-property/template
+++ b/srcpkgs/python3-cached-property/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cached-property'
 pkgname=python3-cached-property
 version=1.5.1
-revision=3
+revision=4
 wrksrc="cached-property-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d65b7ca669c9ca6756ace16b57db1fc64c3a1450 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0711/1106] python3-cachetools: rebuild for Python 3.9

---
 srcpkgs/python3-cachetools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index e29000bcb7a..b9af9fafddf 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
 version=4.1.1
-revision=1
+revision=2
 wrksrc="cachetools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9f5002cb0b9edc42b559f926eb516da3c48b037a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0712/1106] python3-cairo: rebuild for Python 3.9

---
 srcpkgs/python3-cairo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template
index b55380f1d66..581238ce4db 100644
--- a/srcpkgs/python3-cairo/template
+++ b/srcpkgs/python3-cairo/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairo'
 pkgname=python3-cairo
 version=1.19.1
-revision=2
+revision=3
 wrksrc="pycairo-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3"

From ca2443af3a629436798f5f8d18ad1155c22260bb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:32 -0400
Subject: [PATCH 0713/1106] python3-cairocffi: rebuild for Python 3.9

---
 srcpkgs/python3-cairocffi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79c465e5bb9..4cbab0adc18 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
 version=0.9.0
-revision=4
+revision=5
 wrksrc="cairocffi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 89ccd78fdb5ecfec8e1fa264a863716fbd21a7c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0714/1106] python3-cheetah3: rebuild for Python 3.9

---
 srcpkgs/python3-cheetah3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template
index 79b68c8e9fd..2dd6d8c8cc2 100644
--- a/srcpkgs/python3-cheetah3/template
+++ b/srcpkgs/python3-cheetah3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cheetah3'
 pkgname=python3-cheetah3
 version=3.2.5
-revision=1
+revision=2
 wrksrc="Cheetah3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ee96b719eeebfc3e60078d3077c45d0cbd4bf1fb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0715/1106] python3-chroot: update to 0.10.1

---
 srcpkgs/python3-chroot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template
index ff679c914cf..0698fd872c3 100644
--- a/srcpkgs/python3-chroot/template
+++ b/srcpkgs/python3-chroot/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-chroot'
 pkgname=python3-chroot
-version=0.9.18
-revision=3
+version=0.10.1
+revision=1
 wrksrc="pychroot-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-snakeoil"
@@ -12,7 +12,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/pkgcore/pychroot"
 #changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
-checksum=ec78082c9ea8a30733ac1cf9773431fe118fb4cbeaf1098572c3b8e4e16eb7aa
+checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
 conflicts="python-chroot>=0"
 
 post_install() {

From d2e921455919fbffaadb687af1c13c973d97b7b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0716/1106] python3-ciso8601: rebuild for Python 3.9

---
 srcpkgs/python3-ciso8601/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template
index 7dda3463dd1..e060dd65211 100644
--- a/srcpkgs/python3-ciso8601/template
+++ b/srcpkgs/python3-ciso8601/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ciso8601'
 pkgname=python3-ciso8601
 version=2.1.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 67acc45aa10b88934e87578abdb65d67fa8e340b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0717/1106] python3-click: rebuild for Python 3.9

---
 srcpkgs/python3-click/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template
index 2b29bebfbcc..71c8e0fc0b8 100644
--- a/srcpkgs/python3-click/template
+++ b/srcpkgs/python3-click/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click'
 pkgname=python3-click
 version=7.1.2
-revision=3
+revision=4
 wrksrc="click-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From d54648ffe1416bbd5ee8d9e16c5e0acc88d21a6f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0718/1106] python3-click-log: rebuild for Python 3.9

---
 srcpkgs/python3-click-log/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template
index 340f9b17397..d4d8bbb2218 100644
--- a/srcpkgs/python3-click-log/template
+++ b/srcpkgs/python3-click-log/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-log'
 pkgname=python3-click-log
 version=0.3.2
-revision=3
+revision=4
 wrksrc="click-log-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From aff626386699008a64f20207843aa02dbafdc820 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0719/1106] python3-click-threading: rebuild for Python 3.9

---
 srcpkgs/python3-click-threading/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template
index 56928810364..b5961980595 100644
--- a/srcpkgs/python3-click-threading/template
+++ b/srcpkgs/python3-click-threading/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-click-threading'
 pkgname=python3-click-threading
 version=0.4.4
-revision=3
+revision=4
 wrksrc="click-threading-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 03d97460727f1bd0968e80361e1c8a3ad8216090 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0720/1106] python3-codespell: rebuild for Python 3.9

---
 srcpkgs/python3-codespell/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 04e342d5e5c..98583fb9259 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
 version=1.16.0
-revision=3
+revision=4
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5ec695e133d976441900768ee86c17b8cf9f3ce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:33 -0400
Subject: [PATCH 0721/1106] python3-colorama: rebuild for Python 3.9

---
 srcpkgs/python3-colorama/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template
index 0c5a1c44626..b8e418bb4c4 100644
--- a/srcpkgs/python3-colorama/template
+++ b/srcpkgs/python3-colorama/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-colorama'
 pkgname=python3-colorama
 version=0.4.1
-revision=3
+revision=4
 wrksrc="colorama-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 9140d7c242eb6916894fc34566db8525ec1be144 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0722/1106] python3-construct: rebuild for Python 3.9

---
 srcpkgs/python3-construct/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template
index 3fa3d0018e9..72fd978ad9b 100644
--- a/srcpkgs/python3-construct/template
+++ b/srcpkgs/python3-construct/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-construct'
 pkgname=python3-construct
 version=2.9.45
-revision=4
+revision=5
 wrksrc="construct-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 219ef94762f35fc3bd68e1223a9bcaf34a489623 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0723/1106] python3-cram: rebuild for Python 3.9

---
 srcpkgs/python3-cram/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template
index fc42482ede5..c66a8e66783 100644
--- a/srcpkgs/python3-cram/template
+++ b/srcpkgs/python3-cram/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cram'
 pkgname=python3-cram
 version=0.7
-revision=4
+revision=5
 wrksrc="cram-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c9df9447bb433f49669771fd967db1d5394d040 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0724/1106] python3-crccheck: rebuild for Python 3.9

---
 srcpkgs/python3-crccheck/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template
index 05c98d58892..3ed3234a97f 100644
--- a/srcpkgs/python3-crccheck/template
+++ b/srcpkgs/python3-crccheck/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crccheck'
 pkgname=python3-crccheck
 version=1.0
-revision=1
+revision=2
 wrksrc="crccheck-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 83fae43110e14a74cd66d27a73a4d7cc7a168b17 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0725/1106] python3-crcmod: rebuild for Python 3.9

---
 srcpkgs/python3-crcmod/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index 9311dedc8ac..e7cd5f22f48 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=2
+revision=3
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"

From 94955bbfa5ad987f912654e6db6cadd545752830 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0726/1106] python3-css-parser: rebuild for Python 3.9

---
 srcpkgs/python3-css-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template
index 12d7796b622..100907943ce 100644
--- a/srcpkgs/python3-css-parser/template
+++ b/srcpkgs/python3-css-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-css-parser'
 pkgname=python3-css-parser
 version=1.0.4
-revision=4
+revision=5
 wrksrc="css-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 96b10c4418d558c9eceea3ad4cb7a86aea4f0258 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0727/1106] python3-cssselect: rebuild for Python 3.9

---
 srcpkgs/python3-cssselect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template
index d35ad7ccd66..42383703e63 100644
--- a/srcpkgs/python3-cssselect/template
+++ b/srcpkgs/python3-cssselect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssselect'
 pkgname=python3-cssselect
 version=1.1.0
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1eb9a693bbd4f27976041e2f434302ab76e25ec1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0728/1106] python3-cssutils: rebuild for Python 3.9

---
 srcpkgs/python3-cssutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template
index 7ed166c2b0c..83910cdada3 100644
--- a/srcpkgs/python3-cssutils/template
+++ b/srcpkgs/python3-cssutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cssutils'
 pkgname=python3-cssutils
 version=1.0.2
-revision=4
+revision=5
 wrksrc="cssutils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f446b8fce75d572a550bc096d47940449fe7e3a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:34 -0400
Subject: [PATCH 0729/1106] python3-cups: rebuild for Python 3.9

---
 srcpkgs/python3-cups/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index 4af62b224fe..7f57935c313 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=1.9.74
-revision=4
+revision=5
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From f1c436166b72029a193eb30ce08d0705a0386472 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0730/1106] python3-curl: rebuild for Python 3.9

---
 srcpkgs/python3-curl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index c9a52460cad..8405b412383 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=8
+revision=9
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 040adbba71b87b2a62101fee22c00117b15632d0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0731/1106] python3-curtsies: rebuild for Python 3.9

---
 srcpkgs/python3-curtsies/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template
index 25277e5fa28..0d03da5b9b3 100644
--- a/srcpkgs/python3-curtsies/template
+++ b/srcpkgs/python3-curtsies/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-curtsies'
 pkgname=python3-curtsies
 version=0.3.0
-revision=3
+revision=4
 wrksrc="curtsies-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 521a0cd4a5721fc91d23405439107a31fb2c9b0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0732/1106] python3-cycler: rebuild for Python 3.9

---
 srcpkgs/python3-cycler/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template
index 7c4083a39af..1163ab06248 100644
--- a/srcpkgs/python3-cycler/template
+++ b/srcpkgs/python3-cycler/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cycler'
 pkgname=python3-cycler
 version=0.10.0
-revision=6
+revision=7
 wrksrc="cycler-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f6d140774975a69ef96b6be1286f191ea126ab34 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0733/1106] python3-daemonize: rebuild for Python 3.9

---
 srcpkgs/python3-daemonize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template
index a0870abb617..274e42079fc 100644
--- a/srcpkgs/python3-daemonize/template
+++ b/srcpkgs/python3-daemonize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-daemonize'
 pkgname=python3-daemonize
 version=2.5.0
-revision=3
+revision=4
 wrksrc="daemonize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 908bccda6a7828ac24b5e4ab72626b71a72b2b8e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0734/1106] python3-defusedxml: rebuild for Python 3.9

---
 srcpkgs/python3-defusedxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template
index a09539f4136..19e06abfac4 100644
--- a/srcpkgs/python3-defusedxml/template
+++ b/srcpkgs/python3-defusedxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-defusedxml'
 pkgname=python3-defusedxml
 version=0.6.0
-revision=3
+revision=4
 wrksrc="defusedxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1a37ba9dee0879d682d65b430bd5e122eeca5e87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0735/1106] python3-discogs_client: rebuild for Python 3.9

---
 srcpkgs/python3-discogs_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template
index b75992655b4..99a198d18bd 100644
--- a/srcpkgs/python3-discogs_client/template
+++ b/srcpkgs/python3-discogs_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-discogs_client'
 pkgname=python3-discogs_client
 version=2.2.2
-revision=3
+revision=4
 wrksrc="discogs-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9d7eccf7e8faf88e102f355e0143744d9491c29 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:35 -0400
Subject: [PATCH 0736/1106] python3-distlib: rebuild for Python 3.9

---
 srcpkgs/python3-distlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template
index e70b271197c..0e42fbde0b2 100644
--- a/srcpkgs/python3-distlib/template
+++ b/srcpkgs/python3-distlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distlib'
 pkgname=python3-distlib
 version=0.3.1
-revision=2
+revision=3
 wrksrc="distlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b438836cc7d4d803391e14676cda831b73e26169 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0737/1106] python3-distro: rebuild for Python 3.9

---
 srcpkgs/python3-distro/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template
index 4179a01a361..077fda2b81e 100644
--- a/srcpkgs/python3-distro/template
+++ b/srcpkgs/python3-distro/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-distro'
 pkgname=python3-distro
 version=1.5.0
-revision=1
+revision=2
 wrksrc=distro-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2f2a743bc74647cc7019d3a19803bad37c4c64d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0738/1106] python3-dkimpy: rebuild for Python 3.9

---
 srcpkgs/python3-dkimpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template
index b6d90ccd804..5969d1ca5c8 100644
--- a/srcpkgs/python3-dkimpy/template
+++ b/srcpkgs/python3-dkimpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dkimpy'
 pkgname=python3-dkimpy
 version=1.0.0
-revision=3
+revision=4
 wrksrc="dkimpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0ef7f7840aa839cd087d45d0f38261948fcfb30c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0739/1106] python3-dnspython: rebuild for Python 3.9

---
 srcpkgs/python3-dnspython/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template
index 152cee924da..3673209c402 100644
--- a/srcpkgs/python3-dnspython/template
+++ b/srcpkgs/python3-dnspython/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dnspython'
 pkgname=python3-dnspython
 version=1.16.0
-revision=4
+revision=5
 wrksrc="dnspython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From c176b7bb7f38fde182cf0ceb4cce8af377bf408b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0740/1106] python3-docker: rebuild for Python 3.9

---
 srcpkgs/python3-docker/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template
index 2e27bfdfa76..4d4094a2b6e 100644
--- a/srcpkgs/python3-docker/template
+++ b/srcpkgs/python3-docker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker'
 pkgname=python3-docker
 version=4.3.1
-revision=2
+revision=3
 wrksrc="docker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0a8e5fe694dd3253445d7bc210dbf563205aa699 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0741/1106] python3-docker-pycreds: rebuild for Python 3.9

---
 srcpkgs/python3-docker-pycreds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template
index 1217660e685..8a790a57beb 100644
--- a/srcpkgs/python3-docker-pycreds/template
+++ b/srcpkgs/python3-docker-pycreds/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docker-pycreds'
 pkgname=python3-docker-pycreds
 version=0.4.0
-revision=3
+revision=4
 wrksrc="docker-pycreds-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d91fd9f28cb5282d8d1007a4616e62a91d0e872f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0742/1106] python3-dockerpty: rebuild for Python 3.9

---
 srcpkgs/python3-dockerpty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template
index 2ad010f0b10..980ebd13c58 100644
--- a/srcpkgs/python3-dockerpty/template
+++ b/srcpkgs/python3-dockerpty/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dockerpty'
 pkgname=python3-dockerpty
 version=0.4.1
-revision=5
+revision=6
 wrksrc="dockerpty-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6ca0dd0e6d6aeddc21cd633bce18f64bf948a625 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0743/1106] python3-docopt: rebuild for Python 3.9

---
 srcpkgs/python3-docopt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template
index 46be2c428d2..553ac4d2e1a 100644
--- a/srcpkgs/python3-docopt/template
+++ b/srcpkgs/python3-docopt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-docopt'
 pkgname=python3-docopt
 version=0.6.2
-revision=6
+revision=7
 wrksrc="docopt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6a58c0ea148f60ba69b9ad9ff6b55a395a886eed Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:36 -0400
Subject: [PATCH 0744/1106] python3-dominate: rebuild for Python 3.9

---
 srcpkgs/python3-dominate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 225d5042db1..b297bc948fb 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.5.2
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8380de4f3180c1ef8185af1b4beb10f1bf6d8ccc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0745/1106] python3-dulwich: rebuild for Python 3.9

---
 srcpkgs/python3-dulwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template
index 438c8f56db6..14abdb26feb 100644
--- a/srcpkgs/python3-dulwich/template
+++ b/srcpkgs/python3-dulwich/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-dulwich'
 pkgname=python3-dulwich
 version=0.19.14
-revision=3
+revision=4
 wrksrc="dulwich-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1928fa5e4743ea9c9fabc17d4c8323dce1ce47a0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0746/1106] python3-ecdsa: rebuild for Python 3.9

---
 srcpkgs/python3-ecdsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template
index f7482a0a04a..3de4d1e4a44 100644
--- a/srcpkgs/python3-ecdsa/template
+++ b/srcpkgs/python3-ecdsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ecdsa'
 pkgname=python3-ecdsa
 version=0.14.1
-revision=4
+revision=5
 wrksrc="ecdsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9d41a67348a792d676e5ede3c34c0662eaf8b1a1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0747/1106] python3-editor: rebuild for Python 3.9

---
 srcpkgs/python3-editor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template
index e714db9894d..e329df8af9d 100644
--- a/srcpkgs/python3-editor/template
+++ b/srcpkgs/python3-editor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-editor'
 pkgname=python3-editor
 version=1.0.4
-revision=3
+revision=4
 wrksrc="python-editor-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0d1fd7b5b02fa790d0289c9859cc79c2b39d40ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0748/1106] python3-efl: rebuild for Python 3.9

---
 srcpkgs/python3-efl/template | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index 9b377eb63dc..bddfb373625 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-efl'
 pkgname=python3-efl
 version=1.23.0
-revision=3
+revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
-hostmakedepends="pkg-config python3-devel"
+hostmakedepends="pkg-config python3-devel python3-Cython"
 makedepends="efl-devel python-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
@@ -15,6 +15,20 @@ homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/bindings/python/python-efl-${version}.tar.xz"
 checksum=2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
 
+post_extract() {
+	# Pre-generated cython output is incompatible with Python 3.9
+	rm -f efl/elementary/__init__.c efl/evas/efl.evas.c \
+		efl/utils/{conversions,logger,deprecated}.c \
+		efl/emotion/efl.emotion.c efl/eo/efl.eo.c \
+		efl/ecore/efl.ecore.c efl/edje/efl.edje.c \
+		efl/dbus_mainloop/efl.dbus_mainloop.c \
+		efl/ethumb/efl.ethumb{,_client}.c \
+		efl/ecore_input/efl.ecore_input.c \
+		efl/edje_edit/efl.edje_edit.c \
+		efl/ecore_con/efl.ecore_con.c \
+		efl/ecore_x/efl.ecore_x.c
+}
+
 pre_build() {
 	# any higher optimization level and gcc OOMs on i686 (even -Os)
 	case "$XBPS_TARGET_MACHINE" in

From 76e500b0ff82b1c676cfd199a0a901cec5849e6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0749/1106] python3-elementpath: rebuild for Python 3.9

---
 srcpkgs/python3-elementpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template
index ebfddd82a31..58166e98310 100644
--- a/srcpkgs/python3-elementpath/template
+++ b/srcpkgs/python3-elementpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-elementpath'
 pkgname=python3-elementpath
 version=2.0.3
-revision=1
+revision=2
 wrksrc=elementpath-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa05cb8701346249eae936c4d13f86f17074bfc7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0750/1106] python3-empy: rebuild for Python 3.9

---
 srcpkgs/python3-empy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template
index 0ce3edb677e..7cbd77f52f2 100644
--- a/srcpkgs/python3-empy/template
+++ b/srcpkgs/python3-empy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-empy'
 pkgname=python3-empy
 version=3.3.4
-revision=3
+revision=4
 wrksrc="empy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e04fcee02dbf4c408f9441428aa91d1d85e23967 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:37 -0400
Subject: [PATCH 0751/1106] python3-entrypoints: rebuild for Python 3.9

---
 srcpkgs/python3-entrypoints/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template
index 85c910e46c1..eb3318811dc 100644
--- a/srcpkgs/python3-entrypoints/template
+++ b/srcpkgs/python3-entrypoints/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-entrypoints'
 pkgname=python3-entrypoints
 version=0.3
-revision=3
+revision=4
 wrksrc="entrypoints-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c46e9b74366750ddf0c4ea92a58b60108c5f3f8c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0752/1106] python3-envdir: rebuild for Python 3.9

---
 srcpkgs/python3-envdir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template
index 65975f4a61c..c1d3e392587 100644
--- a/srcpkgs/python3-envdir/template
+++ b/srcpkgs/python3-envdir/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-envdir'
 pkgname=python3-envdir
 version=1.0.1
-revision=4
+revision=5
 wrksrc="envdir-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5c079de47bd506a093dbfcf5869b9a603d838b35 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0753/1106] python3-enzyme: rebuild for Python 3.9

---
 srcpkgs/python3-enzyme/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template
index 4fb13e7aa27..0aa833ee0c7 100644
--- a/srcpkgs/python3-enzyme/template
+++ b/srcpkgs/python3-enzyme/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-enzyme'
 pkgname=python3-enzyme
 version=0.4.1
-revision=3
+revision=4
 wrksrc="enzyme-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4af55bed6b45933927dc01dfd0cd0c73c1195a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0754/1106] python3-esprima: rebuild for Python 3.9

---
 srcpkgs/python3-esprima/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template
index c4163c1d805..d8c6b016f42 100644
--- a/srcpkgs/python3-esprima/template
+++ b/srcpkgs/python3-esprima/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-esprima'
 pkgname=python3-esprima
 version=4.0.1
-revision=3
+revision=4
 create_wrksrc=yes
 build_wrksrc="esprima-${version}"
 build_style=python3-module

From 4f3f026529108bc900027d1c715191485b788cad Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0755/1106] python3-etesync: rebuild for Python 3.9

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 0de36a75d10..b16ac0fd8ac 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-etesync'
 pkgname=python3-etesync
 version=0.12.1
-revision=1
+revision=2
 wrksrc="etesync-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 046480bc0cdcc4656f9e11a9e51798a6219060b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0756/1106] python3-ewmh: rebuild for Python 3.9

---
 srcpkgs/python3-ewmh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template
index a1b028642ae..4e295c61366 100644
--- a/srcpkgs/python3-ewmh/template
+++ b/srcpkgs/python3-ewmh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ewmh'
 pkgname=python3-ewmh
 version=0.1.6
-revision=4
+revision=5
 wrksrc="ewmh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 73249bae9e9ee5a784a7913a4e583bf1b41b5e63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0757/1106] python3-exifread: rebuild for Python 3.9

---
 srcpkgs/python3-exifread/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template
index b66e0636a71..3e90335a4b2 100644
--- a/srcpkgs/python3-exifread/template
+++ b/srcpkgs/python3-exifread/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-exifread'
 pkgname=python3-exifread
 version=2.3.1
-revision=2
+revision=3
 wrksrc="exif-py-${version}"
 build_style="python3-module"
 hostmakedepends="python3-setuptools"

From 3563f6e5db5deb87bfe936d10be6031b94e3a87d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0758/1106] python3-fasteners: rebuild for Python 3.9

---
 srcpkgs/python3-fasteners/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template
index e5e5c7f206a..0dbad10f475 100644
--- a/srcpkgs/python3-fasteners/template
+++ b/srcpkgs/python3-fasteners/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fasteners'
 pkgname=python3-fasteners
 version=0.15
-revision=3
+revision=4
 wrksrc="fasteners-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6baecde1ca36d3bc17314f9eb20b823aedf9ed55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:38 -0400
Subject: [PATCH 0759/1106] python3-feedgenerator: rebuild for Python 3.9

---
 srcpkgs/python3-feedgenerator/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template
index fa587971f01..5af4acd7353 100644
--- a/srcpkgs/python3-feedgenerator/template
+++ b/srcpkgs/python3-feedgenerator/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-feedgenerator'
 pkgname=python3-feedgenerator
 version=1.9.1
-revision=3
+revision=4
 wrksrc="feedgenerator-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 84d62f11bec75e569d1d10667cd3dce39d557cf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0760/1106] python3-filelock: rebuild for Python 3.9

---
 srcpkgs/python3-filelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 9105ff8689d..a69390e02e5 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=2
+revision=3
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"

From 97c5cdb01efb6c0a4ab2ed8e0533ebe07cd0c1fd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0761/1106] python3-filetype: rebuild for Python 3.9

---
 srcpkgs/python3-filetype/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index d9fcea8be46..3dc20eae525 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
 version=1.0.5
-revision=3
+revision=4
 wrksrc="filetype-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 250d4ca14b24afff60cf4824f2ce0ecd16e3a87a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0762/1106] python3-flaky: rebuild for Python 3.9

---
 srcpkgs/python3-flaky/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template
index 9441a9a4322..bc460f455fa 100644
--- a/srcpkgs/python3-flaky/template
+++ b/srcpkgs/python3-flaky/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-flaky'
 pkgname=python3-flaky
 version=3.6.1
-revision=3
+revision=4
 wrksrc="flaky-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3cb9475f257461a2ff9c98cb82b51aaa34a0dba8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0763/1106] python3-fuse: rebuild for Python 3.9

---
 srcpkgs/python3-fuse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 918234dee10..6b39962f4e3 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=0.3.1
-revision=5
+revision=6
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"

From 1abe9cc5da9cac56804e1bedeb2273ca06c32aa5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0764/1106] python3-future: rebuild for Python 3.9

---
 srcpkgs/python3-future/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template
index b51a9e5773a..6782bef15f0 100644
--- a/srcpkgs/python3-future/template
+++ b/srcpkgs/python3-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-future'
 pkgname=python3-future
 version=0.18.2
-revision=3
+revision=4
 wrksrc="future-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea19bb232b2de6c16388d954bdf63fcf1c86f15a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0765/1106] python3-fuzzyfinder: rebuild for Python 3.9

---
 srcpkgs/python3-fuzzyfinder/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index ee40e68ab4a..36ccf7bb8af 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=1
+revision=2
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a5efdb6f66726c6d7c6140fe25f092729a32d2a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:39 -0400
Subject: [PATCH 0766/1106] python3-gevent: rebuild for Python 3.9

---
 srcpkgs/python3-gevent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template
index 2414ac8cb5a..fad5556530b 100644
--- a/srcpkgs/python3-gevent/template
+++ b/srcpkgs/python3-gevent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gevent'
 pkgname=python3-gevent
 version=1.4.0
-revision=3
+revision=4
 wrksrc="gevent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 883e549606e9839aba284b1bab0c62c6f7bd6a40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0767/1106] python3-gitdb: rebuild for Python 3.9

---
 srcpkgs/python3-gitdb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 30bb8329725..9fc299b8d80 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitdb'
 pkgname=python3-gitdb
 version=2.0.5
-revision=3
+revision=4
 wrksrc="gitdb2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 12b910e33a89c8150f61515b945305bc92f8e78c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0768/1106] python3-github3: rebuild for Python 3.9

---
 srcpkgs/python3-github3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 8873ca5f760..53c0b2b5f96 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-github3'
 pkgname=python3-github3
 version=1.3.0
-revision=3
+revision=4
 wrksrc="github3.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 032db6203141437bd5dedbdb835b140b8173d936 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0769/1106] python3-gitlab: rebuild for Python 3.9

---
 srcpkgs/python3-gitlab/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 5c0080bc92a..8ef62b2570e 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gitlab'
 pkgname=python3-gitlab
 version=1.12.1
-revision=3
+revision=4
 wrksrc=python-gitlab-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c4caae4229f4a5311c39858ee04cb1b31e62c93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0770/1106] python3-gmpy2: rebuild for Python 3.9

---
 srcpkgs/python3-gmpy2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template
index 469d33667a0..2e322329db6 100644
--- a/srcpkgs/python3-gmpy2/template
+++ b/srcpkgs/python3-gmpy2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gmpy2'
 pkgname=python3-gmpy2
 version=2.0.8
-revision=7
+revision=8
 wrksrc="gmpy2-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools

From fbc5d56ec67bb3b474d589e4842f87d0e87828d4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0771/1106] python3-gnupg: rebuild for Python 3.9

---
 srcpkgs/python3-gnupg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template
index fcd1fffc9f8..fcf3734f505 100644
--- a/srcpkgs/python3-gnupg/template
+++ b/srcpkgs/python3-gnupg/template
@@ -2,7 +2,7 @@
 pkgname=python3-gnupg
 _pkgname=python-gnupg
 version=0.4.6
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9261ecbec865c76582ce5902fd94797990453842 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0772/1106] python3-gobject: rebuild for Python 3.9

---
 srcpkgs/python3-gobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template
index 719b1fcde87..45e557faf82 100644
--- a/srcpkgs/python3-gobject/template
+++ b/srcpkgs/python3-gobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gobject'
 pkgname=python3-gobject
 version=3.36.1
-revision=1
+revision=2
 wrksrc="pygobject-${version}"
 build_style=meson
 build_helper="gir"

From a75ea3b48a7a9a67ffceaa7860034cdd1ff277eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0773/1106] python3-gogs-client: rebuild for Python 3.9

---
 srcpkgs/python3-gogs-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index ce29cc9dced..5520cf06d63 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gogs-client'
 pkgname=python3-gogs-client
 version=1.0.6
-revision=5
+revision=6
 wrksrc="gogs_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c9c2e0d78a8df15105598eb0bf2375edd78af9eb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:40 -0400
Subject: [PATCH 0774/1106] python3-google-api-core: rebuild for Python 3.9

---
 srcpkgs/python3-google-api-core/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template
index a721c4d5a56..f933a7e028b 100644
--- a/srcpkgs/python3-google-api-core/template
+++ b/srcpkgs/python3-google-api-core/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-core'
 pkgname=python3-google-api-core
 version=1.22.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c156f1e4a27add6118f28cdb8c2fedb227d3eb28 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0775/1106] python3-google-api-python-client: rebuild for
 Python 3.9

---
 srcpkgs/python3-google-api-python-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template
index fefe2c2d67b..10685d99dbe 100644
--- a/srcpkgs/python3-google-api-python-client/template
+++ b/srcpkgs/python3-google-api-python-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-api-python-client'
 pkgname=python3-google-api-python-client
 version=1.12.3
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56dfc3276ad96dd143c92255eddc91eafe7f65ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0776/1106] python3-google-auth: rebuild for Python 3.9

---
 srcpkgs/python3-google-auth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template
index 5cdbedbc557..9048569a95e 100644
--- a/srcpkgs/python3-google-auth/template
+++ b/srcpkgs/python3-google-auth/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth'
 pkgname=python3-google-auth
 version=1.22.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From 1d50143b43be5a935b1361f19d29b5b29b092620 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0777/1106] python3-google-auth-httplib2: rebuild for Python
 3.9

---
 srcpkgs/python3-google-auth-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template
index 539708b3e0f..08d324c2871 100644
--- a/srcpkgs/python3-google-auth-httplib2/template
+++ b/srcpkgs/python3-google-auth-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-google-auth-httplib2'
 pkgname=python3-google-auth-httplib2
 version=0.0.4
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-setuptools"

From d5bbac0c5c7f68ab379295d113e879ec5d721ae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0778/1106] python3-googleapis-common-protos: rebuild for
 Python 3.9

---
 srcpkgs/python3-googleapis-common-protos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template
index 69206d31f1e..776af77144b 100644
--- a/srcpkgs/python3-googleapis-common-protos/template
+++ b/srcpkgs/python3-googleapis-common-protos/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-googleapis-common-protos'
 pkgname=python3-googleapis-common-protos
 version=1.52.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ea9663642792b7799cf87a75e0db032b67bd2ad0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0779/1106] python3-gpg: rebuild for Python 3.9

---
 srcpkgs/python3-gpg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index 726725ea26e..a9ac107c83e 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=5
+revision=6
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"

From c482b993a4cf47e2fa4517823cdfab175d847b92 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0780/1106] python3-grako: rebuild for Python 3.9

---
 srcpkgs/python3-grako/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template
index 23fe41f35f3..6ee30b92454 100644
--- a/srcpkgs/python3-grako/template
+++ b/srcpkgs/python3-grako/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grako'
 pkgname=python3-grako
 version=3.99.9
-revision=6
+revision=7
 wrksrc="grako-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From 8e2f3d83fe0b2c24e9648d8fa266453160202423 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 12:22:35 -0400
Subject: [PATCH 0781/1106] python3-greenlet: update to 0.4.17.

---
 srcpkgs/python3-greenlet/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index 2c8bf1a0628..182cada6bed 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
-version=0.4.15
-revision=4
+version=0.4.17
+revision=1
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/python-greenlet/greenlet"
 changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
 distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
-checksum=9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc
+checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
 
 do_check() {
 	python3 setup.py test

From bbc91e9997d3f6b1fe4a695c8b07cc88629baf01 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:41 -0400
Subject: [PATCH 0782/1106] python3-grpcio: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index ff8934b3ce8..747e47fc422 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.32.0
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* armv[67]* ppc64le*"
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module

From f9c68a695a7a1905a5a232cccabd527a8a8aacd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0783/1106] python3-grpcio-tools: rebuild for Python 3.9

---
 srcpkgs/python3-grpcio-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template
index 5fd2235a5ff..a7a691c867b 100644
--- a/srcpkgs/python3-grpcio-tools/template
+++ b/srcpkgs/python3-grpcio-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio-tools'
 pkgname=python3-grpcio-tools
 version=1.32.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5a32141562915d69470ccab292b96f31e97d1b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0784/1106] python3-guessit: rebuild for Python 3.9

---
 srcpkgs/python3-guessit/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template
index ec5525b12d4..ededabb16e4 100644
--- a/srcpkgs/python3-guessit/template
+++ b/srcpkgs/python3-guessit/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-guessit'
 pkgname=python3-guessit
 version=3.1.1
-revision=1
+revision=2
 wrksrc="guessit-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bf308af023db5cfcc4ff87f3a73ed04cebdb7a88 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0785/1106] python3-h11: rebuild for Python 3.9

---
 srcpkgs/python3-h11/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template
index 99ec82f0099..03ab54fb52a 100644
--- a/srcpkgs/python3-h11/template
+++ b/srcpkgs/python3-h11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-h11'
 pkgname=python3-h11
 version=0.9.0
-revision=3
+revision=4
 wrksrc=h11-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a2ffde14f8c37723df793099ab71ef053cd8ff5a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0786/1106] python3-habanero: rebuild for Python 3.9

---
 srcpkgs/python3-habanero/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template
index b0b6d938a27..62a95d37dc8 100644
--- a/srcpkgs/python3-habanero/template
+++ b/srcpkgs/python3-habanero/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-habanero'
 pkgname=python3-habanero
 version=0.6.2
-revision=3
+revision=4
 wrksrc="habanero-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 72e6094e8dce425096beffcbb9d7ad6f37ccc20e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0787/1106] python3-hiredis: rebuild for Python 3.9

---
 srcpkgs/python3-hiredis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template
index b63637037f6..20590ddf46f 100644
--- a/srcpkgs/python3-hiredis/template
+++ b/srcpkgs/python3-hiredis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hiredis'
 pkgname=python3-hiredis
 version=1.1.0
-revision=1
+revision=2
 wrksrc="hiredis-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From aa28e779d73de2bde33e6ec6b85796dea1796ccd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0788/1106] python3-hoedown: rebuild for Python 3.9

---
 srcpkgs/python3-hoedown/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index 6164ee9f32b..95843689b5b 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=4
+revision=5
 wrksrc="hoedown-$version"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,3 +13,11 @@ license="MIT"
 distfiles="${PYPI_SITE}/h/hoedown/hoedown-${version}.tar.gz"
 checksum=f987998271adbba8cae3d622ebaa566d72e86f0c5af73131a819f7da6ccbeb90
 conflicts="python-hoedown>=0"
+
+post_extract() {
+	rm -f hoedownpy/hoedown.c
+}
+
+pre_build() {
+	python3 setup.py compile_cython
+}

From 20ee3076e999638724ac0c106ce8c8976b6b70c0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:42 -0400
Subject: [PATCH 0789/1106] python3-hpack: rebuild for Python 3.9

---
 srcpkgs/python3-hpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template
index 7eb9889b862..c3a5ab3c20e 100644
--- a/srcpkgs/python3-hpack/template
+++ b/srcpkgs/python3-hpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hpack'
 pkgname=python3-hpack
 version=3.0.0
-revision=3
+revision=4
 wrksrc=hpack-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7dbf8eb79f78f9b4173e0dfa12a603f993b481cb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0790/1106] python3-html5-parser: rebuild for Python 3.9

---
 srcpkgs/python3-html5-parser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template
index 6b975e1dc15..f160e5893a4 100644
--- a/srcpkgs/python3-html5-parser/template
+++ b/srcpkgs/python3-html5-parser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5-parser'
 pkgname=python3-html5-parser
 version=0.4.9
-revision=3
+revision=4
 wrksrc="html5-parser-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config"

From 925e663e581c89b6cab0cff13c492e3109b70263 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0791/1106] python3-html5lib: rebuild for Python 3.9

---
 srcpkgs/python3-html5lib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template
index 5568ed9acdd..5db4d4d9cc7 100644
--- a/srcpkgs/python3-html5lib/template
+++ b/srcpkgs/python3-html5lib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-html5lib'
 pkgname=python3-html5lib
 version=1.0.1
-revision=4
+revision=5
 wrksrc="html5lib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d2551aab62cf88295264225d09d25a4fab3c1d47 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0792/1106] python3-httmock: rebuild for Python 3.9

---
 srcpkgs/python3-httmock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template
index 7c8195dd3f8..db9c09060ad 100644
--- a/srcpkgs/python3-httmock/template
+++ b/srcpkgs/python3-httmock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httmock'
 pkgname=python3-httmock
 version=1.3.0
-revision=3
+revision=4
 wrksrc="httmock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb9ddf6feacbc68bcdf922700714b4201df2eaf9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0793/1106] python3-httplib2: rebuild for Python 3.9

---
 srcpkgs/python3-httplib2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template
index 99ae7217f46..f3f1fe63a15 100644
--- a/srcpkgs/python3-httplib2/template
+++ b/srcpkgs/python3-httplib2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-httplib2'
 pkgname=python3-httplib2
 version=0.18.1
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="httplib2-${version}"
 build_style=python3-module

From 5e1b59f2b94d1bc145d379efe33f8992660ed6a3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0794/1106] python3-hyper-h2: rebuild for Python 3.9

---
 srcpkgs/python3-hyper-h2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template
index bf56f8bc69d..8f8e955978b 100644
--- a/srcpkgs/python3-hyper-h2/template
+++ b/srcpkgs/python3-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyper-h2'
 pkgname=python3-hyper-h2
 version=3.2.0
-revision=2
+revision=3
 wrksrc="hyper-h2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 29992143e76ed705521a2a0f46606099daf6458a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0795/1106] python3-hypercorn: update to 0.11.1

---
 srcpkgs/python3-hypercorn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template
index c61231d1163..e33dff0de19 100644
--- a/srcpkgs/python3-hypercorn/template
+++ b/srcpkgs/python3-hypercorn/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-hypercorn'
 pkgname=python3-hypercorn
-version=0.11.0
+version=0.11.1
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://gitlab.com/pgjones/hypercorn"
 changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
 distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
-checksum=1b4b3d4ddb2775bfea1c9c1dab5afffcc311f5871aed102f2d19a14478c6804a
+checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
 
 post_install() {
 	vlicense LICENSE

From ed62813d711848deb889cd70affbb3cd558ee7f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0796/1106] python3-hyperframe: rebuild for Python 3.9

---
 srcpkgs/python3-hyperframe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template
index edae28f1acb..2ee216c1430 100644
--- a/srcpkgs/python3-hyperframe/template
+++ b/srcpkgs/python3-hyperframe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-hyperframe'
 pkgname=python3-hyperframe
 version=5.2.0
-revision=3
+revision=4
 wrksrc=hyperframe-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 043817960af46b6450d4d1f02ad1424ff6166cb5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:43 -0400
Subject: [PATCH 0797/1106] python3-icalendar: rebuild for Python 3.9

---
 srcpkgs/python3-icalendar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template
index 8d3514449bf..78d1433b144 100644
--- a/srcpkgs/python3-icalendar/template
+++ b/srcpkgs/python3-icalendar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-icalendar'
 pkgname=python3-icalendar
 version=4.0.6
-revision=2
+revision=3
 wrksrc="icalendar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5e7c089128104e8288017ddbdafcf636ca551660 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0798/1106] python3-imageio: rebuild for Python 3.9

---
 srcpkgs/python3-imageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template
index 52e5ef22d8f..608859d5371 100644
--- a/srcpkgs/python3-imageio/template
+++ b/srcpkgs/python3-imageio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imageio'
 pkgname=python3-imageio
 version=2.9.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e1f87a9dc1a9df7e5002a15d98cfdbd7fac73b8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0799/1106] python3-imagesize: rebuild for Python 3.9

---
 srcpkgs/python3-imagesize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template
index 90a8db9fa29..71537584f75 100644
--- a/srcpkgs/python3-imagesize/template
+++ b/srcpkgs/python3-imagesize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-imagesize'
 pkgname=python3-imagesize
 version=1.1.0
-revision=3
+revision=4
 wrksrc="imagesize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c06b2e35fb41db6afa6545e85a2b506e9b6d2f9c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0800/1106] python3-iniconfig: rebuild for Python 3.9

---
 srcpkgs/python3-iniconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template
index b78ff3ce297..faffc52860a 100644
--- a/srcpkgs/python3-iniconfig/template
+++ b/srcpkgs/python3-iniconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iniconfig'
 pkgname=python3-iniconfig
 version=1.0.1
-revision=1
+revision=2
 wrksrc="iniconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb1463f7277c4b2c4ab3a8d0aa631eb019995fc3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0801/1106] python3-inotify: rebuild for Python 3.9

---
 srcpkgs/python3-inotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template
index f714203427d..69f75393576 100644
--- a/srcpkgs/python3-inotify/template
+++ b/srcpkgs/python3-inotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-inotify'
 pkgname=python3-inotify
 version=0.9.6
-revision=5
+revision=6
 wrksrc="pyinotify-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e37e791ebcd9f66217fb2963c29593be75e9abe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0802/1106] python3-iptools: rebuild for Python 3.9

---
 srcpkgs/python3-iptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template
index 9f1107dddb0..4ea709ead32 100644
--- a/srcpkgs/python3-iptools/template
+++ b/srcpkgs/python3-iptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iptools'
 pkgname=python3-iptools
 version=0.7.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e9cd2202339cf488f342259cdcde43eca1d225b9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0803/1106] python3-isbnlib: rebuild for Python 3.9

---
 srcpkgs/python3-isbnlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template
index 3ca66ed74d7..d8eaa48e2a9 100644
--- a/srcpkgs/python3-isbnlib/template
+++ b/srcpkgs/python3-isbnlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isbnlib'
 pkgname=python3-isbnlib
 version=3.9.6
-revision=3
+revision=4
 wrksrc="isbnlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f860b5a67da72d0557249e69bf5eb2051054b59f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0804/1106] python3-isort: rebuild for Python 3.9

---
 srcpkgs/python3-isort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template
index 801bef84afb..67c12e9e63f 100644
--- a/srcpkgs/python3-isort/template
+++ b/srcpkgs/python3-isort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-isort'
 pkgname=python3-isort
 version=4.3.21
-revision=3
+revision=4
 wrksrc="isort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c473c6e19563a0b3dd02294201237d05ea456b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:44 -0400
Subject: [PATCH 0805/1106] python3-itsdangerous: rebuild for Python 3.9

---
 srcpkgs/python3-itsdangerous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template
index 0c78a724eea..965c27163cf 100644
--- a/srcpkgs/python3-itsdangerous/template
+++ b/srcpkgs/python3-itsdangerous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-itsdangerous'
 pkgname=python3-itsdangerous
 version=1.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 727c1e8f54f258a3ee63d3ff881f4bbbbc69c7a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0806/1106] python3-iwlib: rebuild for Python 3.9

---
 srcpkgs/python3-iwlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template
index daa36e7a227..d917c972e78 100644
--- a/srcpkgs/python3-iwlib/template
+++ b/srcpkgs/python3-iwlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-iwlib'
 pkgname=python3-iwlib
 version=1.7.0
-revision=4
+revision=5
 wrksrc="iwlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 1ffd3c5af86ce17b9e161946ed7803a2f760356a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0807/1106] python3-jedi: rebuild for Python 3.9

---
 srcpkgs/python3-jedi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template
index 1c1f12397d3..0adda2c40ca 100644
--- a/srcpkgs/python3-jedi/template
+++ b/srcpkgs/python3-jedi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jedi'
 pkgname=python3-jedi
 version=0.17.2
-revision=3
+revision=4
 wrksrc="jedi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2e8732ceefa189a7fc8ccdd98078bd55bcbedb79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0808/1106] python3-jellyfish: rebuild for Python 3.9

---
 srcpkgs/python3-jellyfish/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5d0a614c397..d852e40e355 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.7.2
-revision=2
+revision=3
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 pycompile_module="jellyfish"

From 4d02177f9b3eeb03f4c328f94bd3e7d9ce57332d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0809/1106] python3-jmespath: rebuild for Python 3.9

---
 srcpkgs/python3-jmespath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template
index 0bcd20e6b28..236829aac1e 100644
--- a/srcpkgs/python3-jmespath/template
+++ b/srcpkgs/python3-jmespath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jmespath'
 pkgname=python3-jmespath
 version=0.10.0
-revision=2
+revision=3
 wrksrc="jmespath.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fd2e0ad53a4583219bd55fd3bad2dbec22a6051e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0810/1106] python3-joblib: rebuild for Python 3.9

---
 srcpkgs/python3-joblib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template
index 9fb2de69eec..29ff3b7f7ba 100644
--- a/srcpkgs/python3-joblib/template
+++ b/srcpkgs/python3-joblib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-joblib'
 pkgname=python3-joblib
 version=0.17.0
-revision=1
+revision=2
 wrksrc="joblib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f22efdece72405b0b4c663f13b4b0e8ec1589f57 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0811/1106] python3-josepy: rebuild for Python 3.9

---
 srcpkgs/python3-josepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template
index b69c2e24fc5..6d207f7fc01 100644
--- a/srcpkgs/python3-josepy/template
+++ b/srcpkgs/python3-josepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-josepy'
 pkgname=python3-josepy
 version=1.4.0
-revision=1
+revision=2
 wrksrc="josepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 493ee957469f19edae9f261a585ae73ec94989e7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:45 -0400
Subject: [PATCH 0812/1106] python3-jsondiff: rebuild for Python 3.9

---
 srcpkgs/python3-jsondiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template
index 5716587296c..7880b58ef06 100644
--- a/srcpkgs/python3-jsondiff/template
+++ b/srcpkgs/python3-jsondiff/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsondiff'
 pkgname=python3-jsondiff
 version=1.2.0
-revision=2
+revision=3
 wrksrc="jsondiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a0d902d688d47e243b9437f160c72eecc58758f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0813/1106] python3-jsonpointer: rebuild for Python 3.9

---
 srcpkgs/python3-jsonpointer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template
index f8d27a50d6d..0b88878f690 100644
--- a/srcpkgs/python3-jsonpointer/template
+++ b/srcpkgs/python3-jsonpointer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonpointer'
 pkgname=python3-jsonpointer
 version=2.0
-revision=3
+revision=4
 wrksrc="jsonpointer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b65859160cb12f431a2ac13e40fabfaaeaf007e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0814/1106] python3-jsonrpclib: rebuild for Python 3.9

---
 srcpkgs/python3-jsonrpclib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template
index 3cf4a83073c..6887e6aa140 100644
--- a/srcpkgs/python3-jsonrpclib/template
+++ b/srcpkgs/python3-jsonrpclib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jsonrpclib'
 pkgname=python3-jsonrpclib
 version=0.4.0
-revision=3
+revision=4
 wrksrc="jsonrpclib-pelix-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eff3bb2d4e47328b73cfa4f1f6371768a941ebf0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0815/1106] python3-jsonschema: rebuild for Python 3.9

---
 srcpkgs/python3-jsonschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template
index 48686ae9a73..c3954b106dc 100644
--- a/srcpkgs/python3-jsonschema/template
+++ b/srcpkgs/python3-jsonschema/template
@@ -2,7 +2,7 @@
 pkgname=python3-jsonschema
 reverts="3.0.2_1"
 version=2.6.0
-revision=5
+revision=6
 wrksrc="jsonschema-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f4b7c8298725e38a355d5c0e4e4df9c3e3a5609c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0816/1106] python3-kaptan: rebuild for Python 3.9

---
 srcpkgs/python3-kaptan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template
index c9af58bf95c..c2a0d57586d 100644
--- a/srcpkgs/python3-kaptan/template
+++ b/srcpkgs/python3-kaptan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kaptan'
 pkgname=python3-kaptan
 version=0.5.12
-revision=3
+revision=4
 wrksrc="kaptan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b0b2e707a42a6da9637b810e79d8bfbb2ab72944 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0817/1106] python3-keepalive: rebuild for Python 3.9

---
 srcpkgs/python3-keepalive/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template
index 5272922253d..d9dd189ffaa 100644
--- a/srcpkgs/python3-keepalive/template
+++ b/srcpkgs/python3-keepalive/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keepalive'
 pkgname=python3-keepalive
 version=0.5
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 74ea4c4f67ce7268bdb96b0f3847e59768c20d27 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0818/1106] python3-keyutils: rebuild for Python 3.9

---
 srcpkgs/python3-keyutils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index 20f5a6b8e21..dae38bbae85 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=3
+revision=4
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b894126c64ac96e7b6210df7eb9af1d879f96be8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:46 -0400
Subject: [PATCH 0819/1106] python3-kitchen: rebuild for Python 3.9

---
 srcpkgs/python3-kitchen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template
index 165899bfbab..390e1982ba3 100644
--- a/srcpkgs/python3-kitchen/template
+++ b/srcpkgs/python3-kitchen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kitchen'
 pkgname=python3-kitchen
 version=1.2.6
-revision=4
+revision=5
 wrksrc="kitchen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 98c9265f2f913a4b803ef0ea91428385c8f1b6a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0820/1106] python3-kiwisolver: rebuild for Python 3.9

---
 srcpkgs/python3-kiwisolver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index cbabfa84931..e2d483ea9f5 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.0.1
-revision=4
+revision=5
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c577da8669e8b49ed7d0b47da18da9f56901387c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0821/1106] python3-lazy-object-proxy: rebuild for Python 3.9

---
 srcpkgs/python3-lazy-object-proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 5284244320a..cf606a1869f 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.4.3
-revision=3
+revision=4
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 08deadb0952461866df8623974a894fcb73e11c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0822/1106] python3-ldap: rebuild for Python 3.9

---
 srcpkgs/python3-ldap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template
index 90d9650d89c..eae718b30d3 100644
--- a/srcpkgs/python3-ldap/template
+++ b/srcpkgs/python3-ldap/template
@@ -2,7 +2,7 @@
 pkgname=python3-ldap
 _pkgname=python-ldap
 version=3.2.0
-revision=2
+revision=3
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a6e54bc444b4776ea1d51cffbe902f7a02aa0f25 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0823/1106] python3-ldap3: rebuild for Python 3.9

---
 srcpkgs/python3-ldap3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template
index c1cabd083da..e9e55bb45de 100644
--- a/srcpkgs/python3-ldap3/template
+++ b/srcpkgs/python3-ldap3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ldap3'
 pkgname=python3-ldap3
 version=2.6.1
-revision=3
+revision=4
 wrksrc="ldap3-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 28b807cf09b2945065d1421f2edce2fb24c0eaa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0824/1106] python3-libarchive-c: rebuild for Python 3.9

---
 srcpkgs/python3-libarchive-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template
index 8ddf42fbec5..d78547276f3 100644
--- a/srcpkgs/python3-libarchive-c/template
+++ b/srcpkgs/python3-libarchive-c/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libarchive-c'
 pkgname=python3-libarchive-c
 version=2.9
-revision=1
+revision=2
 wrksrc="libarchive-c-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 160cdd38717ac266795eef7a0e1cc330729de5ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0825/1106] python3-libevdev: rebuild for Python 3.9

---
 srcpkgs/python3-libevdev/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template
index 66cfca9be9d..db27d9d67b8 100644
--- a/srcpkgs/python3-libevdev/template
+++ b/srcpkgs/python3-libevdev/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libevdev'
 pkgname=python3-libevdev
 version=0.9
-revision=1
+revision=2
 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
 wrksrc="python-libevdev-${version}-${_githash}"
 build_style=python3-module

From 4583002920554d3c039f0aea0b634fef34f73b39 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0826/1106] python3-libtmux: rebuild for Python 3.9

---
 srcpkgs/python3-libtmux/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template
index cc704853b0e..c6363ece8bf 100644
--- a/srcpkgs/python3-libtmux/template
+++ b/srcpkgs/python3-libtmux/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-libtmux'
 pkgname=python3-libtmux
 version=0.8.1
-revision=3
+revision=4
 wrksrc="libtmux-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e2713c6dc68bedabee536b2ce674a5c33e6d4d85 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:47 -0400
Subject: [PATCH 0827/1106] python3-llfuse: update to 1.3.7

---
 .../python3-llfuse/patches/thread_id.patch    | 36 +++++++++++++++++++
 srcpkgs/python3-llfuse/template               | 15 +++++---
 2 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/python3-llfuse/patches/thread_id.patch

diff --git a/srcpkgs/python3-llfuse/patches/thread_id.patch b/srcpkgs/python3-llfuse/patches/thread_id.patch
new file mode 100644
index 00000000000..7f19db512f9
--- /dev/null
+++ b/srcpkgs/python3-llfuse/patches/thread_id.patch
@@ -0,0 +1,36 @@
+From https://github.com/python-llfuse/python-llfuse/issues/28
+
+diff --git src/fuse_api.pxi src/fuse_api.pxi
+index 48bda30..1d803de 100644
+--- src/fuse_api.pxi
++++ src/fuse_api.pxi
+@@ -11,6 +11,9 @@ the terms of the GNU LGPL.
+ 
+ '''
+ 
++from libc.stdint cimport intptr_t
++
++
+ def listdir(path):
+     '''Like `os.listdir`, but releases the GIL.
+ 
+@@ -382,6 +385,7 @@ ctypedef struct worker_data_t:
+ cdef void* worker_start(void* data) with gil:
+     cdef worker_data_t *wd
+     cdef int res
++    cdef intptr_t tid
+     global exc_info
+ 
+     wd = <worker_data_t*> data
+@@ -393,8 +397,9 @@ cdef void* worker_start(void* data) with gil:
+         session_loop(wd.buf, wd.bufsize)
+     except:
+         fuse_session_exit(session)
+-        log.error('FUSE worker thread %d terminated with exception, '
+-                  'aborting processing', wd.thread_id)
++        tid = wd.thread_id
++        log.error('FUSE worker thread %p terminated with exception, '
++                  'aborting processing', tid)
+         res = pthread_mutex_lock(&exc_info_mutex)
+         if res != 0:
+             log.error('pthread_mutex_lock failed with %s',
diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template
index 305924d199a..9ee6facd060 100644
--- a/srcpkgs/python3-llfuse/template
+++ b/srcpkgs/python3-llfuse/template
@@ -1,15 +1,20 @@
 # Template file for 'python3-llfuse'
 pkgname=python3-llfuse
-version=1.3.6
-revision=2
+version=1.3.7
+revision=1
 wrksrc="llfuse-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools pkg-config"
+hostmakedepends="python3-setuptools python3-Cython pkg-config"
 makedepends="python3-devel fuse-devel attr-devel"
 depends="python3"
 short_desc="Python3 bindings for the low level FUSE API"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.0-or-later"
 homepage="https://github.com/python-llfuse/python-llfuse"
-distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
-checksum=31a267f7ec542b0cd62e0f1268e1880fdabf3f418ec9447def99acfa6eff2ec9
+distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
+checksum=95b750303735fdba836a46b3066e102ae74b9707c1e43581bb17329769340054
+
+pre_build() {
+	rm src/llfuse.c
+	python3 setup.py build_cython
+}

From 83d1146a6c62eb5ff324169184db22462e2dfbbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0828/1106] python3-logbook: rebuild for Python 3.9

---
 srcpkgs/python3-logbook/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 70567d94d55..aab27f27e2d 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=1
+revision=2
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"

From 3e3d1f3c02ad9c6bcc9602ca326f96441e9d3e70 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0829/1106] python3-logfury: rebuild for Python 3.9

---
 srcpkgs/python3-logfury/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template
index cad07a8cb88..b718e762ff2 100644
--- a/srcpkgs/python3-logfury/template
+++ b/srcpkgs/python3-logfury/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-logfury'
 pkgname=python3-logfury
 version=0.1.2
-revision=6
+revision=7
 wrksrc="logfury-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8f249fe9c28eff7dac6b1b95de509fe15c0ad77e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0830/1106] python3-lz4: rebuild for Python 3.9

---
 srcpkgs/python3-lz4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template
index 29edfbcd8b0..caefedb411f 100644
--- a/srcpkgs/python3-lz4/template
+++ b/srcpkgs/python3-lz4/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-lz4'
 pkgname=python3-lz4
 version=2.1.6
-revision=4
+revision=5
 wrksrc="lz4-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-pkgconfig"

From 938cbb758657719e1ec828c26277c05acab12d9d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0831/1106] python3-magic: rebuild for Python 3.9

---
 srcpkgs/python3-magic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index 3adb458996d..fb4c324dc86 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.18
-revision=3
+revision=4
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b819fa122570311e2a5cd66394b694efd42ad600 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0832/1106] python3-marisa-trie: rebuild for Python 3.9

---
 srcpkgs/python3-marisa-trie/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index ab26456bd5b..288e5650df1 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=4
+revision=5
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
@@ -14,6 +14,11 @@ changelog="https://raw.githubusercontent.com/pytries/marisa-trie/master/CHANGES.
 distfiles="${PYPI_SITE}/m/marisa-trie/marisa-trie-${version}.tar.gz"
 checksum=c73bc25d868e8c4ea7aa7f1e19892db07bba2463351269b05340ccfa06eb2baf
 
+pre_build() {
+	rm -f src/marisa_trie.cpp
+	cython src/*.pyx src/*.pxd --cplus
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 0a29fa52af4874f807a9799c38b953de60952876 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0833/1106] python3-markdown2: rebuild for Python 3.9

---
 srcpkgs/python3-markdown2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index b263ff0979f..a79bc5fee6d 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.3.8
-revision=3
+revision=4
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4299d6c1ce732f2802b5712c6a8580886551e7b0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:48 -0400
Subject: [PATCH 0834/1106] python3-matplotlib: rebuild for Python 3.9

---
 srcpkgs/python3-matplotlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template
index 586562eeb73..eb39817da88 100644
--- a/srcpkgs/python3-matplotlib/template
+++ b/srcpkgs/python3-matplotlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matplotlib'
 pkgname=python3-matplotlib
 version=3.3.2
-revision=1
+revision=2
 wrksrc="matplotlib-${version}"
 build_style=python3-module
 build_helper="numpy"

From 155ed6fda99c3e9c1bf7e537cb8dfbc6d94d0984 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0835/1106] python3-matrix-nio: rebuild for Python 3.9

---
 srcpkgs/python3-matrix-nio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template
index e0d57c76eb7..f819fbd2c17 100644
--- a/srcpkgs/python3-matrix-nio/template
+++ b/srcpkgs/python3-matrix-nio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-matrix-nio'
 pkgname=python3-matrix-nio
 version=0.15.1
-revision=1
+revision=2
 wrksrc="matrix-nio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fa63bc7536dc419b19f705803bed36b9341c03d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0836/1106] python3-mccabe: rebuild for Python 3.9

---
 srcpkgs/python3-mccabe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template
index 58b382f72c4..8f7efe4d78f 100644
--- a/srcpkgs/python3-mccabe/template
+++ b/srcpkgs/python3-mccabe/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mccabe'
 pkgname=python3-mccabe
 version=0.6.1
-revision=4
+revision=5
 wrksrc="mccabe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 06154f41edd0a3b97346b72f4e1e55d14f5a9903 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0837/1106] python3-mechanize: rebuild for Python 3.9

---
 srcpkgs/python3-mechanize/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template
index d6b8f7d764d..0d73fc8766f 100644
--- a/srcpkgs/python3-mechanize/template
+++ b/srcpkgs/python3-mechanize/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mechanize'
 pkgname=python3-mechanize
 version=0.4.3
-revision=5
+revision=6
 wrksrc="mechanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ccf803683835dd88ac7a959d16c9dd62ad20ff4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0838/1106] python3-miniupnpc: rebuild for Python 3.9

---
 srcpkgs/python3-miniupnpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template
index 4331ce7e85e..e048910b4e5 100644
--- a/srcpkgs/python3-miniupnpc/template
+++ b/srcpkgs/python3-miniupnpc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-miniupnpc'
 pkgname=python3-miniupnpc
 version=2.0.2
-revision=4
+revision=5
 wrksrc="miniupnpc-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9b94fa6fc6372f2f99066b0b8e82819ec1878a71 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0839/1106] python3-misaka: rebuild for Python 3.9

---
 srcpkgs/python3-misaka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template
index 6580b2ed512..05530b99c46 100644
--- a/srcpkgs/python3-misaka/template
+++ b/srcpkgs/python3-misaka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-misaka'
 pkgname=python3-misaka
 version=2.1.1
-revision=1
+revision=2
 wrksrc=misaka-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 4c66b0c174b9ed1e6f39c19640a8b787ef4bc0ba Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0840/1106] python3-mistune: rebuild for Python 3.9

---
 srcpkgs/python3-mistune/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template
index 9a7f9826e0a..d090f265beb 100644
--- a/srcpkgs/python3-mistune/template
+++ b/srcpkgs/python3-mistune/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mistune'
 pkgname=python3-mistune
 version=0.8.4
-revision=3
+revision=4
 wrksrc="mistune-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d5d9270a4703de1e0e65e3135413a06e61c3d64 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0841/1106] python3-more-itertools: rebuild for Python 3.9

---
 srcpkgs/python3-more-itertools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template
index 116e86e04c5..da0f10049e6 100644
--- a/srcpkgs/python3-more-itertools/template
+++ b/srcpkgs/python3-more-itertools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-more-itertools'
 pkgname=python3-more-itertools
 version=8.5.0
-revision=1
+revision=2
 wrksrc="more-itertools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From df6142857fb13fdaf55c4bab2bf9cbe1fa5e2a63 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:49 -0400
Subject: [PATCH 0842/1106] python3-mpd2: rebuild for Python 3.9

---
 srcpkgs/python3-mpd2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template
index 794212831f7..29ecea48b68 100644
--- a/srcpkgs/python3-mpd2/template
+++ b/srcpkgs/python3-mpd2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpd2'
 pkgname=python3-mpd2
 version=1.0.0
-revision=3
+revision=4
 wrksrc=python-mpd2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e5eac79dc21a8b03d9ff2d94adabfe9562610ed7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0843/1106] python3-mpdnotify: rebuild for Python 3.9

---
 srcpkgs/python3-mpdnotify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template
index 7f3fafe2e9f..4943cecd06e 100644
--- a/srcpkgs/python3-mpdnotify/template
+++ b/srcpkgs/python3-mpdnotify/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpdnotify'
 pkgname=python3-mpdnotify
 version=1.0
-revision=1
+revision=2
 wrksrc=mpdnotify-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Pillow python3-mpd2"

From d7a5556b00e4ef0ec381756c579fe17a258e174a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0844/1106] python3-mpi4py: rebuild for Python 3.9

---
 srcpkgs/python3-mpi4py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template
index dc67bc1916f..200b4135851 100644
--- a/srcpkgs/python3-mpi4py/template
+++ b/srcpkgs/python3-mpi4py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpi4py'
 pkgname=python3-mpi4py
 version=3.0.3
-revision=1
+revision=2
 wrksrc="mpi4py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi"

From d324cfc36deff9e7f9c1b8a44c6f71db745da168 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0845/1106] python3-mpmath: rebuild for Python 3.9

---
 srcpkgs/python3-mpmath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template
index 69b5cd3bca7..4e3ea5953a3 100644
--- a/srcpkgs/python3-mpmath/template
+++ b/srcpkgs/python3-mpmath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mpmath'
 pkgname=python3-mpmath
 version=1.1.0
-revision=3
+revision=4
 wrksrc="mpmath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3838b4fd3d6ee1739048724fb7eff34d1c6d6264 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0846/1106] python3-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-msgpack/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index f6f5f17be58..dbcf1068f6d 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.0
-revision=3
+revision=4
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 43d12d5f408e1ce945d7b37c0e38c11024a050b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0847/1106] python3-msoffcrypto-tool: rebuild for Python 3.9

---
 srcpkgs/python3-msoffcrypto-tool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template
index 6400d96a868..4741ec40836 100644
--- a/srcpkgs/python3-msoffcrypto-tool/template
+++ b/srcpkgs/python3-msoffcrypto-tool/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-msoffcrypto-tool'
 pkgname=python3-msoffcrypto-tool
 version=4.11.0
-revision=1
+revision=2
 wrksrc="msoffcrypto-tool-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 835b296834c59d8456c88adf751978c06f7f8f26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0848/1106] python3-mtranslate: rebuild for Python 3.9

---
 srcpkgs/python3-mtranslate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template
index e15e054b90e..613d1e96c4d 100644
--- a/srcpkgs/python3-mtranslate/template
+++ b/srcpkgs/python3-mtranslate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mtranslate'
 pkgname=python3-mtranslate
 version=1.6
-revision=3
+revision=4
 wrksrc="mtranslate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 879d3435524723208a534b45ab8ac50f783e81ac Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:50 -0400
Subject: [PATCH 0849/1106] python3-multidict: rebuild for Python 3.9

---
 srcpkgs/python3-multidict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index 111cd6f683d..1a805d98207 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=4.7.6
-revision=1
+revision=2
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-Cython python3-setuptools"

From 724afcc5e8ca2b903ac43070ec68767817eabbfb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0850/1106] python3-musicbrainzngs: rebuild for Python 3.9

---
 srcpkgs/python3-musicbrainzngs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template
index 6bb7c93ce6a..8de5f65f12d 100644
--- a/srcpkgs/python3-musicbrainzngs/template
+++ b/srcpkgs/python3-musicbrainzngs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-musicbrainzngs'
 pkgname=python3-musicbrainzngs
 version=0.6
-revision=6
+revision=7
 wrksrc="musicbrainzngs-${version}"
 build_style="python3-module"
 hostmakedepends="python3-devel"

From ebc33eda39536416736c38741a4fb050c8775f54 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0851/1106] python3-mygpoclient: rebuild for Python 3.9

---
 srcpkgs/python3-mygpoclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template
index 4e7c97ea1b6..a3d39790977 100644
--- a/srcpkgs/python3-mygpoclient/template
+++ b/srcpkgs/python3-mygpoclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mygpoclient'
 pkgname=python3-mygpoclient
 version=1.8
-revision=4
+revision=5
 wrksrc="mygpoclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b000bccdbd5b7b98459082b66ddc7fef4b13e817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0852/1106] python3-mysqlclient: rebuild for Python 3.9

---
 srcpkgs/python3-mysqlclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 5685da31ab8..12b06f20d65 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=3
+revision=4
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b8ed54290fad70165168b20d9b77a1abbb1799c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0853/1106] python3-namedlist: rebuild for Python 3.9

---
 srcpkgs/python3-namedlist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template
index 1d947ec4cfd..0ecdcafe873 100644
--- a/srcpkgs/python3-namedlist/template
+++ b/srcpkgs/python3-namedlist/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-namedlist'
 pkgname=python3-namedlist
 version=1.8
-revision=2
+revision=3
 wrksrc="namedlist-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b91d183d97834da567d091155ec41ae9965ae234 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0854/1106] python3-natsort: rebuild for Python 3.9

---
 srcpkgs/python3-natsort/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template
index d86211907f5..0cc3ea1e95e 100644
--- a/srcpkgs/python3-natsort/template
+++ b/srcpkgs/python3-natsort/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-natsort'
 pkgname=python3-natsort
 version=6.0.0
-revision=3
+revision=4
 wrksrc="natsort-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2af4099de871d7409fd37835bcf8789dbb039bbf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0855/1106] python3-nbxmpp: rebuild for Python 3.9

---
 srcpkgs/python3-nbxmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template
index 583a4691a4d..bb6b13ae6ff 100644
--- a/srcpkgs/python3-nbxmpp/template
+++ b/srcpkgs/python3-nbxmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nbxmpp'
 pkgname=python3-nbxmpp
 version=1.0.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 556437bed55041b7209cb15fe34731a926b76f05 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0856/1106] python3-ndg_httpsclient: rebuild for Python 3.9

---
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index df96d0081a0..03c0861f8d9 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ndg_httpsclient'
 pkgname=python3-ndg_httpsclient
 version=0.5.1
-revision=3
+revision=4
 wrksrc="ndg_httpsclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 56921c511264065612d7a7314ad9709ee3203f13 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:51 -0400
Subject: [PATCH 0857/1106] python3-netaddr: rebuild for Python 3.9

---
 srcpkgs/python3-netaddr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template
index 4d6d5161b34..9454e7453dd 100644
--- a/srcpkgs/python3-netaddr/template
+++ b/srcpkgs/python3-netaddr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-netaddr'
 pkgname=python3-netaddr
 version=0.7.19
-revision=4
+revision=5
 wrksrc="netaddr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fb4e6b5922b0dac12a397eb276967281510a98a9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0858/1106] python3-networkx: rebuild for Python 3.9

---
 srcpkgs/python3-networkx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template
index 1260ac3a468..e0c7b03fe59 100644
--- a/srcpkgs/python3-networkx/template
+++ b/srcpkgs/python3-networkx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-networkx'
 pkgname=python3-networkx
 version=2.5
-revision=1
+revision=2
 wrksrc="networkx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From cc68b331e2461a5d8ac365a9596a71ecfa224228 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0859/1106] python3-nose-random: rebuild for Python 3.9

---
 srcpkgs/python3-nose-random/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template
index 987220ff5cd..5cace38cb89 100644
--- a/srcpkgs/python3-nose-random/template
+++ b/srcpkgs/python3-nose-random/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose-random'
 pkgname=python3-nose-random
 version=1.0.0
-revision=2
+revision=3
 wrksrc="nose-random-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 949e78c276540c0b0c326634c789c962b08f754a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0860/1106] python3-nose2: rebuild for Python 3.9

---
 srcpkgs/python3-nose2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template
index a21c090356b..d1f95c3e373 100644
--- a/srcpkgs/python3-nose2/template
+++ b/srcpkgs/python3-nose2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-nose2'
 pkgname=python3-nose2
 version=0.8.0
-revision=3
+revision=4
 wrksrc="nose2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dbb7d8f8af064e14eefc398e0fcc4ac297cffb41 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0861/1106] python3-npyscreen: rebuild for Python 3.9

---
 srcpkgs/python3-npyscreen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template
index f9d29115bfe..1ecfe7c3bda 100644
--- a/srcpkgs/python3-npyscreen/template
+++ b/srcpkgs/python3-npyscreen/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-npyscreen'
 pkgname=python3-npyscreen
 version=4.10.5.1
-revision=3
+revision=4
 wrksrc="npyscreen-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From eb201a04e3f80340683917842489d14eacde3b5c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0862/1106] python3-ntplib: rebuild for Python 3.9

---
 srcpkgs/python3-ntplib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template
index 811c9b25e9d..6de96f22702 100644
--- a/srcpkgs/python3-ntplib/template
+++ b/srcpkgs/python3-ntplib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ntplib'
 pkgname=python3-ntplib
 version=0.3.4
-revision=1
+revision=2
 wrksrc="ntplib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d93dc056ab591ae3c69c0a87b3d35297b8c45866 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0863/1106] python3-numexpr: rebuild for Python 3.9

---
 srcpkgs/python3-numexpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template
index c19b5149018..ce056126e98 100644
--- a/srcpkgs/python3-numexpr/template
+++ b/srcpkgs/python3-numexpr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numexpr'
 pkgname=python3-numexpr
 version=2.7.0
-revision=3
+revision=4
 wrksrc="numexpr-${version}"
 build_style=python3-module
 build_helper=numpy

From ed738568b10edbf21e901cc43f0a0e82931bfbb0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0864/1106] python3-numpy: rebuild for Python 3.9

---
 srcpkgs/python3-numpy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template
index 759899d8e7b..d5bb09aa63c 100644
--- a/srcpkgs/python3-numpy/template
+++ b/srcpkgs/python3-numpy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy'
 pkgname=python3-numpy
 version=1.19.2
-revision=1
+revision=2
 wrksrc="numpy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython gcc-fortran"

From 2411a47e630b1ced8615d32bf786158fae8f03e0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:52 -0400
Subject: [PATCH 0865/1106] python3-numpy-stl: rebuild for Python 3.9

---
 srcpkgs/python3-numpy-stl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 1693e0b6f2c..2876d3266ad 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
 version=2.11.2
-revision=1
+revision=2
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From e90df343070ca61f0518f09eddb1f8fee505478d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0866/1106] python3-oauth2client: rebuild for Python 3.9

---
 srcpkgs/python3-oauth2client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template
index c0b36a0c10d..940ae74c971 100644
--- a/srcpkgs/python3-oauth2client/template
+++ b/srcpkgs/python3-oauth2client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauth2client'
 pkgname=python3-oauth2client
 version=4.1.3
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 76c40593625d0d8401a496a2f8cd48ca423fad23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0867/1106] python3-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template
index 642950f51e4..6bc69a2f9b7 100644
--- a/srcpkgs/python3-oauthlib/template
+++ b/srcpkgs/python3-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-oauthlib'
 pkgname=python3-oauthlib
 version=3.1.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec891916a2180b0eb274de1e486c5dac3a722afe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0868/1106] python3-occ: rebuild for Python 3.9, fix breakage
 with occt

---
 srcpkgs/python3-occ/patches/occt.patch | 48 ++++++++++++++++++++++++++
 srcpkgs/python3-occ/template           |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
new file mode 100644
index 00000000000..1dc133471c7
--- /dev/null
+++ b/srcpkgs/python3-occ/patches/occt.patch
@@ -0,0 +1,48 @@
+Patch for occt-7.4.0p1. See disussion at
+https://github.com/tpaviot/pythonocc-core/issues/870
+
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPAlgo.i
++++ src/SWIG_files/wrapper/BOPAlgo.i
+@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
+ 	:rtype: void") PerformCommonBlocks;
+ 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
+ 
+-		/****************** TreatCompound ******************/
+-		%feature("compactdefaultargs") TreatCompound;
+-		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
+-	:param theS:
+-	:type theS: TopoDS_Shape
+-	:param theMFence:
+-	:type theMFence: TopTools_MapOfShape
+-	:param theLS:
+-	:type theLS: TopTools_ListOfShape
+-	:rtype: void") TreatCompound;
+-		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
+ 
+ 		/****************** WiresToFaces ******************/
+ 		%feature("compactdefaultargs") WiresToFaces;
+Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
+===================================================================
+--- src/SWIG_files/wrapper/BOPTools.i
++++ src/SWIG_files/wrapper/BOPTools.i
+@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
+ 	:rtype: int") Sense;
+ 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
+ 
++		/****************** TreatCompound ******************/
++		%feature("compactdefaultargs") TreatCompound;
++		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
++	:param theS:
++	:type theS: TopoDS_Shape
++	:param theLS:
++	:type theLS: TopTools_ListOfShape
++	:param theMFence:
++	:type theMFence: TopTools_MapOfShape
++	:rtype: void") TreatCompound;
++		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
++
+ 		/****************** UpdateVertex ******************/
+ 		%feature("compactdefaultargs") UpdateVertex;
+ 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 945f80cdc23..42d742ba0af 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
 version=7.4.0
-revision=1
+revision=2
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake

From ac8ff583efef516d785f4920305907c66063efae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0869/1106] python3-olefile: rebuild for Python 3.9

---
 srcpkgs/python3-olefile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template
index 2f787215a92..d76ec0ee8ad 100644
--- a/srcpkgs/python3-olefile/template
+++ b/srcpkgs/python3-olefile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-olefile'
 pkgname=python3-olefile
 version=0.46
-revision=3
+revision=4
 wrksrc="olefile-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From 31613b219432231e862069515ec7b39bbc180938 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0870/1106] python3-opcua: rebuild for Python 3.9

---
 srcpkgs/python3-opcua/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
index 01390c39d8b..cd46a30efcc 100644
--- a/srcpkgs/python3-opcua/template
+++ b/srcpkgs/python3-opcua/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-opcua'
 pkgname=python3-opcua
 version=0.98.12
-revision=1
+revision=2
 wrksrc="opcua-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6f61cdb3e3b1ca0368b8097ca961f85ddd5a4b10 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0871/1106] python3-orocos-kdl: rebuild for Python 3.9, fix
 breakage with sip

---
 srcpkgs/python3-orocos-kdl/patches/sip.patch | 113 +++++++++++++++++++
 srcpkgs/python3-orocos-kdl/template          |   6 +-
 2 files changed, 116 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/python3-orocos-kdl/patches/sip.patch

diff --git a/srcpkgs/python3-orocos-kdl/patches/sip.patch b/srcpkgs/python3-orocos-kdl/patches/sip.patch
new file mode 100644
index 00000000000..1aae42273fc
--- /dev/null
+++ b/srcpkgs/python3-orocos-kdl/patches/sip.patch
@@ -0,0 +1,113 @@
+From f8d488cad733d2c2c6fe6911dc2e72e014ad0002 Mon Sep 17 00:00:00 2001
+From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
+Date: Fri, 26 Jun 2020 17:04:12 +0200
+Subject: [PATCH] Declare assignment operator private for SIP (Closes: #260)
+
+Starting with v4.19.23 SIP expects a working operator= or one marked
+private explicitly. All classes in this PR have a reference member
+(&chain) resulting in the compiler deleting the default assignment
+operator. This PR makes this known to SIP as well.
+
+[ Rebased against release version by Andrew J. Hesford. ]
+---
+diff -ur python_orocos_kdl/PyKDL.orig/dynamics.sip python_orocos_kdl/PyKDL/dynamics.sip
+--- python_orocos_kdl/PyKDL.orig/dynamics.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/dynamics.sip	2020-10-08 09:41:58.875476576 -0400
+@@ -72,4 +72,6 @@
+     int JntToCoriolis(const JntArray &q, const JntArray &q_dot, JntArray &coriolis);
+ 	int JntToMass(const JntArray &q, JntSpaceInertiaMatrix& H);
+ 	int JntToGravity(const JntArray &q,JntArray &gravity);
++private:
++    ChainDynParam& operator=(const ChainDynParam&);
+ };
+diff -ur python_orocos_kdl/PyKDL.orig/kinfam.sip python_orocos_kdl/PyKDL/kinfam.sip
+--- python_orocos_kdl/PyKDL.orig/kinfam.sip	2020-10-08 09:41:13.830476720 -0400
++++ python_orocos_kdl/PyKDL/kinfam.sip	2020-10-08 09:47:26.314475457 -0400
+@@ -344,6 +344,8 @@
+     ChainFkSolverPos_recursive(const Chain& chain);
+     virtual int JntToCart(const JntArray& q_in, Frame& p_out,int segmentNr=-1);
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverPos_recursive& operator=(const ChainFkSolverPos_recursive&);
+ };
+ 
+ class ChainFkSolverVel_recursive : ChainFkSolverVel
+@@ -357,6 +359,8 @@
+     virtual int JntToCart(const JntArrayVel& q_in ,FrameVel& out,int
+     segmentNr=-1 );
+     virtual void updateInternalDataStructures();
++private:
++    ChainFkSolverVel_recursive& operator=(const ChainFkSolverVel_recursive&);
+ };
+ 
+ class ChainIkSolverPos : SolverI {
+@@ -392,6 +396,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR& operator=(const ChainIkSolverPos_NR&);
+ };
+ 
+ class ChainIkSolverPos_NR_JL : ChainIkSolverPos
+@@ -407,6 +413,8 @@
+     
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_NR_JL& operator=(const ChainIkSolverPos_NR_JL&);
+ };
+ 
+ class ChainIkSolverVel_pinv : ChainIkSolverVel
+@@ -420,6 +428,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv& operator=(const ChainIkSolverVel_pinv&);
+ };
+ 
+ class ChainIkSolverVel_wdls : ChainIkSolverVel
+@@ -506,6 +516,8 @@
+ 
+     void setLambda(const double& lambda);
+ 
++private:
++    ChainIkSolverVel_wdls& operator=(const ChainIkSolverVel_wdls&);
+ };
+ 
+ 
+@@ -520,6 +532,8 @@
+ 
+     virtual int CartToJnt(const JntArray& q_init , const Frame& p_in ,JntArray& q_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverPos_LMA& operator=(const ChainIkSolverPos_LMA&);
+ };
+ 
+ 
+@@ -546,6 +560,8 @@
+     const JntArray& getOptPos()const /Factory/;
+ 
+     const double& getAlpha()const /Factory/;
++private:
++    ChainIkSolverVel_pinv_nso& operator=(const ChainIkSolverVel_pinv_nso&);
+ };
+ 
+ class ChainIkSolverVel_pinv_givens : ChainIkSolverVel
+@@ -559,6 +575,8 @@
+         
+     virtual int CartToJnt(const JntArray& q_in, const Twist& v_in, JntArray& qdot_out);
+     virtual void updateInternalDataStructures();
++private:
++    ChainIkSolverVel_pinv_givens& operator=(const ChainIkSolverVel_pinv_givens&);
+ };
+ 
+ class ChainJntToJacSolver : SolverI
+@@ -571,4 +589,6 @@
+     ChainJntToJacSolver(const Chain& chain);
+     int JntToJac(const JntArray& q_in,Jacobian& jac);
+     virtual void updateInternalDataStructures();
++private:
++    ChainJntToJacSolver& operator=(const ChainJntToJacSolver&);
+ };
diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template
index 85b573b2fa4..728ed73d780 100644
--- a/srcpkgs/python3-orocos-kdl/template
+++ b/srcpkgs/python3-orocos-kdl/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-orocos-kdl'
 pkgname=python3-orocos-kdl
 version=1.4.0
-revision=2
+revision=3
 wrksrc=orocos_kinematics_dynamics-${version}
 build_wrksrc=python_orocos_kdl
 build_style=cmake
-configure_args="-DPYTHON_VERSION=3"
-hostmakedepends="python3 python3-sip"
+configure_args="-DPYTHON_VERSION=3 -DSIP_EXECUTABLE=/usr/bin/sip"
+hostmakedepends="python3 python3-sip sip"
 makedepends="python3-sip-devel python3-devel orocos-kdl-devel eigen3.2"
 depends="python3 python3-sip"
 short_desc="Python3 Bindings for Orocos Kinematics and Dynamics C++ library"

From f14d92099df4788fef522e99132a2d21878906bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:53 -0400
Subject: [PATCH 0872/1106] python3-owm: rebuild for Python 3.9

---
 srcpkgs/python3-owm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template
index acdb960ab45..3ee67ad0b48 100644
--- a/srcpkgs/python3-owm/template
+++ b/srcpkgs/python3-owm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-owm'
 pkgname=python3-owm
 version=2.10
-revision=2
+revision=3
 wrksrc="pyowm-${version}"
 build_style=python3-module
 pycompile_module="pyowm"

From 110a1daaa7b478b87d75dc2081eabf10ca967d0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0873/1106] python3-pafy: rebuild for Python 3.9

---
 srcpkgs/python3-pafy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template
index 1165626f76e..e9f5c9db1ef 100644
--- a/srcpkgs/python3-pafy/template
+++ b/srcpkgs/python3-pafy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pafy'
 pkgname=python3-pafy
 version=0.5.5
-revision=2
+revision=3
 wrksrc="pafy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools youtube-dl"

From f73d64abd029a949a93819cf8ca973dba7e78e40 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0874/1106] python3-pam: rebuild for Python 3.9

---
 srcpkgs/python3-pam/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template
index a95dbeb95d6..2cb58192ad1 100644
--- a/srcpkgs/python3-pam/template
+++ b/srcpkgs/python3-pam/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pam'
 pkgname=python3-pam
 version=1.8.4
-revision=4
+revision=5
 wrksrc="python-pam-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1446c9e7ca8c864d5257b91a09248228323e71ca Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0875/1106] python3-pandas: rebuild for Python 3.9

---
 srcpkgs/python3-pandas/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 9865e5a8ba3..bb7849c0004 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
@@ -14,6 +14,10 @@ homepage="https://pandas.pydata.org/"
 distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
 checksum=89b68faeffd114cef8d41c6469c094c610228238254c59190659cd91ceb862bb
 
+post_patch() {
+	vsed -i setup.py -e '/extra_compile_args = /s/"-Werror"//'
+}
+
 post_install() {
 	vlicense LICENSE
 }

From 85ac0b04be9b6c61cf8a200568686a7676318e43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0876/1106] python3-pandas-msgpack: rebuild for Python 3.9

---
 srcpkgs/python3-pandas-msgpack/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
index 9fd08e74718..f084c711e78 100644
--- a/srcpkgs/python3-pandas-msgpack/template
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas-msgpack'
 pkgname=python3-pandas-msgpack
 version=0.1.5
-revision=1
+revision=2
 wrksrc="pandas-msgpack"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
@@ -13,7 +13,6 @@ license="BSD-3-Clause"
 homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
 distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
 checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
-nocross="python3-pandas is nocross"
 
 post_install() {
 	vlicense LICENSE.md

From e7dbb3cf11ee7154275879b95ba99bb30216cf1f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0877/1106] python3-pandocfilters: rebuild for Python 3.9

---
 srcpkgs/python3-pandocfilters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template
index a15bce30b1e..442e461e7c6 100644
--- a/srcpkgs/python3-pandocfilters/template
+++ b/srcpkgs/python3-pandocfilters/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandocfilters'
 pkgname=python3-pandocfilters
 version=1.4.2
-revision=4
+revision=5
 wrksrc="pandocfilters-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2216a921171eef7fb76472e2743164ad51f6352f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0878/1106] python3-paramiko: rebuild for Python 3.9

---
 srcpkgs/python3-paramiko/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template
index 125abe44fba..300ab8643fd 100644
--- a/srcpkgs/python3-paramiko/template
+++ b/srcpkgs/python3-paramiko/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-paramiko'
 pkgname=python3-paramiko
 version=2.7.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f1fb841da2788b87e19a0f76415bd73239411554 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0879/1106] python3-parse: rebuild for Python 3.9

---
 srcpkgs/python3-parse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template
index fce303974b8..cab14fe4f0d 100644
--- a/srcpkgs/python3-parse/template
+++ b/srcpkgs/python3-parse/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-parse'
 pkgname=python3-parse
 version=1.12.0
-revision=3
+revision=4
 wrksrc="parse-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8e4e3d156005f94671579a9b6df4c8eda2ce6aa0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:54 -0400
Subject: [PATCH 0880/1106] python3-parso: rebuild for Python 3.9

---
 srcpkgs/python3-parso/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template
index e2f26e23b48..cb2c8e20105 100644
--- a/srcpkgs/python3-parso/template
+++ b/srcpkgs/python3-parso/template
@@ -2,7 +2,7 @@
 pkgname=python3-parso
 reverts="0.8.0_1"
 version=0.7.1
-revision=1
+revision=2
 wrksrc="parso-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 651dcd63bb67350a357feca644f626dd7efb48c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0881/1106] python3-passlib: rebuild for Python 3.9

---
 srcpkgs/python3-passlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template
index cb40fdfef9a..29927bd8125 100644
--- a/srcpkgs/python3-passlib/template
+++ b/srcpkgs/python3-passlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-passlib'
 pkgname=python3-passlib
 version=1.7.1
-revision=4
+revision=5
 wrksrc="passlib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c2b8cc671f2df41eab8c76d7f81eaf6b9b26454a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0882/1106] python3-pathspec: rebuild for Python 3.9

---
 srcpkgs/python3-pathspec/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template
index 19859fb496e..421aaf078b5 100644
--- a/srcpkgs/python3-pathspec/template
+++ b/srcpkgs/python3-pathspec/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathspec'
 pkgname=python3-pathspec
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pathspec-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f63a73e7ca354d04636d4c79f29595119dad628c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0883/1106] python3-pathtools: rebuild for Python 3.9

---
 srcpkgs/python3-pathtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template
index 8e5c7a04026..6c4376596f5 100644
--- a/srcpkgs/python3-pathtools/template
+++ b/srcpkgs/python3-pathtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pathtools'
 pkgname=python3-pathtools
 version=0.1.2
-revision=3
+revision=4
 wrksrc="pathtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6242acea8cc57da8c77c5286c9c2dee35816fc87 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0884/1106] python3-pbkdf2: rebuild for Python 3.9

---
 srcpkgs/python3-pbkdf2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index fd02716b302..7be3e926b71 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=5
+revision=6
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c19444c41fe76e7a9e990fb47cb47931ee079de5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0885/1106] python3-pdfrw: rebuild for Python 3.9

---
 srcpkgs/python3-pdfrw/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
index eb32d8c379b..a99d11f452c 100644
--- a/srcpkgs/python3-pdfrw/template
+++ b/srcpkgs/python3-pdfrw/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pdfrw'
 pkgname=python3-pdfrw
 version=0.4
-revision=4
+revision=5
 wrksrc="pdfrw-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90d783de82e81c26127a5fe25b78dbb59e18ccfc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0886/1106] python3-peewee: rebuild for Python 3.9

---
 srcpkgs/python3-peewee/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index ba282e88a90..e5c123cc3ac 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.13.3
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"

From a7c1045b8ee69f4c454da32b874f8869c593be3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0887/1106] python3-pexpect: rebuild for Python 3.9

---
 srcpkgs/python3-pexpect/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template
index 0d6548021c2..00a1bb1b5ec 100644
--- a/srcpkgs/python3-pexpect/template
+++ b/srcpkgs/python3-pexpect/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pexpect'
 pkgname=python3-pexpect
 version=4.7.0
-revision=3
+revision=4
 wrksrc="pexpect-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 47b084ee7eea5978c1024d6aab6cb70374129d3e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:55 -0400
Subject: [PATCH 0888/1106] python3-pgmigrate: rebuild for Python 3.9

---
 srcpkgs/python3-pgmigrate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template
index d72812a21b5..3b459536e8d 100644
--- a/srcpkgs/python3-pgmigrate/template
+++ b/srcpkgs/python3-pgmigrate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgmigrate'
 pkgname=python3-pgmigrate
 version=1.0.5
-revision=3
+revision=4
 wrksrc="pgmigrate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 15ae5711988e4f9ef87581a9e882f2d8d7f82264 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0889/1106] python3-picamera: rebuild for Python 3.9

---
 srcpkgs/python3-picamera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template
index 07bb4e7bb45..bfbbfb2b2b2 100644
--- a/srcpkgs/python3-picamera/template
+++ b/srcpkgs/python3-picamera/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-picamera'
 pkgname=python3-picamera
 version=1.13
-revision=3
+revision=4
 wrksrc="picamera-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0340efd1372446204fb452b2520b9e9e168340da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0890/1106] python3-pickleshare: rebuild for Python 3.9

---
 srcpkgs/python3-pickleshare/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template
index 86a09d0b562..3f569f5bf4c 100644
--- a/srcpkgs/python3-pickleshare/template
+++ b/srcpkgs/python3-pickleshare/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pickleshare'
 pkgname=python3-pickleshare
 version=0.7.5
-revision=3
+revision=4
 wrksrc="pickleshare-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5202a0c50c0e9b49d61ee040bcdc26eb80561ad2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0891/1106] python3-pillow-simd: rebuild for Python 3.9

---
 srcpkgs/python3-pillow-simd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index 9e72fb8f5ce..6b0f0eee9e0 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=1
+revision=2
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module

From c34d77ed2a218b5bde1788aa7fdb57a4c86ba8e2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0892/1106] python3-pip: rebuild for Python 3.9

---
 srcpkgs/python3-pip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template
index fcfc36e4c17..37512254bc2 100644
--- a/srcpkgs/python3-pip/template
+++ b/srcpkgs/python3-pip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pip'
 pkgname=python3-pip
 version=20.2.3
-revision=2
+revision=3
 wrksrc="pip-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From de8ab3754c185ceffb7415ebec3b4adbd7ae3cfe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0893/1106] python3-pipenv: rebuild for Python 3.9

---
 srcpkgs/python3-pipenv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template
index cb295b593a8..23b298c1988 100644
--- a/srcpkgs/python3-pipenv/template
+++ b/srcpkgs/python3-pipenv/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipenv'
 pkgname=python3-pipenv
 version=2020.8.13
-revision=2
+revision=3
 wrksrc="pipenv-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cc45280cc38cf73570056ced99ee7219f5f626f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0894/1106] python3-pipx: rebuild for Python 3.9

---
 srcpkgs/python3-pipx/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template
index 09f5e8b73ff..cb8c8aaada7 100644
--- a/srcpkgs/python3-pipx/template
+++ b/srcpkgs/python3-pipx/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pipx'
 pkgname=python3-pipx
 version=0.15.5.1
-revision=2
+revision=3
 wrksrc="pipx-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 700d470d33b5546c32d4ff035110079cc95c1b79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0895/1106] python3-pivy: update to 0.6.5

---
 srcpkgs/python3-pivy/patches/73cd928f.patch | 36 ---------------------
 srcpkgs/python3-pivy/template               | 12 +++----
 2 files changed, 6 insertions(+), 42 deletions(-)
 delete mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch

diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch
deleted file mode 100644
index edff803822a..00000000000
--- a/srcpkgs/python3-pivy/patches/73cd928f.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001
-From: Peter Lama <peterldev94@gmail.com>
-Date: Fri, 24 Aug 2018 17:25:47 -0700
-Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char*
-
-Even with python 2, it doesn't seem like char* is needed
-
---- Inventor/nodes/SoMarkerSet.i
-+++ Inventor/nodes/SoMarkerSet.i
-@@ -5,7 +5,7 @@
-         short WIDTH, HEIGHT;
-         size.getValue(WIDTH, HEIGHT);
-         short BYTEWIDTH = (WIDTH + 7) / 2;
--        char* coin_marker;
-+        const char* coin_marker;
- #ifdef PY_2
-         if (PyString_Check(string))
-         {
-@@ -49,4 +49,4 @@
-         delete[] bitmapbytes;
-         bitmapbytes = NULL;
-     }
--}
-\ No newline at end of file
-+}
---- Inventor/sensors/SoSensor.i
-+++ Inventor/sensors/SoSensor.i
-@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor)
- {
-   PyGILState_STATE gil = PyGILState_Ensure();
-   swig_type_info * swig_type = 0;
--  char * sensor_cast_name = NULL;
-+  const char * sensor_cast_name = NULL;
-   PyObject * func, * arglist;
-   PyObject * result, * pysensor;
- 
diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index d58767f93d4..40570303769 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,17 +1,17 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.4
-revision=2
-wrksrc="Coin3D-pivy-a84100beff22"
+version=0.6.5
+revision=1
+wrksrc="pivy-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel qt5-devel"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="0BSD"
-homepage="https://bitbucket.org/Coin3D/pivy"
-distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
-checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
+homepage="https://github.com/coin3d/pivy"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=16f2e339e5c59a6438266abe491013a20f53267e596850efad1559564a2c1719
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*);;

From 8d1bf5425838b89d8d713552c121622cddfd6035 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:56 -0400
Subject: [PATCH 0896/1106] python3-pkgconfig: rebuild for Python 3.9

---
 srcpkgs/python3-pkgconfig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template
index e150a3b31db..2f3b7a9cae7 100644
--- a/srcpkgs/python3-pkgconfig/template
+++ b/srcpkgs/python3-pkgconfig/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pkgconfig'
 pkgname=python3-pkgconfig
 version=1.5.1
-revision=3
+revision=4
 wrksrc="pkgconfig-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 49361205f4221f42191be84a29cbbe1c457d716d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0897/1106] python3-pluggy: rebuild for Python 3.9

---
 srcpkgs/python3-pluggy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 8f0c7c7bd24..c0b4b1c2bc8 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
 version=0.13.1
-revision=4
+revision=5
 wrksrc="pluggy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4fbbb38c76427d047ab5d7430a85f7d9323cadcb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0898/1106] python3-podcastparser: rebuild for Python 3.9

---
 srcpkgs/python3-podcastparser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template
index 4a180bb349b..71342f79e08 100644
--- a/srcpkgs/python3-podcastparser/template
+++ b/srcpkgs/python3-podcastparser/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-podcastparser'
 pkgname=python3-podcastparser
 version=0.6.5
-revision=2
+revision=3
 wrksrc="podcastparser-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From b11537090294cf431fc6b643278d4d6ed7e2628c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0899/1106] python3-polib: rebuild for Python 3.9

---
 srcpkgs/python3-polib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template
index a4ca2d745fa..593cdd9703f 100644
--- a/srcpkgs/python3-polib/template
+++ b/srcpkgs/python3-polib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-polib'
 pkgname=python3-polib
 version=1.1.0
-revision=3
+revision=4
 wrksrc="polib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4a993a888b8000a6fed2a242daa91166e4c2e816 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0900/1106] python3-portend: rebuild for Python 3.9

---
 srcpkgs/python3-portend/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template
index 8d975df5dc0..6cf1d03eda6 100644
--- a/srcpkgs/python3-portend/template
+++ b/srcpkgs/python3-portend/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-portend'
 pkgname=python3-portend
 version=2.5
-revision=3
+revision=4
 wrksrc="portend-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b550eb8997e6746e4e53073795e9d74541d58125 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0901/1106] python3-prctl: rebuild for Python 3.9

---
 srcpkgs/python3-prctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index f81cceb6735..358d89bc230 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=5
+revision=6
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"

From 9b92be2d8e6160e628c8fb8573d637447f8cb6d2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0902/1106] python3-progress: rebuild for Python 3.9

---
 srcpkgs/python3-progress/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index 35cff7a258f..ee6b3ffc932 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-progress'
 pkgname=python3-progress
 version=1.5
-revision=3
+revision=4
 wrksrc="progress-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 067854f997551ca318cd6dd324d23381eb985612 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:57 -0400
Subject: [PATCH 0903/1106] python3-prometheus_client: rebuild for Python 3.9

---
 srcpkgs/python3-prometheus_client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template
index b69a3d1f297..3cc9d7bfdaa 100644
--- a/srcpkgs/python3-prometheus_client/template
+++ b/srcpkgs/python3-prometheus_client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-prometheus_client'
 pkgname=python3-prometheus_client
 version=0.7.1
-revision=3
+revision=4
 wrksrc="prometheus_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 704e207ee3d81f50aecccaa85c216e627b26842c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0904/1106] python3-proselint: rebuild for Python 3.9

---
 srcpkgs/python3-proselint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index 54af756372c..3a35c699861 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-proselint'
 pkgname=python3-proselint
 version=0.10.2
-revision=3
+revision=4
 wrksrc="proselint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fdd91adec6dc40239566301ef11b15f6bcf09acb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0905/1106] python3-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template
index 02d07ec6bf5..c5857caa2fb 100644
--- a/srcpkgs/python3-protobuf/template
+++ b/srcpkgs/python3-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-protobuf'
 pkgname=python3-protobuf
 version=3.13.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-wheel"

From 687ead4c9efb4eddcda82a2a0fc754fc113a18c5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0906/1106] python3-psycopg2: rebuild for Python 3.9

---
 srcpkgs/python3-psycopg2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index 0758b992bae..ebd3b6b1241 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=3
+revision=4
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config

From b036d4dbd51cb465aeec2ef62fb95ce2b0b4eae6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0907/1106] python3-ptyprocess: rebuild for Python 3.9

---
 srcpkgs/python3-ptyprocess/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template
index b6d93378e7d..b56ec204556 100644
--- a/srcpkgs/python3-ptyprocess/template
+++ b/srcpkgs/python3-ptyprocess/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ptyprocess'
 pkgname=python3-ptyprocess
 version=0.6.0
-revision=3
+revision=4
 wrksrc="ptyprocess-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 09e532321e08dbd976af670077c7959a262bb207 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0908/1106] python3-pure-protobuf: rebuild for Python 3.9

---
 srcpkgs/python3-pure-protobuf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
index 70edc67f6b7..3be6c1600f8 100644
--- a/srcpkgs/python3-pure-protobuf/template
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pure-protobuf'
 pkgname=python3-pure-protobuf
 version=2.0.1
-revision=1
+revision=2
 wrksrc=protobuf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a893e7ce666e685a301a5e2657221ffce448a87d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0909/1106] python3-py: rebuild for Python 3.9

---
 srcpkgs/python3-py/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template
index 5bfcb42bc88..7232bbd5e65 100644
--- a/srcpkgs/python3-py/template
+++ b/srcpkgs/python3-py/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-py'
 pkgname=python3-py
 version=1.9.0
-revision=2
+revision=3
 wrksrc="py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7233b60bf2fc527fed3b2567f876607e8091f32c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0910/1106] python3-pyFFTW: rebuild for Python 3.9

---
 srcpkgs/python3-pyFFTW/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template
index d748a352fa1..7b322145956 100644
--- a/srcpkgs/python3-pyFFTW/template
+++ b/srcpkgs/python3-pyFFTW/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyFFTW'
 pkgname=python3-pyFFTW
 version=0.12.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

From 4af0597e94c455f7b7a8dd29adedd5212841cfdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:58 -0400
Subject: [PATCH 0911/1106] python3-pyPEG2: rebuild for Python 3.9

---
 srcpkgs/python3-pyPEG2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template
index 4dc0e88f21a..d936155e7bb 100644
--- a/srcpkgs/python3-pyPEG2/template
+++ b/srcpkgs/python3-pyPEG2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyPEG2'
 pkgname=python3-pyPEG2
 version=2.15.2
-revision=6
+revision=7
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 277a5829c866f2a28ef306ee7fbb75f6c037e990 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0912/1106] python3-pyacoustid: rebuild for Python 3.9

---
 srcpkgs/python3-pyacoustid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template
index eccab8db7c2..27ef7783d5d 100644
--- a/srcpkgs/python3-pyacoustid/template
+++ b/srcpkgs/python3-pyacoustid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyacoustid'
 pkgname=python3-pyacoustid
 version=1.1.5
-revision=4
+revision=5
 wrksrc="pyacoustid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 111e9128be4830f05f853466c4c5a5ffa23a21c6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0913/1106] python3-pyaes: rebuild for Python 3.9

---
 srcpkgs/python3-pyaes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template
index d48717625a8..6a047eeb6ee 100644
--- a/srcpkgs/python3-pyaes/template
+++ b/srcpkgs/python3-pyaes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyaes'
 pkgname=python3-pyaes
 version=1.6.1
-revision=4
+revision=5
 wrksrc="pyaes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99740a5c2e2c4a4ea75e641e11ede45ecc4e7969 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0914/1106] python3-pycares: rebuild for Python 3.9

---
 srcpkgs/python3-pycares/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index 3c33a1091c5..036ab32b1dc 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
 version=3.1.1
-revision=2
+revision=3
 wrksrc="pycares-${version}"
 build_style=python3-module
 # using bundled c-ares which is patched for TTL support

From 4fb7ba9721a431f3f79bad3bdb35cc875cb9bebd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0915/1106] python3-pycdio: rebuild for Python 3.9

---
 srcpkgs/python3-pycdio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 9151191c1f4..3697ba33362 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=1
+revision=2
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"

From f12aab14f2a74a887dfff8a721b9471eabd76fef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0916/1106] python3-pycountry: rebuild for Python 3.9

---
 srcpkgs/python3-pycountry/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 1a4ce3b65f2..40041309d28 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
 version=19.8.18
-revision=2
+revision=3
 wrksrc="pycountry-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 201e6b294a87351b73e98fcf545f1350a45e2da5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0917/1106] python3-pycryptodomex: rebuild for Python 3.9

---
 srcpkgs/python3-pycryptodomex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index c75df8cb11a..0e7c5327177 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.9.8
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 17e57660c46233dce34eca96801c32b76de3f048 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:55:59 -0400
Subject: [PATCH 0918/1106] python3-pyelftools: rebuild for Python 3.9

---
 srcpkgs/python3-pyelftools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template
index cf3013215fc..587e9b51194 100644
--- a/srcpkgs/python3-pyelftools/template
+++ b/srcpkgs/python3-pyelftools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyelftools'
 pkgname=python3-pyelftools
 version=0.25
-revision=5
+revision=6
 wrksrc="pyelftools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 69795f317ebf88a5df0ce31121834fa7dd78f68e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0919/1106] python3-pyflakes: rebuild for Python 3.9

---
 srcpkgs/python3-pyflakes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 67983857755..f0a017a14bb 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
 version=2.2.0
-revision=2
+revision=3
 wrksrc="pyflakes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a5602ad1664c9e30f9830c40f3fe9a87b5b4a15 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0920/1106] python3-pygame: rebuild for Python 3.9

---
 srcpkgs/python3-pygame/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index ee1736245b4..c136b750713 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=1.9.6
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
-hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel
- SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
+make_build_args="cython"
+hostmakedepends="pkg-config python3-setuptools python3-Cython
+ SDL_mixer-devel SDL_image-devel SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL_mixer-devel SDL_image-devel
  SDL_ttf-devel libjpeg-turbo-devel portmidi-devel"
 short_desc="Collection of Python modules for writing games (Python3)"
@@ -16,3 +17,8 @@ distfiles="${PYPI_SITE}/p/pygame/pygame-${version}.tar.gz"
 checksum=301c6428c0880ecd4a9e3951b80e539c33863b6ff356a443db1758de4f297957
 
 export PORTMIDI_INC_PORTTIME=1
+
+pre_build() {
+	# Remove the C source to re-cythonize, which avoids some API changes
+	rm src_c/pypm.c src_c/_sdl2/{sdl2,audio,video}.c
+}

From 2bb62b75b47b2b5222301a6bc194a6c6aa3c13f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0921/1106] python3-pyinfra: rebuild for Python 3.9

---
 srcpkgs/python3-pyinfra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template
index e085cae288e..dc4a1ec9858 100644
--- a/srcpkgs/python3-pyinfra/template
+++ b/srcpkgs/python3-pyinfra/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyinfra'
 pkgname=python3-pyinfra
 version=1.1.2
-revision=1
+revision=2
 wrksrc="pyinfra-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b28f47f0ad1837ae8c308fde1fd5952b64ca815 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0922/1106] python3-pykka: rebuild for Python 3.9

---
 srcpkgs/python3-pykka/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template
index d78fa350994..72eea6ad026 100644
--- a/srcpkgs/python3-pykka/template
+++ b/srcpkgs/python3-pykka/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pykka'
 pkgname=python3-pykka
 version=2.0.2
-revision=2
+revision=3
 wrksrc="Pykka-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 4f0ff9d418f274ce669af711dec1036587bda447 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0923/1106] python3-pylast: rebuild for Python 3.9

---
 srcpkgs/python3-pylast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template
index e74bd403f00..bae519bcb7d 100644
--- a/srcpkgs/python3-pylast/template
+++ b/srcpkgs/python3-pylast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pylast'
 pkgname=python3-pylast
 version=3.3.0
-revision=2
+revision=3
 wrksrc="pylast-${version}"
 build_style=python3-module
 pycompile_module="pylast"

From 2e847c117d09c20490c915cb36d9269d2267d162 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0924/1106] python3-pynacl: rebuild for Python 3.9

---
 srcpkgs/python3-pynacl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template
index d78d92cfd69..cf1a81b0eda 100644
--- a/srcpkgs/python3-pynacl/template
+++ b/srcpkgs/python3-pynacl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pynacl'
 pkgname=python3-pynacl
 version=1.3.0
-revision=4
+revision=5
 wrksrc="PyNaCl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi"

From 42e13911baa0a09434e68b4ff1015e865cc89760 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0925/1106] python3-pyopencl: rebuild for Python 3.9

---
 srcpkgs/python3-pyopencl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template
index 6b385024105..e95b1649b74 100644
--- a/srcpkgs/python3-pyopencl/template
+++ b/srcpkgs/python3-pyopencl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyopencl'
 pkgname=python3-pyopencl
 version=2020.2.2
-revision=1
+revision=2
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy"

From 0b0a9ec2f0d431382cc9d33ee2927dbc2b73f40b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:00 -0400
Subject: [PATCH 0926/1106] python3-pyotp: rebuild for Python 3.9

---
 srcpkgs/python3-pyotp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template
index 91118a9c597..c0053bcc620 100644
--- a/srcpkgs/python3-pyotp/template
+++ b/srcpkgs/python3-pyotp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyotp'
 pkgname=python3-pyotp
 version=2.3.0
-revision=3
+revision=4
 wrksrc="pyotp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6e94bbf0d19c69a15193c1411117e940a4714095 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0927/1106] python3-pyperclip: rebuild for Python 3.9

---
 srcpkgs/python3-pyperclip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template
index 11e758320b9..12703a57348 100644
--- a/srcpkgs/python3-pyperclip/template
+++ b/srcpkgs/python3-pyperclip/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyperclip'
 pkgname=python3-pyperclip
 version=1.8.0
-revision=2
+revision=3
 create_wrksrc=yes
 build_wrksrc=pyperclip-${version}
 build_style=python3-module

From e7e6fb863afdb343a0137d08aca32a0c93377930 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0928/1106] python3-pyqtgraph: rebuild for Python 3.9

---
 srcpkgs/python3-pyqtgraph/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template
index 6fb09733e51..0c6de465876 100644
--- a/srcpkgs/python3-pyqtgraph/template
+++ b/srcpkgs/python3-pyqtgraph/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyqtgraph'
 pkgname=python3-pyqtgraph
 version=0.10.0
-revision=5
+revision=6
 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
 build_style=python3-module
 make_install_args="--no-compile"

From 39281cfd29ac3717d5737fc54f932efa1149b6e1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0929/1106] python3-pyrfc3339: rebuild for Python 3.9

---
 srcpkgs/python3-pyrfc3339/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template
index 331c6c4c331..1ec462102e4 100644
--- a/srcpkgs/python3-pyrfc3339/template
+++ b/srcpkgs/python3-pyrfc3339/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyrfc3339'
 pkgname=python3-pyrfc3339
 version=1.1
-revision=3
+revision=4
 wrksrc="pyRFC3339-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 31fb37f0972d591464dc53ba4c2d22afe18710f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0930/1106] python3-pyscard: rebuild for Python 3.9

---
 srcpkgs/python3-pyscard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template
index 05f4bf213cf..e8cf1f04954 100644
--- a/srcpkgs/python3-pyscard/template
+++ b/srcpkgs/python3-pyscard/template
@@ -2,7 +2,7 @@
 pkgname=python3-pyscard
 _pkgname=pyscard
 version=2.0.0
-revision=1
+revision=2
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools swig"

From c2f916e11c600e0db13b1c762a09c1b561de310d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0931/1106] python3-pyscss: rebuild for Python 3.9

---
 srcpkgs/python3-pyscss/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template
index bc648f3e62a..1dad6f1f4bc 100644
--- a/srcpkgs/python3-pyscss/template
+++ b/srcpkgs/python3-pyscss/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyscss'
 pkgname=python3-pyscss
 version=1.3.7
-revision=2
+revision=3
 wrksrc="pyScss-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools pcre-devel"

From b0048c698b3998104b105354a6371336eb7527a2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0932/1106] python3-pysocks: rebuild for Python 3.9

---
 srcpkgs/python3-pysocks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template
index f7b3d4f57c3..399fe375df8 100644
--- a/srcpkgs/python3-pysocks/template
+++ b/srcpkgs/python3-pysocks/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysocks'
 pkgname=python3-pysocks
 version=1.7.0
-revision=2
+revision=3
 wrksrc="PySocks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7ffff1ba6e9aefadd1a363872a163f8265e4d7a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0933/1106] python3-pysol_cards: rebuild for Python 3.9

---
 srcpkgs/python3-pysol_cards/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template
index 93bd0c57708..f97857216d9 100644
--- a/srcpkgs/python3-pysol_cards/template
+++ b/srcpkgs/python3-pysol_cards/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysol_cards'
 pkgname=python3-pysol_cards
 version=0.10.1
-revision=1
+revision=2
 wrksrc="pysol_cards-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5944c8bcdc2e8455a1c243a7e2819ac25e3f4136 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 13:48:44 -0400
Subject: [PATCH 0934/1106] libspotify: fix disparate versioning for armv6l

armv6l provides a different libspotify version than all other archs.
Commit 35ff97c5cd04ceceeaec389ef7fe972b7f1ee6cf attempted to version the
armv6l package based on the library version, but the disparity breaks
xbps-src when trying to rebuild the dependant python3-pyspotify.
---
 srcpkgs/libspotify/template | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template
index a6dac136108..9888a207729 100644
--- a/srcpkgs/libspotify/template
+++ b/srcpkgs/libspotify/template
@@ -1,14 +1,15 @@
-#Template for the 'libspotify'
+# Template file for 'libspotify'
 pkgname=libspotify
+reverts="12.1.103_1"
 version=12.1.51
-revision=1
-short_desc="Spotify library for building your own streaming apps"
-maintainer="noah <nsawyer1993@gmail.com>"
+revision=2
 archs="x86_64 i686 armv5tel armv6l armv7l"
 wrksrc="libspotify-${version}-Linux-${XBPS_TARGET_MACHINE}-release"
-repository="nonfree"
-license="custom"
+short_desc="Spotify library for building your own streaming apps"
+maintainer="noah <nsawyer1993@gmail.com>"
+license="custom:Proprietary"
 homepage="https://developer.spotify.com/technologies/libspotify/"
+repository="nonfree"
 _libspotify_mopidy="https://github.com/mopidy/libspotify-archive/raw/master"
 
 if [ "${XBPS_TARGET_MACHINE}" = "x86_64" ]; then
@@ -22,10 +23,12 @@ elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
 	wrksrc="libspotify-${version}-Linux-armv7-release"
 	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
-	version=12.1.103
-	wrksrc="libspotify-${version}-Linux-armv6-bcm2708hardfp-release"
+	# Even though the library version is different, xbps-src breaks if
+	# the versioning of packages across archs is not consistent
+	_libversion=12.1.103
+	wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
 	checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
-	distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv6-bcm2708hardfp-release.tar.gz"
+	distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
 elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
 	wrksrc="libspotify-${version}-Linux-armv5-release"
 	checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc

From c8ca683351ffc78f859906654beb2753e4769b26 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:01 -0400
Subject: [PATCH 0935/1106] python3-pyspotify: rebuild for Python 3.9

---
 srcpkgs/python3-pyspotify/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template
index a970140c5b0..de246d9fc9c 100644
--- a/srcpkgs/python3-pyspotify/template
+++ b/srcpkgs/python3-pyspotify/template
@@ -1,10 +1,10 @@
 # Template file for 'python3-pyspotify'
 pkgname=python3-pyspotify
 version=2.1.3
-revision=1
+revision=2
 wrksrc="pyspotify-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-cffi python3-pycparser"
 makedepends="python3-setuptools python3-devel libspotify-devel"
 depends="python3-setuptools python3-cffi"
 short_desc="Provides an interface to Spotify music services"

From 2397938e490ae57740989d46042afcfc38ef41ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0936/1106] python3-pysrt: rebuild for Python 3.9

---
 srcpkgs/python3-pysrt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template
index 4fd225c206a..2f5097e0eae 100644
--- a/srcpkgs/python3-pysrt/template
+++ b/srcpkgs/python3-pysrt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pysrt'
 pkgname=python3-pysrt
 version=1.1.2
-revision=2
+revision=3
 wrksrc="pysrt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b0550d7deafc04bcc874735c44eb7d758cde63c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0937/1106] python3-pyte: rebuild for Python 3.9

---
 srcpkgs/python3-pyte/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template
index 301e466c1b9..219dc653f9c 100644
--- a/srcpkgs/python3-pyte/template
+++ b/srcpkgs/python3-pyte/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyte'
 pkgname=python3-pyte
 version=0.8.0
-revision=4
+revision=5
 wrksrc="pyte-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c370724f8e92e65bf4afccdc0c265505b1f932f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0938/1106] python3-pytest: rebuild for Python 3.9

---
 srcpkgs/python3-pytest/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template
index 646b6387318..69f9b2aedcc 100644
--- a/srcpkgs/python3-pytest/template
+++ b/srcpkgs/python3-pytest/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest'
 pkgname=python3-pytest
 version=6.0.2
-revision=2
+revision=3
 wrksrc="pytest-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2863338a9b5e385434dc6626769da9b63dcc3b8f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0939/1106] python3-pytest-cov: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-cov/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template
index 22f6ec01299..87912eb2deb 100644
--- a/srcpkgs/python3-pytest-cov/template
+++ b/srcpkgs/python3-pytest-cov/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-cov'
 pkgname=python3-pytest-cov
 version=2.10.1
-revision=2
+revision=3
 wrksrc="pytest-cov-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b8021c8e1a6f290f7e1133740fe87cc3d534364 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0940/1106] python3-pytest-fixture-config: rebuild for Python
 3.9

---
 srcpkgs/python3-pytest-fixture-config/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template
index 8829948896a..d2a7beaae13 100644
--- a/srcpkgs/python3-pytest-fixture-config/template
+++ b/srcpkgs/python3-pytest-fixture-config/template
@@ -2,7 +2,7 @@
 pkgname=python3-pytest-fixture-config
 _pkgname=${pkgname#*-}
 version=1.3.0
-revision=4
+revision=5
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4aa84719fa0dcc5a7155b3fb32c23164f47bb56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0941/1106] python3-pytest-mock: rebuild for Python 3.9

---
 srcpkgs/python3-pytest-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template
index bde86441bf6..c1dc8183009 100644
--- a/srcpkgs/python3-pytest-mock/template
+++ b/srcpkgs/python3-pytest-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pytest-mock'
 pkgname=python3-pytest-mock
 version=1.10.4
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 00b8a3ef0c6eefdd9de35c7143a1f736b898d1cc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:02 -0400
Subject: [PATCH 0942/1106] python3-pyudev: rebuild for Python 3.9

---
 srcpkgs/python3-pyudev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template
index 8b741a5f1a5..11134b4816a 100644
--- a/srcpkgs/python3-pyudev/template
+++ b/srcpkgs/python3-pyudev/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pyudev'
 pkgname=python3-pyudev
 version=0.21.0
-revision=4
+revision=5
 wrksrc="pyudev-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-six"
+depends="python3 python3-six eudev-libudev"
 short_desc="Python bindings to libudev (Python3)"
 maintainer="Luca Weiss <luca@z3ntu.xyz>"
 license="LGPL-2.1-or-later"

From 367fd9ffeeb91c688b847866de1dcade01f1de61 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0943/1106] python3-pywt: rebuild for Python 3.9

---
 srcpkgs/python3-pywt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template
index d2a28c6e98c..e5837f85be8 100644
--- a/srcpkgs/python3-pywt/template
+++ b/srcpkgs/python3-pywt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywt'
 pkgname=python3-pywt
 version=1.1.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 build_helper="numpy"

From fe4da4e3325e63da0c1bf7e0505dcd8e840e42c2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0944/1106] python3-pyxattr: rebuild for Python 3.9

---
 srcpkgs/python3-pyxattr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template
index 84e27796915..61ad51014d3 100644
--- a/srcpkgs/python3-pyxattr/template
+++ b/srcpkgs/python3-pyxattr/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyxattr'
 pkgname=python3-pyxattr
 version=0.7.1
-revision=1
+revision=2
 wrksrc="pyxattr-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9954f9f3edd67501b6b75e822280ace28570dc22 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0945/1106] python3-pyzbar: rebuild for Python 3.9

---
 srcpkgs/python3-pyzbar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template
index b3cb17aacef..ce1d59993af 100644
--- a/srcpkgs/python3-pyzbar/template
+++ b/srcpkgs/python3-pyzbar/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzbar'
 pkgname=python3-pyzbar
 version=0.1.8
-revision=3
+revision=4
 wrksrc="pyzbar-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b147851295607a21de7e1eb4cebeaa342966da21 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0946/1106] python3-pyzmq: rebuild for Python 3.9

---
 srcpkgs/python3-pyzmq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template
index fae748d8754..4defa14dc46 100644
--- a/srcpkgs/python3-pyzmq/template
+++ b/srcpkgs/python3-pyzmq/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyzmq'
 pkgname=python3-pyzmq
 version=19.0.2
-revision=2
+revision=3
 wrksrc="pyzmq-${version}"
 build_style=python3-module
 make_build_args="--zmq=${XBPS_CROSS_BASE}/usr"

From 868edde0bb114ffd239f976555bfff35c0c37c45 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0947/1106] python3-qrcode: rebuild for Python 3.9

---
 srcpkgs/python3-qrcode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 1d287bafa4e..81013dfba48 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=6.1
-revision=3
+revision=4
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 8d71cc970fe1688e98d2623498c55ffda26d6eea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0948/1106] python3-quart: rebuild for Python 3.9

---
 srcpkgs/python3-quart/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template
index ce8d614db00..d58875de114 100644
--- a/srcpkgs/python3-quart/template
+++ b/srcpkgs/python3-quart/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-quart'
 pkgname=python3-quart
 version=0.13.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 036fae35809243d0a775ae2e6388ad218f710c42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:03 -0400
Subject: [PATCH 0949/1106] python3-random2: rebuild for Python 3.9

---
 srcpkgs/python3-random2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template
index 6f5b4a9a719..39c64b50e15 100644
--- a/srcpkgs/python3-random2/template
+++ b/srcpkgs/python3-random2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-random2'
 pkgname=python3-random2
 version=1.0.1
-revision=5
+revision=6
 wrksrc="random2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools unzip"

From 60bcd156658dabb30cb8803c85cd91364968234e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0950/1106] python3-rarfile: rebuild for Python 3.9

---
 srcpkgs/python3-rarfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template
index 071cbfbb1ad..247e8607ab6 100644
--- a/srcpkgs/python3-rarfile/template
+++ b/srcpkgs/python3-rarfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rarfile'
 pkgname=python3-rarfile
 version=4.0
-revision=2
+revision=3
 wrksrc="rarfile-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a9cf0edc4217c99a5112224e2e0e3608ea7c40b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0951/1106] python3-raven: rebuild for Python 3.9

---
 srcpkgs/python3-raven/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template
index 831dc90aa97..b5cca718861 100644
--- a/srcpkgs/python3-raven/template
+++ b/srcpkgs/python3-raven/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-raven'
 pkgname=python3-raven
 version=6.10.0
-revision=3
+revision=4
 wrksrc="raven-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c838b4c956f59cc2181c858add0c5eaebb54045b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0952/1106] python3-readability-lxml: rebuild for Python 3.9

---
 srcpkgs/python3-readability-lxml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template
index 00a446d3178..74241baaf67 100644
--- a/srcpkgs/python3-readability-lxml/template
+++ b/srcpkgs/python3-readability-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-readability-lxml'
 pkgname=python3-readability-lxml
 version=0.8.1
-revision=2
+revision=3
 wrksrc="readability-lxml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fbef1bddcbfb749cc2b18c9569fd729639616977 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0953/1106] python3-rebulk: rebuild for Python 3.9

---
 srcpkgs/python3-rebulk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template
index ce6b994a5b0..42118c4629a 100644
--- a/srcpkgs/python3-rebulk/template
+++ b/srcpkgs/python3-rebulk/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rebulk'
 pkgname=python3-rebulk
 version=2.0.1
-revision=2
+revision=3
 wrksrc="rebulk-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9163da7a1fc7fe9a93d462ccc8944033b875564b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0954/1106] python3-redis: rebuild for Python 3.9

---
 srcpkgs/python3-redis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template
index dea6175ef59..7c968b4a894 100644
--- a/srcpkgs/python3-redis/template
+++ b/srcpkgs/python3-redis/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-redis'
 pkgname=python3-redis
 version=3.5.3
-revision=2
+revision=3
 wrksrc="redis-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From bad2e57b194fdb54613d2e1a9e44ca79f46a0d67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0955/1106] python3-regex: rebuild for Python 3.9

---
 srcpkgs/python3-regex/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 355563d6494..140d0b3451d 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
 version=2020.2.20
-revision=2
+revision=3
 wrksrc="regex-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"

From 6671cef8c170b7a43ff552e13b694948efe6be4b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0956/1106] python3-rencode: rebuild for Python 3.9

---
 srcpkgs/python3-rencode/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index ff74c99cdcf..0edbd561f0f 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=5
+revision=6
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"

From 67975816d43797fc096b5e759d31a11b9f7bca42 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:04 -0400
Subject: [PATCH 0957/1106] python3-requests-mock: rebuild for Python 3.9

---
 srcpkgs/python3-requests-mock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template
index 6a6ab2d81eb..49a817329e5 100644
--- a/srcpkgs/python3-requests-mock/template
+++ b/srcpkgs/python3-requests-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-mock'
 pkgname=python3-requests-mock
 version=1.5.2
-revision=4
+revision=5
 wrksrc="requests-mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-pbr"

From 3eb920823b4bd8720e5fbba7cfd893115a902f8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0958/1106] python3-requests-oauthlib: rebuild for Python 3.9

---
 srcpkgs/python3-requests-oauthlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template
index adc67716088..0cc1644a53c 100644
--- a/srcpkgs/python3-requests-oauthlib/template
+++ b/srcpkgs/python3-requests-oauthlib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-oauthlib'
 pkgname=python3-requests-oauthlib
 version=1.3.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6c69afaaba517f737857b97dfaf6148b46eb1f1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0959/1106] python3-requests-toolbelt: rebuild for Python 3.9

---
 srcpkgs/python3-requests-toolbelt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template
index 67a88dd3e24..436cb5e6997 100644
--- a/srcpkgs/python3-requests-toolbelt/template
+++ b/srcpkgs/python3-requests-toolbelt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-requests-toolbelt'
 pkgname=python3-requests-toolbelt
 version=0.9.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ae0acd2749742beab349ad7cebccae2bce2717b1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0960/1106] python3-ripe-atlas-cousteau: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-cousteau/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template
index 3ab160999d2..1e4422abef1 100644
--- a/srcpkgs/python3-ripe-atlas-cousteau/template
+++ b/srcpkgs/python3-ripe-atlas-cousteau/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-cousteau'
 pkgname=python3-ripe-atlas-cousteau
 version=1.4.2
-revision=3
+revision=4
 wrksrc="ripe-atlas-cousteau-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5f01e8ae69fcf5e360af3e7ccf525e8364d0c029 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0961/1106] python3-ripe-atlas-sagan: rebuild for Python 3.9

---
 srcpkgs/python3-ripe-atlas-sagan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template
index 014d076cb7b..b7b42ae5f49 100644
--- a/srcpkgs/python3-ripe-atlas-sagan/template
+++ b/srcpkgs/python3-ripe-atlas-sagan/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ripe-atlas-sagan'
 pkgname=python3-ripe-atlas-sagan
 version=1.3.0
-revision=3
+revision=4
 wrksrc="ripe.atlas.sagan-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 30a33691c80ceeec3039eb7a858e56967eb208e4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0962/1106] python3-rsa: rebuild for Python 3.9

---
 srcpkgs/python3-rsa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template
index 44fa53803a5..a4c915dc72b 100644
--- a/srcpkgs/python3-rsa/template
+++ b/srcpkgs/python3-rsa/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsa'
 pkgname=python3-rsa
 version=4.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 45a228a7c20613e18d13f984452e8ffebbd21c3a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0963/1106] python3-rsistent: rebuild for Python 3.9

---
 srcpkgs/python3-rsistent/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template
index dda2ec89e03..05a8ef1fe38 100644
--- a/srcpkgs/python3-rsistent/template
+++ b/srcpkgs/python3-rsistent/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-rsistent'
 pkgname=python3-rsistent
 version=0.15.7
-revision=1
+revision=2
 wrksrc="pyrsistent-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 58d9decbc2c05a902a93299838993696296aa685 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:05 -0400
Subject: [PATCH 0964/1106] python3-ruamel.yaml: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 38e0b07abad..1efff06c001 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=1
+revision=2
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 264ec76098ed3261a80f1243f45ff96cfbfc8b6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0965/1106] python3-ruamel.yaml.clib: rebuild for Python 3.9

---
 srcpkgs/python3-ruamel.yaml.clib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 211c7209ecd..6f930984eed 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.2
-revision=1
+revision=2
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3b5e58c3bf9c2c08d5c18c34a637299a48c634a8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0966/1106] python3-s3transfer: rebuild for Python 3.9

---
 srcpkgs/python3-s3transfer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template
index 9357f623a99..559d3f508ef 100644
--- a/srcpkgs/python3-s3transfer/template
+++ b/srcpkgs/python3-s3transfer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-s3transfer'
 pkgname=python3-s3transfer
 version=0.3.3
-revision=2
+revision=3
 wrksrc="s3transfer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c839a0ace5f160b0ce497e36930bf0c53d7e0c3d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0967/1106] python3-sabyenc3: rebuild for Python 3.9

---
 srcpkgs/python3-sabyenc3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template
index 7df3ac9bdb0..5583ba6f20b 100644
--- a/srcpkgs/python3-sabyenc3/template
+++ b/srcpkgs/python3-sabyenc3/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sabyenc3'
 pkgname=python3-sabyenc3
 version=4.0.2
-revision=1
+revision=2
 wrksrc=sabyenc3-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a283827c4754c07f7643e366dea6ab3d8494b780 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0968/1106] python3-scikit-image: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-image/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template
index ded5914a67f..0f89f0ff82f 100644
--- a/srcpkgs/python3-scikit-image/template
+++ b/srcpkgs/python3-scikit-image/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-image'
 pkgname=python3-scikit-image
 version=0.17.2
-revision=1
+revision=2
 _pkgname="${pkgname#python3-}"
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module

From 093cb6689724e811d68270ec50aa50ef1758958f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0969/1106] python3-scikit-learn: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-learn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template
index e923339d1fd..59d88e5d8ab 100644
--- a/srcpkgs/python3-scikit-learn/template
+++ b/srcpkgs/python3-scikit-learn/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-learn'
 pkgname=python3-scikit-learn
 version=0.23.1
-revision=1
+revision=2
 wrksrc="scikit-learn-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib"

From df636e2b424a9467c1bb1cf7b2c290d42d0e992c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0970/1106] python3-scikit-video: rebuild for Python 3.9

---
 srcpkgs/python3-scikit-video/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template
index 12e32a4f116..84af20de4fe 100644
--- a/srcpkgs/python3-scikit-video/template
+++ b/srcpkgs/python3-scikit-video/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scikit-video'
 pkgname=python3-scikit-video
 version=1.1.11
-revision=2
+revision=3
 wrksrc="scikit-video-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-scipy python3-Pillow"

From 983e2f8ac1213c3a53f7277470f80edc2b812975 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0971/1106] python3-scipy: rebuild for Python 3.9

---
 srcpkgs/python3-scipy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 1bf7c72217b..7e18ac2cde7 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
 version=1.5.2
-revision=1
+revision=2
 wrksrc="scipy-${version}"
 build_style=python3-module
 build_helper="numpy"

From ef1ade04da1d429cbe82ac6720405faf3ea587bc Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:06 -0400
Subject: [PATCH 0972/1106] python3-scour: rebuild for Python 3.9

---
 srcpkgs/python3-scour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template
index 2f83104de7d..193b2c601ea 100644
--- a/srcpkgs/python3-scour/template
+++ b/srcpkgs/python3-scour/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scour'
 pkgname=python3-scour
 version=0.37
-revision=3
+revision=4
 wrksrc="scour-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1173a2c47f139ba9ac87a172a86df3b65e538db4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0973/1106] python3-scrypt: rebuild for Python 3.9

---
 srcpkgs/python3-scrypt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index f1fb92366c0..5008c8dfbb8 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=1
+revision=2
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c4170b964b3bcc9f60efb0a10396f54df17578b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0974/1106] python3-send2trash: rebuild for Python 3.9

---
 srcpkgs/python3-send2trash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template
index 88aacc6e744..8ef320362a7 100644
--- a/srcpkgs/python3-send2trash/template
+++ b/srcpkgs/python3-send2trash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-send2trash'
 pkgname=python3-send2trash
 version=1.5.0
-revision=3
+revision=4
 wrksrc="send2trash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d638beeac82eb30a92cb41f7670524178f20a052 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0975/1106] python3-setproctitle: rebuild for Python 3.9

---
 srcpkgs/python3-setproctitle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template
index 6b6f93931af..c23c4f3926b 100644
--- a/srcpkgs/python3-setproctitle/template
+++ b/srcpkgs/python3-setproctitle/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setproctitle'
 pkgname=python3-setproctitle
 version=1.1.10
-revision=7
+revision=8
 wrksrc="setproctitle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 658058b5219a266c8603d07a4968341440498f3b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0976/1106] python3-setuptools: rebuild for Python 3.9

---
 srcpkgs/python3-setuptools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template
index b741001be6b..6e7326f93e9 100644
--- a/srcpkgs/python3-setuptools/template
+++ b/srcpkgs/python3-setuptools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-setuptools'
 pkgname=python3-setuptools
 version=50.3.0
-revision=1
+revision=2
 wrksrc="setuptools-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 3927449d6c812a987281c2fb3a295de6c4f5bc0a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0977/1106] python3-sh: rebuild for Python 3.9

---
 srcpkgs/python3-sh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template
index ea02da1a46d..cbcf64ac1ef 100644
--- a/srcpkgs/python3-sh/template
+++ b/srcpkgs/python3-sh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sh'
 pkgname=python3-sh
 version=1.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2a8e886497c5fd2b632bee442bab9a3bad0884b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0978/1106] python3-shapely: rebuild for Python 3.9

---
 srcpkgs/python3-shapely/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 2f6e3d9ebf8..6e808c29264 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -2,7 +2,7 @@
 pkgname=python3-shapely
 reverts="1.7a1_1 1.7a1_2 1.7a1_3"
 version=1.7.1
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy

From 2b281616da7e3f4dc5c4323edb71464708039a98 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:07 -0400
Subject: [PATCH 0979/1106] python3-simplebayes: rebuild for Python 3.9

---
 srcpkgs/python3-simplebayes/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template
index b87732b1e45..4a97e0af35c 100644
--- a/srcpkgs/python3-simplebayes/template
+++ b/srcpkgs/python3-simplebayes/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplebayes'
 pkgname=python3-simplebayes
 version=1.5.8
-revision=3
+revision=4
 wrksrc="simplebayes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0c8d5d161bfe69869d42a203ad189ecde613d9b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0980/1106] python3-simplegeneric: rebuild for Python 3.9

---
 srcpkgs/python3-simplegeneric/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template
index e662c0f8afd..1d52210254c 100644
--- a/srcpkgs/python3-simplegeneric/template
+++ b/srcpkgs/python3-simplegeneric/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplegeneric'
 pkgname=python3-simplegeneric
 version=0.8.1
-revision=5
+revision=6
 wrksrc="simplegeneric-${version}"
 build_style=python3-module
 hostmakedepends="unzip python3-setuptools"

From cbd72698ade09a7bdcc4def3375a041dd4dbb494 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0981/1106] python3-simplejson: rebuild for Python 3.9

---
 srcpkgs/python3-simplejson/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index 93ebf93980f..64e088e7c60 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.0
-revision=3
+revision=4
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 54d7926b3494db9bd8cf1f8cef4197e22f6f271a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0982/1106] python3-sip-PyQt5: rebuild for Python 3.9

---
 srcpkgs/python3-sip-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template
index 8d89681539a..9e6e7d7ad0b 100644
--- a/srcpkgs/python3-sip-PyQt5/template
+++ b/srcpkgs/python3-sip-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-sip-PyQt5'
 pkgname=python3-sip-PyQt5
 version=12.8.0
-revision=1
+revision=2
 wrksrc="PyQt5_sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools sip5"

From a40de5ce0e425026f0e497f110d915036da31a2e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0983/1106] python3-slixmpp: rebuild for Python 3.9

---
 srcpkgs/python3-slixmpp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index 13ecd253592..1426cb9703a 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
 version=1.5.2
-revision=1
+revision=2
 wrksrc="slixmpp-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools python3-Cython"

From 14da1ab15e42d90b786dc07a6a7d50c8e6ad2e67 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0984/1106] python3-smbc: rebuild for Python 3.9

---
 srcpkgs/python3-smbc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index b44e29ae84d..1b03cff313f 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.18
-revision=1
+revision=2
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"

From fc975f00d1df306c2f63b13df0eb1aa5698e0869 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0985/1106] python3-smmap: rebuild for Python 3.9

---
 srcpkgs/python3-smmap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 6df75e54c4c..3fff30973c1 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-smmap'
 pkgname=python3-smmap
 version=2.0.5
-revision=3
+revision=4
 wrksrc="smmap-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ecd66d62743988a541354a7b9467f290f7aa6b9b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0986/1106] python3-snakeoil: update to 0.8.8

---
 srcpkgs/python3-snakeoil/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 713eb7aae81..7b3aa1420bb 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
-version=0.7.5
-revision=4
+version=0.8.8
+revision=1
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,14 +12,14 @@ license="BSD-3-Clause, GPL-2.0-only"
 homepage="https://github.com/pkgcore/snakeoil"
 # changelog="https://github.com/pkgcore/snakeoil/blob/master/NEWS.rst"
 distfiles="${PYPI_SITE}/s/snakeoil/snakeoil-${version}.tar.gz"
-checksum=2cbcd8b39d0f05c76e734840ef87796b1acfd9dd4c6d352253a7b5b91be7f4c3
+checksum=8381ed730cb4c127c2cb5f99ed8a148d3f2bc492de21f035aae8913f7a106d63
 
 pre_check() {
 	export PYTHONPATH=$(cd build/lib* && pwd)
 }
 
 post_install() {
-	vlicense BSD
+	vlicense LICENSE
 }
 
 python3-snakeoil-devel_package() {

From 1faa67ff07e47bcd3cbd06a4c34727f058361201 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:08 -0400
Subject: [PATCH 0987/1106] python3-snappy: rebuild for Python 3.9

---
 srcpkgs/python3-snappy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index a23d3d6e401..39803e64e47 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,7 +2,7 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 93997c2f311fc4d94ed79ea330d993322930b1ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0988/1106] python3-snowballstemmer: rebuild for Python 3.9

---
 srcpkgs/python3-snowballstemmer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template
index 3dd5837d0d9..37733fa3660 100644
--- a/srcpkgs/python3-snowballstemmer/template
+++ b/srcpkgs/python3-snowballstemmer/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-snowballstemmer'
 pkgname=python3-snowballstemmer
 version=1.2.1
-revision=5
+revision=6
 wrksrc="snowballstemmer-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From cb114133d1e8364d413725c0b417d4833339c63c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0989/1106] python3-socketIO-client: rebuild for Python 3.9

---
 srcpkgs/python3-socketIO-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template
index fa366a126e4..1bc4d41c4d8 100644
--- a/srcpkgs/python3-socketIO-client/template
+++ b/srcpkgs/python3-socketIO-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-socketIO-client'
 pkgname=python3-socketIO-client
 version=0.7.2
-revision=4
+revision=5
 wrksrc="socketIO-client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1b4727bed4d054cb8b5638053bcd208571b34b0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0990/1106] python3-soupsieve: rebuild for Python 3.9

---
 srcpkgs/python3-soupsieve/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 568fe455668..b74064c5312 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=3
+revision=4
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 3aa865e541a55d67ee753313b2a947cceab73f6e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0991/1106] python3-stem: rebuild for Python 3.9

---
 srcpkgs/python3-stem/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template
index 886a556ef94..b8778508bf6 100644
--- a/srcpkgs/python3-stem/template
+++ b/srcpkgs/python3-stem/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stem'
 pkgname=python3-stem
 version=1.8.0
-revision=2
+revision=3
 wrksrc="stem-${version/b/}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From 94116448eae70d58dadc83b7200c5a17ec0442da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0992/1106] python3-stormssh: rebuild for Python 3.9

---
 srcpkgs/python3-stormssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template
index 840c0f687b5..d3986e9290d 100644
--- a/srcpkgs/python3-stormssh/template
+++ b/srcpkgs/python3-stormssh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-stormssh'
 pkgname=python3-stormssh
 version=0.7.0
-revision=3
+revision=4
 wrksrc=storm-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ec36fe8fb1c72f777696178d99b08cdea065ad14 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0993/1106] python3-tables: rebuild for Python 3.9

---
 srcpkgs/python3-tables/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template
index 4d19273d063..37ab6df363a 100644
--- a/srcpkgs/python3-tables/template
+++ b/srcpkgs/python3-tables/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tables'
 pkgname=python3-tables
 version=3.6.1
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 pycompile_module="tables"

From 31cdd0be608db6ac69c7c56b1d68283d8c066ded Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:09 -0400
Subject: [PATCH 0994/1106] python3-tempora: rebuild for Python 3.9

---
 srcpkgs/python3-tempora/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template
index 8a54b3f3c85..c4dbebd31b3 100644
--- a/srcpkgs/python3-tempora/template
+++ b/srcpkgs/python3-tempora/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tempora'
 pkgname=python3-tempora
 version=2.0.0
-revision=2
+revision=3
 wrksrc="tempora-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e339f72203e0987d68d54fd264918ab749fcd84c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0995/1106] python3-termcolor: rebuild for Python 3.9

---
 srcpkgs/python3-termcolor/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template
index c3e4ac4068e..890e115ac65 100644
--- a/srcpkgs/python3-termcolor/template
+++ b/srcpkgs/python3-termcolor/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-termcolor'
 pkgname=python3-termcolor
 version=1.1.0
-revision=7
+revision=8
 wrksrc="termcolor-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"

From e477ab09d06f07fc0c77887ef615ba2561735b04 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0996/1106] python3-terminado: rebuild for Python 3.9

---
 srcpkgs/python3-terminado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template
index 0257221f108..f7e32aebd35 100644
--- a/srcpkgs/python3-terminado/template
+++ b/srcpkgs/python3-terminado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-terminado'
 pkgname=python3-terminado
 version=0.8.2
-revision=3
+revision=4
 wrksrc="terminado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 473d74afa15fc65a964ffd2d09c7184edbee345e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0997/1106] python3-testpath: rebuild for Python 3.9

---
 srcpkgs/python3-testpath/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template
index 26499eefae9..49413b26736 100644
--- a/srcpkgs/python3-testpath/template
+++ b/srcpkgs/python3-testpath/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testpath'
 pkgname=python3-testpath
 version=0.4.2
-revision=3
+revision=4
 wrksrc="testpath-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f5a9dce499f794c26110f75c2229166b6e927524 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0998/1106] python3-testtools: rebuild for Python 3.9

---
 srcpkgs/python3-testtools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 82a29861061..43500391a4f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=1
+revision=2
 wrksrc="testtools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 984ed048b7e2ff584c8555a1aea79c9e7810d8d5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 0999/1106] python3-texttable: rebuild for Python 3.9

---
 srcpkgs/python3-texttable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template
index 6c52d76cba8..108a1883fbe 100644
--- a/srcpkgs/python3-texttable/template
+++ b/srcpkgs/python3-texttable/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-texttable'
 pkgname=python3-texttable
 version=1.6.1
-revision=3
+revision=4
 wrksrc="texttable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2627e6534299f0631ffaa4224146eb55f4d46a89 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:10 -0400
Subject: [PATCH 1000/1106] python3-tifffile: rebuild for Python 3.9

---
 srcpkgs/python3-tifffile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template
index b46febfd926..dbf2450c13a 100644
--- a/srcpkgs/python3-tifffile/template
+++ b/srcpkgs/python3-tifffile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tifffile'
 pkgname=python3-tifffile
 version=2020.10.1
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From d0dbe1105e986b0317caa64f3cf3cd426117e7b6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1001/1106] python3-tmuxp: rebuild for Python 3.9

---
 srcpkgs/python3-tmuxp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template
index 907b3744e49..825903b8ca7 100644
--- a/srcpkgs/python3-tmuxp/template
+++ b/srcpkgs/python3-tmuxp/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tmuxp'
 pkgname=python3-tmuxp
 version=1.5.4
-revision=2
+revision=3
 wrksrc="tmuxp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a3c1d2bb8f1c340baec00d7485c288978eaec019 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1002/1106] python3-toml: rebuild for Python 3.9

---
 srcpkgs/python3-toml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template
index da4f7137f8f..c0f75c89335 100644
--- a/srcpkgs/python3-toml/template
+++ b/srcpkgs/python3-toml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-toml'
 pkgname=python3-toml
 version=0.10.0
-revision=3
+revision=4
 wrksrc="toml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e459bf8f660fde2a601bb7ddefd2a9f73d759da4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1003/1106] python3-tornado: rebuild for Python 3.9

---
 srcpkgs/python3-tornado/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template
index a333121713e..95296e8ddcf 100644
--- a/srcpkgs/python3-tornado/template
+++ b/srcpkgs/python3-tornado/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tornado'
 pkgname=python3-tornado
 version=5.1.1
-revision=2
+revision=3
 wrksrc="tornado-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc12a51c9c6c1f83743dad28b066c40ec907bb93 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1004/1106] python3-tqdm: rebuild for Python 3.9

---
 srcpkgs/python3-tqdm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template
index 2b686aa510b..96c8d07f049 100644
--- a/srcpkgs/python3-tqdm/template
+++ b/srcpkgs/python3-tqdm/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tqdm'
 pkgname=python3-tqdm
 version=4.48.2
-revision=2
+revision=3
 wrksrc="tqdm-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 13dcc23b624fb83ff583dce91829c35e4faaa272 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1005/1106] python3-traitlets: rebuild for Python 3.9

---
 srcpkgs/python3-traitlets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template
index 83c9c90dadd..72b7d9208be 100644
--- a/srcpkgs/python3-traitlets/template
+++ b/srcpkgs/python3-traitlets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-traitlets'
 pkgname=python3-traitlets
 version=5.0.4
-revision=1
+revision=2
 wrksrc="traitlets-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6d8f71d649d3da97f829cfddb8dac71482e40577 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1006/1106] python3-trimesh: rebuild for Python 3.9

---
 srcpkgs/python3-trimesh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index f4f0fc4f581..c7e4a727bbb 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
 version=3.8.10
-revision=1
+revision=2
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 2c46f8dffff502b96d31306db793a8c03501561d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1007/1106] python3-ttystatus: rebuild for Python 3.9

---
 srcpkgs/python3-ttystatus/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template
index dec36bfc349..f3408d4f718 100644
--- a/srcpkgs/python3-ttystatus/template
+++ b/srcpkgs/python3-ttystatus/template
@@ -2,7 +2,7 @@
 pkgname=python3-ttystatus
 _pkgname=${pkgname/3/}
 version=0.38
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1d2b8d2ee1715860ae72af006a8bd32660e91bdd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:11 -0400
Subject: [PATCH 1008/1106] python3-tweepy: rebuild for Python 3.9

---
 srcpkgs/python3-tweepy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template
index ea64b1a2609..0acc2549ea0 100644
--- a/srcpkgs/python3-tweepy/template
+++ b/srcpkgs/python3-tweepy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tweepy'
 pkgname=python3-tweepy
 version=3.8.0
-revision=3
+revision=4
 wrksrc="tweepy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c70a62bb88f8d57200c44cb7ba7213f278851423 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1009/1106] python3-twitter: rebuild for Python 3.9

---
 srcpkgs/python3-twitter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template
index 66f386df72c..386917ff15c 100644
--- a/srcpkgs/python3-twitter/template
+++ b/srcpkgs/python3-twitter/template
@@ -2,7 +2,7 @@
 pkgname=python3-twitter
 _pkgname=${pkgname/3/}
 version=3.5
-revision=3
+revision=4
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 9a9012b23a2069463b472ac91888aa3bcf0126cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1010/1106] python3-typed-ast: rebuild for Python 3.9

---
 srcpkgs/python3-typed-ast/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index e5fe6e9afdf..7c176c7c315 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.1
-revision=1
+revision=2
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f3f7c8b71da11638c5f66990e665914a1d8124b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1011/1106] python3-ultrajson: update to 4.0.0

---
 srcpkgs/python3-ultrajson/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template
index 1784be3596a..faf1e2e7628 100644
--- a/srcpkgs/python3-ultrajson/template
+++ b/srcpkgs/python3-ultrajson/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-ultrajson'
 pkgname=python3-ultrajson
-version=3.2.0
+version=4.0.0
 revision=1
 wrksrc="ujson-${version}"
 build_style=python3-module
@@ -11,7 +11,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrajson/ultrajson"
 distfiles="${PYPI_SITE}/u/ujson/ujson-${version}.tar.gz"
-checksum=abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4
+checksum=dba37ad41906d7f9ff52deeb729b9add7e305b94673b41979e9a6c5914083aa8
+
+post_patch() {
+	vsed -i setup.py -e 's/"setuptools_scm"//g'
+}
 
 post_install() {
 	vlicense LICENSE.txt

From ca5a771025c20ace2e9f490b43f8db8ade776107 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1012/1106] python3-unittest-mixins: rebuild for Python 3.9

---
 srcpkgs/python3-unittest-mixins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template
index 32e19425ccf..f597b3bd776 100644
--- a/srcpkgs/python3-unittest-mixins/template
+++ b/srcpkgs/python3-unittest-mixins/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-unittest-mixins'
 pkgname=python3-unittest-mixins
 version=1.6
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 0af5ee3e53b5e42f3d6aaa148d9a0bfc792a332b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1013/1106] python3-urbandict: rebuild for Python 3.9

---
 srcpkgs/python3-urbandict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template
index c059d78dd0e..430acb937dc 100644
--- a/srcpkgs/python3-urbandict/template
+++ b/srcpkgs/python3-urbandict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urbandict'
 pkgname=python3-urbandict
 version=0.6.1
-revision=2
+revision=3
 wrksrc="urbandict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 939bbfae4637db1960692bff6758c671824a60f6 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1014/1106] python3-uritemplate: rebuild for Python 3.9

---
 srcpkgs/python3-uritemplate/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template
index 9e4053f31ce..774b51825e1 100644
--- a/srcpkgs/python3-uritemplate/template
+++ b/srcpkgs/python3-uritemplate/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritemplate'
 pkgname=python3-uritemplate
 version=3.0.1
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 32b4f852af4723f81edcba3359f1266799f0175a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1015/1106] python3-uritools: rebuild for Python 3.9

---
 srcpkgs/python3-uritools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template
index 5b02548be87..761a8f4a179 100644
--- a/srcpkgs/python3-uritools/template
+++ b/srcpkgs/python3-uritools/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uritools'
 pkgname=python3-uritools
 version=3.0.0
-revision=1
+revision=2
 wrksrc="uritools-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 70b66d9420db224eae2bebda39aa8a0e46dd4ee8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:12 -0400
Subject: [PATCH 1016/1106] python3-urwidtrees: rebuild for Python 3.9

---
 srcpkgs/python3-urwidtrees/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template
index a3cff8b18fc..a87210ebe16 100644
--- a/srcpkgs/python3-urwidtrees/template
+++ b/srcpkgs/python3-urwidtrees/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-urwidtrees'
 pkgname=python3-urwidtrees
 version=1.0.2
-revision=4
+revision=5
 wrksrc="urwidtrees-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel python3-urwid"

From cc935cda952022315ff43e04e10ee5c0432e1729 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1017/1106] python3-usb: rebuild for Python 3.9

---
 srcpkgs/python3-usb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template
index 2bb50d6d67c..b86f203fcd7 100644
--- a/srcpkgs/python3-usb/template
+++ b/srcpkgs/python3-usb/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-usb'
 pkgname=python3-usb
 version=1.1.0
-revision=3
+revision=4
 wrksrc="pyusb-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 7b14bb90cd62101b21de16cdd6b1be0ad7846f8a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1018/1106] python3-utils: rebuild for Python 3.9

---
 srcpkgs/python3-utils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template
index 00135c5218e..b9678c4e43d 100644
--- a/srcpkgs/python3-utils/template
+++ b/srcpkgs/python3-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-utils'
 pkgname=python3-utils
 version=2.4.0
-revision=2
+revision=3
 wrksrc="python-utils-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 99a01661b048d2a946c6d8d2e04672b963388baa Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1019/1106] python3-uvloop: rebuild for Python 3.9

---
 srcpkgs/python3-uvloop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template
index 124f2775cf6..9bb256f5729 100644
--- a/srcpkgs/python3-uvloop/template
+++ b/srcpkgs/python3-uvloop/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-uvloop'
 pkgname=python3-uvloop
 version=0.14.0
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools python3-Cython"

From 5b17481ba4e32be5965fb3dc347436cb824d35ae Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1020/1106] python3-vdf: rebuild for Python 3.9

---
 srcpkgs/python3-vdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 2a2819a6d6b..0389375421f 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.2
-revision=2
+revision=3
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 538d9ea30949d9b3e489d63ff24c1ed3a2931708 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1021/1106] python3-vint: rebuild for Python 3.9

---
 srcpkgs/python3-vint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index f696f11e8cd..3944d9b507e 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vint'
 pkgname=python3-vint
 version=0.3.19
-revision=4
+revision=5
 wrksrc="vim-vint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From fc050ca501c7ef7e45adefd2589f44dd2e996e99 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1022/1106] python3-vispy: rebuild for Python 3.9

---
 srcpkgs/python3-vispy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template
index 9c2b61137a9..8d6b70aaef6 100644
--- a/srcpkgs/python3-vispy/template
+++ b/srcpkgs/python3-vispy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vispy'
 pkgname=python3-vispy
 version=0.6.1
-revision=3
+revision=4
 wrksrc="vispy-${version}"
 build_style=python3-module
 build_helper=numpy

From 60fb64d798c493aaf6c637c8aa1023c5981e96cd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:13 -0400
Subject: [PATCH 1023/1106] python3-vobject: rebuild for Python 3.9

---
 srcpkgs/python3-vobject/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template
index 5b54005f35a..f727f5b1a35 100644
--- a/srcpkgs/python3-vobject/template
+++ b/srcpkgs/python3-vobject/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-vobject'
 pkgname=python3-vobject
 version=0.9.6.1
-revision=3
+revision=4
 wrksrc="vobject-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 88ab596a4f3d4901b2fc318175eb09dfbcc869e9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1024/1106] python3-voluptuous: rebuild for Python 3.9

---
 srcpkgs/python3-voluptuous/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 6dc746121dd..d8514443b4f 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-voluptuous'
 pkgname=python3-voluptuous
 version=0.11.5
-revision=4
+revision=5
 wrksrc="voluptuous-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 215fb00e5009ea03eb1783d111afa7369e9d8586 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1025/1106] python3-watchdog: rebuild for Python 3.9

---
 srcpkgs/python3-watchdog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template
index 455820fbebd..df369a2bce4 100644
--- a/srcpkgs/python3-watchdog/template
+++ b/srcpkgs/python3-watchdog/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchdog'
 pkgname=python3-watchdog
 version=0.9.0
-revision=3
+revision=4
 wrksrc="watchdog-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From a0b7b9d0889b33cd51c296d7de076d2fe12c1334 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1026/1106] python3-watchman: rebuild for Python 3.9

---
 srcpkgs/python3-watchman/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template
index 657e75d7a35..c06e798cd57 100644
--- a/srcpkgs/python3-watchman/template
+++ b/srcpkgs/python3-watchman/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-watchman'
 pkgname=python3-watchman
 version=1.4.1
-revision=5
+revision=6
 create_wrksrc=yes
 build_wrksrc="pywatchman-${version}"
 build_style=python3-module

From ee398ddbd543920787929ac92e4b1bad0cf04de4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1027/1106] python3-webassets: rebuild for Python 3.9

---
 srcpkgs/python3-webassets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template
index 0abeecab8d8..45d1406ef52 100644
--- a/srcpkgs/python3-webassets/template
+++ b/srcpkgs/python3-webassets/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webassets'
 pkgname=python3-webassets
 version=0.12.1
-revision=4
+revision=5
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 6083ddec34bb4b433121fe0c5e0674263f8b21de Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1028/1106] python3-webencodings: rebuild for Python 3.9

---
 srcpkgs/python3-webencodings/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template
index 0c57a319520..fa4d415ac43 100644
--- a/srcpkgs/python3-webencodings/template
+++ b/srcpkgs/python3-webencodings/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-webencodings'
 pkgname=python3-webencodings
 version=0.5.1
-revision=5
+revision=6
 wrksrc="webencodings-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From c7b450c5a1612ee297381e6df9189caae8bf4562 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1029/1106] python3-websocket-client: rebuild for Python 3.9

---
 srcpkgs/python3-websocket-client/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template
index feefd2fb518..82c02ff9f6e 100644
--- a/srcpkgs/python3-websocket-client/template
+++ b/srcpkgs/python3-websocket-client/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-websocket-client'
 pkgname=python3-websocket-client
 version=0.56.0
-revision=3
+revision=4
 wrksrc="websocket_client-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 35e66f4fffa96c46b801eae396915f37cfee1cc5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1030/1106] python3-wheel: rebuild for Python 3.9

---
 srcpkgs/python3-wheel/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template
index 5b5df9382dc..35388e37451 100644
--- a/srcpkgs/python3-wheel/template
+++ b/srcpkgs/python3-wheel/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wheel'
 pkgname=python3-wheel
 version=0.35.1
-revision=2
+revision=3
 wrksrc="wheel-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From e4db09d926af0bc99188b0c8faaac97e8ccd4981 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:14 -0400
Subject: [PATCH 1031/1106] python3-wikipedia: rebuild for Python 3.9

---
 srcpkgs/python3-wikipedia/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template
index 53d09a7ef7f..e38ba579288 100644
--- a/srcpkgs/python3-wikipedia/template
+++ b/srcpkgs/python3-wikipedia/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wikipedia'
 pkgname=python3-wikipedia
 version=1.4.0
-revision=4
+revision=5
 wrksrc="wikipedia-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b4693445381088b80e6e803ea1253a4bb27ef03b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1032/1106] python3-wrapt: rebuild for Python 3.9

---
 srcpkgs/python3-wrapt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index b41968c4855..ccb7a685fcb 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.11.2
-revision=3
+revision=4
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 630057a1ee495dfbe37ffbe6b0caab3af38d225e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1033/1106] python3-wsproto: rebuild for Python 3.9

---
 srcpkgs/python3-wsproto/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template
index 4d1bacea900..6d2dab99f60 100644
--- a/srcpkgs/python3-wsproto/template
+++ b/srcpkgs/python3-wsproto/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-wsproto'
 pkgname=python3-wsproto
 version=0.15.0
-revision=3
+revision=4
 wrksrc="wsproto-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 808535ae1eda5188467d30cc60e41bf553c8fa44 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1034/1106] python3-xmlschema: rebuild for Python 3.9

---
 srcpkgs/python3-xmlschema/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template
index c73065c2222..88999be9e53 100644
--- a/srcpkgs/python3-xmlschema/template
+++ b/srcpkgs/python3-xmlschema/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmlschema'
 pkgname=python3-xmlschema
 version=1.2.4
-revision=1
+revision=2
 wrksrc=xmlschema-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-elementpath"

From 746e783104e4f28031a2824ddd9e5062230f02bf Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1035/1106] python3-xmltodict: rebuild for Python 3.9

---
 srcpkgs/python3-xmltodict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template
index 69e7f78c775..14243ddb006 100644
--- a/srcpkgs/python3-xmltodict/template
+++ b/srcpkgs/python3-xmltodict/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xmltodict'
 pkgname=python3-xmltodict
 version=0.12.0
-revision=3
+revision=4
 wrksrc="xmltodict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5347ff284d0d682858154d4375275d72e8ec474f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1036/1106] python3-xxhash: rebuild for Python 3.9

---
 srcpkgs/python3-xxhash/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template
index a0c102efaf5..2d1658271cf 100644
--- a/srcpkgs/python3-xxhash/template
+++ b/srcpkgs/python3-xxhash/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xxhash'
 pkgname=python3-xxhash
 version=2.0.0
-revision=1
+revision=2
 wrksrc="xxhash-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From dca9e1b44120f70d5ab021959e75ff3fa3bb39bd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1037/1106] python3-yaml: rebuild for Python 3.9

---
 srcpkgs/python3-yaml/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index b2e961166a0..205db081261 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.3.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From ed928af557e2ad845a9a0fa633a447e8ab34e5b4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:15 -0400
Subject: [PATCH 1038/1106] python3-yamllint: rebuild for Python 3.9

---
 srcpkgs/python3-yamllint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 02ed9302afa..6aeedcabe3f 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yamllint'
 pkgname=python3-yamllint
 version=1.15.0
-revision=3
+revision=4
 wrksrc="yamllint-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 386e4028878ce861efe8708a6416b7aa88ab5b43 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1039/1106] python3-yara: rebuild for Python 3.9

---
 srcpkgs/python3-yara/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template
index 4441fa7a0c4..cb8c10b5759 100644
--- a/srcpkgs/python3-yara/template
+++ b/srcpkgs/python3-yara/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yara'
 pkgname=python3-yara
 version=4.0.2
-revision=1
+revision=2
 wrksrc="yara-python-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1ea324c9362c39da04691fc636a955bdbbefea7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1040/1106] python3-yarl: rebuild for Python 3.9

---
 srcpkgs/python3-yarl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template
index ecb79a3cc9c..06ebeacd71f 100644
--- a/srcpkgs/python3-yarl/template
+++ b/srcpkgs/python3-yarl/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-yarl'
 pkgname=python3-yarl
 version=1.3.0
-revision=3
+revision=4
 wrksrc="yarl-${version}"
 build_style=python3-module
 pycompile_module="yarl"

From 2e98d99c1b1a33e5143ebaef36043130da1d38da Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1041/1106] python3-zc.lockfile: rebuild for Python 3.9

---
 srcpkgs/python3-zc.lockfile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template
index f91f0df64d4..afac0c19e8b 100644
--- a/srcpkgs/python3-zc.lockfile/template
+++ b/srcpkgs/python3-zc.lockfile/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zc.lockfile'
 pkgname=python3-zc.lockfile
 version=2.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From b5c551d2937452d1267d07e8253dd7b5827a80b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1042/1106] python3-zeroconf: rebuild for Python 3.9

---
 srcpkgs/python3-zeroconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template
index eefb11407e6..845e83651a4 100644
--- a/srcpkgs/python3-zeroconf/template
+++ b/srcpkgs/python3-zeroconf/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zeroconf'
 pkgname=python3-zeroconf
 version=0.28.5
-revision=1
+revision=2
 wrksrc="python-zeroconf-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 5527aa05c17aace3f7efe43128acd6efd9c5e6f5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1043/1106] python3-zipstream: rebuild for Python 3.9

---
 srcpkgs/python3-zipstream/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template
index 2d57399b2ac..1430081027b 100644
--- a/srcpkgs/python3-zipstream/template
+++ b/srcpkgs/python3-zipstream/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zipstream'
 pkgname=python3-zipstream
 version=1.1.4
-revision=5
+revision=6
 wrksrc="python-zipstream-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f7aa37057b56aab1ce6be4248d89762a3a864a0e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1044/1106] python3-zope.component: rebuild for Python 3.9

---
 srcpkgs/python3-zope.component/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template
index 954984473b4..aee1c9b51cc 100644
--- a/srcpkgs/python3-zope.component/template
+++ b/srcpkgs/python3-zope.component/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.component'
 pkgname=python3-zope.component
 version=4.6.2
-revision=1
+revision=2
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 90499b1b5336559fe0f937ae5c7d70cfb79c3e76 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1045/1106] python3-zope.exceptions: rebuild for Python 3.9

---
 srcpkgs/python3-zope.exceptions/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template
index 261a224bb09..8f06c14c375 100644
--- a/srcpkgs/python3-zope.exceptions/template
+++ b/srcpkgs/python3-zope.exceptions/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.exceptions'
 pkgname=python3-zope.exceptions
 version=4.4
-revision=1
+revision=2
 wrksrc="zope.exceptions-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface

From af2bcaaa59a7faa7a836de16161c501d5001b26e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:16 -0400
Subject: [PATCH 1046/1106] python3-zope.i18nmessageid: rebuild for Python 3.9

---
 srcpkgs/python3-zope.i18nmessageid/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template
index 6b9e1a8db05..53e4600ded4 100644
--- a/srcpkgs/python3-zope.i18nmessageid/template
+++ b/srcpkgs/python3-zope.i18nmessageid/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.i18nmessageid'
 pkgname=python3-zope.i18nmessageid
 version=5.0.1
-revision=1
+revision=2
 wrksrc="zope.i18nmessageid-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From c8428190e38933da8f9bee50221901bb3a6d1038 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1047/1106] python3-zope.proxy: rebuild for Python 3.9

---
 srcpkgs/python3-zope.proxy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template
index 8d62e1873d7..6b36788d081 100644
--- a/srcpkgs/python3-zope.proxy/template
+++ b/srcpkgs/python3-zope.proxy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.proxy'
 pkgname=python3-zope.proxy
 version=4.3.5
-revision=1
+revision=2
 wrksrc="zope.proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx"

From 8b3c9ea2c51aea7a43d4f7ebf44f1eb9b4484d83 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1048/1106] python3-zope.security: rebuild for Python 3.9

---
 srcpkgs/python3-zope.security/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template
index 682e1467cb1..5cc8e5c95dc 100644
--- a/srcpkgs/python3-zope.security/template
+++ b/srcpkgs/python3-zope.security/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zope.security'
 pkgname=python3-zope.security
 version=5.1.1
-revision=1
+revision=2
 wrksrc="zope.security-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-distutils-extra"

From bea290733a9ed87b104ccc76dd078cca72a67c55 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1049/1106] qutebrowser: rebuild for Python 3.9

---
 srcpkgs/qutebrowser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index a9c989f3e39..ef7e343d368 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,7 +1,7 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
 version=1.13.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
 depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2

From 1ba80ef4483108b0bad3799f6d8646e00ef5cce0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1050/1106] r128gain: rebuild for Python 3.9

---
 srcpkgs/r128gain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template
index 32e8628b9d7..ea2cf9537dc 100644
--- a/srcpkgs/r128gain/template
+++ b/srcpkgs/r128gain/template
@@ -1,7 +1,7 @@
 # Template file for 'r128gain'
 pkgname=r128gain
 version=1.0.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm"

From 6f88dd2b4f1d1a2198528917a8eae384f9867bc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1051/1106] radicale: rebuild for Python 3.9

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 9c8f6a93978..0500a4b773d 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,7 +1,7 @@
 # Template file for 'radicale'
 pkgname=radicale
 version=3.0.6
-revision=1
+revision=2
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 1dd75c1b2c0c1c59defcff1bb0e06acf14f0c82b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1052/1106] rdiff-backup: rebuild for Python 3.9

---
 srcpkgs/rdiff-backup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template
index 2bb71780834..752c58e6cbc 100644
--- a/srcpkgs/rdiff-backup/template
+++ b/srcpkgs/rdiff-backup/template
@@ -1,7 +1,7 @@
 # Template file for 'rdiff-backup'
 pkgname=rdiff-backup
 version=2.0.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 makedepends="python3-devel librsync-devel"

From df54cf3b046b7978889ed00dc068a377dec14a02 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1053/1106] redshift: rebuild for Python 3.9

---
 srcpkgs/redshift/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template
index c58b8daeb76..8db3878a502 100644
--- a/srcpkgs/redshift/template
+++ b/srcpkgs/redshift/template
@@ -1,7 +1,7 @@
 # Template file for 'redshift'
 pkgname=redshift
 version=1.12
-revision=2
+revision=3
 build_style=gnu-configure
 build_options="geoclue2"
 configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)"

From 3a3b406608bf468d996e564e9e2f4b6278f8fde4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:17 -0400
Subject: [PATCH 1054/1106] renderdoc: rebuild for Python 3.9

---
 srcpkgs/renderdoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template
index 9921297e723..96594d02f22 100644
--- a/srcpkgs/renderdoc/template
+++ b/srcpkgs/renderdoc/template
@@ -1,7 +1,7 @@
 # Template file for 'renderdoc'
 pkgname=renderdoc
 version=1.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
  -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON

From 721f7099335cebe04c148c22c4fe7ab0452b4b80 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1055/1106] rmlint: rebuild for Python 3.9

---
 srcpkgs/rmlint/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template
index 0c7afc954b3..b77f20b805a 100644
--- a/srcpkgs/rmlint/template
+++ b/srcpkgs/rmlint/template
@@ -1,7 +1,7 @@
 # Template file for 'rmlint'
 pkgname=rmlint
 version=2.10.1
-revision=1
+revision=2
 build_style=scons
 hostmakedepends="pkg-config python3-Sphinx glib-devel"
 makedepends="libblkid-devel elfutils-devel json-glib-devel"

From f0b59b6338bb1a90fb255c4770cd0f7352c649b3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1056/1106] rpm: rebuild for Python 3.9

---
 srcpkgs/rpm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 26d91814102..d39c3746781 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
 version=4.15.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-lua --with-cap --with-acl --with-external-db
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"

From 6f27959277fe3de25ebce18185f0cf4dbe7bddb3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1057/1106] rrdtool: rebuild for Python 3.9

---
 srcpkgs/rrdtool/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..6877929c8dc 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby

From 159f722538555219187e01a59396848bf720bf1e Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1058/1106] rtslib-fb: rebuild for Python 3.9

---
 srcpkgs/rtslib-fb/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template
index b1572850212..b9d6f67fa62 100644
--- a/srcpkgs/rtslib-fb/template
+++ b/srcpkgs/rtslib-fb/template
@@ -1,10 +1,10 @@
 # Template file for 'rtslib-fb'
 pkgname=rtslib-fb
 version=2.1.72
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-six python3-pyudev libudev"
+depends="python3-six python3-pyudev"
 checkdepends="$depends"
 short_desc="Python object API for managing the Linux LIO kernel target"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"

From af9553ce2a589cddb4dbccc8f6b8bb30ca12fc51 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1059/1106] screenkey: rebuild for Python 3.9

---
 srcpkgs/screenkey/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template
index 4608f9c9f15..fa623d9396f 100644
--- a/srcpkgs/screenkey/template
+++ b/srcpkgs/screenkey/template
@@ -1,7 +1,7 @@
 # Template file for 'screenkey'
 pkgname=screenkey
 version=1.2
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="intltool python3-setuptools python3-distutils-extra"
 depends="gtk+3 libX11 python3-gobject"

From 514a68fdef725e87af2b5e42ce329527966f75c7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1060/1106] setzer: rebuild for Python 3.9

---
 srcpkgs/setzer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template
index f7321d39dd7..cecfaeef56e 100644
--- a/srcpkgs/setzer/template
+++ b/srcpkgs/setzer/template
@@ -1,7 +1,7 @@
 # Template file for 'setzer'
 pkgname=setzer
 version=0.3.2
-revision=1
+revision=2
 wrksrc=Setzer-${version}
 build_style=meson
 hostmakedepends="gettext"

From 2bdc4bdcca0d0ca98b6b948fafbd711d2cec66c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:18 -0400
Subject: [PATCH 1061/1106] sigil: rebuild for Python 3.9

---
 srcpkgs/sigil/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template
index c1392099583..b94cbfa6ff1 100644
--- a/srcpkgs/sigil/template
+++ b/srcpkgs/sigil/template
@@ -1,7 +1,7 @@
 # Template file for 'sigil'
 pkgname=sigil
 version=1.3.0
-revision=1
+revision=2
 wrksrc="Sigil-${version}"
 build_style=cmake
 pycompile_dirs="usr/share/sigil/python3lib"

From 3fa359a1f49a7205bc34bb1d9f5401d0d5f6025b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1062/1106] sip: rebuild for Python 3.9

---
 srcpkgs/sip/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 8f53db1cf10..87d0c5c6ed6 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,7 +1,7 @@
 # Template file for 'sip'
 pkgname=sip
 version=4.19.24
-revision=2
+revision=3
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends}"
 short_desc="Python extension module generator for C/C++ libraries"

From 7d3c2ef1bdd213caf6382649ef1e9dfb8e614794 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1063/1106] sip5: rebuild for Python 3.9

---
 srcpkgs/sip5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index 2ea0bab7b65..cbbd61cbb73 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,7 +1,7 @@
 # Template file for 'sip5'
 pkgname=sip5
 version=5.4.0
-revision=2
+revision=3
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"

From fd3fb365793d1ae7bdb5268dc5ccfed441fb87ea Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1064/1106] speech-dispatcher: rebuild for Python 3.9

---
 srcpkgs/speech-dispatcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template
index 7640cee91c0..829754ab3c7 100644
--- a/srcpkgs/speech-dispatcher/template
+++ b/srcpkgs/speech-dispatcher/template
@@ -1,7 +1,7 @@
 # Template file for 'speech-dispatcher'
 pkgname=speech-dispatcher
 version=0.8.8
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 short_desc="High-level device independent layer for speech synthesis interface"

From c7ea308aacc9746c5f6c2e06e8d24596c5471c0f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1065/1106] sssd: rebuild for Python 3.9

---
 srcpkgs/sssd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template
index 57a7fc7e2b4..082a56831ae 100644
--- a/srcpkgs/sssd/template
+++ b/srcpkgs/sssd/template
@@ -1,7 +1,7 @@
 # Template file for 'sssd'
 pkgname=sssd
 version=2.3.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--without-selinux --without-semanage --without-libwbclient
  --disable-cifs-idmap-plugin --without-samba --with-os=fedora

From 119cfbc16247048b6c98cec8ffbedfa99a70f435 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1066/1106] streamlink: rebuild for Python 3.9

---
 srcpkgs/streamlink/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ea68f0cea37..c92aaf1aea9 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
 version=1.6.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry

From 2bd71d10f42ab5223b55385d9cd6616c3c41b961 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1067/1106] subliminal: rebuild for Python 3.9

---
 srcpkgs/subliminal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template
index a5ec3dc3ac8..2e16355a28a 100644
--- a/srcpkgs/subliminal/template
+++ b/srcpkgs/subliminal/template
@@ -1,7 +1,7 @@
 # Template file for 'subliminal'
 pkgname=subliminal
 version=2.1.0
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3 python3-guessit python3-babelfish python3-enzyme

From 1a861ea02277cb45a60254cbfc0af42340314bec Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1068/1106] subuser: rebuild for Python 3.9

---
 srcpkgs/subuser/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template
index 0bc3e71db36..1d6aaa5d695 100644
--- a/srcpkgs/subuser/template
+++ b/srcpkgs/subuser/template
@@ -1,7 +1,7 @@
 # Template file for 'subuser'
 pkgname=subuser
 version=0.6.2
-revision=3
+revision=4
 archs="x86_64*"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 641113fcac97325aface1f7fad981e11f69d6b84 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:19 -0400
Subject: [PATCH 1069/1106] subversion: rebuild for Python 3.9

---
 srcpkgs/subversion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template
index d3806661e75..0f1d2d17900 100644
--- a/srcpkgs/subversion/template
+++ b/srcpkgs/subversion/template
@@ -4,7 +4,7 @@
 #
 pkgname=subversion
 version=1.14.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-javahl --disable-static --config-cache
  --with-gnome-keyring --with-editor=vi --disable-mod-activation

From 38ab135990edb1c00c46364fb6915f1ebd0fdc7a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1070/1106] sumo: rebuild for Python 3.9

---
 srcpkgs/sumo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index 1167f97789c..4c1eb6876a4 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,7 +1,7 @@
 # Template file for 'sumo'
 pkgname=sumo
 version=1.5.0
-revision=2
+revision=3
 build_style=cmake
 python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"

From 26faf65e3fdf91a5cdabad07255c35509c384bbb Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1071/1106] synapse: rebuild for Python 3.9

---
 srcpkgs/synapse/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template
index 357aa19550e..8da3b8f589a 100644
--- a/srcpkgs/synapse/template
+++ b/srcpkgs/synapse/template
@@ -1,7 +1,7 @@
 # Template file for 'synapse'
 pkgname=synapse
 version=1.20.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0

From 012daf2440f63c6056d782ba9427f59d5b594f4f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1072/1106] targetcli-fb: rebuild for Python 3.9

---
 srcpkgs/targetcli-fb/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 2088345b288..70ff44b77c1 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"

From ae139fe49830fc516ce602cb1b90bc3975e04470 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1073/1106] telepresence: rebuild for Python 3.9

---
 srcpkgs/telepresence/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template
index e3f446e828f..0f28d8f19c2 100644
--- a/srcpkgs/telepresence/template
+++ b/srcpkgs/telepresence/template
@@ -1,7 +1,7 @@
 # Template file for 'telepresence'
 pkgname=telepresence
 version=0.107
-revision=1
+revision=2
 archs="x86_64* ppc64le*"
 build_style=python3-module
 hostmakedepends="python3-pip python3-setuptools git"

From cb94e61236a83383b6892bfdf6acfcff89ec3172 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1074/1106] texworks: rebuild for Python 3.9

---
 srcpkgs/texworks/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template
index 0ad5cc23e89..87ca8404934 100644
--- a/srcpkgs/texworks/template
+++ b/srcpkgs/texworks/template
@@ -1,7 +1,7 @@
 # Template file for 'texworks'
 pkgname=texworks
 version=0.6.3
-revision=3
+revision=4
 wrksrc="texworks-release-${version}"
 build_style=cmake
 configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON

From c1d39edd4b370153f82cdc3dfca0320b6bfc6d4c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1075/1106] tlsh: rebuild for Python 3.9

---
 srcpkgs/tlsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template
index 14e6e9aa0b7..7cb5c28b48b 100644
--- a/srcpkgs/tlsh/template
+++ b/srcpkgs/tlsh/template
@@ -1,7 +1,7 @@
 # Template file for 'tlsh'
 pkgname=tlsh
 version=3.17.0
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="python3"
 makedepends="python3-devel"

From a1b06005860395c91aa0ed32c3ee4dc076c2ca23 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:20 -0400
Subject: [PATCH 1076/1106] torbrowser-launcher: rebuild for Python 3.9

---
 srcpkgs/torbrowser-launcher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template
index 343a4e36fd0..2d8ce5bf282 100644
--- a/srcpkgs/torbrowser-launcher/template
+++ b/srcpkgs/torbrowser-launcher/template
@@ -1,7 +1,7 @@
 # Template file for 'torbrowser-launcher'
 pkgname=torbrowser-launcher
 version=0.3.3
-revision=1
+revision=2
 archs="i686 x86_64" # limited by Tor Browser itself
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"

From 8be689a965ada8ac12186262df47d1885b3e4c79 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1077/1106] tox: rebuild for Python 3.9

---
 srcpkgs/tox/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 23d8d88564e..214ed60a03d 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,7 +1,7 @@
 # Template file for 'tox'
 pkgname=tox
 version=3.19.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-filelock python3-packaging

From f11a0b91cc9324211da23551aae953751a066931 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1078/1106] trash-cli: rebuild for Python 3.9

---
 srcpkgs/trash-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template
index 4ab724d8cb1..d1e28aca412 100644
--- a/srcpkgs/trash-cli/template
+++ b/srcpkgs/trash-cli/template
@@ -1,7 +1,7 @@
 # Template file for 'trash-cli'
 pkgname=trash-cli
 version=0.17.1.14
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3"
 depends="python3"

From 743dd64056c55801725fae1d84eb73674a43be6c Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1079/1106] ueberzug: rebuild for Python 3.9

---
 srcpkgs/ueberzug/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template
index b54fb43be1b..ca27d90598c 100644
--- a/srcpkgs/ueberzug/template
+++ b/srcpkgs/ueberzug/template
@@ -1,7 +1,7 @@
 # Template file for 'ueberzug'
 pkgname=ueberzug
 version=18.1.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libX11-devel libXext-devel"

From d8d494a3a74a3297ec9191fab028f9c1a0fddccd Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1080/1106] ulauncher: rebuild for Python 3.9

---
 srcpkgs/ulauncher/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template
index 141eb29b6c9..2802288b14a 100644
--- a/srcpkgs/ulauncher/template
+++ b/srcpkgs/ulauncher/template
@@ -1,7 +1,7 @@
 # Template file for 'ulauncher'
 pkgname=ulauncher
 version=5.7.5
-revision=1
+revision=2
 wrksrc=${pkgname}
 build_style=python3-module
 pycompile_module="ulauncher"

From 8b478582ab3b14005687e8cfe771c36052c9f819 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1081/1106] unicorn: rebuild for Python 3.9

---
 srcpkgs/unicorn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template
index 971d44752ca..9134dca224b 100644
--- a/srcpkgs/unicorn/template
+++ b/srcpkgs/unicorn/template
@@ -1,7 +1,7 @@
 # Template file for 'unicorn'
 pkgname=unicorn
 version=1.0.1
-revision=3
+revision=4
 archs="x86_64* i686*"
 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework"

From 061958a8f5470fdb482a99b6b927a60cbbe2fcce Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1082/1106] urh: rebuild for Python 3.9

---
 srcpkgs/urh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index ed54ce8244e..d59f8587098 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
 version=2.8.8
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel

From 399cb5a8b85a453b1da4bf7d24d43d6e695103a7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1083/1106] urlscan: rebuild for Python 3.9

---
 srcpkgs/urlscan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template
index 0c4ab9b75ad..dc2573b3187 100644
--- a/srcpkgs/urlscan/template
+++ b/srcpkgs/urlscan/template
@@ -1,7 +1,7 @@
 # Template file for 'urlscan'
 pkgname=urlscan
 version=0.9.5
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-urwid"

From 8ca8cfee8f7292658a4038e2983d004a23185dde Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1084/1106] uwsgi: rebuild for Python 3.9

---
 srcpkgs/uwsgi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template
index 2ad7432dae7..1446c355e1e 100644
--- a/srcpkgs/uwsgi/template
+++ b/srcpkgs/uwsgi/template
@@ -1,7 +1,7 @@
 # Template file for 'uwsgi'
 pkgname=uwsgi
 version=2.0.18
-revision=2
+revision=3
 hostmakedepends="python python3"
 makedepends="python-devel python3-devel"
 short_desc="Fast, self-healing application container server"

From 072ae0d02f4c92a8a07fd2ed85fcf8a8cf842969 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:21 -0400
Subject: [PATCH 1085/1106] vapoursynth: rebuild for Python 3.9

---
 srcpkgs/vapoursynth/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index 521a73ab6b6..88a07c21c91 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,7 +1,7 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
 version=R50
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config libtool nasm python3-Cython"
 makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel

From 4e3fd10af08626f964de199571ed3a1aa8c1cdc2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1086/1106] vim: rebuild for Python 3.9

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index cfeb4ec1ca6..ea4601505ed 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,7 +1,7 @@
 # Template file for 'vim'
 pkgname=vim
 version=8.2.1666
-revision=1
+revision=2
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel
  perl python3-devel ruby-devel"

From 420b95ef12d6c808f807a1800c06c7ed98525e30 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1087/1106] vimiv: rebuild for Python 3.9

---
 srcpkgs/vimiv/template | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template
index 54deab7e7f7..80b0a104e1a 100644
--- a/srcpkgs/vimiv/template
+++ b/srcpkgs/vimiv/template
@@ -1,10 +1,10 @@
 # Template file for 'vimiv'
-pkgname="vimiv"
+pkgname=vimiv
 version=0.9.1
-revision=4
-build_style=gnu-makefile
-pycompile_module=vimiv
+revision=5
+build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel"
+makedepends="python3-devel"
 depends="python3 gtk+3 python3-gobject"
 short_desc="Image viewer with vim-like keybindings"
 maintainer="Dawid Sowa <dawid_sowa@posteo.net>"
@@ -12,3 +12,20 @@ license="MIT"
 homepage="http://karlch.github.io/vimiv/"
 distfiles="https://github.com/karlch/vimiv/archive/v${version}.tar.gz"
 checksum=7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087
+conf_files="/etc/vimiv/*"
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall config/vimivrc 0644 etc/vimiv
+	vinstall config/keys.conf 0644 etc/vimiv
+
+	vinstall vimiv.desktop 0644 usr/share/applications
+
+	vman man/vimiv.1
+	vman man/vimivrc.5
+
+	vinstall vimiv.appdata.xml 0644 usr/share/appdata
+
+	./scripts/install_icons.sh ${DESTDIR}
+}

From 161dac0224e39d2830c6d44df77ceb1c13dbf000 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1088/1106] volctl: rebuild for Python 3.9

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 235fddab23a..305e7e9ba1f 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,7 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
 version=0.8.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"

From 754dee4d6bba4e456829104303d14cf2441a5978 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1089/1106] volk: rebuild for Python 3.9

---
 srcpkgs/volk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template
index cad07ce8c6b..2bbdd5b9b7a 100644
--- a/srcpkgs/volk/template
+++ b/srcpkgs/volk/template
@@ -1,7 +1,7 @@
 # Template file for 'volk'
 pkgname=volk
 version=2.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six"
 makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako

From 3cd46d3a56db71eec97b8904bf32d2ae26c63817 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1090/1106] volume_key: rebuild for Python 3.9

---
 srcpkgs/volume_key/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template
index 746634526eb..64cc8f7d334 100644
--- a/srcpkgs/volume_key/template
+++ b/srcpkgs/volume_key/template
@@ -1,7 +1,7 @@
 # Template file for 'volume_key'
 pkgname=volume_key
 version=0.3.12
-revision=3
+revision=4
 build_style=gnu-configure
 make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc}
  PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"

From 3d1b23ffe50970cb7c47bca3d1d2204c6624f167 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1091/1106] vtk: rebuild for Python 3.9

---
 srcpkgs/vtk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index e48e91778a5..1b2051aba30 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=2
+revision=3
 wrksrc=VTK-${version}
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
@@ -60,7 +60,7 @@ vtk-python3_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/bin/vtkpython
-		vmove usr/lib/python3.8
+		vmove "${py3_sitelib}"
 		vmove "usr/lib/lib*Python*.so.*"
 		vmove "usr/lib/vtk/hierarchy/VTK/vtk*Python*.txt"
 	}

From 4aeb568ac99ac11fab29c7ff75878bf2a27ae682 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1092/1106] weechat: rebuild for Python 3.9

---
 srcpkgs/weechat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template
index 7f882016e21..8abf0745537 100644
--- a/srcpkgs/weechat/template
+++ b/srcpkgs/weechat/template
@@ -1,7 +1,7 @@
 # Template file for 'weechat'
 pkgname=weechat
 version=2.9
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
  -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON

From bb06420cb0c9a39de66bde80b8187c8897266ff1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:22 -0400
Subject: [PATCH 1093/1106] whipper: rebuild for Python 3.9

---
 srcpkgs/whipper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template
index 9e21890bf0a..03e5b89030b 100644
--- a/srcpkgs/whipper/template
+++ b/srcpkgs/whipper/template
@@ -1,7 +1,7 @@
 # Template file for 'whipper'
 pkgname=whipper
 version=0.9.0
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libsndfile-devel python3-devel"

From 1cd127eafe9f1295472af6b8ab9e7359865adb74 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1094/1106] wxPython4: rebuild for Python 3.9

---
 srcpkgs/wxPython4/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index 7fc5b7a36a5..7060e894b0a 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
 version=4.0.7
-revision=1
+revision=2
 wrksrc="wxPython-${version}"
 build_style=python3-module
 make_build_args="--skip-build"

From 09ba7e0239efb38c5fa9bcae70ede75bb3743ca4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1095/1106] xapps: update to 1.8.10

---
 srcpkgs/xapps/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template
index d1675b7168d..1589440927e 100644
--- a/srcpkgs/xapps/template
+++ b/srcpkgs/xapps/template
@@ -1,7 +1,8 @@
 # Template file for 'xapps'
 pkgname=xapps
-version=1.8.6
+version=1.8.10
 revision=1
+wrksrc="xapp-${version}"
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
@@ -14,7 +15,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
 homepage="https://github.com/linuxmint/xapps"
 changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
 distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
-checksum=577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349
+checksum=a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672
 
 xapps-devel_package() {
 	short_desc+=" - development files"

From f9f9a698dca887757572bcb4fc8b446a3a898bf7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1096/1106] xen: rebuild for Python 3.9

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 158937ca75d..928ccb505ca 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.0
-revision=2
+revision=3
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 360802e340abad466a90f30f2cb2e22854291456 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1097/1106] xmldiff: rebuild for Python 3.9

---
 srcpkgs/xmldiff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template
index 7cfdb79d749..8f252be2061 100644
--- a/srcpkgs/xmldiff/template
+++ b/srcpkgs/xmldiff/template
@@ -1,7 +1,7 @@
 # Template file for 'xmldiff'
 pkgname=xmldiff
 version=2.4
-revision=2
+revision=3
 wrksrc="xmldiff-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From 40ae8100bd33c754209183ff61fbae640f43f8f8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1098/1106] xonsh: rebuild for Python 3.9

---
 srcpkgs/xonsh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template
index d15917d61a7..1aaf2f5f96a 100644
--- a/srcpkgs/xonsh/template
+++ b/srcpkgs/xonsh/template
@@ -1,7 +1,7 @@
 # Template file for 'xonsh'
 pkgname=xonsh
 version=0.9.22
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 short_desc="Python-powered, cross-platform, Unix-gazing shell"

From 81f07e6622a4628e1ba5882c4885f1c8969ed70b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1099/1106] xpra: rebuild for Python 3.9

---
 srcpkgs/xpra/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template
index b14709c33e6..77eb3a4fbfa 100644
--- a/srcpkgs/xpra/template
+++ b/srcpkgs/xpra/template
@@ -1,7 +1,7 @@
 # Template file for 'xpra'
 pkgname=xpra
 version=4.0.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel

From e6355ba79c90ef6488c36251aa27985961f2830d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1100/1106] youtube-dl: rebuild for Python 3.9

---
 srcpkgs/youtube-dl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 6ff04a36721..84c6b2eab8b 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2020.09.20
-revision=1
+revision=2
 wrksrc=youtube-dl
 build_style=python3-module
 hostmakedepends="python3-setuptools"

From f9c6dc9f19510da5b408c6858be0e046eed8ee96 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1101/1106] yq: rebuild for Python 3.9

---
 srcpkgs/yq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 100dc4be7dd..2ad24598f3f 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -1,7 +1,7 @@
 # Template file for 'yq'
 pkgname=yq
 version=2.11.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-yaml"

From 2fc81d00da5aa46ceccaa0885f44ed5ab2fc315d Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:23 -0400
Subject: [PATCH 1102/1106] yubikey-manager: rebuild for Python 3.9

---
 srcpkgs/yubikey-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 15db9d4f7ef..20368e5b2ad 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.1
-revision=3
+revision=4
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard

From d10bd3db4e5d77e3d61f0bd3a2560342b6c2c3c8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1103/1106] z3: rebuild for Python 3.9

---
 srcpkgs/z3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template
index 32707a2fe40..64965043749 100644
--- a/srcpkgs/z3/template
+++ b/srcpkgs/z3/template
@@ -1,7 +1,7 @@
 # Template file for 'z3'
 pkgname=z3
 version=4.8.9
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=configure
 configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"

From 92388927ffa704f6cb805771ba9769e06de35314 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Wed, 7 Oct 2020 09:56:24 -0400
Subject: [PATCH 1104/1106] znc: rebuild for Python 3.9

---
 srcpkgs/znc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template
index af2192d499a..94142619d1c 100644
--- a/srcpkgs/znc/template
+++ b/srcpkgs/znc/template
@@ -1,7 +1,7 @@
 # Template file for 'znc'
 pkgname=znc
 version=1.8.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="
  --enable-python

From c9ad1b5d15166d454ed662cdaa18839b737e11ef Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:25:28 -0400
Subject: [PATCH 1105/1106] mlt: rebuild for Python 3.9

---
 srcpkgs/mlt/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/mlt/template b/srcpkgs/mlt/template
index ff3931a2f9a..5b67d2a7a6c 100644
--- a/srcpkgs/mlt/template
+++ b/srcpkgs/mlt/template
@@ -1,7 +1,7 @@
 # Template file for 'mlt'
 pkgname=mlt
 version=6.22.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
  --swig-languages=python"
@@ -57,7 +57,6 @@ post_install() {
 
 mlt-data_package() {
 	short_desc+=" - data files"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/mlt
 	}
@@ -65,7 +64,6 @@ mlt-data_package() {
 
 mlt-doc_package() {
 	short_desc+=" - documentation"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/doc
 	}
@@ -94,7 +92,6 @@ mlt-python3_package() {
 
 mlt-python_package() {
 	build_style=meta
-	archs=noarch
 	short_desc+=" - transitional dummy pkg"
 	depends="mlt-python3-${version}_${revision}"
 }

From 7360d2f61f52a1f31c6e06d0d8bd59472d2b3bbe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 9 Oct 2020 23:34:20 -0400
Subject: [PATCH 1106/1106] flowblade: rebuild for Python 3.9

[ci skip]
---
 srcpkgs/flowblade/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template
index 1a12e6efa77..40fda536104 100644
--- a/srcpkgs/flowblade/template
+++ b/srcpkgs/flowblade/template
@@ -1,7 +1,7 @@
 # Template file for 'flowblade'
 pkgname=flowblade
 version=2.6
-revision=2
+revision=3
 build_wrksrc=flowblade-trunk
 build_style=python3-module
 make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"

^ permalink raw reply	[flat|nested] 32+ messages in thread

* Re: [PR PATCH] [Merged]: Python 3.9 [ready to merge]
  2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
                   ` (29 preceding siblings ...)
  2020-10-10 14:25 ` [PR PATCH] [Updated] " ahesford
@ 2020-10-10 14:28 ` ahesford
  30 siblings, 0 replies; 32+ messages in thread
From: ahesford @ 2020-10-10 14:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 594 bytes --]

There's a merged pull request on the void-packages repository

Python 3.9 [ready to merge]
https://github.com/void-linux/void-packages/pull/25413

Description:
I've moved `python3` and `python3-tkinter` to 3.9.0 and revbumped the 1109 packages that either have an shlib dependency on `python3` or installs files to `usr/lib/python3.8/site-packages`. Of these, I dropped `noarch` from 411 packages.

I'll start build-testing on `x86_64` to identify breakage and report back with problems. In the meantime, anybody with excess computing resources can feel free to try building for other archs.

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2020-10-10 14:28 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 14:09 [PR PATCH] [WIP] Python 3.9 ahesford
2020-10-07 14:22 ` [PR PATCH] [Updated] " ahesford
2020-10-07 17:17 ` ahesford
2020-10-07 18:02 ` ahesford
2020-10-07 18:50 ` ahesford
2020-10-07 19:27 ` ahesford
2020-10-07 20:04 ` ahesford
2020-10-08  0:15 ` [PR REVIEW] " sgn
2020-10-08  0:18 ` sgn
2020-10-08  0:30 ` [PR PATCH] [Updated] " ahesford
2020-10-08  0:31 ` [PR REVIEW] " ahesford
2020-10-08  0:31 ` ahesford
2020-10-08  2:57 ` [PR PATCH] [Updated] " ahesford
2020-10-08  5:33 ` ahesford
2020-10-08 13:55 ` ahesford
2020-10-08 13:57 ` ahesford
2020-10-08 14:00 ` ahesford
2020-10-08 16:56 ` [PR PATCH] [Updated] " ahesford
2020-10-08 17:59 ` ahesford
2020-10-08 18:03 ` ahesford
2020-10-09 18:02 ` ahesford
2020-10-09 18:46 ` ahesford
2020-10-09 20:42 ` ericonr
2020-10-09 20:45 ` ericonr
2020-10-09 20:55 ` ericonr
2020-10-09 22:16 ` ericonr
2020-10-10  3:37 ` ahesford
2020-10-10  4:27 ` [PR PATCH] [Updated] " ahesford
2020-10-10  5:00 ` ahesford
2020-10-10  5:15 ` Python 3.9 [ready to merge] ahesford
2020-10-10 14:25 ` [PR PATCH] [Updated] " ahesford
2020-10-10 14:28 ` [PR PATCH] [Merged]: " ahesford

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).